| 1 | [ Jan 29 21:06:22 Enabled. ] | ||
| 2 | [ Jan 29 21:06:22 Rereading configuration. ] | ||
| 3 | [ Jan 29 21:06:24 Rereading configuration. ] | ||
| 4 | [ Jan 29 21:06:28 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 29 21:06:28 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.29 21:06:29.507874 [ 1 ] {} <Information> Application: Will watch for the process with pid 24698 | ||
| 29 | 2025.01.29 21:06:29.508653 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.29 21:06:29.743622 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24698 | ||
| 31 | 2025.01.29 21:06:29.744374 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.29 21:06:29.745101 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.29 21:06:29.830979 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.29 21:06:29.874216 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.29 21:06:29.874272 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.29 21:06:29.874288 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.29 21:06:29.874361 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.29 21:06:29.874784 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.29 21:06:29.876525 [ 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.29 21:06:29.877242 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.29 21:06:29.878069 [ 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.29 21:06:29.878091 [ 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.29 21:06:29.878107 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.29 21:06:29.878275 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.29 21:06:29.879202 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.29 21:06:29.884992 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.29 21:06:29.886001 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.29 21:06:29.887408 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.29 21:06:29.887474 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.29 21:06:29.889065 [ 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.29 21:06:29.889543 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.29 21:06:29.893924 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.29 21:06:29.894303 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.29 21:06:29.895887 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.29 21:06:29.896397 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.29 21:06:29.896813 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.29 21:06:29.897181 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.29 21:06:29.898630 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.29 21:06:29.898657 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.29 21:06:29.898742 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.29 21:06:29.898909 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.29 21:06:29.917888 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.29 21:06:29.917920 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000172532 sec | ||
| 68 | 2025.01.29 21:06:29.917968 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.29 21:06:29.917987 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.29 21:06:29.919175 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.29 21:06:29.920200 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.29 21:06:29.930937 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.29 21:06:29.930981 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.29 21:06:29.931003 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.29 21:06:29.931016 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.29 21:06:29.931046 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.29 21:06:29.931067 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.29 21:06:29.933158 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.29 21:06:29.933201 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.29 21:06:29.933223 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.29 21:06:29.933403 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.29 21:06:29.933423 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.29 21:06:29.933459 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.29 21:06:29.933480 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.29 21:06:29.933494 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.29 21:06:29.933524 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.29 21:06:29.933542 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.29 21:06:29.959060 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.29 21:06:29.961339 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.29 21:06:29.961370 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.055e-05 sec | ||
| 91 | 2025.01.29 21:06:29.961384 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.29 21:06:29.961396 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.29 21:06:29.961421 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.29 21:06:29.961639 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.29 21:06:29.961693 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.29 21:06:29.961711 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.29 21:06:29.961725 [ 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.29 21:06:29.961740 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.29 21:06:29.983909 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.29 21:06:29.984131 [ 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.35 MiB | ||
| 101 | 2025.01.29 21:06:29.985093 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.84e-05 sec. | ||
| 102 | 2025.01.29 21:06:29.986017 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.29 21:06:29.986106 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.29 21:06:29.986124 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.29 21:06:29.986307 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45795 | ||
| 106 | 2025.01.29 21:06:29.986536 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.29 21:06:29.986588 [ 3 ] {} <Debug> TCP-Session: be28032b-0987-41a8-9660-bcfc9acff21f Authenticating user 'default' from [fd00:1122:3344:101::e]:45795 | ||
| 108 | 2025.01.29 21:06:29.986620 [ 3 ] {} <Debug> TCP-Session: be28032b-0987-41a8-9660-bcfc9acff21f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.29 21:06:29.986643 [ 3 ] {} <Debug> TCP-Session: be28032b-0987-41a8-9660-bcfc9acff21f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.29 21:06:29.986728 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.29 21:06:29.986754 [ 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.29 21:06:29.986779 [ 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.29 21:06:29.988378 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56890 | ||
| 114 | 2025.01.29 21:06:29.988400 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51266 | ||
| 115 | 2025.01.29 21:06:29.988508 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.29 21:06:29.988555 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.01.29 21:06:29.988567 [ 4 ] {} <Debug> TCP-Session: 21739c68-c404-46be-8b72-9577b72bb804 Authenticating user 'default' from [fd00:1122:3344:101::e]:56890 | ||
| 118 | 2025.01.29 21:06:29.988624 [ 5 ] {} <Debug> TCP-Session: 9e7fb093-d04a-405f-a9d0-0d4f28ec31f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51266 | ||
| 119 | 2025.01.29 21:06:29.988631 [ 4 ] {} <Debug> TCP-Session: 21739c68-c404-46be-8b72-9577b72bb804 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.01.29 21:06:29.988669 [ 5 ] {} <Debug> TCP-Session: 9e7fb093-d04a-405f-a9d0-0d4f28ec31f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.29 21:06:29.988680 [ 4 ] {} <Debug> TCP-Session: 21739c68-c404-46be-8b72-9577b72bb804 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.29 21:06:29.988706 [ 5 ] {} <Debug> TCP-Session: 9e7fb093-d04a-405f-a9d0-0d4f28ec31f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.29 21:06:29.989138 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49321 | ||
| 124 | 2025.01.29 21:06:29.989281 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56641 | ||
| 125 | 2025.01.29 21:06:29.989290 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.01.29 21:06:29.989336 [ 253 ] {} <Debug> TCP-Session: 740d284d-feab-4c8f-a67c-f2711db8100d Authenticating user 'default' from [fd00:1122:3344:101::e]:49321 | ||
| 127 | 2025.01.29 21:06:29.989453 [ 253 ] {} <Debug> TCP-Session: 740d284d-feab-4c8f-a67c-f2711db8100d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.01.29 21:06:29.989475 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51916 | ||
| 129 | 2025.01.29 21:06:29.989475 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.01.29 21:06:29.989499 [ 253 ] {} <Debug> TCP-Session: 740d284d-feab-4c8f-a67c-f2711db8100d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.01.29 21:06:29.989668 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 132 | 2025.01.29 21:06:29.989690 [ 254 ] {} <Debug> TCP-Session: f0c98fb2-1581-455a-8d92-e4cbc2f421a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56641 | ||
| 133 | 2025.01.29 21:06:29.989733 [ 255 ] {} <Debug> TCP-Session: 3dbe6f87-6009-4fb8-b275-5716eea57472 Authenticating user 'default' from [fd00:1122:3344:101::e]:51916 | ||
| 134 | 2025.01.29 21:06:29.989740 [ 254 ] {} <Debug> TCP-Session: f0c98fb2-1581-455a-8d92-e4cbc2f421a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.01.29 21:06:29.989793 [ 255 ] {} <Debug> TCP-Session: 3dbe6f87-6009-4fb8-b275-5716eea57472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.01.29 21:06:29.989796 [ 254 ] {} <Debug> TCP-Session: f0c98fb2-1581-455a-8d92-e4cbc2f421a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.01.29 21:06:29.989815 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63924 | ||
| 138 | 2025.01.29 21:06:29.989826 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42765 | ||
| 139 | 2025.01.29 21:06:29.989843 [ 255 ] {} <Debug> TCP-Session: 3dbe6f87-6009-4fb8-b275-5716eea57472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.01.29 21:06:29.990055 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.01.29 21:06:29.990180 [ 256 ] {} <Debug> TCP-Session: ac7d0df4-d071-4e9a-a753-250a7314168b Authenticating user 'default' from [fd00:1122:3344:101::e]:63924 | ||
| 142 | 2025.01.29 21:06:29.990188 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.01.29 21:06:29.990212 [ 256 ] {} <Debug> TCP-Session: ac7d0df4-d071-4e9a-a753-250a7314168b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.29 21:06:29.990247 [ 257 ] {} <Debug> TCP-Session: 087160a0-92d6-4c3d-8194-0e53e4760ec2 Authenticating user 'default' from [fd00:1122:3344:101::e]:42765 | ||
| 145 | 2025.01.29 21:06:29.990264 [ 256 ] {} <Debug> TCP-Session: ac7d0df4-d071-4e9a-a753-250a7314168b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.29 21:06:29.990313 [ 257 ] {} <Debug> TCP-Session: 087160a0-92d6-4c3d-8194-0e53e4760ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.29 21:06:29.990363 [ 257 ] {} <Debug> TCP-Session: 087160a0-92d6-4c3d-8194-0e53e4760ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.29 21:06:30.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.18 MiB, peak 117.18 MiB, free memory in arenas 0.00 B, will set to 119.42 MiB (RSS), difference: 2.24 MiB | ||
| 149 | 2025.01.29 21:06:30.816307 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48444 | ||
| 150 | 2025.01.29 21:06:30.816496 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2025.01.29 21:06:30.816529 [ 258 ] {} <Debug> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48444 | ||
| 152 | 2025.01.29 21:06:30.816557 [ 258 ] {} <Debug> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.29 21:06:30.816583 [ 258 ] {} <Debug> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.01.29 21:06:30.816653 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2025.01.29 21:06:30.816679 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.01.29 21:06:30.816701 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 157 | 2025.01.29 21:06:30.817125 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63415 | ||
| 158 | 2025.01.29 21:06:30.817221 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45969 | ||
| 159 | 2025.01.29 21:06:30.817535 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41025 | ||
| 160 | 2025.01.29 21:06:30.817541 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61489 | ||
| 161 | 2025.01.29 21:06:30.817543 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2025.01.29 21:06:30.817654 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39735 | ||
| 163 | 2025.01.29 21:06:30.817679 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2025.01.29 21:06:30.818360 [ 259 ] {} <Debug> TCP-Session: d6681148-2655-4e42-89b6-0aa3e502cef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63415 | ||
| 165 | 2025.01.29 21:06:30.819250 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2025.01.29 21:06:30.819343 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 167 | 2025.01.29 21:06:30.819334 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2025.01.29 21:06:30.819244 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33200 | ||
| 169 | 2025.01.29 21:06:30.819492 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 170 | 2025.01.29 21:06:30.819524 [ 262 ] {} <Debug> TCP-Session: ca2a4dee-e05b-47dd-b899-5de8000d1044 Authenticating user 'default' from [fd00:1122:3344:101::d]:61489 | ||
| 171 | 2025.01.29 21:06:30.819551 [ 263 ] {} <Debug> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Authenticating user 'default' from [fd00:1122:3344:101::d]:39735 | ||
| 172 | 2025.01.29 21:06:30.819737 [ 262 ] {} <Debug> TCP-Session: ca2a4dee-e05b-47dd-b899-5de8000d1044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 173 | 2025.01.29 21:06:30.819788 [ 260 ] {} <Debug> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Authenticating user 'default' from [fd00:1122:3344:101::d]:45969 | ||
| 174 | 2025.01.29 21:06:30.819826 [ 263 ] {} <Debug> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.01.29 21:06:30.819876 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45654 | ||
| 176 | 2025.01.29 21:06:30.819879 [ 259 ] {} <Debug> TCP-Session: d6681148-2655-4e42-89b6-0aa3e502cef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.01.29 21:06:30.819904 [ 262 ] {} <Debug> TCP-Session: ca2a4dee-e05b-47dd-b899-5de8000d1044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.01.29 21:06:30.819937 [ 261 ] {} <Debug> TCP-Session: dd2545d5-96fb-492a-87bf-b377ca149de1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41025 | ||
| 179 | 2025.01.29 21:06:30.819963 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42016 | ||
| 180 | 2025.01.29 21:06:30.819996 [ 263 ] {} <Debug> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2025.01.29 21:06:30.820641 [ 259 ] {} <Debug> TCP-Session: d6681148-2655-4e42-89b6-0aa3e502cef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.01.29 21:06:30.821770 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 183 | 2025.01.29 21:06:30.821884 [ 261 ] {} <Debug> TCP-Session: dd2545d5-96fb-492a-87bf-b377ca149de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.01.29 21:06:30.821956 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 185 | 2025.01.29 21:06:30.822701 [ 266 ] {} <Debug> TCP-Session: 2215755c-2246-4067-b13c-524d9390bf35 Authenticating user 'default' from [fd00:1122:3344:101::d]:45654 | ||
| 186 | 2025.01.29 21:06:30.822719 [ 264 ] {} <Debug> TCP-Session: d66efee9-ca92-433a-928b-1221f8dd63e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33200 | ||
| 187 | 2025.01.29 21:06:30.822720 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 188 | 2025.01.29 21:06:30.822775 [ 260 ] {} <Debug> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.01.29 21:06:30.822794 [ 266 ] {} <Debug> TCP-Session: 2215755c-2246-4067-b13c-524d9390bf35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.01.29 21:06:30.822766 [ 261 ] {} <Debug> TCP-Session: dd2545d5-96fb-492a-87bf-b377ca149de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.01.29 21:06:30.822825 [ 264 ] {} <Debug> TCP-Session: d66efee9-ca92-433a-928b-1221f8dd63e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.01.29 21:06:30.822858 [ 260 ] {} <Debug> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.01.29 21:06:30.822891 [ 265 ] {} <Debug> TCP-Session: 7275e7a2-9079-4257-9528-15c0b47f83e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42016 | ||
| 194 | 2025.01.29 21:06:30.822896 [ 266 ] {} <Debug> TCP-Session: 2215755c-2246-4067-b13c-524d9390bf35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.01.29 21:06:30.822947 [ 264 ] {} <Debug> TCP-Session: d66efee9-ca92-433a-928b-1221f8dd63e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.29 21:06:30.823353 [ 265 ] {} <Debug> TCP-Session: 7275e7a2-9079-4257-9528-15c0b47f83e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.01.29 21:06:30.823451 [ 265 ] {} <Debug> TCP-Session: 7275e7a2-9079-4257-9528-15c0b47f83e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 198 | 2025.01.29 21:06:30.823635 [ 258 ] {07e9fbda-fe52-4ce3-afaa-2efe6b075534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2025.01.29 21:06:30.879403 [ 258 ] {07e9fbda-fe52-4ce3-afaa-2efe6b075534} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48444) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 200 | |||
| 201 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 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 | ||
| 204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 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 | ||
| 212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 222 | |||
| 223 | 2025.01.29 21:06:30.880676 [ 258 ] {07e9fbda-fe52-4ce3-afaa-2efe6b075534} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 224 | |||
| 225 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 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 | ||
| 228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 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 | ||
| 236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2025.01.29 21:06:30.880791 [ 258 ] {07e9fbda-fe52-4ce3-afaa-2efe6b075534} <Debug> TCPHandler: Processed in 0.063433658 sec. | ||
| 248 | 2025.01.29 21:06:30.881967 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 249 | 2025.01.29 21:06:30.882224 [ 263 ] {dcbb36fd-61e4-4868-af28-a5769e2272e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 250 | 2025.01.29 21:06:30.882559 [ 263 ] {dcbb36fd-61e4-4868-af28-a5769e2272e7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39735) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 251 | |||
| 252 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 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 | ||
| 255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 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 | ||
| 263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 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 | ||
| 266 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 273 | |||
| 274 | 2025.01.29 21:06:30.882711 [ 263 ] {dcbb36fd-61e4-4868-af28-a5769e2272e7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 275 | |||
| 276 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 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 | ||
| 279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 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 | ||
| 287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 297 | |||
| 298 | 2025.01.29 21:06:30.882807 [ 263 ] {dcbb36fd-61e4-4868-af28-a5769e2272e7} <Debug> TCPHandler: Processed in 0.000999882 sec. | ||
| 299 | 2025.01.29 21:06:30.883082 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 300 | 2025.01.29 21:06:30.884344 [ 258 ] {f4e18244-a9ca-4934-824e-039c7ab89162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 301 | 2025.01.29 21:06:30.884998 [ 258 ] {f4e18244-a9ca-4934-824e-039c7ab89162} <Debug> TCPHandler: Processed in 0.002032534 sec. | ||
| 302 | 2025.01.29 21:06:30.885264 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 303 | 2025.01.29 21:06:30.885427 [ 263 ] {f0299b3e-9976-4501-a685-1779304e1420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 304 | 2025.01.29 21:06:30.885572 [ 263 ] {f0299b3e-9976-4501-a685-1779304e1420} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 305 | 2025.01.29 21:06:30.889009 [ 263 ] {f0299b3e-9976-4501-a685-1779304e1420} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 306 | 2025.01.29 21:06:30.889032 [ 263 ] {f0299b3e-9976-4501-a685-1779304e1420} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6601e-05 sec | ||
| 307 | 2025.01.29 21:06:30.889063 [ 263 ] {f0299b3e-9976-4501-a685-1779304e1420} <Trace> ReferentialDeps: No tables | ||
| 308 | 2025.01.29 21:06:30.889076 [ 263 ] {f0299b3e-9976-4501-a685-1779304e1420} <Trace> LoadingDeps: No tables | ||
| 309 | 2025.01.29 21:06:30.889099 [ 263 ] {f0299b3e-9976-4501-a685-1779304e1420} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 310 | 2025.01.29 21:06:30.889150 [ 263 ] {f0299b3e-9976-4501-a685-1779304e1420} <Debug> TCPHandler: Processed in 0.003979128 sec. | ||
| 311 | 2025.01.29 21:06:30.889322 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 312 | 2025.01.29 21:06:30.889546 [ 258 ] {86fa5430-e389-44e5-845d-863341898dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) /* The version table contains metadata about the `oximeter` database */ | ||
| 313 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 314 | 2025.01.29 21:06:30.889623 [ 258 ] {86fa5430-e389-44e5-845d-863341898dcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 315 | 2025.01.29 21:06:30.897558 [ 258 ] {86fa5430-e389-44e5-845d-863341898dcc} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 316 | 2025.01.29 21:06:30.907618 [ 258 ] {86fa5430-e389-44e5-845d-863341898dcc} <Debug> oximeter.version (6ecc1672-e958-4e97-8346-2584a5fd81eb): Loading data parts | ||
| 317 | 2025.01.29 21:06:30.908210 [ 258 ] {86fa5430-e389-44e5-845d-863341898dcc} <Debug> oximeter.version (6ecc1672-e958-4e97-8346-2584a5fd81eb): There are no data parts | ||
| 318 | 2025.01.29 21:06:30.926114 [ 258 ] {86fa5430-e389-44e5-845d-863341898dcc} <Debug> TCPHandler: Processed in 0.03684142 sec. | ||
| 319 | 2025.01.29 21:06:30.926362 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2025.01.29 21:06:30.926617 [ 263 ] {abc1395b-b369-42d2-9ddb-fddbeaa4ab69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) /* The measurement tables contain all individual samples from each timeseries. | ||
| 321 | * | ||
| 322 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 323 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 324 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 325 | * by all samples from the same timeseries. | ||
| 326 | * | ||
| 327 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 328 | * and then uses that to index quickly into the measurements tables. | ||
| 329 | */ | ||
| 330 | 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) | ||
| 331 | 2025.01.29 21:06:30.926703 [ 263 ] {abc1395b-b369-42d2-9ddb-fddbeaa4ab69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 332 | 2025.01.29 21:06:30.944228 [ 263 ] {abc1395b-b369-42d2-9ddb-fddbeaa4ab69} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Loading data parts | ||
| 333 | 2025.01.29 21:06:30.944480 [ 263 ] {abc1395b-b369-42d2-9ddb-fddbeaa4ab69} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): There are no data parts | ||
| 334 | 2025.01.29 21:06:30.946139 [ 263 ] {abc1395b-b369-42d2-9ddb-fddbeaa4ab69} <Debug> TCPHandler: Processed in 0.019845137 sec. | ||
| 335 | 2025.01.29 21:06:30.946426 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 336 | 2025.01.29 21:06:30.946686 [ 258 ] {9eb7a347-71b9-40b6-8797-adf5fc1b170e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 337 | 2025.01.29 21:06:30.946769 [ 258 ] {9eb7a347-71b9-40b6-8797-adf5fc1b170e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 338 | 2025.01.29 21:06:30.962839 [ 258 ] {9eb7a347-71b9-40b6-8797-adf5fc1b170e} <Debug> oximeter.measurements_i8 (6a47d8e4-7f72-4f3d-a945-6af870e45ec3): Loading data parts | ||
| 339 | 2025.01.29 21:06:30.963101 [ 258 ] {9eb7a347-71b9-40b6-8797-adf5fc1b170e} <Debug> oximeter.measurements_i8 (6a47d8e4-7f72-4f3d-a945-6af870e45ec3): There are no data parts | ||
| 340 | 2025.01.29 21:06:30.979883 [ 258 ] {9eb7a347-71b9-40b6-8797-adf5fc1b170e} <Debug> TCPHandler: Processed in 0.033571832 sec. | ||
| 341 | 2025.01.29 21:06:30.980101 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 342 | 2025.01.29 21:06:30.980353 [ 263 ] {30abe515-638a-442f-bebb-7af4787074a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 343 | 2025.01.29 21:06:30.980421 [ 263 ] {30abe515-638a-442f-bebb-7af4787074a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 344 | 2025.01.29 21:06:30.984314 [ 263 ] {30abe515-638a-442f-bebb-7af4787074a2} <Debug> oximeter.measurements_u8 (7b15a930-b525-4bd5-b8d6-d3694398563a): Loading data parts | ||
| 345 | 2025.01.29 21:06:30.984517 [ 263 ] {30abe515-638a-442f-bebb-7af4787074a2} <Debug> oximeter.measurements_u8 (7b15a930-b525-4bd5-b8d6-d3694398563a): There are no data parts | ||
| 346 | 2025.01.29 21:06:30.997173 [ 263 ] {30abe515-638a-442f-bebb-7af4787074a2} <Debug> TCPHandler: Processed in 0.017142405 sec. | ||
| 347 | 2025.01.29 21:06:30.997459 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 348 | 2025.01.29 21:06:30.997680 [ 258 ] {812b9f20-77a7-4040-b1d2-9b589c23b8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 349 | 2025.01.29 21:06:30.997754 [ 258 ] {812b9f20-77a7-4040-b1d2-9b589c23b8d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 350 | 2025.01.29 21:06:31.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.88 MiB, peak 123.88 MiB, free memory in arenas 0.00 B, will set to 133.25 MiB (RSS), difference: 9.37 MiB | ||
| 351 | 2025.01.29 21:06:31.001609 [ 258 ] {812b9f20-77a7-4040-b1d2-9b589c23b8d9} <Debug> oximeter.measurements_i16 (4f4c2a12-ab05-4141-b44d-81de5222bce5): Loading data parts | ||
| 352 | 2025.01.29 21:06:31.001810 [ 258 ] {812b9f20-77a7-4040-b1d2-9b589c23b8d9} <Debug> oximeter.measurements_i16 (4f4c2a12-ab05-4141-b44d-81de5222bce5): There are no data parts | ||
| 353 | 2025.01.29 21:06:31.014443 [ 258 ] {812b9f20-77a7-4040-b1d2-9b589c23b8d9} <Debug> TCPHandler: Processed in 0.017048004 sec. | ||
| 354 | 2025.01.29 21:06:31.014659 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.01.29 21:06:31.014909 [ 263 ] {74681174-2537-4e30-afdd-ed8482d034c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 356 | 2025.01.29 21:06:31.014981 [ 263 ] {74681174-2537-4e30-afdd-ed8482d034c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 357 | 2025.01.29 21:06:31.019956 [ 263 ] {74681174-2537-4e30-afdd-ed8482d034c3} <Debug> oximeter.measurements_u16 (e6335185-8b53-4dab-800d-526a57308fe9): Loading data parts | ||
| 358 | 2025.01.29 21:06:31.020144 [ 263 ] {74681174-2537-4e30-afdd-ed8482d034c3} <Debug> oximeter.measurements_u16 (e6335185-8b53-4dab-800d-526a57308fe9): There are no data parts | ||
| 359 | 2025.01.29 21:06:31.032893 [ 263 ] {74681174-2537-4e30-afdd-ed8482d034c3} <Debug> TCPHandler: Processed in 0.018295268 sec. | ||
| 360 | 2025.01.29 21:06:31.033148 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2025.01.29 21:06:31.033411 [ 258 ] {50260564-0d94-4bf5-a0b2-2d789feaa31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 362 | 2025.01.29 21:06:31.033503 [ 258 ] {50260564-0d94-4bf5-a0b2-2d789feaa31a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2025.01.29 21:06:31.037866 [ 258 ] {50260564-0d94-4bf5-a0b2-2d789feaa31a} <Debug> oximeter.measurements_i32 (c581ed37-d1f5-4a6c-b2fa-1ee9b96a5d71): Loading data parts | ||
| 364 | 2025.01.29 21:06:31.038115 [ 258 ] {50260564-0d94-4bf5-a0b2-2d789feaa31a} <Debug> oximeter.measurements_i32 (c581ed37-d1f5-4a6c-b2fa-1ee9b96a5d71): There are no data parts | ||
| 365 | 2025.01.29 21:06:31.048912 [ 258 ] {50260564-0d94-4bf5-a0b2-2d789feaa31a} <Debug> TCPHandler: Processed in 0.015834539 sec. | ||
| 366 | 2025.01.29 21:06:31.049198 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 367 | 2025.01.29 21:06:31.049547 [ 263 ] {50a5a9b9-0163-4528-b899-8962b0a2d576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 368 | 2025.01.29 21:06:31.049621 [ 263 ] {50a5a9b9-0163-4528-b899-8962b0a2d576} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 369 | 2025.01.29 21:06:31.053276 [ 263 ] {50a5a9b9-0163-4528-b899-8962b0a2d576} <Debug> oximeter.measurements_u32 (2508ca2a-eb56-4730-bb72-764eb541db57): Loading data parts | ||
| 370 | 2025.01.29 21:06:31.053530 [ 263 ] {50a5a9b9-0163-4528-b899-8962b0a2d576} <Debug> oximeter.measurements_u32 (2508ca2a-eb56-4730-bb72-764eb541db57): There are no data parts | ||
| 371 | 2025.01.29 21:06:31.061303 [ 263 ] {50a5a9b9-0163-4528-b899-8962b0a2d576} <Debug> TCPHandler: Processed in 0.012190585 sec. | ||
| 372 | 2025.01.29 21:06:31.061535 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2025.01.29 21:06:31.061752 [ 258 ] {aa6973d2-dc57-4a8c-870e-85cd14a82091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 374 | 2025.01.29 21:06:31.061830 [ 258 ] {aa6973d2-dc57-4a8c-870e-85cd14a82091} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 375 | 2025.01.29 21:06:31.065680 [ 258 ] {aa6973d2-dc57-4a8c-870e-85cd14a82091} <Debug> oximeter.measurements_i64 (ddcf2612-050d-448d-9e5f-ae763fd1f506): Loading data parts | ||
| 376 | 2025.01.29 21:06:31.065881 [ 258 ] {aa6973d2-dc57-4a8c-870e-85cd14a82091} <Debug> oximeter.measurements_i64 (ddcf2612-050d-448d-9e5f-ae763fd1f506): There are no data parts | ||
| 377 | 2025.01.29 21:06:31.075769 [ 258 ] {aa6973d2-dc57-4a8c-870e-85cd14a82091} <Debug> TCPHandler: Processed in 0.01429379 sec. | ||
| 378 | 2025.01.29 21:06:31.075965 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 379 | 2025.01.29 21:06:31.076208 [ 263 ] {b90ba93f-1029-436c-8e2e-101eb186d726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 380 | 2025.01.29 21:06:31.076275 [ 263 ] {b90ba93f-1029-436c-8e2e-101eb186d726} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 381 | 2025.01.29 21:06:31.078818 [ 263 ] {b90ba93f-1029-436c-8e2e-101eb186d726} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Loading data parts | ||
| 382 | 2025.01.29 21:06:31.078986 [ 263 ] {b90ba93f-1029-436c-8e2e-101eb186d726} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): There are no data parts | ||
| 383 | 2025.01.29 21:06:31.080411 [ 263 ] {b90ba93f-1029-436c-8e2e-101eb186d726} <Debug> TCPHandler: Processed in 0.004505434 sec. | ||
| 384 | 2025.01.29 21:06:31.080600 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2025.01.29 21:06:31.080812 [ 258 ] {88659a2d-8d13-4d91-b87f-d699f8deeac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 386 | 2025.01.29 21:06:31.080891 [ 258 ] {88659a2d-8d13-4d91-b87f-d699f8deeac6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 387 | 2025.01.29 21:06:31.087782 [ 258 ] {88659a2d-8d13-4d91-b87f-d699f8deeac6} <Debug> oximeter.measurements_f32 (b3a93f31-49ff-4555-aeb6-87af8156eacb): Loading data parts | ||
| 388 | 2025.01.29 21:06:31.088013 [ 258 ] {88659a2d-8d13-4d91-b87f-d699f8deeac6} <Debug> oximeter.measurements_f32 (b3a93f31-49ff-4555-aeb6-87af8156eacb): There are no data parts | ||
| 389 | 2025.01.29 21:06:31.090637 [ 258 ] {88659a2d-8d13-4d91-b87f-d699f8deeac6} <Debug> TCPHandler: Processed in 0.010092071 sec. | ||
| 390 | 2025.01.29 21:06:31.090837 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 391 | 2025.01.29 21:06:31.091079 [ 263 ] {71f09ff1-ac6c-4f4c-8a89-6b3e99869c9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 392 | 2025.01.29 21:06:31.091151 [ 263 ] {71f09ff1-ac6c-4f4c-8a89-6b3e99869c9b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 393 | 2025.01.29 21:06:31.092900 [ 263 ] {71f09ff1-ac6c-4f4c-8a89-6b3e99869c9b} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Loading data parts | ||
| 394 | 2025.01.29 21:06:31.093173 [ 263 ] {71f09ff1-ac6c-4f4c-8a89-6b3e99869c9b} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): There are no data parts | ||
| 395 | 2025.01.29 21:06:31.093794 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53928 | ||
| 396 | 2025.01.29 21:06:31.093910 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 397 | 2025.01.29 21:06:31.093937 [ 269 ] {} <Debug> TCP-Session: 55d77a0e-6f4f-40d0-8872-bbacaab2e9cb Authenticating user 'default' from [fd00:1122:3344:101::c]:53928 | ||
| 398 | 2025.01.29 21:06:31.093960 [ 269 ] {} <Debug> TCP-Session: 55d77a0e-6f4f-40d0-8872-bbacaab2e9cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 399 | 2025.01.29 21:06:31.093999 [ 269 ] {} <Debug> TCP-Session: 55d77a0e-6f4f-40d0-8872-bbacaab2e9cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 400 | 2025.01.29 21:06:31.094064 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 401 | 2025.01.29 21:06:31.094089 [ 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 | ||
| 402 | 2025.01.29 21:06:31.094119 [ 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 | ||
| 403 | 2025.01.29 21:06:31.095081 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52874 | ||
| 404 | 2025.01.29 21:06:31.095228 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 405 | 2025.01.29 21:06:31.095280 [ 270 ] {} <Debug> TCP-Session: 3d0fc120-2f92-4e5d-bf05-184e69940ff8 Authenticating user 'default' from [fd00:1122:3344:101::c]:52874 | ||
| 406 | 2025.01.29 21:06:31.095288 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57375 | ||
| 407 | 2025.01.29 21:06:31.095329 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44083 | ||
| 408 | 2025.01.29 21:06:31.095354 [ 270 ] {} <Debug> TCP-Session: 3d0fc120-2f92-4e5d-bf05-184e69940ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 409 | 2025.01.29 21:06:31.095288 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47445 | ||
| 410 | 2025.01.29 21:06:31.095405 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36112 | ||
| 411 | 2025.01.29 21:06:31.095510 [ 270 ] {} <Debug> TCP-Session: 3d0fc120-2f92-4e5d-bf05-184e69940ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 412 | 2025.01.29 21:06:31.095573 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 413 | 2025.01.29 21:06:31.095575 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45843 | ||
| 414 | 2025.01.29 21:06:31.095782 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 415 | 2025.01.29 21:06:31.095891 [ 273 ] {} <Debug> TCP-Session: da1cb5aa-70f6-49da-8c18-5c8fd3933591 Authenticating user 'default' from [fd00:1122:3344:101::c]:44083 | ||
| 416 | 2025.01.29 21:06:31.096059 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33097 | ||
| 417 | 2025.01.29 21:06:31.096107 [ 273 ] {} <Debug> TCP-Session: da1cb5aa-70f6-49da-8c18-5c8fd3933591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 418 | 2025.01.29 21:06:31.096089 [ 271 ] {} <Debug> TCP-Session: ab24a57b-9ec6-4e55-a3fc-bf1846cd0a24 Authenticating user 'default' from [fd00:1122:3344:101::c]:57375 | ||
| 419 | 2025.01.29 21:06:31.096324 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 420 | 2025.01.29 21:06:31.096350 [ 271 ] {} <Debug> TCP-Session: ab24a57b-9ec6-4e55-a3fc-bf1846cd0a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 421 | 2025.01.29 21:06:31.096326 [ 273 ] {} <Debug> TCP-Session: da1cb5aa-70f6-49da-8c18-5c8fd3933591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 422 | 2025.01.29 21:06:31.096413 [ 271 ] {} <Debug> TCP-Session: ab24a57b-9ec6-4e55-a3fc-bf1846cd0a24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 423 | 2025.01.29 21:06:31.096439 [ 272 ] {} <Debug> TCP-Session: 0b3d6884-6159-429b-b74b-dcbbcbd510d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:47445 | ||
| 424 | 2025.01.29 21:06:31.096527 [ 272 ] {} <Debug> TCP-Session: 0b3d6884-6159-429b-b74b-dcbbcbd510d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 425 | 2025.01.29 21:06:31.096550 [ 272 ] {} <Debug> TCP-Session: 0b3d6884-6159-429b-b74b-dcbbcbd510d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 426 | 2025.01.29 21:06:31.097585 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 427 | 2025.01.29 21:06:31.097625 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 428 | 2025.01.29 21:06:31.098092 [ 274 ] {} <Debug> TCP-Session: 0963c335-5ea8-48fc-b320-d98a8392b255 Authenticating user 'default' from [fd00:1122:3344:101::c]:36112 | ||
| 429 | 2025.01.29 21:06:31.098118 [ 275 ] {} <Debug> TCP-Session: 5ac59565-f0bb-4c05-be60-832cf1ec7d11 Authenticating user 'default' from [fd00:1122:3344:101::c]:45843 | ||
| 430 | 2025.01.29 21:06:31.098154 [ 274 ] {} <Debug> TCP-Session: 0963c335-5ea8-48fc-b320-d98a8392b255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2025.01.29 21:06:31.098193 [ 275 ] {} <Debug> TCP-Session: 5ac59565-f0bb-4c05-be60-832cf1ec7d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2025.01.29 21:06:31.098201 [ 274 ] {} <Debug> TCP-Session: 0963c335-5ea8-48fc-b320-d98a8392b255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 433 | 2025.01.29 21:06:31.098219 [ 275 ] {} <Debug> TCP-Session: 5ac59565-f0bb-4c05-be60-832cf1ec7d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 434 | 2025.01.29 21:06:31.102473 [ 263 ] {71f09ff1-ac6c-4f4c-8a89-6b3e99869c9b} <Debug> TCPHandler: Processed in 0.01169319 sec. | ||
| 435 | 2025.01.29 21:06:31.102684 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2025.01.29 21:06:31.103003 [ 258 ] {a526228a-a780-4e7a-a04b-6bab3a5109ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 437 | 2025.01.29 21:06:31.103142 [ 258 ] {a526228a-a780-4e7a-a04b-6bab3a5109ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 438 | 2025.01.29 21:06:31.105775 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 439 | 2025.01.29 21:06:31.105820 [ 276 ] {} <Debug> TCP-Session: 7f1026fa-cb6d-4593-86f8-4c3eab0c1a9d Authenticating user 'default' from [fd00:1122:3344:101::c]:33097 | ||
| 440 | 2025.01.29 21:06:31.105930 [ 276 ] {} <Debug> TCP-Session: 7f1026fa-cb6d-4593-86f8-4c3eab0c1a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 441 | 2025.01.29 21:06:31.105949 [ 276 ] {} <Debug> TCP-Session: 7f1026fa-cb6d-4593-86f8-4c3eab0c1a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 442 | 2025.01.29 21:06:31.106575 [ 258 ] {a526228a-a780-4e7a-a04b-6bab3a5109ac} <Debug> oximeter.measurements_string (76e988ee-aec1-41ee-a37c-9738acffa4b1): Loading data parts | ||
| 443 | 2025.01.29 21:06:31.106877 [ 258 ] {a526228a-a780-4e7a-a04b-6bab3a5109ac} <Debug> oximeter.measurements_string (76e988ee-aec1-41ee-a37c-9738acffa4b1): There are no data parts | ||
| 444 | 2025.01.29 21:06:31.116169 [ 258 ] {a526228a-a780-4e7a-a04b-6bab3a5109ac} <Debug> TCPHandler: Processed in 0.013552273 sec. | ||
| 445 | 2025.01.29 21:06:31.116378 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 446 | 2025.01.29 21:06:31.116682 [ 263 ] {e3ec6a7c-9760-4993-bf56-9d02743842f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 447 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 448 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 449 | * a string isn't palatable for a few reasons. | ||
| 450 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 451 | * details. | ||
| 452 | */ | ||
| 453 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 454 | 2025.01.29 21:06:31.116807 [ 263 ] {e3ec6a7c-9760-4993-bf56-9d02743842f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 455 | 2025.01.29 21:06:31.121905 [ 263 ] {e3ec6a7c-9760-4993-bf56-9d02743842f3} <Debug> oximeter.measurements_bytes (e85ee304-819b-41f3-9fc8-5790d0aca9a2): Loading data parts | ||
| 456 | 2025.01.29 21:06:31.122220 [ 263 ] {e3ec6a7c-9760-4993-bf56-9d02743842f3} <Debug> oximeter.measurements_bytes (e85ee304-819b-41f3-9fc8-5790d0aca9a2): There are no data parts | ||
| 457 | 2025.01.29 21:06:31.134785 [ 263 ] {e3ec6a7c-9760-4993-bf56-9d02743842f3} <Debug> TCPHandler: Processed in 0.018465801 sec. | ||
| 458 | 2025.01.29 21:06:31.135089 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 459 | 2025.01.29 21:06:31.135508 [ 258 ] {8df696a8-8e51-48fb-a643-e6883071c041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 460 | 2025.01.29 21:06:31.135643 [ 258 ] {8df696a8-8e51-48fb-a643-e6883071c041} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 461 | 2025.01.29 21:06:31.139082 [ 258 ] {8df696a8-8e51-48fb-a643-e6883071c041} <Debug> oximeter.measurements_cumulativei64 (e8c528fe-8a39-4c1f-ac97-12f9930a569b): Loading data parts | ||
| 462 | 2025.01.29 21:06:31.139282 [ 258 ] {8df696a8-8e51-48fb-a643-e6883071c041} <Debug> oximeter.measurements_cumulativei64 (e8c528fe-8a39-4c1f-ac97-12f9930a569b): There are no data parts | ||
| 463 | 2025.01.29 21:06:31.151556 [ 258 ] {8df696a8-8e51-48fb-a643-e6883071c041} <Debug> TCPHandler: Processed in 0.016584409 sec. | ||
| 464 | 2025.01.29 21:06:31.151760 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2025.01.29 21:06:31.151986 [ 263 ] {221073ce-e52f-46af-8dcd-4fee99690564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 466 | 2025.01.29 21:06:31.152119 [ 263 ] {221073ce-e52f-46af-8dcd-4fee99690564} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 467 | 2025.01.29 21:06:31.168520 [ 263 ] {221073ce-e52f-46af-8dcd-4fee99690564} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Loading data parts | ||
| 468 | 2025.01.29 21:06:31.168706 [ 263 ] {221073ce-e52f-46af-8dcd-4fee99690564} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): There are no data parts | ||
| 469 | 2025.01.29 21:06:31.171379 [ 263 ] {221073ce-e52f-46af-8dcd-4fee99690564} <Debug> TCPHandler: Processed in 0.019677405 sec. | ||
| 470 | 2025.01.29 21:06:31.171748 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 471 | 2025.01.29 21:06:31.172081 [ 258 ] {7d814ec8-2735-4baf-8d6f-06bca9da4854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 472 | 2025.01.29 21:06:31.172252 [ 258 ] {7d814ec8-2735-4baf-8d6f-06bca9da4854} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 473 | 2025.01.29 21:06:31.175888 [ 258 ] {7d814ec8-2735-4baf-8d6f-06bca9da4854} <Debug> oximeter.measurements_cumulativef32 (108019a5-78a2-451f-830f-3f516759a9da): Loading data parts | ||
| 474 | 2025.01.29 21:06:31.176153 [ 258 ] {7d814ec8-2735-4baf-8d6f-06bca9da4854} <Debug> oximeter.measurements_cumulativef32 (108019a5-78a2-451f-830f-3f516759a9da): There are no data parts | ||
| 475 | 2025.01.29 21:06:31.189072 [ 258 ] {7d814ec8-2735-4baf-8d6f-06bca9da4854} <Debug> TCPHandler: Processed in 0.017408709 sec. | ||
| 476 | 2025.01.29 21:06:31.189318 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 477 | 2025.01.29 21:06:31.189680 [ 263 ] {cf2fae3a-682c-4109-b189-0e862ee95fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 478 | 2025.01.29 21:06:31.189819 [ 263 ] {cf2fae3a-682c-4109-b189-0e862ee95fcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 479 | 2025.01.29 21:06:31.205306 [ 263 ] {cf2fae3a-682c-4109-b189-0e862ee95fcd} <Debug> oximeter.measurements_cumulativef64 (bf2b2913-df29-4553-8476-3824d2f8aef7): Loading data parts | ||
| 480 | 2025.01.29 21:06:31.205512 [ 263 ] {cf2fae3a-682c-4109-b189-0e862ee95fcd} <Debug> oximeter.measurements_cumulativef64 (bf2b2913-df29-4553-8476-3824d2f8aef7): There are no data parts | ||
| 481 | 2025.01.29 21:06:31.210368 [ 263 ] {cf2fae3a-682c-4109-b189-0e862ee95fcd} <Debug> TCPHandler: Processed in 0.021141123 sec. | ||
| 482 | 2025.01.29 21:06:31.210576 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 483 | 2025.01.29 21:06:31.210930 [ 258 ] {9939da67-84bc-47cc-87a6-f34aeed92e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 484 | * NOTE: Array types cannot be Nullable, see | ||
| 485 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 486 | * for more details. | ||
| 487 | * | ||
| 488 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 489 | * is unfortunate, and at this point relies on the fact that an | ||
| 490 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 491 | * to figure out another way to represent missing samples here. | ||
| 492 | */ | ||
| 493 | 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) | ||
| 494 | 2025.01.29 21:06:31.211106 [ 258 ] {9939da67-84bc-47cc-87a6-f34aeed92e9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 495 | 2025.01.29 21:06:31.222329 [ 258 ] {9939da67-84bc-47cc-87a6-f34aeed92e9e} <Debug> oximeter.measurements_histogrami8 (8d61de2a-dbd7-49df-91a1-62c06da09525): Loading data parts | ||
| 496 | 2025.01.29 21:06:31.222762 [ 258 ] {9939da67-84bc-47cc-87a6-f34aeed92e9e} <Debug> oximeter.measurements_histogrami8 (8d61de2a-dbd7-49df-91a1-62c06da09525): There are no data parts | ||
| 497 | 2025.01.29 21:06:31.271465 [ 258 ] {9939da67-84bc-47cc-87a6-f34aeed92e9e} <Debug> TCPHandler: Processed in 0.060952228 sec. | ||
| 498 | 2025.01.29 21:06:31.271808 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.01.29 21:06:31.272285 [ 263 ] {db5ad2d3-208a-48be-862e-a5a62d68784e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 500 | 2025.01.29 21:06:31.272401 [ 263 ] {db5ad2d3-208a-48be-862e-a5a62d68784e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 501 | 2025.01.29 21:06:31.359112 [ 263 ] {db5ad2d3-208a-48be-862e-a5a62d68784e} <Debug> oximeter.measurements_histogramu8 (fa911ab8-7353-4a38-856b-c04aa59c5a92): Loading data parts | ||
| 502 | 2025.01.29 21:06:31.359373 [ 263 ] {db5ad2d3-208a-48be-862e-a5a62d68784e} <Debug> oximeter.measurements_histogramu8 (fa911ab8-7353-4a38-856b-c04aa59c5a92): There are no data parts | ||
| 503 | 2025.01.29 21:06:31.372661 [ 263 ] {db5ad2d3-208a-48be-862e-a5a62d68784e} <Debug> TCPHandler: Processed in 0.100986698 sec. | ||
| 504 | 2025.01.29 21:06:31.372992 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.01.29 21:06:31.373383 [ 258 ] {85c17f78-40e4-425f-9c21-91a93059a0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 506 | 2025.01.29 21:06:31.373505 [ 258 ] {85c17f78-40e4-425f-9c21-91a93059a0da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 507 | 2025.01.29 21:06:31.384304 [ 258 ] {85c17f78-40e4-425f-9c21-91a93059a0da} <Debug> oximeter.measurements_histogrami16 (e4f2723e-58f3-445b-8ba4-9a67795e9e49): Loading data parts | ||
| 508 | 2025.01.29 21:06:31.384567 [ 258 ] {85c17f78-40e4-425f-9c21-91a93059a0da} <Debug> oximeter.measurements_histogrami16 (e4f2723e-58f3-445b-8ba4-9a67795e9e49): There are no data parts | ||
| 509 | 2025.01.29 21:06:31.399231 [ 258 ] {85c17f78-40e4-425f-9c21-91a93059a0da} <Debug> TCPHandler: Processed in 0.026344765 sec. | ||
| 510 | 2025.01.29 21:06:31.399475 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.01.29 21:06:31.399839 [ 263 ] {de7fd854-dc7e-4370-a8c9-025334ad96a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 512 | 2025.01.29 21:06:31.399929 [ 263 ] {de7fd854-dc7e-4370-a8c9-025334ad96a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 513 | 2025.01.29 21:06:31.408948 [ 263 ] {de7fd854-dc7e-4370-a8c9-025334ad96a7} <Debug> oximeter.measurements_histogramu16 (4618871f-63f0-4c7f-b3e2-5ca25e00f315): Loading data parts | ||
| 514 | 2025.01.29 21:06:31.409232 [ 263 ] {de7fd854-dc7e-4370-a8c9-025334ad96a7} <Debug> oximeter.measurements_histogramu16 (4618871f-63f0-4c7f-b3e2-5ca25e00f315): There are no data parts | ||
| 515 | 2025.01.29 21:06:31.412307 [ 263 ] {de7fd854-dc7e-4370-a8c9-025334ad96a7} <Debug> TCPHandler: Processed in 0.012913704 sec. | ||
| 516 | 2025.01.29 21:06:31.412553 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.01.29 21:06:31.412900 [ 258 ] {abf130dc-a5da-4ffa-806a-42edafeee23e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 518 | 2025.01.29 21:06:31.413000 [ 258 ] {abf130dc-a5da-4ffa-806a-42edafeee23e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 519 | 2025.01.29 21:06:31.426263 [ 258 ] {abf130dc-a5da-4ffa-806a-42edafeee23e} <Debug> oximeter.measurements_histogrami32 (ed0d233e-5076-4f21-98a0-a66234bf0f3c): Loading data parts | ||
| 520 | 2025.01.29 21:06:31.426562 [ 258 ] {abf130dc-a5da-4ffa-806a-42edafeee23e} <Debug> oximeter.measurements_histogrami32 (ed0d233e-5076-4f21-98a0-a66234bf0f3c): There are no data parts | ||
| 521 | 2025.01.29 21:06:31.436917 [ 258 ] {abf130dc-a5da-4ffa-806a-42edafeee23e} <Debug> TCPHandler: Processed in 0.024429332 sec. | ||
| 522 | 2025.01.29 21:06:31.437181 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2025.01.29 21:06:31.437600 [ 263 ] {13bcdf86-8188-4c46-b210-b07a415b00f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 524 | 2025.01.29 21:06:31.437694 [ 263 ] {13bcdf86-8188-4c46-b210-b07a415b00f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 525 | 2025.01.29 21:06:31.460916 [ 263 ] {13bcdf86-8188-4c46-b210-b07a415b00f9} <Debug> oximeter.measurements_histogramu32 (e37f0504-645f-400b-935d-26f54bfd9ab8): Loading data parts | ||
| 526 | 2025.01.29 21:06:31.461131 [ 263 ] {13bcdf86-8188-4c46-b210-b07a415b00f9} <Debug> oximeter.measurements_histogramu32 (e37f0504-645f-400b-935d-26f54bfd9ab8): There are no data parts | ||
| 527 | 2025.01.29 21:06:31.466311 [ 263 ] {13bcdf86-8188-4c46-b210-b07a415b00f9} <Debug> TCPHandler: Processed in 0.029232049 sec. | ||
| 528 | 2025.01.29 21:06:31.466578 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 529 | 2025.01.29 21:06:31.466892 [ 258 ] {2d2fcf2d-a440-4b89-9411-f0db009d12ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 530 | 2025.01.29 21:06:31.466996 [ 258 ] {2d2fcf2d-a440-4b89-9411-f0db009d12ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 531 | 2025.01.29 21:06:31.481019 [ 258 ] {2d2fcf2d-a440-4b89-9411-f0db009d12ce} <Debug> oximeter.measurements_histogrami64 (4c0c4e14-1133-4fe8-b385-48878c3e28ab): Loading data parts | ||
| 532 | 2025.01.29 21:06:31.481311 [ 258 ] {2d2fcf2d-a440-4b89-9411-f0db009d12ce} <Debug> oximeter.measurements_histogrami64 (4c0c4e14-1133-4fe8-b385-48878c3e28ab): There are no data parts | ||
| 533 | 2025.01.29 21:06:31.484841 [ 258 ] {2d2fcf2d-a440-4b89-9411-f0db009d12ce} <Debug> TCPHandler: Processed in 0.018331609 sec. | ||
| 534 | 2025.01.29 21:06:31.485084 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2025.01.29 21:06:31.485480 [ 263 ] {c7b5bbcc-87cb-45b5-8ff3-8ea55b3b8f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 536 | 2025.01.29 21:06:31.485576 [ 263 ] {c7b5bbcc-87cb-45b5-8ff3-8ea55b3b8f40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 537 | 2025.01.29 21:06:31.495941 [ 263 ] {c7b5bbcc-87cb-45b5-8ff3-8ea55b3b8f40} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Loading data parts | ||
| 538 | 2025.01.29 21:06:31.496130 [ 263 ] {c7b5bbcc-87cb-45b5-8ff3-8ea55b3b8f40} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): There are no data parts | ||
| 539 | 2025.01.29 21:06:31.499438 [ 263 ] {c7b5bbcc-87cb-45b5-8ff3-8ea55b3b8f40} <Debug> TCPHandler: Processed in 0.014431123 sec. | ||
| 540 | 2025.01.29 21:06:31.499692 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2025.01.29 21:06:31.500067 [ 258 ] {4cf04d03-07fd-4ad1-8ecd-b4b8665a8edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 542 | 2025.01.29 21:06:31.500180 [ 258 ] {4cf04d03-07fd-4ad1-8ecd-b4b8665a8edc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 543 | 2025.01.29 21:06:31.511862 [ 258 ] {4cf04d03-07fd-4ad1-8ecd-b4b8665a8edc} <Debug> oximeter.measurements_histogramf32 (60dc18fb-14ad-479a-a705-204ca199258f): Loading data parts | ||
| 544 | 2025.01.29 21:06:31.512093 [ 258 ] {4cf04d03-07fd-4ad1-8ecd-b4b8665a8edc} <Debug> oximeter.measurements_histogramf32 (60dc18fb-14ad-479a-a705-204ca199258f): There are no data parts | ||
| 545 | 2025.01.29 21:06:31.515179 [ 258 ] {4cf04d03-07fd-4ad1-8ecd-b4b8665a8edc} <Debug> TCPHandler: Processed in 0.015556886 sec. | ||
| 546 | 2025.01.29 21:06:31.515388 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2025.01.29 21:06:31.515741 [ 263 ] {6e4cde14-0832-4dcb-b10a-7bea7ccd0b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 548 | 2025.01.29 21:06:31.515835 [ 263 ] {6e4cde14-0832-4dcb-b10a-7bea7ccd0b02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 549 | 2025.01.29 21:06:31.526020 [ 263 ] {6e4cde14-0832-4dcb-b10a-7bea7ccd0b02} <Debug> oximeter.measurements_histogramf64 (0d4e4bc0-a0dd-47fa-9c4e-9c8f88a5a8a1): Loading data parts | ||
| 550 | 2025.01.29 21:06:31.526206 [ 263 ] {6e4cde14-0832-4dcb-b10a-7bea7ccd0b02} <Debug> oximeter.measurements_histogramf64 (0d4e4bc0-a0dd-47fa-9c4e-9c8f88a5a8a1): There are no data parts | ||
| 551 | 2025.01.29 21:06:31.528193 [ 263 ] {6e4cde14-0832-4dcb-b10a-7bea7ccd0b02} <Debug> TCPHandler: Processed in 0.012876054 sec. | ||
| 552 | 2025.01.29 21:06:31.528446 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2025.01.29 21:06:31.528673 [ 258 ] {f47dbcb6-e171-451b-a577-83bc2df411a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) /* The field tables store named dimensions of each timeseries. | ||
| 554 | * | ||
| 555 | * As with the measurement tables, there is one field table for each field data | ||
| 556 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 557 | * this behavior **must not** be relied upon for query correctness. | ||
| 558 | * | ||
| 559 | * The index for the fields differs from the measurements, however. Rows are | ||
| 560 | * sorted by timeseries name, then field name, field value, and finally | ||
| 561 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 562 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 563 | * usually then used to look up measurements. | ||
| 564 | * | ||
| 565 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 566 | * timeseries name and then key, since it would improve lookups where one | ||
| 567 | * already has the key. Realistically though, these tables are quite small and | ||
| 568 | * so performance benefits will be low in absolute terms. | ||
| 569 | * | ||
| 570 | * TTL: We use a materialized column to expire old field table records. This | ||
| 571 | * column is generated automatically by the database whenever a new row is | ||
| 572 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 573 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 574 | * record will remain during a deduplication, which will have the last | ||
| 575 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 576 | * measurement tables. | ||
| 577 | */ | ||
| 578 | 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) | ||
| 579 | 2025.01.29 21:06:31.528773 [ 258 ] {f47dbcb6-e171-451b-a577-83bc2df411a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 580 | 2025.01.29 21:06:31.542728 [ 258 ] {f47dbcb6-e171-451b-a577-83bc2df411a9} <Debug> oximeter.fields_bool (7ab65c25-05ea-4a5d-ad0f-42f862f8b2d8): Loading data parts | ||
| 581 | 2025.01.29 21:06:31.542919 [ 258 ] {f47dbcb6-e171-451b-a577-83bc2df411a9} <Debug> oximeter.fields_bool (7ab65c25-05ea-4a5d-ad0f-42f862f8b2d8): There are no data parts | ||
| 582 | 2025.01.29 21:06:31.545092 [ 258 ] {f47dbcb6-e171-451b-a577-83bc2df411a9} <Debug> TCPHandler: Processed in 0.016718711 sec. | ||
| 583 | 2025.01.29 21:06:31.545325 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 584 | 2025.01.29 21:06:31.545585 [ 263 ] {7d6d77af-6aa5-46ff-9f93-1214360238d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 585 | 2025.01.29 21:06:31.545694 [ 263 ] {7d6d77af-6aa5-46ff-9f93-1214360238d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 586 | 2025.01.29 21:06:31.556628 [ 263 ] {7d6d77af-6aa5-46ff-9f93-1214360238d5} <Debug> oximeter.fields_i8 (39d28d4c-1df3-4ad6-bbcb-30146755a13e): Loading data parts | ||
| 587 | 2025.01.29 21:06:31.556837 [ 263 ] {7d6d77af-6aa5-46ff-9f93-1214360238d5} <Debug> oximeter.fields_i8 (39d28d4c-1df3-4ad6-bbcb-30146755a13e): There are no data parts | ||
| 588 | 2025.01.29 21:06:31.560722 [ 263 ] {7d6d77af-6aa5-46ff-9f93-1214360238d5} <Debug> TCPHandler: Processed in 0.015466355 sec. | ||
| 589 | 2025.01.29 21:06:31.560986 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 590 | 2025.01.29 21:06:31.561210 [ 258 ] {2d4ff46d-f5db-430f-93e5-0f40689ad368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 591 | 2025.01.29 21:06:31.561297 [ 258 ] {2d4ff46d-f5db-430f-93e5-0f40689ad368} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 592 | 2025.01.29 21:06:31.574396 [ 258 ] {2d4ff46d-f5db-430f-93e5-0f40689ad368} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Loading data parts | ||
| 593 | 2025.01.29 21:06:31.574635 [ 258 ] {2d4ff46d-f5db-430f-93e5-0f40689ad368} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): There are no data parts | ||
| 594 | 2025.01.29 21:06:31.577695 [ 258 ] {2d4ff46d-f5db-430f-93e5-0f40689ad368} <Debug> TCPHandler: Processed in 0.01677165 sec. | ||
| 595 | 2025.01.29 21:06:31.577902 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 596 | 2025.01.29 21:06:31.578147 [ 263 ] {204d8f48-0b6e-4e23-9744-84effddcc81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 597 | 2025.01.29 21:06:31.578219 [ 263 ] {204d8f48-0b6e-4e23-9744-84effddcc81b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 598 | 2025.01.29 21:06:31.587938 [ 263 ] {204d8f48-0b6e-4e23-9744-84effddcc81b} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Loading data parts | ||
| 599 | 2025.01.29 21:06:31.588122 [ 263 ] {204d8f48-0b6e-4e23-9744-84effddcc81b} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): There are no data parts | ||
| 600 | 2025.01.29 21:06:31.591223 [ 263 ] {204d8f48-0b6e-4e23-9744-84effddcc81b} <Debug> TCPHandler: Processed in 0.01338299 sec. | ||
| 601 | 2025.01.29 21:06:31.591456 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 602 | 2025.01.29 21:06:31.591677 [ 258 ] {0c785100-4a5a-42b1-a4d6-5d9e7ca04492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 603 | 2025.01.29 21:06:31.591768 [ 258 ] {0c785100-4a5a-42b1-a4d6-5d9e7ca04492} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 604 | 2025.01.29 21:06:31.603604 [ 258 ] {0c785100-4a5a-42b1-a4d6-5d9e7ca04492} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Loading data parts | ||
| 605 | 2025.01.29 21:06:31.603822 [ 258 ] {0c785100-4a5a-42b1-a4d6-5d9e7ca04492} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): There are no data parts | ||
| 606 | 2025.01.29 21:06:31.606685 [ 258 ] {0c785100-4a5a-42b1-a4d6-5d9e7ca04492} <Debug> TCPHandler: Processed in 0.015288533 sec. | ||
| 607 | 2025.01.29 21:06:31.606880 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 608 | 2025.01.29 21:06:31.607139 [ 263 ] {31c313ed-7c88-4c60-a432-9f7f7e097960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 609 | 2025.01.29 21:06:31.607191 [ 263 ] {31c313ed-7c88-4c60-a432-9f7f7e097960} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 610 | 2025.01.29 21:06:31.617292 [ 263 ] {31c313ed-7c88-4c60-a432-9f7f7e097960} <Debug> oximeter.fields_i32 (cffd9c85-6c92-4978-9e0e-f0d9bb9bc8ad): Loading data parts | ||
| 611 | 2025.01.29 21:06:31.617531 [ 263 ] {31c313ed-7c88-4c60-a432-9f7f7e097960} <Debug> oximeter.fields_i32 (cffd9c85-6c92-4978-9e0e-f0d9bb9bc8ad): There are no data parts | ||
| 612 | 2025.01.29 21:06:31.620085 [ 263 ] {31c313ed-7c88-4c60-a432-9f7f7e097960} <Debug> TCPHandler: Processed in 0.013268788 sec. | ||
| 613 | 2025.01.29 21:06:31.620316 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 614 | 2025.01.29 21:06:31.620540 [ 258 ] {08acf588-74c9-45ea-9151-c1121628ccb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 615 | 2025.01.29 21:06:31.620635 [ 258 ] {08acf588-74c9-45ea-9151-c1121628ccb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 616 | 2025.01.29 21:06:31.632725 [ 258 ] {08acf588-74c9-45ea-9151-c1121628ccb8} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Loading data parts | ||
| 617 | 2025.01.29 21:06:31.632959 [ 258 ] {08acf588-74c9-45ea-9151-c1121628ccb8} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): There are no data parts | ||
| 618 | 2025.01.29 21:06:31.635629 [ 258 ] {08acf588-74c9-45ea-9151-c1121628ccb8} <Debug> TCPHandler: Processed in 0.015373714 sec. | ||
| 619 | 2025.01.29 21:06:31.635876 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 620 | 2025.01.29 21:06:31.636190 [ 263 ] {a55ece37-3636-4628-81bf-a1a6cbac0abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 621 | 2025.01.29 21:06:31.636281 [ 263 ] {a55ece37-3636-4628-81bf-a1a6cbac0abe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 622 | 2025.01.29 21:06:31.645366 [ 263 ] {a55ece37-3636-4628-81bf-a1a6cbac0abe} <Debug> oximeter.fields_i64 (bb4800d6-e20e-49c1-9d17-69c9e8533257): Loading data parts | ||
| 623 | 2025.01.29 21:06:31.645569 [ 263 ] {a55ece37-3636-4628-81bf-a1a6cbac0abe} <Debug> oximeter.fields_i64 (bb4800d6-e20e-49c1-9d17-69c9e8533257): There are no data parts | ||
| 624 | 2025.01.29 21:06:31.648901 [ 263 ] {a55ece37-3636-4628-81bf-a1a6cbac0abe} <Debug> TCPHandler: Processed in 0.013118417 sec. | ||
| 625 | 2025.01.29 21:06:31.649180 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 626 | 2025.01.29 21:06:31.649417 [ 258 ] {93bad4cb-dafa-41f8-934d-8d674b2c1699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 627 | 2025.01.29 21:06:31.649516 [ 258 ] {93bad4cb-dafa-41f8-934d-8d674b2c1699} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 628 | 2025.01.29 21:06:31.660497 [ 258 ] {93bad4cb-dafa-41f8-934d-8d674b2c1699} <Debug> oximeter.fields_u64 (c4683d76-d9e6-4a5d-a98d-5f5c0da59771): Loading data parts | ||
| 629 | 2025.01.29 21:06:31.660748 [ 258 ] {93bad4cb-dafa-41f8-934d-8d674b2c1699} <Debug> oximeter.fields_u64 (c4683d76-d9e6-4a5d-a98d-5f5c0da59771): There are no data parts | ||
| 630 | 2025.01.29 21:06:31.663283 [ 258 ] {93bad4cb-dafa-41f8-934d-8d674b2c1699} <Debug> TCPHandler: Processed in 0.014166879 sec. | ||
| 631 | 2025.01.29 21:06:31.663495 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 632 | 2025.01.29 21:06:31.663756 [ 263 ] {ae2b59e0-31ec-4fe9-8847-f3d4b0bf2cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 633 | 2025.01.29 21:06:31.663837 [ 263 ] {ae2b59e0-31ec-4fe9-8847-f3d4b0bf2cf4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 634 | 2025.01.29 21:06:31.687401 [ 263 ] {ae2b59e0-31ec-4fe9-8847-f3d4b0bf2cf4} <Debug> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Loading data parts | ||
| 635 | 2025.01.29 21:06:31.687603 [ 263 ] {ae2b59e0-31ec-4fe9-8847-f3d4b0bf2cf4} <Debug> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): There are no data parts | ||
| 636 | 2025.01.29 21:06:31.700651 [ 263 ] {ae2b59e0-31ec-4fe9-8847-f3d4b0bf2cf4} <Debug> TCPHandler: Processed in 0.037218455 sec. | ||
| 637 | 2025.01.29 21:06:31.700870 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 638 | 2025.01.29 21:06:31.701093 [ 258 ] {89b40f1d-3469-4531-bc2f-21210cd3bfdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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) | ||
| 639 | 2025.01.29 21:06:31.701190 [ 258 ] {89b40f1d-3469-4531-bc2f-21210cd3bfdc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 640 | 2025.01.29 21:06:31.703949 [ 258 ] {89b40f1d-3469-4531-bc2f-21210cd3bfdc} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Loading data parts | ||
| 641 | 2025.01.29 21:06:31.704187 [ 258 ] {89b40f1d-3469-4531-bc2f-21210cd3bfdc} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): There are no data parts | ||
| 642 | 2025.01.29 21:06:31.715821 [ 258 ] {89b40f1d-3469-4531-bc2f-21210cd3bfdc} <Debug> TCPHandler: Processed in 0.015014679 sec. | ||
| 643 | 2025.01.29 21:06:31.716026 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 644 | 2025.01.29 21:06:31.716290 [ 263 ] {b8819f87-8ec1-4677-956e-949861352c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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) | ||
| 645 | 2025.01.29 21:06:31.716370 [ 263 ] {b8819f87-8ec1-4677-956e-949861352c8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 646 | 2025.01.29 21:06:31.719151 [ 263 ] {b8819f87-8ec1-4677-956e-949861352c8a} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Loading data parts | ||
| 647 | 2025.01.29 21:06:31.719351 [ 263 ] {b8819f87-8ec1-4677-956e-949861352c8a} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): There are no data parts | ||
| 648 | 2025.01.29 21:06:31.729977 [ 263 ] {b8819f87-8ec1-4677-956e-949861352c8a} <Debug> TCPHandler: Processed in 0.014015088 sec. | ||
| 649 | 2025.01.29 21:06:31.730268 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 650 | 2025.01.29 21:06:31.730686 [ 258 ] {c81d8585-738f-4450-ac4b-6dc8210e6748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) /* The timeseries schema table stores the extracted schema for the samples | ||
| 651 | * oximeter collects. | ||
| 652 | */ | ||
| 653 | 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) | ||
| 654 | 2025.01.29 21:06:31.730830 [ 258 ] {c81d8585-738f-4450-ac4b-6dc8210e6748} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 655 | 2025.01.29 21:06:31.733591 [ 258 ] {c81d8585-738f-4450-ac4b-6dc8210e6748} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Loading data parts | ||
| 656 | 2025.01.29 21:06:31.733786 [ 258 ] {c81d8585-738f-4450-ac4b-6dc8210e6748} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): There are no data parts | ||
| 657 | 2025.01.29 21:06:31.745849 [ 258 ] {c81d8585-738f-4450-ac4b-6dc8210e6748} <Debug> TCPHandler: Processed in 0.015673457 sec. | ||
| 658 | 2025.01.29 21:06:31.746089 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.01.29 21:06:31.746301 [ 263 ] {070d0188-f804-407b-a341-ab84766c2224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 660 | 2025.01.29 21:06:31.747624 [ 263 ] {070d0188-f804-407b-a341-ab84766c2224} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 661 | 2025.01.29 21:06:31.755826 [ 268 ] {070d0188-f804-407b-a341-ab84766c2224} <Trace> oximeter.version (6ecc1672-e958-4e97-8346-2584a5fd81eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 662 | 2025.01.29 21:06:31.755888 [ 268 ] {070d0188-f804-407b-a341-ab84766c2224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 663 | 2025.01.29 21:06:31.760603 [ 268 ] {070d0188-f804-407b-a341-ab84766c2224} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 664 | 2025.01.29 21:06:31.760992 [ 268 ] {070d0188-f804-407b-a341-ab84766c2224} <Trace> oximeter.version (6ecc1672-e958-4e97-8346-2584a5fd81eb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 665 | 2025.01.29 21:06:31.761309 [ 263 ] {070d0188-f804-407b-a341-ab84766c2224} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015108 sec., 66.19009796134499 rows/sec., 1.03 KiB/sec. | ||
| 666 | 2025.01.29 21:06:31.761611 [ 263 ] {070d0188-f804-407b-a341-ab84766c2224} <Debug> TCPHandler: Processed in 0.015623646 sec. | ||
| 667 | 2025.01.29 21:06:32.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.21 MiB, peak 136.21 MiB, free memory in arenas 0.00 B, will set to 140.41 MiB (RSS), difference: 4.20 MiB | ||
| 668 | 2025.01.29 21:06:32.824995 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61767 | ||
| 669 | 2025.01.29 21:06:32.825227 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 670 | 2025.01.29 21:06:32.825263 [ 277 ] {} <Debug> TCP-Session: 6bd4b234-452f-40cf-996d-5565db4bb2d3 Authenticating user 'default' from [fd00:1122:3344:101::a]:61767 | ||
| 671 | 2025.01.29 21:06:32.825293 [ 277 ] {} <Debug> TCP-Session: 6bd4b234-452f-40cf-996d-5565db4bb2d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2025.01.29 21:06:32.825336 [ 277 ] {} <Debug> TCP-Session: 6bd4b234-452f-40cf-996d-5565db4bb2d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 673 | 2025.01.29 21:06:32.825412 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 674 | 2025.01.29 21:06:32.825443 [ 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 | ||
| 675 | 2025.01.29 21:06:32.825495 [ 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 | ||
| 676 | 2025.01.29 21:06:32.826698 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49418 | ||
| 677 | 2025.01.29 21:06:32.826806 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34266 | ||
| 678 | 2025.01.29 21:06:32.826898 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36823 | ||
| 679 | 2025.01.29 21:06:32.826981 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45450 | ||
| 680 | 2025.01.29 21:06:32.827148 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54163 | ||
| 681 | 2025.01.29 21:06:32.827431 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65288 | ||
| 682 | 2025.01.29 21:06:32.827486 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41532 | ||
| 683 | 2025.01.29 21:06:32.828956 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.01.29 21:06:32.829098 [ 282 ] {} <Debug> TCP-Session: 8b728493-2110-4bed-9a2e-b84345a6e581 Authenticating user 'default' from [fd00:1122:3344:101::a]:54163 | ||
| 685 | 2025.01.29 21:06:32.829151 [ 282 ] {} <Debug> TCP-Session: 8b728493-2110-4bed-9a2e-b84345a6e581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.01.29 21:06:32.829166 [ 282 ] {} <Debug> TCP-Session: 8b728493-2110-4bed-9a2e-b84345a6e581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.01.29 21:06:32.830893 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.01.29 21:06:32.830949 [ 278 ] {} <Debug> TCP-Session: 83a7da5b-70d4-47f8-9d0b-56e7ace545fb Authenticating user 'default' from [fd00:1122:3344:101::a]:49418 | ||
| 689 | 2025.01.29 21:06:32.830968 [ 278 ] {} <Debug> TCP-Session: 83a7da5b-70d4-47f8-9d0b-56e7ace545fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.01.29 21:06:32.830982 [ 278 ] {} <Debug> TCP-Session: 83a7da5b-70d4-47f8-9d0b-56e7ace545fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.01.29 21:06:32.831693 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.01.29 21:06:32.831731 [ 284 ] {} <Debug> TCP-Session: 22a3693a-4551-4b91-b766-4f2ba2a16aee Authenticating user 'default' from [fd00:1122:3344:101::a]:41532 | ||
| 693 | 2025.01.29 21:06:32.831756 [ 284 ] {} <Debug> TCP-Session: 22a3693a-4551-4b91-b766-4f2ba2a16aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.01.29 21:06:32.831782 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2025.01.29 21:06:32.831807 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.01.29 21:06:32.831824 [ 284 ] {} <Debug> TCP-Session: 22a3693a-4551-4b91-b766-4f2ba2a16aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.01.29 21:06:32.831845 [ 281 ] {} <Debug> TCP-Session: 7212a818-bed3-4b4f-ae85-e7a8c3a1363b Authenticating user 'default' from [fd00:1122:3344:101::a]:45450 | ||
| 698 | 2025.01.29 21:06:32.831862 [ 280 ] {} <Debug> TCP-Session: bcd2b1e0-ed67-4358-82a7-50674553033a Authenticating user 'default' from [fd00:1122:3344:101::a]:36823 | ||
| 699 | 2025.01.29 21:06:32.831913 [ 281 ] {} <Debug> TCP-Session: 7212a818-bed3-4b4f-ae85-e7a8c3a1363b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.01.29 21:06:32.831925 [ 280 ] {} <Debug> TCP-Session: bcd2b1e0-ed67-4358-82a7-50674553033a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.01.29 21:06:32.831993 [ 281 ] {} <Debug> TCP-Session: 7212a818-bed3-4b4f-ae85-e7a8c3a1363b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.01.29 21:06:32.832001 [ 280 ] {} <Debug> TCP-Session: bcd2b1e0-ed67-4358-82a7-50674553033a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.01.29 21:06:32.832645 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2025.01.29 21:06:32.832698 [ 283 ] {} <Debug> TCP-Session: 8f8540fa-a68d-455e-b5b9-a470a8a0f2b9 Authenticating user 'default' from [fd00:1122:3344:101::a]:65288 | ||
| 705 | 2025.01.29 21:06:32.832735 [ 283 ] {} <Debug> TCP-Session: 8f8540fa-a68d-455e-b5b9-a470a8a0f2b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.01.29 21:06:32.832912 [ 283 ] {} <Debug> TCP-Session: 8f8540fa-a68d-455e-b5b9-a470a8a0f2b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.01.29 21:06:32.833426 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 708 | 2025.01.29 21:06:32.833465 [ 279 ] {} <Debug> TCP-Session: 9d801e98-32b5-4fc8-b238-ed0e186d2d14 Authenticating user 'default' from [fd00:1122:3344:101::a]:34266 | ||
| 709 | 2025.01.29 21:06:32.833485 [ 279 ] {} <Debug> TCP-Session: 9d801e98-32b5-4fc8-b238-ed0e186d2d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2025.01.29 21:06:32.833535 [ 279 ] {} <Debug> TCP-Session: 9d801e98-32b5-4fc8-b238-ed0e186d2d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 711 | 2025.01.29 21:06:33.225641 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42200 | ||
| 712 | 2025.01.29 21:06:33.225821 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 713 | 2025.01.29 21:06:33.225897 [ 285 ] {} <Debug> TCP-Session: 24ba4d4b-9df8-4e83-b239-762d5b224b25 Authenticating user 'default' from [fd00:1122:3344:101::b]:42200 | ||
| 714 | 2025.01.29 21:06:33.225921 [ 285 ] {} <Debug> TCP-Session: 24ba4d4b-9df8-4e83-b239-762d5b224b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2025.01.29 21:06:33.225935 [ 285 ] {} <Debug> TCP-Session: 24ba4d4b-9df8-4e83-b239-762d5b224b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 716 | 2025.01.29 21:06:33.226035 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 717 | 2025.01.29 21:06:33.226063 [ 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 | ||
| 718 | 2025.01.29 21:06:33.226111 [ 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 | ||
| 719 | 2025.01.29 21:06:33.227212 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44462 | ||
| 720 | 2025.01.29 21:06:33.227295 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43615 | ||
| 721 | 2025.01.29 21:06:33.227616 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 722 | 2025.01.29 21:06:33.227634 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 723 | 2025.01.29 21:06:33.227643 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53548 | ||
| 724 | 2025.01.29 21:06:33.227709 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56665 | ||
| 725 | 2025.01.29 21:06:33.227696 [ 287 ] {} <Debug> TCP-Session: 78c71436-9778-4d74-b41e-c8ac5c519b4a Authenticating user 'default' from [fd00:1122:3344:101::b]:43615 | ||
| 726 | 2025.01.29 21:06:33.227678 [ 286 ] {} <Debug> TCP-Session: 36bcd00d-8bae-4072-82ff-18f471abd1f6 Authenticating user 'default' from [fd00:1122:3344:101::b]:44462 | ||
| 727 | 2025.01.29 21:06:33.227821 [ 287 ] {} <Debug> TCP-Session: 78c71436-9778-4d74-b41e-c8ac5c519b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2025.01.29 21:06:33.227830 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60537 | ||
| 729 | 2025.01.29 21:06:33.228078 [ 287 ] {} <Debug> TCP-Session: 78c71436-9778-4d74-b41e-c8ac5c519b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2025.01.29 21:06:33.228099 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42249 | ||
| 731 | 2025.01.29 21:06:33.228277 [ 286 ] {} <Debug> TCP-Session: 36bcd00d-8bae-4072-82ff-18f471abd1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 732 | 2025.01.29 21:06:33.228357 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57272 | ||
| 733 | 2025.01.29 21:06:33.228389 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 734 | 2025.01.29 21:06:33.228385 [ 286 ] {} <Debug> TCP-Session: 36bcd00d-8bae-4072-82ff-18f471abd1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2025.01.29 21:06:33.228790 [ 289 ] {} <Debug> TCP-Session: da77b8f7-0ab1-470a-8d0a-4cd3eb9cff61 Authenticating user 'default' from [fd00:1122:3344:101::b]:56665 | ||
| 736 | 2025.01.29 21:06:33.228864 [ 289 ] {} <Debug> TCP-Session: da77b8f7-0ab1-470a-8d0a-4cd3eb9cff61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.29 21:06:33.228902 [ 289 ] {} <Debug> TCP-Session: da77b8f7-0ab1-470a-8d0a-4cd3eb9cff61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2025.01.29 21:06:33.229878 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 739 | 2025.01.29 21:06:33.229929 [ 288 ] {} <Debug> TCP-Session: fb8c6f98-9831-474c-965b-7e7fdc99bb7e Authenticating user 'default' from [fd00:1122:3344:101::b]:53548 | ||
| 740 | 2025.01.29 21:06:33.229958 [ 288 ] {} <Debug> TCP-Session: fb8c6f98-9831-474c-965b-7e7fdc99bb7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.29 21:06:33.230040 [ 288 ] {} <Debug> TCP-Session: fb8c6f98-9831-474c-965b-7e7fdc99bb7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2025.01.29 21:06:33.230969 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 743 | 2025.01.29 21:06:33.231024 [ 291 ] {} <Debug> TCP-Session: 312dcf80-e0ff-44c8-b13c-39a2c42c1f57 Authenticating user 'default' from [fd00:1122:3344:101::b]:42249 | ||
| 744 | 2025.01.29 21:06:33.231111 [ 291 ] {} <Debug> TCP-Session: 312dcf80-e0ff-44c8-b13c-39a2c42c1f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2025.01.29 21:06:33.231129 [ 291 ] {} <Debug> TCP-Session: 312dcf80-e0ff-44c8-b13c-39a2c42c1f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 746 | 2025.01.29 21:06:33.232976 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 747 | 2025.01.29 21:06:33.233056 [ 292 ] {} <Debug> TCP-Session: f239c8a6-b613-4222-8089-20d6401741ea Authenticating user 'default' from [fd00:1122:3344:101::b]:57272 | ||
| 748 | 2025.01.29 21:06:33.233075 [ 292 ] {} <Debug> TCP-Session: f239c8a6-b613-4222-8089-20d6401741ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.29 21:06:33.233091 [ 292 ] {} <Debug> TCP-Session: f239c8a6-b613-4222-8089-20d6401741ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2025.01.29 21:06:33.233535 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 751 | 2025.01.29 21:06:33.233577 [ 290 ] {} <Debug> TCP-Session: b8044a9c-e76b-424f-b65d-390fff40af78 Authenticating user 'default' from [fd00:1122:3344:101::b]:60537 | ||
| 752 | 2025.01.29 21:06:33.233600 [ 290 ] {} <Debug> TCP-Session: b8044a9c-e76b-424f-b65d-390fff40af78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2025.01.29 21:06:33.233641 [ 290 ] {} <Debug> TCP-Session: b8044a9c-e76b-424f-b65d-390fff40af78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2025.01.29 21:06:37.433942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.01.29 21:06:37.433943 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 756 | 2025.01.29 21:06:37.434066 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.29 21:06:37.434114 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 758 | 2025.01.29 21:06:37.450558 [ 244 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Loading data parts | ||
| 759 | 2025.01.29 21:06:37.451158 [ 244 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): There are no data parts | ||
| 760 | 2025.01.29 21:06:37.461399 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 761 | 2025.01.29 21:06:37.461466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 762 | 2025.01.29 21:06:37.464544 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 763 | 2025.01.29 21:06:37.464833 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 764 | 2025.01.29 21:06:37.465040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 765 | 2025.01.29 21:06:37.467928 [ 243 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Loading data parts | ||
| 766 | 2025.01.29 21:06:37.468250 [ 243 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): There are no data parts | ||
| 767 | 2025.01.29 21:06:37.511015 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 768 | 2025.01.29 21:06:37.511100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 769 | 2025.01.29 21:06:37.519387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 770 | 2025.01.29 21:06:37.520589 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 771 | 2025.01.29 21:06:37.524873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 772 | 2025.01.29 21:06:38.000329 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.36 MiB, peak 150.36 MiB, free memory in arenas 0.00 B, will set to 151.20 MiB (RSS), difference: 4.84 MiB | ||
| 773 | 2025.01.29 21:06:39.933834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 774 | 2025.01.29 21:06:39.933931 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 775 | 2025.01.29 21:06:39.948235 [ 242 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Loading data parts | ||
| 776 | 2025.01.29 21:06:39.948464 [ 242 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): There are no data parts | ||
| 777 | 2025.01.29 21:06:39.954966 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 778 | 2025.01.29 21:06:39.955004 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 779 | 2025.01.29 21:06:39.956797 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 780 | 2025.01.29 21:06:39.957360 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 781 | 2025.01.29 21:06:39.957811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 782 | 2025.01.29 21:06:40.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.38 MiB, peak 155.38 MiB, free memory in arenas 0.00 B, will set to 151.67 MiB (RSS), difference: -3.71 MiB | ||
| 783 | 2025.01.29 21:06:44.898973 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 784 | 2025.01.29 21:06:44.899044 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 785 | 2025.01.29 21:06:44.965230 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 786 | 2025.01.29 21:06:44.966091 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 787 | 2025.01.29 21:06:44.966142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 788 | 2025.01.29 21:06:44.966890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 789 | 2025.01.29 21:06:44.967421 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 790 | 2025.01.29 21:06:44.967634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 791 | 2025.01.29 21:06:45.025055 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 792 | 2025.01.29 21:06:45.047059 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2025.01.29 21:06:45.047122 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 794 | 2025.01.29 21:06:45.054285 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 795 | 2025.01.29 21:06:45.055880 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): 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.29 21:06:45.058706 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 797 | 2025.01.29 21:06:46.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.41 MiB, peak 156.41 MiB, free memory in arenas 0.00 B, will set to 154.30 MiB (RSS), difference: 1.89 MiB | ||
| 798 | 2025.01.29 21:06:50.000274 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.31 MiB, peak 156.41 MiB, free memory in arenas 0.00 B, will set to 154.32 MiB (RSS), difference: 4.01 MiB | ||
| 799 | 2025.01.29 21:06:52.467827 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 800 | 2025.01.29 21:06:52.468463 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 801 | 2025.01.29 21:06:52.468514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 802 | 2025.01.29 21:06:52.469289 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 803 | 2025.01.29 21:06:52.469870 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 804 | 2025.01.29 21:06:52.470123 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 805 | 2025.01.29 21:06:52.558846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 806 | 2025.01.29 21:06:52.580698 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 807 | 2025.01.29 21:06:52.580763 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 808 | 2025.01.29 21:06:52.587494 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 809 | 2025.01.29 21:06:52.588758 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 810 | 2025.01.29 21:06:52.591992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 811 | 2025.01.29 21:06:59.899089 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 812 | 2025.01.29 21:06:59.899188 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 813 | 2025.01.29 21:06:59.970329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 814 | 2025.01.29 21:06:59.971031 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 815 | 2025.01.29 21:06:59.971091 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 816 | 2025.01.29 21:06:59.971731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 817 | 2025.01.29 21:06:59.971998 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 818 | 2025.01.29 21:06:59.972233 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 819 | 2025.01.29 21:07:00.092176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 820 | 2025.01.29 21:07:00.112061 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2025.01.29 21:07:00.112124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 822 | 2025.01.29 21:07:00.119095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 823 | 2025.01.29 21:07:00.119873 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2025.01.29 21:07:00.122729 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 825 | 2025.01.29 21:07:01.771463 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2025.01.29 21:07:01.771677 [ 258 ] {f4d6137b-e3a7-404a-83ee-f7e5427dd3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 827 | 2025.01.29 21:07:01.781787 [ 258 ] {f4d6137b-e3a7-404a-83ee-f7e5427dd3d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 828 | 2025.01.29 21:07:01.791636 [ 258 ] {f4d6137b-e3a7-404a-83ee-f7e5427dd3d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 829 | 2025.01.29 21:07:01.802579 [ 258 ] {f4d6137b-e3a7-404a-83ee-f7e5427dd3d1} <Debug> TCPHandler: Processed in 0.031241373 sec. | ||
| 830 | 2025.01.29 21:07:01.818970 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2025.01.29 21:07:01.819199 [ 263 ] {b07562ea-9339-4b33-b049-41f3dfc9fe98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 832 | 2025.01.29 21:07:01.834493 [ 263 ] {b07562ea-9339-4b33-b049-41f3dfc9fe98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2025.01.29 21:07:01.834575 [ 263 ] {b07562ea-9339-4b33-b049-41f3dfc9fe98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 834 | 2025.01.29 21:07:01.835252 [ 263 ] {b07562ea-9339-4b33-b049-41f3dfc9fe98} <Debug> TCPHandler: Processed in 0.016417806 sec. | ||
| 835 | 2025.01.29 21:07:01.835721 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2025.01.29 21:07:01.835901 [ 258 ] {bca405cd-dda8-450a-bfdd-28f7b5de51b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 837 | 2025.01.29 21:07:01.838281 [ 258 ] {bca405cd-dda8-450a-bfdd-28f7b5de51b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2025.01.29 21:07:01.838359 [ 258 ] {bca405cd-dda8-450a-bfdd-28f7b5de51b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2025.01.29 21:07:01.839096 [ 258 ] {bca405cd-dda8-450a-bfdd-28f7b5de51b3} <Debug> TCPHandler: Processed in 0.003444701 sec. | ||
| 840 | 2025.01.29 21:07:01.839397 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2025.01.29 21:07:01.839561 [ 263 ] {fd454162-7490-4884-be09-8d24beb1ad92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 842 | 2025.01.29 21:07:01.839947 [ 263 ] {fd454162-7490-4884-be09-8d24beb1ad92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 843 | 2025.01.29 21:07:01.840007 [ 263 ] {fd454162-7490-4884-be09-8d24beb1ad92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 844 | 2025.01.29 21:07:01.840538 [ 263 ] {fd454162-7490-4884-be09-8d24beb1ad92} <Debug> TCPHandler: Processed in 0.001198925 sec. | ||
| 845 | 2025.01.29 21:07:01.841485 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 846 | 2025.01.29 21:07:01.841626 [ 258 ] {f86d3e39-1f64-4f21-bade-af8a10a0281d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 847 | 2025.01.29 21:07:01.841683 [ 258 ] {f86d3e39-1f64-4f21-bade-af8a10a0281d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 848 | 2025.01.29 21:07:01.844447 [ 258 ] {f86d3e39-1f64-4f21-bade-af8a10a0281d} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 849 | 2025.01.29 21:07:01.844497 [ 258 ] {f86d3e39-1f64-4f21-bade-af8a10a0281d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 850 | 2025.01.29 21:07:01.846940 [ 258 ] {f86d3e39-1f64-4f21-bade-af8a10a0281d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 851 | 2025.01.29 21:07:01.847172 [ 258 ] {f86d3e39-1f64-4f21-bade-af8a10a0281d} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 852 | 2025.01.29 21:07:01.847422 [ 258 ] {f86d3e39-1f64-4f21-bade-af8a10a0281d} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.005824 sec., 686.8131868131868 rows/sec., 72.61 KiB/sec. | ||
| 853 | 2025.01.29 21:07:01.847592 [ 258 ] {f86d3e39-1f64-4f21-bade-af8a10a0281d} <Debug> TCPHandler: Processed in 0.006163554 sec. | ||
| 854 | 2025.01.29 21:07:01.847779 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2025.01.29 21:07:01.847941 [ 263 ] {94843175-ab82-42aa-9107-44b2dccd439c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 856 | 2025.01.29 21:07:01.848007 [ 263 ] {94843175-ab82-42aa-9107-44b2dccd439c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 857 | 2025.01.29 21:07:01.856648 [ 263 ] {94843175-ab82-42aa-9107-44b2dccd439c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2025.01.29 21:07:01.856695 [ 263 ] {94843175-ab82-42aa-9107-44b2dccd439c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 859 | 2025.01.29 21:07:01.859199 [ 263 ] {94843175-ab82-42aa-9107-44b2dccd439c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 860 | 2025.01.29 21:07:01.859504 [ 263 ] {94843175-ab82-42aa-9107-44b2dccd439c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 861 | 2025.01.29 21:07:01.859823 [ 263 ] {94843175-ab82-42aa-9107-44b2dccd439c} <Debug> executeQuery: Read 60 rows, 5.69 KiB in 0.011905 sec., 5039.899202015959 rows/sec., 478.15 KiB/sec. | ||
| 862 | 2025.01.29 21:07:01.859905 [ 263 ] {94843175-ab82-42aa-9107-44b2dccd439c} <Debug> TCPHandler: Processed in 0.012194086 sec. | ||
| 863 | 2025.01.29 21:07:01.860098 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.29 21:07:01.860244 [ 258 ] {8fa29638-8654-446a-ba6d-cbc96eb0b7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 865 | 2025.01.29 21:07:01.860304 [ 258 ] {8fa29638-8654-446a-ba6d-cbc96eb0b7ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 866 | 2025.01.29 21:07:01.861028 [ 258 ] {8fa29638-8654-446a-ba6d-cbc96eb0b7ee} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 867 | 2025.01.29 21:07:01.861068 [ 258 ] {8fa29638-8654-446a-ba6d-cbc96eb0b7ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 868 | 2025.01.29 21:07:01.861455 [ 258 ] {8fa29638-8654-446a-ba6d-cbc96eb0b7ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 869 | 2025.01.29 21:07:01.861705 [ 258 ] {8fa29638-8654-446a-ba6d-cbc96eb0b7ee} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 870 | 2025.01.29 21:07:01.861973 [ 258 ] {8fa29638-8654-446a-ba6d-cbc96eb0b7ee} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001744 sec., 17201.83486238532 rows/sec., 1.26 MiB/sec. | ||
| 871 | 2025.01.29 21:07:01.862066 [ 258 ] {8fa29638-8654-446a-ba6d-cbc96eb0b7ee} <Debug> TCPHandler: Processed in 0.002037185 sec. | ||
| 872 | 2025.01.29 21:07:01.862235 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2025.01.29 21:07:01.862362 [ 263 ] {89b3d90c-a9bf-40c2-9426-94c202e7384a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 874 | 2025.01.29 21:07:01.862416 [ 263 ] {89b3d90c-a9bf-40c2-9426-94c202e7384a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 875 | 2025.01.29 21:07:01.863035 [ 263 ] {89b3d90c-a9bf-40c2-9426-94c202e7384a} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 876 | 2025.01.29 21:07:01.863078 [ 263 ] {89b3d90c-a9bf-40c2-9426-94c202e7384a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 877 | 2025.01.29 21:07:01.863454 [ 263 ] {89b3d90c-a9bf-40c2-9426-94c202e7384a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 878 | 2025.01.29 21:07:01.863708 [ 263 ] {89b3d90c-a9bf-40c2-9426-94c202e7384a} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 879 | 2025.01.29 21:07:01.863989 [ 263 ] {89b3d90c-a9bf-40c2-9426-94c202e7384a} <Debug> executeQuery: Read 40 rows, 3.22 KiB in 0.00164 sec., 24390.243902439026 rows/sec., 1.91 MiB/sec. | ||
| 880 | 2025.01.29 21:07:01.864055 [ 263 ] {89b3d90c-a9bf-40c2-9426-94c202e7384a} <Debug> TCPHandler: Processed in 0.001885013 sec. | ||
| 881 | 2025.01.29 21:07:01.864206 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2025.01.29 21:07:01.864325 [ 258 ] {c4e79040-239c-48a7-97f7-5301fbe17feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 883 | 2025.01.29 21:07:01.864404 [ 258 ] {c4e79040-239c-48a7-97f7-5301fbe17feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 884 | 2025.01.29 21:07:01.865787 [ 258 ] {c4e79040-239c-48a7-97f7-5301fbe17feb} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2025.01.29 21:07:01.865829 [ 258 ] {c4e79040-239c-48a7-97f7-5301fbe17feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 886 | 2025.01.29 21:07:01.870410 [ 258 ] {c4e79040-239c-48a7-97f7-5301fbe17feb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 887 | 2025.01.29 21:07:01.870697 [ 258 ] {c4e79040-239c-48a7-97f7-5301fbe17feb} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2025.01.29 21:07:01.871013 [ 258 ] {c4e79040-239c-48a7-97f7-5301fbe17feb} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006699 sec., 4478.280340349306 rows/sec., 8.02 MiB/sec. | ||
| 889 | 2025.01.29 21:07:01.871151 [ 258 ] {c4e79040-239c-48a7-97f7-5301fbe17feb} <Debug> TCPHandler: Processed in 0.007000143 sec. | ||
| 890 | 2025.01.29 21:07:01.871315 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2025.01.29 21:07:01.871442 [ 263 ] {4d83db5b-ae28-4f6c-aae6-0888ab11f858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 892 | 2025.01.29 21:07:01.871497 [ 263 ] {4d83db5b-ae28-4f6c-aae6-0888ab11f858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 893 | 2025.01.29 21:07:01.872052 [ 263 ] {4d83db5b-ae28-4f6c-aae6-0888ab11f858} <Trace> oximeter.measurements_i64 (ddcf2612-050d-448d-9e5f-ae763fd1f506): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.01.29 21:07:01.872089 [ 263 ] {4d83db5b-ae28-4f6c-aae6-0888ab11f858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 895 | 2025.01.29 21:07:01.872485 [ 263 ] {4d83db5b-ae28-4f6c-aae6-0888ab11f858} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 896 | 2025.01.29 21:07:01.872738 [ 263 ] {4d83db5b-ae28-4f6c-aae6-0888ab11f858} <Trace> oximeter.measurements_i64 (ddcf2612-050d-448d-9e5f-ae763fd1f506): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.01.29 21:07:01.873017 [ 263 ] {4d83db5b-ae28-4f6c-aae6-0888ab11f858} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001589 sec., 11327.87916928886 rows/sec., 853.65 KiB/sec. | ||
| 898 | 2025.01.29 21:07:01.873078 [ 263 ] {4d83db5b-ae28-4f6c-aae6-0888ab11f858} <Debug> TCPHandler: Processed in 0.001820552 sec. | ||
| 899 | 2025.01.29 21:07:06.767263 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.01.29 21:07:06.767541 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 901 | 2025.01.29 21:07:06.769860 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 902 | 2025.01.29 21:07:06.773706 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 903 | 2025.01.29 21:07:06.773980 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 904 | 2025.01.29 21:07:06.776586 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 905 | 2025.01.29 21:07:06.778798 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 906 | 2025.01.29 21:07:06.783807 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 907 | 2025.01.29 21:07:06.785763 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 908 | 2025.01.29 21:07:06.785811 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 909 | 2025.01.29 21:07:06.786513 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <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', 'http_service:request_latency_histogram'))" | ||
| 910 | 2025.01.29 21:07:06.786556 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 911 | 2025.01.29 21:07:06.808010 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.040563 sec., 98.61203559894484 rows/sec., 4.55 KiB/sec. | ||
| 912 | 2025.01.29 21:07:06.808147 [ 258 ] {d67ee8ea-f9d2-4c83-a8c8-d7da9d2241b3} <Debug> TCPHandler: Processed in 0.04101861 sec. | ||
| 913 | 2025.01.29 21:07:06.808597 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 914 | 2025.01.29 21:07:06.808831 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 915 | 2025.01.29 21:07:06.809197 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 916 | 2025.01.29 21:07:06.809235 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <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_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 917 | 2025.01.29 21:07:06.809494 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 918 | 2025.01.29 21:07:06.809581 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 919 | 2025.01.29 21:07:06.809762 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 920 | 2025.01.29 21:07:06.809803 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 921 | 2025.01.29 21:07:06.809829 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 922 | 2025.01.29 21:07:06.809848 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 923 | 2025.01.29 21:07:06.809898 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <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_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
| 924 | 2025.01.29 21:07:06.809922 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 925 | 2025.01.29 21:07:06.810855 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.002116 sec., 1890.359168241966 rows/sec., 87.23 KiB/sec. | ||
| 926 | 2025.01.29 21:07:06.810989 [ 263 ] {7c8a15fb-99f8-4f1c-97de-7c0f6b2c0df2} <Debug> TCPHandler: Processed in 0.00252641 sec. | ||
| 927 | 2025.01.29 21:07:06.811317 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 928 | 2025.01.29 21:07:06.811499 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 929 | 2025.01.29 21:07:06.811813 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 930 | 2025.01.29 21:07:06.811851 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 931 | 2025.01.29 21:07:06.812107 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 932 | 2025.01.29 21:07:06.812186 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 933 | 2025.01.29 21:07:06.812355 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 934 | 2025.01.29 21:07:06.812392 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 935 | 2025.01.29 21:07:06.812417 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 936 | 2025.01.29 21:07:06.812435 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 937 | 2025.01.29 21:07:06.812481 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <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', 'http_service:request_latency_histogram'))" | ||
| 938 | 2025.01.29 21:07:06.812505 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 939 | 2025.01.29 21:07:06.813109 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001682 sec., 2378.1212841854936 rows/sec., 109.73 KiB/sec. | ||
| 940 | 2025.01.29 21:07:06.813249 [ 258 ] {f62db3ed-12be-4010-a868-9330e20a75b4} <Debug> TCPHandler: Processed in 0.002016804 sec. | ||
| 941 | 2025.01.29 21:07:06.813562 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 942 | 2025.01.29 21:07:06.813751 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 943 | 2025.01.29 21:07:06.814080 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 944 | 2025.01.29 21:07:06.814120 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <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:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 945 | 2025.01.29 21:07:06.814372 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 946 | 2025.01.29 21:07:06.814465 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 947 | 2025.01.29 21:07:06.814685 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 948 | 2025.01.29 21:07:06.814731 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 949 | 2025.01.29 21:07:06.814763 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 950 | 2025.01.29 21:07:06.814789 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 951 | 2025.01.29 21:07:06.814849 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <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:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 952 | 2025.01.29 21:07:06.814882 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 953 | 2025.01.29 21:07:06.815650 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001974 sec., 2026.3424518743668 rows/sec., 93.50 KiB/sec. | ||
| 954 | 2025.01.29 21:07:06.815806 [ 263 ] {4d089d1c-f772-48ce-8d7d-6ac323d07739} <Debug> TCPHandler: Processed in 0.002308948 sec. | ||
| 955 | 2025.01.29 21:07:06.816280 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.01.29 21:07:06.816523 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 957 | 2025.01.29 21:07:06.816924 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.01.29 21:07:06.816975 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 959 | 2025.01.29 21:07:06.817309 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.01.29 21:07:06.817409 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.01.29 21:07:06.817634 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 962 | 2025.01.29 21:07:06.817689 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.01.29 21:07:06.817717 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 964 | 2025.01.29 21:07:06.817739 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.01.29 21:07:06.817804 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 966 | 2025.01.29 21:07:06.817839 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 967 | 2025.01.29 21:07:06.818424 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.002001 sec., 1999.0004997501248 rows/sec., 92.24 KiB/sec. | ||
| 968 | 2025.01.29 21:07:06.818573 [ 258 ] {c9d1f637-7638-40cf-a2e2-3598630c61bf} <Debug> TCPHandler: Processed in 0.002390629 sec. | ||
| 969 | 2025.01.29 21:07:06.818868 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.01.29 21:07:06.819065 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 971 | 2025.01.29 21:07:06.819409 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2025.01.29 21:07:06.819453 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 973 | 2025.01.29 21:07:06.819739 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2025.01.29 21:07:06.819821 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2025.01.29 21:07:06.819973 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 976 | 2025.01.29 21:07:06.820008 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2025.01.29 21:07:06.820031 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 978 | 2025.01.29 21:07:06.820050 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2025.01.29 21:07:06.820094 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 980 | 2025.01.29 21:07:06.820117 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 981 | 2025.01.29 21:07:06.820716 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001736 sec., 2304.147465437788 rows/sec., 106.32 KiB/sec. | ||
| 982 | 2025.01.29 21:07:06.820835 [ 263 ] {70422913-911a-4e9a-8e1b-9d40243dc7f7} <Debug> TCPHandler: Processed in 0.002037835 sec. | ||
| 983 | 2025.01.29 21:07:06.821100 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.01.29 21:07:06.821265 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 985 | 2025.01.29 21:07:06.821554 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 986 | 2025.01.29 21:07:06.821591 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 987 | 2025.01.29 21:07:06.821826 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2025.01.29 21:07:06.821894 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2025.01.29 21:07:06.822046 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 990 | 2025.01.29 21:07:06.822081 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 991 | 2025.01.29 21:07:06.822103 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 992 | 2025.01.29 21:07:06.822120 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 993 | 2025.01.29 21:07:06.822163 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 994 | 2025.01.29 21:07:06.822188 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 995 | 2025.01.29 21:07:06.822891 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001693 sec., 2362.6698168930893 rows/sec., 109.02 KiB/sec. | ||
| 996 | 2025.01.29 21:07:06.823010 [ 258 ] {463595a3-7f61-46e3-bbf5-f82bcc271ef3} <Debug> TCPHandler: Processed in 0.001968974 sec. | ||
| 997 | 2025.01.29 21:07:06.823286 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2025.01.29 21:07:06.823479 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 999 | 2025.01.29 21:07:06.823821 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1000 | 2025.01.29 21:07:06.823861 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1001 | 2025.01.29 21:07:06.824095 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1002 | 2025.01.29 21:07:06.824163 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1003 | 2025.01.29 21:07:06.824311 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1004 | 2025.01.29 21:07:06.824346 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1005 | 2025.01.29 21:07:06.824369 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1006 | 2025.01.29 21:07:06.824386 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1007 | 2025.01.29 21:07:06.824430 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1008 | 2025.01.29 21:07:06.824453 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1009 | 2025.01.29 21:07:06.825002 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001605 sec., 2492.21183800623 rows/sec., 115.00 KiB/sec. | ||
| 1010 | 2025.01.29 21:07:06.825117 [ 263 ] {594df5a3-6cd7-4110-913b-0d35ffcb028a} <Debug> TCPHandler: Processed in 0.001896153 sec. | ||
| 1011 | 2025.01.29 21:07:06.825387 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.01.29 21:07:06.825582 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1013 | 2025.01.29 21:07:06.825906 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.01.29 21:07:06.825943 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1015 | 2025.01.29 21:07:06.826179 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.01.29 21:07:06.826246 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.01.29 21:07:06.826397 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1018 | 2025.01.29 21:07:06.826432 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.01.29 21:07:06.826455 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1020 | 2025.01.29 21:07:06.826472 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2025.01.29 21:07:06.826515 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1022 | 2025.01.29 21:07:06.826541 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1023 | 2025.01.29 21:07:06.827091 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001593 sec., 2510.9855618330193 rows/sec., 115.86 KiB/sec. | ||
| 1024 | 2025.01.29 21:07:06.827208 [ 258 ] {d585615e-0aec-4d82-b5b1-240ce1b1a294} <Debug> TCPHandler: Processed in 0.001892943 sec. | ||
| 1025 | 2025.01.29 21:07:06.827489 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2025.01.29 21:07:06.827680 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1027 | 2025.01.29 21:07:06.827967 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2025.01.29 21:07:06.828002 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1029 | 2025.01.29 21:07:06.828231 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.01.29 21:07:06.828294 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2025.01.29 21:07:06.828429 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1032 | 2025.01.29 21:07:06.828459 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2025.01.29 21:07:06.828481 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1034 | 2025.01.29 21:07:06.828497 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1035 | 2025.01.29 21:07:06.828603 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1036 | 2025.01.29 21:07:06.828626 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1037 | 2025.01.29 21:07:06.829192 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001592 sec., 2512.5628140703516 rows/sec., 115.94 KiB/sec. | ||
| 1038 | 2025.01.29 21:07:06.829311 [ 263 ] {9935bbf0-0686-4f7b-bdd3-df00b87c64ca} <Debug> TCPHandler: Processed in 0.001886792 sec. | ||
| 1039 | 2025.01.29 21:07:06.829598 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2025.01.29 21:07:06.829794 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1041 | 2025.01.29 21:07:06.830144 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1042 | 2025.01.29 21:07:06.830192 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1043 | 2025.01.29 21:07:06.830499 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1044 | 2025.01.29 21:07:06.830581 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1045 | 2025.01.29 21:07:06.830760 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1046 | 2025.01.29 21:07:06.830802 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1047 | 2025.01.29 21:07:06.830825 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1048 | 2025.01.29 21:07:06.830842 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1049 | 2025.01.29 21:07:06.830885 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1050 | 2025.01.29 21:07:06.830910 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1051 | 2025.01.29 21:07:06.831475 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001765 sec., 2266.2889518413594 rows/sec., 104.57 KiB/sec. | ||
| 1052 | 2025.01.29 21:07:06.831591 [ 258 ] {66627765-fddc-4e04-afb4-cb54146d80fb} <Debug> TCPHandler: Processed in 0.002067525 sec. | ||
| 1053 | 2025.01.29 21:07:06.831818 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.01.29 21:07:06.832011 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1055 | 2025.01.29 21:07:06.832357 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.01.29 21:07:06.832405 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1057 | 2025.01.29 21:07:06.832713 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.01.29 21:07:06.832795 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.01.29 21:07:06.832946 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1060 | 2025.01.29 21:07:06.832978 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.01.29 21:07:06.833001 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1062 | 2025.01.29 21:07:06.833019 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.01.29 21:07:06.833063 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1064 | 2025.01.29 21:07:06.833087 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1065 | 2025.01.29 21:07:06.833650 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001725 sec., 2318.840579710145 rows/sec., 107.00 KiB/sec. | ||
| 1066 | 2025.01.29 21:07:06.833765 [ 263 ] {add68f5c-f4f4-4f35-b620-62a33c94b60d} <Debug> TCPHandler: Processed in 0.002001004 sec. | ||
| 1067 | 2025.01.29 21:07:06.834019 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.01.29 21:07:06.834184 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1069 | 2025.01.29 21:07:06.834483 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1070 | 2025.01.29 21:07:06.834524 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1071 | 2025.01.29 21:07:06.834777 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1072 | 2025.01.29 21:07:06.834845 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1073 | 2025.01.29 21:07:06.834991 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1074 | 2025.01.29 21:07:06.835025 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1075 | 2025.01.29 21:07:06.835049 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1076 | 2025.01.29 21:07:06.835065 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1077 | 2025.01.29 21:07:06.835107 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1078 | 2025.01.29 21:07:06.835131 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1079 | 2025.01.29 21:07:06.835657 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001543 sec., 2592.3525599481527 rows/sec., 119.62 KiB/sec. | ||
| 1080 | 2025.01.29 21:07:06.835775 [ 258 ] {95a7f682-24fa-4f30-b225-5c0559020966} <Debug> TCPHandler: Processed in 0.001812431 sec. | ||
| 1081 | 2025.01.29 21:07:06.836034 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1082 | 2025.01.29 21:07:06.836229 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1083 | 2025.01.29 21:07:06.836580 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1084 | 2025.01.29 21:07:06.836635 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1085 | 2025.01.29 21:07:06.836926 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1086 | 2025.01.29 21:07:06.836994 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1087 | 2025.01.29 21:07:06.837141 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1088 | 2025.01.29 21:07:06.837174 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1089 | 2025.01.29 21:07:06.837196 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1090 | 2025.01.29 21:07:06.837214 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1091 | 2025.01.29 21:07:06.837255 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1092 | 2025.01.29 21:07:06.837276 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1093 | 2025.01.29 21:07:06.837807 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001667 sec., 2399.520095980804 rows/sec., 110.72 KiB/sec. | ||
| 1094 | 2025.01.29 21:07:06.837922 [ 263 ] {2b96e549-3f6f-4c69-8e8f-c9c5114ca6ff} <Debug> TCPHandler: Processed in 0.001955663 sec. | ||
| 1095 | 2025.01.29 21:07:06.839728 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.01.29 21:07:06.839877 [ 258 ] {71f1a778-5848-4ac2-9bed-2df8e5df2772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1097 | 2025.01.29 21:07:06.839940 [ 258 ] {71f1a778-5848-4ac2-9bed-2df8e5df2772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1098 | 2025.01.29 21:07:06.840840 [ 258 ] {71f1a778-5848-4ac2-9bed-2df8e5df2772} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1099 | 2025.01.29 21:07:06.840889 [ 258 ] {71f1a778-5848-4ac2-9bed-2df8e5df2772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1100 | 2025.01.29 21:07:06.841429 [ 258 ] {71f1a778-5848-4ac2-9bed-2df8e5df2772} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1101 | 2025.01.29 21:07:06.841660 [ 258 ] {71f1a778-5848-4ac2-9bed-2df8e5df2772} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1102 | 2025.01.29 21:07:06.841940 [ 258 ] {71f1a778-5848-4ac2-9bed-2df8e5df2772} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002097 sec., 6676.204101096805 rows/sec., 957.93 KiB/sec. | ||
| 1103 | 2025.01.29 21:07:06.842069 [ 258 ] {71f1a778-5848-4ac2-9bed-2df8e5df2772} <Debug> TCPHandler: Processed in 0.002408309 sec. | ||
| 1104 | 2025.01.29 21:07:06.842223 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2025.01.29 21:07:06.842355 [ 263 ] {d7b74801-a315-461c-881f-0d695cb87ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1106 | 2025.01.29 21:07:06.842406 [ 263 ] {d7b74801-a315-461c-881f-0d695cb87ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1107 | 2025.01.29 21:07:06.843029 [ 263 ] {d7b74801-a315-461c-881f-0d695cb87ce9} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2025.01.29 21:07:06.843074 [ 263 ] {d7b74801-a315-461c-881f-0d695cb87ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1109 | 2025.01.29 21:07:06.843487 [ 263 ] {d7b74801-a315-461c-881f-0d695cb87ce9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1110 | 2025.01.29 21:07:06.843760 [ 263 ] {d7b74801-a315-461c-881f-0d695cb87ce9} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2025.01.29 21:07:06.843994 [ 263 ] {d7b74801-a315-461c-881f-0d695cb87ce9} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001669 sec., 15578.190533253446 rows/sec., 1.21 MiB/sec. | ||
| 1112 | 2025.01.29 21:07:06.844153 [ 263 ] {d7b74801-a315-461c-881f-0d695cb87ce9} <Debug> TCPHandler: Processed in 0.001989044 sec. | ||
| 1113 | 2025.01.29 21:07:06.844301 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.01.29 21:07:06.844423 [ 258 ] {da08c871-175c-424b-944b-f9bbc3b74843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1115 | 2025.01.29 21:07:06.844473 [ 258 ] {da08c871-175c-424b-944b-f9bbc3b74843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1116 | 2025.01.29 21:07:06.845083 [ 258 ] {da08c871-175c-424b-944b-f9bbc3b74843} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1117 | 2025.01.29 21:07:06.845125 [ 258 ] {da08c871-175c-424b-944b-f9bbc3b74843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1118 | 2025.01.29 21:07:06.845496 [ 258 ] {da08c871-175c-424b-944b-f9bbc3b74843} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1119 | 2025.01.29 21:07:06.845745 [ 258 ] {da08c871-175c-424b-944b-f9bbc3b74843} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1120 | 2025.01.29 21:07:06.845951 [ 258 ] {da08c871-175c-424b-944b-f9bbc3b74843} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001555 sec., 18006.430868167205 rows/sec., 1.40 MiB/sec. | ||
| 1121 | 2025.01.29 21:07:06.846005 [ 258 ] {da08c871-175c-424b-944b-f9bbc3b74843} <Debug> TCPHandler: Processed in 0.001762671 sec. | ||
| 1122 | 2025.01.29 21:07:06.846154 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.01.29 21:07:06.846274 [ 263 ] {a264a578-d159-493c-bb4d-97c203f1c6d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1124 | 2025.01.29 21:07:06.846328 [ 263 ] {a264a578-d159-493c-bb4d-97c203f1c6d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1125 | 2025.01.29 21:07:06.846867 [ 263 ] {a264a578-d159-493c-bb4d-97c203f1c6d2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1126 | 2025.01.29 21:07:06.846907 [ 263 ] {a264a578-d159-493c-bb4d-97c203f1c6d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1127 | 2025.01.29 21:07:06.847296 [ 263 ] {a264a578-d159-493c-bb4d-97c203f1c6d2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1128 | 2025.01.29 21:07:06.847544 [ 263 ] {a264a578-d159-493c-bb4d-97c203f1c6d2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1129 | 2025.01.29 21:07:06.847832 [ 263 ] {a264a578-d159-493c-bb4d-97c203f1c6d2} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.001569 sec., 25493.945188017846 rows/sec., 1.77 MiB/sec. | ||
| 1130 | 2025.01.29 21:07:06.847922 [ 263 ] {a264a578-d159-493c-bb4d-97c203f1c6d2} <Debug> TCPHandler: Processed in 0.001824702 sec. | ||
| 1131 | 2025.01.29 21:07:06.848086 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1132 | 2025.01.29 21:07:06.848203 [ 258 ] {9ecdc33e-89ee-4b86-870e-9818f7a12c9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1133 | 2025.01.29 21:07:06.848265 [ 258 ] {9ecdc33e-89ee-4b86-870e-9818f7a12c9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1134 | 2025.01.29 21:07:06.848783 [ 258 ] {9ecdc33e-89ee-4b86-870e-9818f7a12c9b} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1135 | 2025.01.29 21:07:06.848831 [ 258 ] {9ecdc33e-89ee-4b86-870e-9818f7a12c9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1136 | 2025.01.29 21:07:06.849303 [ 258 ] {9ecdc33e-89ee-4b86-870e-9818f7a12c9b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1137 | 2025.01.29 21:07:06.849612 [ 258 ] {9ecdc33e-89ee-4b86-870e-9818f7a12c9b} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1138 | 2025.01.29 21:07:06.849852 [ 258 ] {9ecdc33e-89ee-4b86-870e-9818f7a12c9b} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.001673 sec., 9563.658099222952 rows/sec., 672.44 KiB/sec. | ||
| 1139 | 2025.01.29 21:07:06.849917 [ 258 ] {9ecdc33e-89ee-4b86-870e-9818f7a12c9b} <Debug> TCPHandler: Processed in 0.001887413 sec. | ||
| 1140 | 2025.01.29 21:07:07.472449 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1141 | 2025.01.29 21:07:07.473136 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1142 | 2025.01.29 21:07:07.473192 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1143 | 2025.01.29 21:07:07.473820 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1144 | 2025.01.29 21:07:07.474088 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1145 | 2025.01.29 21:07:07.474341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1146 | 2025.01.29 21:07:07.622903 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1147 | 2025.01.29 21:07:07.643301 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1148 | 2025.01.29 21:07:07.643365 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1149 | 2025.01.29 21:07:07.651244 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1150 | 2025.01.29 21:07:07.652132 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1151 | 2025.01.29 21:07:07.656329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1152 | 2025.01.29 21:07:08.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.52 MiB, peak 162.52 MiB, free memory in arenas 0.00 B, will set to 159.74 MiB (RSS), difference: 1.22 MiB | ||
| 1153 | 2025.01.29 21:07:09.958658 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 148 | ||
| 1154 | 2025.01.29 21:07:09.963108 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1155 | 2025.01.29 21:07:09.963166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1156 | 2025.01.29 21:07:09.964668 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1157 | 2025.01.29 21:07:09.964973 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1158 | 2025.01.29 21:07:09.965801 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 148 | ||
| 1159 | 2025.01.29 21:07:11.771255 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1160 | 2025.01.29 21:07:11.771478 [ 258 ] {893c0227-d6d5-45ef-88b8-39da10d6761b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1161 | 2025.01.29 21:07:11.771561 [ 258 ] {893c0227-d6d5-45ef-88b8-39da10d6761b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1162 | 2025.01.29 21:07:11.772366 [ 258 ] {893c0227-d6d5-45ef-88b8-39da10d6761b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1163 | 2025.01.29 21:07:11.772419 [ 258 ] {893c0227-d6d5-45ef-88b8-39da10d6761b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1164 | 2025.01.29 21:07:11.772853 [ 258 ] {893c0227-d6d5-45ef-88b8-39da10d6761b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1165 | 2025.01.29 21:07:11.773098 [ 258 ] {893c0227-d6d5-45ef-88b8-39da10d6761b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1166 | 2025.01.29 21:07:11.773348 [ 258 ] {893c0227-d6d5-45ef-88b8-39da10d6761b} <Debug> executeQuery: Read 88 rows, 7.95 KiB in 0.001925 sec., 45714.28571428571 rows/sec., 4.04 MiB/sec. | ||
| 1167 | 2025.01.29 21:07:11.773437 [ 258 ] {893c0227-d6d5-45ef-88b8-39da10d6761b} <Debug> TCPHandler: Processed in 0.002320597 sec. | ||
| 1168 | 2025.01.29 21:07:11.773691 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1169 | 2025.01.29 21:07:11.773898 [ 263 ] {a8159cc9-24ef-4e84-bf01-aaef3830bed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1170 | 2025.01.29 21:07:11.773982 [ 263 ] {a8159cc9-24ef-4e84-bf01-aaef3830bed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1171 | 2025.01.29 21:07:11.774726 [ 263 ] {a8159cc9-24ef-4e84-bf01-aaef3830bed1} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1172 | 2025.01.29 21:07:11.774779 [ 263 ] {a8159cc9-24ef-4e84-bf01-aaef3830bed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1173 | 2025.01.29 21:07:11.775212 [ 263 ] {a8159cc9-24ef-4e84-bf01-aaef3830bed1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1174 | 2025.01.29 21:07:11.775467 [ 263 ] {a8159cc9-24ef-4e84-bf01-aaef3830bed1} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1175 | 2025.01.29 21:07:11.775763 [ 263 ] {a8159cc9-24ef-4e84-bf01-aaef3830bed1} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001905 sec., 16272.965879265092 rows/sec., 1.19 MiB/sec. | ||
| 1176 | 2025.01.29 21:07:11.775871 [ 263 ] {a8159cc9-24ef-4e84-bf01-aaef3830bed1} <Debug> TCPHandler: Processed in 0.002332068 sec. | ||
| 1177 | 2025.01.29 21:07:11.776009 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1178 | 2025.01.29 21:07:11.776128 [ 258 ] {39408d09-b636-4f9b-8792-e73400a08005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1179 | 2025.01.29 21:07:11.776176 [ 258 ] {39408d09-b636-4f9b-8792-e73400a08005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1180 | 2025.01.29 21:07:11.776824 [ 258 ] {39408d09-b636-4f9b-8792-e73400a08005} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1181 | 2025.01.29 21:07:11.776865 [ 258 ] {39408d09-b636-4f9b-8792-e73400a08005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1182 | 2025.01.29 21:07:11.777233 [ 258 ] {39408d09-b636-4f9b-8792-e73400a08005} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1183 | 2025.01.29 21:07:11.777476 [ 258 ] {39408d09-b636-4f9b-8792-e73400a08005} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1184 | 2025.01.29 21:07:11.777693 [ 258 ] {39408d09-b636-4f9b-8792-e73400a08005} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001562 sec., 37772.087067861714 rows/sec., 2.95 MiB/sec. | ||
| 1185 | 2025.01.29 21:07:11.777749 [ 258 ] {39408d09-b636-4f9b-8792-e73400a08005} <Debug> TCPHandler: Processed in 0.001779342 sec. | ||
| 1186 | 2025.01.29 21:07:11.777897 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1187 | 2025.01.29 21:07:11.778025 [ 263 ] {55e95054-b013-483e-8dd8-8fd7ee7b55c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1188 | 2025.01.29 21:07:11.778093 [ 263 ] {55e95054-b013-483e-8dd8-8fd7ee7b55c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1189 | 2025.01.29 21:07:11.778750 [ 263 ] {55e95054-b013-483e-8dd8-8fd7ee7b55c4} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1190 | 2025.01.29 21:07:11.778800 [ 263 ] {55e95054-b013-483e-8dd8-8fd7ee7b55c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1191 | 2025.01.29 21:07:11.779219 [ 263 ] {55e95054-b013-483e-8dd8-8fd7ee7b55c4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1192 | 2025.01.29 21:07:11.779464 [ 263 ] {55e95054-b013-483e-8dd8-8fd7ee7b55c4} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1193 | 2025.01.29 21:07:11.779684 [ 263 ] {55e95054-b013-483e-8dd8-8fd7ee7b55c4} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001693 sec., 29533.372711163614 rows/sec., 2.05 MiB/sec. | ||
| 1194 | 2025.01.29 21:07:11.779738 [ 263 ] {55e95054-b013-483e-8dd8-8fd7ee7b55c4} <Debug> TCPHandler: Processed in 0.001899803 sec. | ||
| 1195 | 2025.01.29 21:07:11.779890 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1196 | 2025.01.29 21:07:11.780011 [ 258 ] {b4fb5eb3-6d87-4870-abdb-fdbdb0966d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1197 | 2025.01.29 21:07:11.780104 [ 258 ] {b4fb5eb3-6d87-4870-abdb-fdbdb0966d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1198 | 2025.01.29 21:07:11.781424 [ 258 ] {b4fb5eb3-6d87-4870-abdb-fdbdb0966d37} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1199 | 2025.01.29 21:07:11.781465 [ 258 ] {b4fb5eb3-6d87-4870-abdb-fdbdb0966d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1200 | 2025.01.29 21:07:11.782121 [ 258 ] {b4fb5eb3-6d87-4870-abdb-fdbdb0966d37} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1201 | 2025.01.29 21:07:11.782386 [ 258 ] {b4fb5eb3-6d87-4870-abdb-fdbdb0966d37} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1202 | 2025.01.29 21:07:11.782631 [ 258 ] {b4fb5eb3-6d87-4870-abdb-fdbdb0966d37} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002649 sec., 11702.529256323141 rows/sec., 20.97 MiB/sec. | ||
| 1203 | 2025.01.29 21:07:11.782751 [ 258 ] {b4fb5eb3-6d87-4870-abdb-fdbdb0966d37} <Debug> TCPHandler: Processed in 0.002916705 sec. | ||
| 1204 | 2025.01.29 21:07:11.782962 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1205 | 2025.01.29 21:07:11.783127 [ 263 ] {16c3f574-5543-4214-8d06-40a0a6517c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1206 | 2025.01.29 21:07:11.783187 [ 263 ] {16c3f574-5543-4214-8d06-40a0a6517c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1207 | 2025.01.29 21:07:11.783744 [ 263 ] {16c3f574-5543-4214-8d06-40a0a6517c67} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1208 | 2025.01.29 21:07:11.783792 [ 263 ] {16c3f574-5543-4214-8d06-40a0a6517c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1209 | 2025.01.29 21:07:11.784198 [ 263 ] {16c3f574-5543-4214-8d06-40a0a6517c67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1210 | 2025.01.29 21:07:11.784449 [ 263 ] {16c3f574-5543-4214-8d06-40a0a6517c67} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1211 | 2025.01.29 21:07:11.784670 [ 263 ] {16c3f574-5543-4214-8d06-40a0a6517c67} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001572 sec., 12722.64631043257 rows/sec., 894.56 KiB/sec. | ||
| 1212 | 2025.01.29 21:07:11.784798 [ 263 ] {16c3f574-5543-4214-8d06-40a0a6517c67} <Debug> TCPHandler: Processed in 0.001936633 sec. | ||
| 1213 | 2025.01.29 21:07:14.899260 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1214 | 2025.01.29 21:07:14.899321 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1215 | 2025.01.29 21:07:14.974573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1216 | 2025.01.29 21:07:14.975426 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1217 | 2025.01.29 21:07:14.975470 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1218 | 2025.01.29 21:07:14.976052 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1219 | 2025.01.29 21:07:14.976318 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1220 | 2025.01.29 21:07:14.976467 [ 84 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1221 | 2025.01.29 21:07:14.976523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1222 | 2025.01.29 21:07:14.976535 [ 84 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2025.01.29 21:07:14.976565 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1224 | 2025.01.29 21:07:14.980960 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 1225 | 2025.01.29 21:07:14.981188 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1226 | 2025.01.29 21:07:14.981779 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 1227 | 2025.01.29 21:07:14.981890 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 1228 | 2025.01.29 21:07:14.982114 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 1229 | 2025.01.29 21:07:14.982276 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 1230 | 2025.01.29 21:07:14.982447 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 1231 | 2025.01.29 21:07:14.982567 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 1232 | 2025.01.29 21:07:15.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.12 MiB, peak 166.12 MiB, free memory in arenas 0.00 B, will set to 160.47 MiB (RSS), difference: -5.65 MiB | ||
| 1233 | 2025.01.29 21:07:15.004864 [ 201 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.028221467 sec., 99427.85752420312 rows/sec., 1.42 MiB/sec. | ||
| 1234 | 2025.01.29 21:07:15.005692 [ 187 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1235 | 2025.01.29 21:07:15.006142 [ 187 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_6_1} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1236 | 2025.01.29 21:07:15.006252 [ 187 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_6_1} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1237 | 2025.01.29 21:07:15.006405 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1238 | 2025.01.29 21:07:15.156517 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1239 | 2025.01.29 21:07:15.176506 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.01.29 21:07:15.176563 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1241 | 2025.01.29 21:07:15.183269 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1242 | 2025.01.29 21:07:15.184055 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2025.01.29 21:07:15.184413 [ 84 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1244 | 2025.01.29 21:07:15.184530 [ 84 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1245 | 2025.01.29 21:07:15.184592 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1246 | 2025.01.29 21:07:15.184909 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 1247 | 2025.01.29 21:07:15.193673 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1248 | 2025.01.29 21:07:15.194935 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1249 | 2025.01.29 21:07:15.195800 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 1250 | 2025.01.29 21:07:15.201091 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 1251 | 2025.01.29 21:07:15.206403 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 1252 | 2025.01.29 21:07:15.211110 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 1253 | 2025.01.29 21:07:15.218122 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 1254 | 2025.01.29 21:07:15.222642 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 1255 | 2025.01.29 21:07:15.282636 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09789953 sec., 469.86946719764643 rows/sec., 2.43 MiB/sec. | ||
| 1256 | 2025.01.29 21:07:15.285407 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1257 | 2025.01.29 21:07:15.288379 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_6_1} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1258 | 2025.01.29 21:07:15.288512 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_6_1} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1259 | 2025.01.29 21:07:15.291181 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1260 | 2025.01.29 21:07:16.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.24 MiB, peak 166.12 MiB, free memory in arenas 0.00 B, will set to 163.82 MiB (RSS), difference: 8.58 MiB | ||
| 1261 | 2025.01.29 21:07:16.770093 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1262 | 2025.01.29 21:07:16.770278 [ 258 ] {9377ee50-690f-4501-9314-e57513e3507c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1263 | 2025.01.29 21:07:16.770352 [ 258 ] {9377ee50-690f-4501-9314-e57513e3507c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1264 | 2025.01.29 21:07:16.771116 [ 258 ] {9377ee50-690f-4501-9314-e57513e3507c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1265 | 2025.01.29 21:07:16.771172 [ 258 ] {9377ee50-690f-4501-9314-e57513e3507c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1266 | 2025.01.29 21:07:16.771638 [ 258 ] {9377ee50-690f-4501-9314-e57513e3507c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1267 | 2025.01.29 21:07:16.771905 [ 258 ] {9377ee50-690f-4501-9314-e57513e3507c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1268 | 2025.01.29 21:07:16.772131 [ 258 ] {9377ee50-690f-4501-9314-e57513e3507c} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 1.06 MiB/sec. | ||
| 1269 | 2025.01.29 21:07:16.772200 [ 258 ] {9377ee50-690f-4501-9314-e57513e3507c} <Debug> TCPHandler: Processed in 0.002240187 sec. | ||
| 1270 | 2025.01.29 21:07:16.772472 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1271 | 2025.01.29 21:07:16.772690 [ 263 ] {e1136ed9-fc38-425e-a61c-9359435c03d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1272 | 2025.01.29 21:07:16.772801 [ 263 ] {e1136ed9-fc38-425e-a61c-9359435c03d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1273 | 2025.01.29 21:07:16.773589 [ 263 ] {e1136ed9-fc38-425e-a61c-9359435c03d0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1274 | 2025.01.29 21:07:16.773644 [ 263 ] {e1136ed9-fc38-425e-a61c-9359435c03d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1275 | 2025.01.29 21:07:16.774093 [ 263 ] {e1136ed9-fc38-425e-a61c-9359435c03d0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1276 | 2025.01.29 21:07:16.774354 [ 263 ] {e1136ed9-fc38-425e-a61c-9359435c03d0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1277 | 2025.01.29 21:07:16.774594 [ 263 ] {e1136ed9-fc38-425e-a61c-9359435c03d0} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001966 sec., 14242.115971515768 rows/sec., 1.11 MiB/sec. | ||
| 1278 | 2025.01.29 21:07:16.774660 [ 263 ] {e1136ed9-fc38-425e-a61c-9359435c03d0} <Debug> TCPHandler: Processed in 0.002332468 sec. | ||
| 1279 | 2025.01.29 21:07:16.774838 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1280 | 2025.01.29 21:07:16.774974 [ 258 ] {173a273c-a322-4f02-b381-0ad245dd421d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1281 | 2025.01.29 21:07:16.775035 [ 258 ] {173a273c-a322-4f02-b381-0ad245dd421d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1282 | 2025.01.29 21:07:16.775805 [ 258 ] {173a273c-a322-4f02-b381-0ad245dd421d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1283 | 2025.01.29 21:07:16.775845 [ 258 ] {173a273c-a322-4f02-b381-0ad245dd421d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1284 | 2025.01.29 21:07:16.776257 [ 258 ] {173a273c-a322-4f02-b381-0ad245dd421d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1285 | 2025.01.29 21:07:16.776505 [ 258 ] {173a273c-a322-4f02-b381-0ad245dd421d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2025.01.29 21:07:16.776734 [ 258 ] {173a273c-a322-4f02-b381-0ad245dd421d} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001794 sec., 27870.68004459309 rows/sec., 1.93 MiB/sec. | ||
| 1287 | 2025.01.29 21:07:16.776808 [ 258 ] {173a273c-a322-4f02-b381-0ad245dd421d} <Debug> TCPHandler: Processed in 0.002034465 sec. | ||
| 1288 | 2025.01.29 21:07:16.776971 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1289 | 2025.01.29 21:07:16.777098 [ 263 ] {9cbb02fe-881d-4517-9639-fab88c4f6dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1290 | 2025.01.29 21:07:16.777154 [ 263 ] {9cbb02fe-881d-4517-9639-fab88c4f6dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1291 | 2025.01.29 21:07:16.777655 [ 263 ] {9cbb02fe-881d-4517-9639-fab88c4f6dbc} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1292 | 2025.01.29 21:07:16.777697 [ 263 ] {9cbb02fe-881d-4517-9639-fab88c4f6dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1293 | 2025.01.29 21:07:16.778087 [ 263 ] {9cbb02fe-881d-4517-9639-fab88c4f6dbc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1294 | 2025.01.29 21:07:16.778342 [ 263 ] {9cbb02fe-881d-4517-9639-fab88c4f6dbc} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1295 | 2025.01.29 21:07:16.778562 [ 263 ] {9cbb02fe-881d-4517-9639-fab88c4f6dbc} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001494 sec., 13386.880856760374 rows/sec., 941.27 KiB/sec. | ||
| 1296 | 2025.01.29 21:07:16.778616 [ 263 ] {9cbb02fe-881d-4517-9639-fab88c4f6dbc} <Debug> TCPHandler: Processed in 0.00170396 sec. | ||
| 1297 | 2025.01.29 21:07:19.966236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 168 | ||
| 1298 | 2025.01.29 21:07:19.969050 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1299 | 2025.01.29 21:07:19.969105 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1300 | 2025.01.29 21:07:19.970596 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1301 | 2025.01.29 21:07:19.970912 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1302 | 2025.01.29 21:07:19.971507 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168 | ||
| 1303 | 2025.01.29 21:07:21.770456 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1304 | 2025.01.29 21:07:21.770720 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1305 | 2025.01.29 21:07:21.771113 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1306 | 2025.01.29 21:07:21.771161 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1307 | 2025.01.29 21:07:21.771473 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1308 | 2025.01.29 21:07:21.771563 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1309 | 2025.01.29 21:07:21.771742 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1310 | 2025.01.29 21:07:21.771954 [ 294 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1311 | 2025.01.29 21:07:21.772028 [ 295 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1312 | 2025.01.29 21:07:21.772144 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1313 | 2025.01.29 21:07:21.772177 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1314 | 2025.01.29 21:07:21.774312 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1315 | 2025.01.29 21:07:21.774346 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1316 | 2025.01.29 21:07:21.774409 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1317 | 2025.01.29 21:07:21.774460 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1318 | 2025.01.29 21:07:21.775908 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.0053 sec., 3396.2264150943397 rows/sec., 142.61 KiB/sec. | ||
| 1319 | 2025.01.29 21:07:21.776050 [ 258 ] {ac3b6efb-648b-4bf3-a225-d5733aac108a} <Debug> TCPHandler: Processed in 0.005727019 sec. | ||
| 1320 | 2025.01.29 21:07:21.776504 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1321 | 2025.01.29 21:07:21.776772 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1322 | 2025.01.29 21:07:21.777228 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1323 | 2025.01.29 21:07:21.777287 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1324 | 2025.01.29 21:07:21.777634 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1325 | 2025.01.29 21:07:21.777722 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1326 | 2025.01.29 21:07:21.777910 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1327 | 2025.01.29 21:07:21.778013 [ 294 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1328 | 2025.01.29 21:07:21.778030 [ 296 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1329 | 2025.01.29 21:07:21.778123 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1330 | 2025.01.29 21:07:21.778150 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1331 | 2025.01.29 21:07:21.778269 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1332 | 2025.01.29 21:07:21.778297 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1333 | 2025.01.29 21:07:21.778340 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 1334 | 2025.01.29 21:07:21.778391 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 1335 | 2025.01.29 21:07:21.779551 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002896 sec., 6215.469613259668 rows/sec., 261.00 KiB/sec. | ||
| 1336 | 2025.01.29 21:07:21.779707 [ 263 ] {0fc5523a-a6f3-4e4b-86c1-52c30ea7f13e} <Debug> TCPHandler: Processed in 0.00334001 sec. | ||
| 1337 | 2025.01.29 21:07:21.780013 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1338 | 2025.01.29 21:07:21.780228 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1339 | 2025.01.29 21:07:21.780579 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1340 | 2025.01.29 21:07:21.780624 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1341 | 2025.01.29 21:07:21.780913 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1342 | 2025.01.29 21:07:21.780988 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1343 | 2025.01.29 21:07:21.781147 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1344 | 2025.01.29 21:07:21.781252 [ 294 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1345 | 2025.01.29 21:07:21.781255 [ 296 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1346 | 2025.01.29 21:07:21.781359 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1347 | 2025.01.29 21:07:21.781388 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1348 | 2025.01.29 21:07:21.781470 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1349 | 2025.01.29 21:07:21.781493 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1350 | 2025.01.29 21:07:21.781536 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1351 | 2025.01.29 21:07:21.781583 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1352 | 2025.01.29 21:07:21.782695 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002564 sec., 7020.280811232449 rows/sec., 294.80 KiB/sec. | ||
| 1353 | 2025.01.29 21:07:21.782839 [ 258 ] {adf27903-ec13-48a0-9ba2-53f7f123d2b9} <Debug> TCPHandler: Processed in 0.002897565 sec. | ||
| 1354 | 2025.01.29 21:07:21.783197 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.29 21:07:21.783385 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1356 | 2025.01.29 21:07:21.783718 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1357 | 2025.01.29 21:07:21.783763 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1358 | 2025.01.29 21:07:21.784049 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1359 | 2025.01.29 21:07:21.784120 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1360 | 2025.01.29 21:07:21.784273 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1361 | 2025.01.29 21:07:21.784379 [ 294 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1362 | 2025.01.29 21:07:21.784389 [ 296 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1363 | 2025.01.29 21:07:21.784483 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1364 | 2025.01.29 21:07:21.784507 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1365 | 2025.01.29 21:07:21.784591 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1366 | 2025.01.29 21:07:21.784614 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1367 | 2025.01.29 21:07:21.784655 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1368 | 2025.01.29 21:07:21.784701 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1369 | 2025.01.29 21:07:21.785798 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.0025 sec., 7200 rows/sec., 302.34 KiB/sec. | ||
| 1370 | 2025.01.29 21:07:21.785926 [ 263 ] {7349abb3-b62d-4c25-9721-0b2befc156e2} <Debug> TCPHandler: Processed in 0.002795444 sec. | ||
| 1371 | 2025.01.29 21:07:21.788147 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.01.29 21:07:21.788283 [ 258 ] {990b6c03-2a5d-4204-a4c2-8449c3c7eb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1373 | 2025.01.29 21:07:21.788342 [ 258 ] {990b6c03-2a5d-4204-a4c2-8449c3c7eb30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1374 | 2025.01.29 21:07:21.789119 [ 258 ] {990b6c03-2a5d-4204-a4c2-8449c3c7eb30} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2025.01.29 21:07:21.789165 [ 258 ] {990b6c03-2a5d-4204-a4c2-8449c3c7eb30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1376 | 2025.01.29 21:07:21.789671 [ 258 ] {990b6c03-2a5d-4204-a4c2-8449c3c7eb30} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1377 | 2025.01.29 21:07:21.789896 [ 258 ] {990b6c03-2a5d-4204-a4c2-8449c3c7eb30} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1378 | 2025.01.29 21:07:21.790146 [ 258 ] {990b6c03-2a5d-4204-a4c2-8449c3c7eb30} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001895 sec., 2110.8179419525068 rows/sec., 268.49 KiB/sec. | ||
| 1379 | 2025.01.29 21:07:21.790340 [ 258 ] {990b6c03-2a5d-4204-a4c2-8449c3c7eb30} <Debug> TCPHandler: Processed in 0.002253227 sec. | ||
| 1380 | 2025.01.29 21:07:21.790512 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2025.01.29 21:07:21.790647 [ 263 ] {b5ae085f-c94c-4c39-b5a1-e5adfec61187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1382 | 2025.01.29 21:07:21.790701 [ 263 ] {b5ae085f-c94c-4c39-b5a1-e5adfec61187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1383 | 2025.01.29 21:07:21.791375 [ 263 ] {b5ae085f-c94c-4c39-b5a1-e5adfec61187} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2025.01.29 21:07:21.791422 [ 263 ] {b5ae085f-c94c-4c39-b5a1-e5adfec61187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1385 | 2025.01.29 21:07:21.791845 [ 263 ] {b5ae085f-c94c-4c39-b5a1-e5adfec61187} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1386 | 2025.01.29 21:07:21.792102 [ 263 ] {b5ae085f-c94c-4c39-b5a1-e5adfec61187} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1387 | 2025.01.29 21:07:21.792337 [ 263 ] {b5ae085f-c94c-4c39-b5a1-e5adfec61187} <Debug> executeQuery: Read 92 rows, 8.29 KiB in 0.001726 sec., 53302.43337195828 rows/sec., 4.69 MiB/sec. | ||
| 1388 | 2025.01.29 21:07:21.792396 [ 263 ] {b5ae085f-c94c-4c39-b5a1-e5adfec61187} <Debug> TCPHandler: Processed in 0.001943713 sec. | ||
| 1389 | 2025.01.29 21:07:21.792573 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2025.01.29 21:07:21.792717 [ 258 ] {d36e9216-3b68-48bf-832f-a8c7c335f44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1391 | 2025.01.29 21:07:21.792778 [ 258 ] {d36e9216-3b68-48bf-832f-a8c7c335f44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1392 | 2025.01.29 21:07:21.793485 [ 258 ] {d36e9216-3b68-48bf-832f-a8c7c335f44e} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2025.01.29 21:07:21.793527 [ 258 ] {d36e9216-3b68-48bf-832f-a8c7c335f44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1394 | 2025.01.29 21:07:21.793904 [ 258 ] {d36e9216-3b68-48bf-832f-a8c7c335f44e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1395 | 2025.01.29 21:07:21.794157 [ 258 ] {d36e9216-3b68-48bf-832f-a8c7c335f44e} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1396 | 2025.01.29 21:07:21.794380 [ 258 ] {d36e9216-3b68-48bf-832f-a8c7c335f44e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001697 sec., 18267.530936947554 rows/sec., 1.34 MiB/sec. | ||
| 1397 | 2025.01.29 21:07:21.794445 [ 258 ] {d36e9216-3b68-48bf-832f-a8c7c335f44e} <Debug> TCPHandler: Processed in 0.001941834 sec. | ||
| 1398 | 2025.01.29 21:07:21.794604 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1399 | 2025.01.29 21:07:21.794726 [ 263 ] {869defc4-be1b-4c73-88df-30e964c44679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1400 | 2025.01.29 21:07:21.794776 [ 263 ] {869defc4-be1b-4c73-88df-30e964c44679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1401 | 2025.01.29 21:07:21.795423 [ 263 ] {869defc4-be1b-4c73-88df-30e964c44679} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2025.01.29 21:07:21.795473 [ 263 ] {869defc4-be1b-4c73-88df-30e964c44679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1403 | 2025.01.29 21:07:21.795910 [ 263 ] {869defc4-be1b-4c73-88df-30e964c44679} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1404 | 2025.01.29 21:07:21.796156 [ 263 ] {869defc4-be1b-4c73-88df-30e964c44679} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1405 | 2025.01.29 21:07:21.796375 [ 263 ] {869defc4-be1b-4c73-88df-30e964c44679} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001675 sec., 40000 rows/sec., 3.13 MiB/sec. | ||
| 1406 | 2025.01.29 21:07:21.796431 [ 263 ] {869defc4-be1b-4c73-88df-30e964c44679} <Debug> TCPHandler: Processed in 0.001884902 sec. | ||
| 1407 | 2025.01.29 21:07:21.796580 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1408 | 2025.01.29 21:07:21.796701 [ 258 ] {47e3d692-ee55-495e-8bed-3784f3bcb59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1409 | 2025.01.29 21:07:21.796756 [ 258 ] {47e3d692-ee55-495e-8bed-3784f3bcb59b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1410 | 2025.01.29 21:07:21.797297 [ 258 ] {47e3d692-ee55-495e-8bed-3784f3bcb59b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1411 | 2025.01.29 21:07:21.797338 [ 258 ] {47e3d692-ee55-495e-8bed-3784f3bcb59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1412 | 2025.01.29 21:07:21.797726 [ 258 ] {47e3d692-ee55-495e-8bed-3784f3bcb59b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1413 | 2025.01.29 21:07:21.797962 [ 258 ] {47e3d692-ee55-495e-8bed-3784f3bcb59b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1414 | 2025.01.29 21:07:21.798255 [ 258 ] {47e3d692-ee55-495e-8bed-3784f3bcb59b} <Debug> executeQuery: Read 58 rows, 4.16 KiB in 0.001561 sec., 37155.669442664956 rows/sec., 2.60 MiB/sec. | ||
| 1415 | 2025.01.29 21:07:21.798346 [ 258 ] {47e3d692-ee55-495e-8bed-3784f3bcb59b} <Debug> TCPHandler: Processed in 0.001822771 sec. | ||
| 1416 | 2025.01.29 21:07:21.798504 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1417 | 2025.01.29 21:07:21.798629 [ 263 ] {cc4dac01-dd7e-4cb2-a7d4-72c1466fe056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1418 | 2025.01.29 21:07:21.798712 [ 263 ] {cc4dac01-dd7e-4cb2-a7d4-72c1466fe056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1419 | 2025.01.29 21:07:21.800091 [ 263 ] {cc4dac01-dd7e-4cb2-a7d4-72c1466fe056} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1420 | 2025.01.29 21:07:21.800140 [ 263 ] {cc4dac01-dd7e-4cb2-a7d4-72c1466fe056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1421 | 2025.01.29 21:07:21.800989 [ 263 ] {cc4dac01-dd7e-4cb2-a7d4-72c1466fe056} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1422 | 2025.01.29 21:07:21.801255 [ 263 ] {cc4dac01-dd7e-4cb2-a7d4-72c1466fe056} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1423 | 2025.01.29 21:07:21.801504 [ 263 ] {cc4dac01-dd7e-4cb2-a7d4-72c1466fe056} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002903 sec., 10678.608336203926 rows/sec., 19.14 MiB/sec. | ||
| 1424 | 2025.01.29 21:07:21.801619 [ 263 ] {cc4dac01-dd7e-4cb2-a7d4-72c1466fe056} <Debug> TCPHandler: Processed in 0.003175998 sec. | ||
| 1425 | 2025.01.29 21:07:21.801782 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1426 | 2025.01.29 21:07:21.801902 [ 258 ] {cca395d9-ab59-43dc-bbf3-b2d228bfe295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1427 | 2025.01.29 21:07:21.801953 [ 258 ] {cca395d9-ab59-43dc-bbf3-b2d228bfe295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1428 | 2025.01.29 21:07:21.802451 [ 258 ] {cca395d9-ab59-43dc-bbf3-b2d228bfe295} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.01.29 21:07:21.802493 [ 258 ] {cca395d9-ab59-43dc-bbf3-b2d228bfe295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1430 | 2025.01.29 21:07:21.802869 [ 258 ] {cca395d9-ab59-43dc-bbf3-b2d228bfe295} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1431 | 2025.01.29 21:07:21.803123 [ 258 ] {cca395d9-ab59-43dc-bbf3-b2d228bfe295} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1432 | 2025.01.29 21:07:21.803342 [ 258 ] {cca395d9-ab59-43dc-bbf3-b2d228bfe295} <Debug> executeQuery: Read 28 rows, 1.91 KiB in 0.001465 sec., 19112.627986348125 rows/sec., 1.27 MiB/sec. | ||
| 1433 | 2025.01.29 21:07:21.803396 [ 258 ] {cca395d9-ab59-43dc-bbf3-b2d228bfe295} <Debug> TCPHandler: Processed in 0.00167361 sec. | ||
| 1434 | 2025.01.29 21:07:22.476743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1435 | 2025.01.29 21:07:22.477476 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1436 | 2025.01.29 21:07:22.477520 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1437 | 2025.01.29 21:07:22.478164 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1438 | 2025.01.29 21:07:22.478431 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1439 | 2025.01.29 21:07:22.478634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1440 | 2025.01.29 21:07:22.693868 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1441 | 2025.01.29 21:07:22.713190 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1442 | 2025.01.29 21:07:22.713256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1443 | 2025.01.29 21:07:22.720405 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1444 | 2025.01.29 21:07:22.721207 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1445 | 2025.01.29 21:07:22.724430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1446 | 2025.01.29 21:07:26.770794 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1447 | 2025.01.29 21:07:26.770998 [ 258 ] {99838efe-8339-4c09-90e4-fc171162c735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1448 | 2025.01.29 21:07:26.771075 [ 258 ] {99838efe-8339-4c09-90e4-fc171162c735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1449 | 2025.01.29 21:07:26.771846 [ 258 ] {99838efe-8339-4c09-90e4-fc171162c735} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2025.01.29 21:07:26.771891 [ 258 ] {99838efe-8339-4c09-90e4-fc171162c735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1451 | 2025.01.29 21:07:26.772351 [ 258 ] {99838efe-8339-4c09-90e4-fc171162c735} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1452 | 2025.01.29 21:07:26.772626 [ 258 ] {99838efe-8339-4c09-90e4-fc171162c735} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2025.01.29 21:07:26.772779 [ 71 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1454 | 2025.01.29 21:07:26.772820 [ 71 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.01.29 21:07:26.772846 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1456 | 2025.01.29 21:07:26.772846 [ 258 ] {99838efe-8339-4c09-90e4-fc171162c735} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001899 sec., 15797.78830963665 rows/sec., 1.23 MiB/sec. | ||
| 1457 | 2025.01.29 21:07:26.773000 [ 258 ] {99838efe-8339-4c09-90e4-fc171162c735} <Debug> TCPHandler: Processed in 0.002330368 sec. | ||
| 1458 | 2025.01.29 21:07:26.773088 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 1459 | 2025.01.29 21:07:26.773257 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1460 | 2025.01.29 21:07:26.773285 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1461 | 2025.01.29 21:07:26.773302 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
| 1462 | 2025.01.29 21:07:26.773434 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1463 | 2025.01.29 21:07:26.773529 [ 263 ] {357b33cc-9492-4442-8ccf-1fefee5c4060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1464 | 2025.01.29 21:07:26.773770 [ 263 ] {357b33cc-9492-4442-8ccf-1fefee5c4060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1465 | 2025.01.29 21:07:26.773838 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 88 rows starting from the beginning of the part | ||
| 1466 | 2025.01.29 21:07:26.774176 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 1467 | 2025.01.29 21:07:26.774481 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 92 rows starting from the beginning of the part | ||
| 1468 | 2025.01.29 21:07:26.774825 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 1469 | 2025.01.29 21:07:26.776012 [ 263 ] {357b33cc-9492-4442-8ccf-1fefee5c4060} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.01.29 21:07:26.776065 [ 263 ] {357b33cc-9492-4442-8ccf-1fefee5c4060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1471 | 2025.01.29 21:07:26.776797 [ 263 ] {357b33cc-9492-4442-8ccf-1fefee5c4060} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1472 | 2025.01.29 21:07:26.776861 [ 193 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.003904147 sec., 82476.40265594507 rows/sec., 7.43 MiB/sec. | ||
| 1473 | 2025.01.29 21:07:26.777158 [ 193 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1474 | 2025.01.29 21:07:26.777208 [ 263 ] {357b33cc-9492-4442-8ccf-1fefee5c4060} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1475 | 2025.01.29 21:07:26.777521 [ 71 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1476 | 2025.01.29 21:07:26.777603 [ 71 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1477 | 2025.01.29 21:07:26.777669 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1478 | 2025.01.29 21:07:26.777806 [ 263 ] {357b33cc-9492-4442-8ccf-1fefee5c4060} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.004357 sec., 8262.565985770027 rows/sec., 660.75 KiB/sec. | ||
| 1479 | 2025.01.29 21:07:26.778307 [ 263 ] {357b33cc-9492-4442-8ccf-1fefee5c4060} <Debug> TCPHandler: Processed in 0.005132601 sec. | ||
| 1480 | 2025.01.29 21:07:26.778306 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 1481 | 2025.01.29 21:07:26.778384 [ 193 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1482 | 2025.01.29 21:07:26.778614 [ 258 ] {} <Trace> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1483 | 2025.01.29 21:07:26.778700 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1484 | 2025.01.29 21:07:26.778769 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1485 | 2025.01.29 21:07:26.778824 [ 193 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_6_1} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1486 | 2025.01.29 21:07:26.778972 [ 258 ] {2f9fde10-6f1e-466b-9a33-7eb51e6455b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48444) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1487 | 2025.01.29 21:07:26.779151 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1488 | 2025.01.29 21:07:26.779246 [ 258 ] {2f9fde10-6f1e-466b-9a33-7eb51e6455b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1489 | 2025.01.29 21:07:26.779293 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1490 | 2025.01.29 21:07:26.779611 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 59 rows starting from the beginning of the part | ||
| 1491 | 2025.01.29 21:07:26.780111 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1492 | 2025.01.29 21:07:26.780487 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 67 rows starting from the beginning of the part | ||
| 1493 | 2025.01.29 21:07:26.780859 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 1494 | 2025.01.29 21:07:26.782025 [ 258 ] {2f9fde10-6f1e-466b-9a33-7eb51e6455b9} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.01.29 21:07:26.782112 [ 258 ] {2f9fde10-6f1e-466b-9a33-7eb51e6455b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1496 | 2025.01.29 21:07:26.783209 [ 258 ] {2f9fde10-6f1e-466b-9a33-7eb51e6455b9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1497 | 2025.01.29 21:07:26.783390 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 5 columns (5 merged, 0 gathered) in 0.005578496 sec., 46249.02482676334 rows/sec., 3.79 MiB/sec. | ||
| 1498 | 2025.01.29 21:07:26.783597 [ 258 ] {2f9fde10-6f1e-466b-9a33-7eb51e6455b9} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2025.01.29 21:07:26.783606 [ 186 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1500 | 2025.01.29 21:07:26.784045 [ 258 ] {2f9fde10-6f1e-466b-9a33-7eb51e6455b9} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.005175 sec., 11594.202898550724 rows/sec., 833.14 KiB/sec. | ||
| 1501 | 2025.01.29 21:07:26.784249 [ 258 ] {2f9fde10-6f1e-466b-9a33-7eb51e6455b9} <Debug> TCPHandler: Processed in 0.00581213 sec. | ||
| 1502 | 2025.01.29 21:07:26.784314 [ 186 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1503 | 2025.01.29 21:07:26.784404 [ 186 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_6_1} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1504 | 2025.01.29 21:07:26.784461 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1505 | 2025.01.29 21:07:26.784534 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1506 | 2025.01.29 21:07:26.784634 [ 263 ] {dbb28378-5293-449c-8907-6686dbf73507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1507 | 2025.01.29 21:07:26.784695 [ 263 ] {dbb28378-5293-449c-8907-6686dbf73507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1508 | 2025.01.29 21:07:26.785223 [ 263 ] {dbb28378-5293-449c-8907-6686dbf73507} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1509 | 2025.01.29 21:07:26.785266 [ 263 ] {dbb28378-5293-449c-8907-6686dbf73507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1510 | 2025.01.29 21:07:26.785659 [ 263 ] {dbb28378-5293-449c-8907-6686dbf73507} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1511 | 2025.01.29 21:07:26.785908 [ 263 ] {dbb28378-5293-449c-8907-6686dbf73507} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1512 | 2025.01.29 21:07:26.786136 [ 263 ] {dbb28378-5293-449c-8907-6686dbf73507} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001533 sec., 19569.471624266145 rows/sec., 1.30 MiB/sec. | ||
| 1513 | 2025.01.29 21:07:26.786190 [ 263 ] {dbb28378-5293-449c-8907-6686dbf73507} <Debug> TCPHandler: Processed in 0.001805952 sec. | ||
| 1514 | 2025.01.29 21:07:29.899361 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1515 | 2025.01.29 21:07:29.899412 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1516 | 2025.01.29 21:07:29.971792 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 198 | ||
| 1517 | 2025.01.29 21:07:29.974769 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1518 | 2025.01.29 21:07:29.974823 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1519 | 2025.01.29 21:07:29.976307 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1520 | 2025.01.29 21:07:29.976623 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1521 | 2025.01.29 21:07:29.977332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 198 | ||
| 1522 | 2025.01.29 21:07:29.978838 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1523 | 2025.01.29 21:07:29.979310 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2025.01.29 21:07:29.979347 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1525 | 2025.01.29 21:07:29.979814 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1526 | 2025.01.29 21:07:29.980081 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1527 | 2025.01.29 21:07:29.980286 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1528 | 2025.01.29 21:07:30.224606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1529 | 2025.01.29 21:07:30.244150 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1530 | 2025.01.29 21:07:30.244211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1531 | 2025.01.29 21:07:30.250971 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1532 | 2025.01.29 21:07:30.251781 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1533 | 2025.01.29 21:07:30.254543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1534 | 2025.01.29 21:07:30.823636 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1535 | 2025.01.29 21:07:30.823732 [ 258 ] {} <Debug> TCP-Session: b51770e9-3c15-4f5b-908f-7619f9b716d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1536 | 2025.01.29 21:07:31.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.07 MiB, peak 170.10 MiB, free memory in arenas 0.00 B, will set to 165.95 MiB (RSS), difference: 1.88 MiB | ||
| 1537 | 2025.01.29 21:07:31.769978 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1538 | 2025.01.29 21:07:31.770260 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1539 | 2025.01.29 21:07:31.770718 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1540 | 2025.01.29 21:07:31.770776 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1541 | 2025.01.29 21:07:31.771100 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1542 | 2025.01.29 21:07:31.771185 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1543 | 2025.01.29 21:07:31.771360 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1544 | 2025.01.29 21:07:31.771662 [ 298 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1545 | 2025.01.29 21:07:31.771678 [ 294 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1546 | 2025.01.29 21:07:31.771673 [ 295 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1547 | 2025.01.29 21:07:31.771862 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1548 | 2025.01.29 21:07:31.771897 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1549 | 2025.01.29 21:07:31.772021 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1550 | 2025.01.29 21:07:31.772045 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1551 | 2025.01.29 21:07:31.772088 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1552 | 2025.01.29 21:07:31.772133 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1553 | 2025.01.29 21:07:31.772176 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1554 | 2025.01.29 21:07:31.773969 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003836 sec., 5735.140771637122 rows/sec., 240.07 KiB/sec. | ||
| 1555 | 2025.01.29 21:07:31.774184 [ 263 ] {ae194317-4532-4d5e-b78b-bbe35493913d} <Debug> TCPHandler: Processed in 0.004341961 sec. | ||
| 1556 | 2025.01.29 21:07:31.774689 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1557 | 2025.01.29 21:07:31.774951 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1558 | 2025.01.29 21:07:31.775456 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1559 | 2025.01.29 21:07:31.775513 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1560 | 2025.01.29 21:07:31.775879 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1561 | 2025.01.29 21:07:31.775960 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1562 | 2025.01.29 21:07:31.776144 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1563 | 2025.01.29 21:07:31.776260 [ 295 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1564 | 2025.01.29 21:07:31.776298 [ 299 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1565 | 2025.01.29 21:07:31.776293 [ 294 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1566 | 2025.01.29 21:07:31.776436 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1567 | 2025.01.29 21:07:31.776467 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1568 | 2025.01.29 21:07:31.776585 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1569 | 2025.01.29 21:07:31.776609 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1570 | 2025.01.29 21:07:31.776653 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1571 | 2025.01.29 21:07:31.776703 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1572 | 2025.01.29 21:07:31.776750 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1573 | 2025.01.29 21:07:31.778240 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003414 sec., 6444.053895723491 rows/sec., 269.74 KiB/sec. | ||
| 1574 | 2025.01.29 21:07:31.778414 [ 260 ] {eb13a34d-e2fd-48b9-bdb2-0e00fcc43737} <Debug> TCPHandler: Processed in 0.003892407 sec. | ||
| 1575 | 2025.01.29 21:07:31.779149 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1576 | 2025.01.29 21:07:31.779340 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1577 | 2025.01.29 21:07:31.779673 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1578 | 2025.01.29 21:07:31.779719 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1579 | 2025.01.29 21:07:31.780004 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1580 | 2025.01.29 21:07:31.780073 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1581 | 2025.01.29 21:07:31.780232 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1582 | 2025.01.29 21:07:31.780384 [ 295 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1583 | 2025.01.29 21:07:31.780394 [ 294 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1584 | 2025.01.29 21:07:31.780405 [ 299 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1585 | 2025.01.29 21:07:31.780542 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1586 | 2025.01.29 21:07:31.780571 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1587 | 2025.01.29 21:07:31.780681 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1588 | 2025.01.29 21:07:31.780705 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1589 | 2025.01.29 21:07:31.780747 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1590 | 2025.01.29 21:07:31.780794 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1591 | 2025.01.29 21:07:31.780839 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1592 | 2025.01.29 21:07:31.782347 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003093 sec., 7112.835434852894 rows/sec., 297.74 KiB/sec. | ||
| 1593 | 2025.01.29 21:07:31.782553 [ 263 ] {994a1c0c-8699-4bd8-a82c-7ef86fbff53e} <Debug> TCPHandler: Processed in 0.003466332 sec. | ||
| 1594 | 2025.01.29 21:07:31.782873 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1595 | 2025.01.29 21:07:31.783067 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1596 | 2025.01.29 21:07:31.783397 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1597 | 2025.01.29 21:07:31.783442 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1598 | 2025.01.29 21:07:31.783737 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1599 | 2025.01.29 21:07:31.783809 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1600 | 2025.01.29 21:07:31.783968 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1601 | 2025.01.29 21:07:31.784072 [ 295 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1602 | 2025.01.29 21:07:31.784114 [ 298 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1603 | 2025.01.29 21:07:31.784139 [ 294 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1604 | 2025.01.29 21:07:31.784239 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1605 | 2025.01.29 21:07:31.784268 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1606 | 2025.01.29 21:07:31.784378 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1607 | 2025.01.29 21:07:31.784401 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1608 | 2025.01.29 21:07:31.784442 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1609 | 2025.01.29 21:07:31.784491 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1610 | 2025.01.29 21:07:31.784538 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1611 | 2025.01.29 21:07:31.785967 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002992 sec., 7352.941176470588 rows/sec., 307.79 KiB/sec. | ||
| 1612 | 2025.01.29 21:07:31.786143 [ 260 ] {cce220cd-1cc2-46b0-9cdb-172d1a44e081} <Debug> TCPHandler: Processed in 0.00333365 sec. | ||
| 1613 | 2025.01.29 21:07:31.786398 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2025.01.29 21:07:31.786619 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1615 | 2025.01.29 21:07:31.786967 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1616 | 2025.01.29 21:07:31.787012 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1617 | 2025.01.29 21:07:31.787306 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1618 | 2025.01.29 21:07:31.787373 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1619 | 2025.01.29 21:07:31.787528 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1620 | 2025.01.29 21:07:31.787658 [ 298 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1621 | 2025.01.29 21:07:31.787657 [ 295 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1622 | 2025.01.29 21:07:31.787678 [ 294 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1623 | 2025.01.29 21:07:31.787798 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1624 | 2025.01.29 21:07:31.787827 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1625 | 2025.01.29 21:07:31.787939 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1626 | 2025.01.29 21:07:31.787961 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1627 | 2025.01.29 21:07:31.788003 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1628 | 2025.01.29 21:07:31.788056 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1629 | 2025.01.29 21:07:31.788103 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1630 | 2025.01.29 21:07:31.789728 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003217 sec., 6838.669567920423 rows/sec., 286.26 KiB/sec. | ||
| 1631 | 2025.01.29 21:07:31.789930 [ 263 ] {1da59750-8707-447e-9f37-32d360989160} <Debug> TCPHandler: Processed in 0.003606013 sec. | ||
| 1632 | 2025.01.29 21:07:31.790227 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1633 | 2025.01.29 21:07:31.790416 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1634 | 2025.01.29 21:07:31.790748 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1635 | 2025.01.29 21:07:31.790792 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1636 | 2025.01.29 21:07:31.791091 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1637 | 2025.01.29 21:07:31.791159 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1638 | 2025.01.29 21:07:31.791311 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1639 | 2025.01.29 21:07:31.791408 [ 295 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1640 | 2025.01.29 21:07:31.791448 [ 299 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1641 | 2025.01.29 21:07:31.791452 [ 294 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1642 | 2025.01.29 21:07:31.791555 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1643 | 2025.01.29 21:07:31.791584 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1644 | 2025.01.29 21:07:31.791697 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1645 | 2025.01.29 21:07:31.791718 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1646 | 2025.01.29 21:07:31.791759 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1647 | 2025.01.29 21:07:31.791808 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1648 | 2025.01.29 21:07:31.791853 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1649 | 2025.01.29 21:07:31.793287 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00296 sec., 7432.4324324324325 rows/sec., 311.11 KiB/sec. | ||
| 1650 | 2025.01.29 21:07:31.793460 [ 260 ] {966609d8-e46b-46f8-ab84-a1e5b3f763cd} <Debug> TCPHandler: Processed in 0.003290519 sec. | ||
| 1651 | 2025.01.29 21:07:31.793745 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1652 | 2025.01.29 21:07:31.793962 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1653 | 2025.01.29 21:07:31.794353 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1654 | 2025.01.29 21:07:31.794409 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1655 | 2025.01.29 21:07:31.794771 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1656 | 2025.01.29 21:07:31.794838 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1657 | 2025.01.29 21:07:31.794992 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1658 | 2025.01.29 21:07:31.795138 [ 295 ] {00093610-6310-448e-8583-577770495b31} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1659 | 2025.01.29 21:07:31.795155 [ 298 ] {00093610-6310-448e-8583-577770495b31} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1660 | 2025.01.29 21:07:31.795159 [ 299 ] {00093610-6310-448e-8583-577770495b31} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1661 | 2025.01.29 21:07:31.795308 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1662 | 2025.01.29 21:07:31.795337 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1663 | 2025.01.29 21:07:31.795447 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1664 | 2025.01.29 21:07:31.795469 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1665 | 2025.01.29 21:07:31.795510 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1666 | 2025.01.29 21:07:31.795559 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1667 | 2025.01.29 21:07:31.795605 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1668 | 2025.01.29 21:07:31.797065 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003208 sec., 6857.85536159601 rows/sec., 287.06 KiB/sec. | ||
| 1669 | 2025.01.29 21:07:31.797260 [ 263 ] {00093610-6310-448e-8583-577770495b31} <Debug> TCPHandler: Processed in 0.003585754 sec. | ||
| 1670 | 2025.01.29 21:07:31.797512 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2025.01.29 21:07:31.797733 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1672 | 2025.01.29 21:07:31.798130 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1673 | 2025.01.29 21:07:31.798186 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1674 | 2025.01.29 21:07:31.798555 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1675 | 2025.01.29 21:07:31.798636 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1676 | 2025.01.29 21:07:31.798808 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1677 | 2025.01.29 21:07:31.798945 [ 294 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1678 | 2025.01.29 21:07:31.798970 [ 299 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1679 | 2025.01.29 21:07:31.798967 [ 295 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1680 | 2025.01.29 21:07:31.799096 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1681 | 2025.01.29 21:07:31.799120 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1682 | 2025.01.29 21:07:31.799230 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1683 | 2025.01.29 21:07:31.799251 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1684 | 2025.01.29 21:07:31.799292 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1685 | 2025.01.29 21:07:31.799341 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1686 | 2025.01.29 21:07:31.799386 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1687 | 2025.01.29 21:07:31.800779 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003156 sec., 6970.84917617237 rows/sec., 291.79 KiB/sec. | ||
| 1688 | 2025.01.29 21:07:31.800950 [ 260 ] {3cf5967c-3f9c-47c8-8751-5124f5b60176} <Debug> TCPHandler: Processed in 0.003503061 sec. | ||
| 1689 | 2025.01.29 21:07:31.801200 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1690 | 2025.01.29 21:07:31.801418 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1691 | 2025.01.29 21:07:31.801808 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1692 | 2025.01.29 21:07:31.801854 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1693 | 2025.01.29 21:07:31.802159 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1694 | 2025.01.29 21:07:31.802225 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1695 | 2025.01.29 21:07:31.802380 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1696 | 2025.01.29 21:07:31.802525 [ 299 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1697 | 2025.01.29 21:07:31.802526 [ 294 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1698 | 2025.01.29 21:07:31.802532 [ 295 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1699 | 2025.01.29 21:07:31.802671 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1700 | 2025.01.29 21:07:31.802701 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1701 | 2025.01.29 21:07:31.802811 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1702 | 2025.01.29 21:07:31.802832 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1703 | 2025.01.29 21:07:31.802874 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1704 | 2025.01.29 21:07:31.802922 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1705 | 2025.01.29 21:07:31.802969 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1706 | 2025.01.29 21:07:31.804743 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003433 sec., 6408.389163996505 rows/sec., 268.25 KiB/sec. | ||
| 1707 | 2025.01.29 21:07:31.804939 [ 263 ] {368c26f7-ccbf-47d7-a854-511dd2af084c} <Debug> TCPHandler: Processed in 0.003804985 sec. | ||
| 1708 | 2025.01.29 21:07:31.805224 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1709 | 2025.01.29 21:07:31.805439 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1710 | 2025.01.29 21:07:31.805821 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1711 | 2025.01.29 21:07:31.805867 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1712 | 2025.01.29 21:07:31.806177 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1713 | 2025.01.29 21:07:31.806247 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1714 | 2025.01.29 21:07:31.806400 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1715 | 2025.01.29 21:07:31.806502 [ 295 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1716 | 2025.01.29 21:07:31.806505 [ 298 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1717 | 2025.01.29 21:07:31.806535 [ 299 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1718 | 2025.01.29 21:07:31.806633 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1719 | 2025.01.29 21:07:31.806662 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1720 | 2025.01.29 21:07:31.806770 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1721 | 2025.01.29 21:07:31.806792 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1722 | 2025.01.29 21:07:31.806833 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1723 | 2025.01.29 21:07:31.806914 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1724 | 2025.01.29 21:07:31.806960 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1725 | 2025.01.29 21:07:31.808381 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003048 sec., 7217.847769028872 rows/sec., 302.13 KiB/sec. | ||
| 1726 | 2025.01.29 21:07:31.808554 [ 260 ] {45a0bb19-715b-46ce-8e8d-312769043f5c} <Debug> TCPHandler: Processed in 0.00340028 sec. | ||
| 1727 | 2025.01.29 21:07:31.808865 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1728 | 2025.01.29 21:07:31.809094 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1729 | 2025.01.29 21:07:31.809498 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1730 | 2025.01.29 21:07:31.809558 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1731 | 2025.01.29 21:07:31.809907 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1732 | 2025.01.29 21:07:31.809975 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1733 | 2025.01.29 21:07:31.810129 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1734 | 2025.01.29 21:07:31.810268 [ 295 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1735 | 2025.01.29 21:07:31.810277 [ 298 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1736 | 2025.01.29 21:07:31.810295 [ 299 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1737 | 2025.01.29 21:07:31.810419 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1738 | 2025.01.29 21:07:31.810448 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1739 | 2025.01.29 21:07:31.810560 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1740 | 2025.01.29 21:07:31.810582 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1741 | 2025.01.29 21:07:31.810624 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1742 | 2025.01.29 21:07:31.810674 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1743 | 2025.01.29 21:07:31.810722 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1744 | 2025.01.29 21:07:31.812224 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003234 sec., 6802.721088435374 rows/sec., 284.76 KiB/sec. | ||
| 1745 | 2025.01.29 21:07:31.812464 [ 263 ] {1f88549c-9346-4a76-bd57-da09e7fc4783} <Debug> TCPHandler: Processed in 0.003668684 sec. | ||
| 1746 | 2025.01.29 21:07:31.816538 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1747 | 2025.01.29 21:07:31.816760 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1748 | 2025.01.29 21:07:31.817165 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1749 | 2025.01.29 21:07:31.817226 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1750 | 2025.01.29 21:07:31.817612 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1751 | 2025.01.29 21:07:31.817694 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1752 | 2025.01.29 21:07:31.817853 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1753 | 2025.01.29 21:07:31.817988 [ 295 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1754 | 2025.01.29 21:07:31.818015 [ 294 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1755 | 2025.01.29 21:07:31.818014 [ 298 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1756 | 2025.01.29 21:07:31.818142 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 1757 | 2025.01.29 21:07:31.818168 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1758 | 2025.01.29 21:07:31.818277 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1759 | 2025.01.29 21:07:31.818300 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1760 | 2025.01.29 21:07:31.818341 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1761 | 2025.01.29 21:07:31.818392 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1762 | 2025.01.29 21:07:31.818441 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1763 | 2025.01.29 21:07:31.819851 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003203 sec., 6868.560724320949 rows/sec., 287.51 KiB/sec. | ||
| 1764 | 2025.01.29 21:07:31.820026 [ 260 ] {a1c3b696-75ba-4233-8828-07819ced8723} <Debug> TCPHandler: Processed in 0.003554493 sec. | ||
| 1765 | 2025.01.29 21:07:31.822941 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2025.01.29 21:07:31.823079 [ 263 ] {81ea1c7a-e773-49c7-b086-27356763651f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1767 | 2025.01.29 21:07:31.823135 [ 263 ] {81ea1c7a-e773-49c7-b086-27356763651f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1768 | 2025.01.29 21:07:31.823897 [ 263 ] {81ea1c7a-e773-49c7-b086-27356763651f} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1769 | 2025.01.29 21:07:31.823938 [ 263 ] {81ea1c7a-e773-49c7-b086-27356763651f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1770 | 2025.01.29 21:07:31.824481 [ 263 ] {81ea1c7a-e773-49c7-b086-27356763651f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1771 | 2025.01.29 21:07:31.824718 [ 263 ] {81ea1c7a-e773-49c7-b086-27356763651f} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1772 | 2025.01.29 21:07:31.824947 [ 263 ] {81ea1c7a-e773-49c7-b086-27356763651f} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001902 sec., 6309.148264984227 rows/sec., 1.28 MiB/sec. | ||
| 1773 | 2025.01.29 21:07:31.825085 [ 263 ] {81ea1c7a-e773-49c7-b086-27356763651f} <Debug> TCPHandler: Processed in 0.002203236 sec. | ||
| 1774 | 2025.01.29 21:07:31.825260 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1775 | 2025.01.29 21:07:31.825410 [ 260 ] {40c89159-d3e9-48a1-a5cd-297861088f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1776 | 2025.01.29 21:07:31.825471 [ 260 ] {40c89159-d3e9-48a1-a5cd-297861088f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1777 | 2025.01.29 21:07:31.826829 [ 260 ] {40c89159-d3e9-48a1-a5cd-297861088f6c} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2025.01.29 21:07:31.826871 [ 260 ] {40c89159-d3e9-48a1-a5cd-297861088f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1779 | 2025.01.29 21:07:31.827334 [ 260 ] {40c89159-d3e9-48a1-a5cd-297861088f6c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1780 | 2025.01.29 21:07:31.827584 [ 260 ] {40c89159-d3e9-48a1-a5cd-297861088f6c} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1781 | 2025.01.29 21:07:31.827861 [ 260 ] {40c89159-d3e9-48a1-a5cd-297861088f6c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002482 sec., 5640.612409347301 rows/sec., 406.05 KiB/sec. | ||
| 1782 | 2025.01.29 21:07:31.828046 [ 260 ] {40c89159-d3e9-48a1-a5cd-297861088f6c} <Debug> TCPHandler: Processed in 0.002855004 sec. | ||
| 1783 | 2025.01.29 21:07:31.828207 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2025.01.29 21:07:31.828331 [ 263 ] {60c6e6ac-fa69-4f2a-8c6b-535a30e2ed61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1785 | 2025.01.29 21:07:31.828382 [ 263 ] {60c6e6ac-fa69-4f2a-8c6b-535a30e2ed61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1786 | 2025.01.29 21:07:31.829092 [ 263 ] {60c6e6ac-fa69-4f2a-8c6b-535a30e2ed61} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1787 | 2025.01.29 21:07:31.829131 [ 263 ] {60c6e6ac-fa69-4f2a-8c6b-535a30e2ed61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1788 | 2025.01.29 21:07:31.829530 [ 263 ] {60c6e6ac-fa69-4f2a-8c6b-535a30e2ed61} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1789 | 2025.01.29 21:07:31.829803 [ 263 ] {60c6e6ac-fa69-4f2a-8c6b-535a30e2ed61} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1790 | 2025.01.29 21:07:31.830023 [ 263 ] {60c6e6ac-fa69-4f2a-8c6b-535a30e2ed61} <Debug> executeQuery: Read 239 rows, 21.88 KiB in 0.001712 sec., 139602.80373831777 rows/sec., 12.48 MiB/sec. | ||
| 1791 | 2025.01.29 21:07:31.830103 [ 263 ] {60c6e6ac-fa69-4f2a-8c6b-535a30e2ed61} <Debug> TCPHandler: Processed in 0.001953653 sec. | ||
| 1792 | 2025.01.29 21:07:31.830281 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2025.01.29 21:07:31.830425 [ 260 ] {17d8359a-7ec2-4025-ae2d-71f5ad1564a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1794 | 2025.01.29 21:07:31.830483 [ 260 ] {17d8359a-7ec2-4025-ae2d-71f5ad1564a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1795 | 2025.01.29 21:07:31.831126 [ 260 ] {17d8359a-7ec2-4025-ae2d-71f5ad1564a4} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2025.01.29 21:07:31.831167 [ 260 ] {17d8359a-7ec2-4025-ae2d-71f5ad1564a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1797 | 2025.01.29 21:07:31.831538 [ 260 ] {17d8359a-7ec2-4025-ae2d-71f5ad1564a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1798 | 2025.01.29 21:07:31.831781 [ 260 ] {17d8359a-7ec2-4025-ae2d-71f5ad1564a4} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1799 | 2025.01.29 21:07:31.832084 [ 260 ] {17d8359a-7ec2-4025-ae2d-71f5ad1564a4} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001669 sec., 22768.124625524266 rows/sec., 1.63 MiB/sec. | ||
| 1800 | 2025.01.29 21:07:31.832314 [ 260 ] {17d8359a-7ec2-4025-ae2d-71f5ad1564a4} <Debug> TCPHandler: Processed in 0.002101846 sec. | ||
| 1801 | 2025.01.29 21:07:31.832480 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1802 | 2025.01.29 21:07:31.832606 [ 263 ] {9da2799f-8336-4f72-9d0b-7458d62b4308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1803 | 2025.01.29 21:07:31.832657 [ 263 ] {9da2799f-8336-4f72-9d0b-7458d62b4308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1804 | 2025.01.29 21:07:31.833227 [ 263 ] {9da2799f-8336-4f72-9d0b-7458d62b4308} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2025.01.29 21:07:31.833266 [ 263 ] {9da2799f-8336-4f72-9d0b-7458d62b4308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1806 | 2025.01.29 21:07:31.833649 [ 263 ] {9da2799f-8336-4f72-9d0b-7458d62b4308} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1807 | 2025.01.29 21:07:31.833897 [ 263 ] {9da2799f-8336-4f72-9d0b-7458d62b4308} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2025.01.29 21:07:31.834072 [ 263 ] {9da2799f-8336-4f72-9d0b-7458d62b4308} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001492 sec., 9383.378016085791 rows/sec., 657.15 KiB/sec. | ||
| 1809 | 2025.01.29 21:07:31.834125 [ 263 ] {9da2799f-8336-4f72-9d0b-7458d62b4308} <Debug> TCPHandler: Processed in 0.00170747 sec. | ||
| 1810 | 2025.01.29 21:07:31.834272 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2025.01.29 21:07:31.834389 [ 260 ] {f41e0691-4ec8-48c7-b491-ce5e6f88d61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1812 | 2025.01.29 21:07:31.834439 [ 260 ] {f41e0691-4ec8-48c7-b491-ce5e6f88d61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1813 | 2025.01.29 21:07:31.835014 [ 260 ] {f41e0691-4ec8-48c7-b491-ce5e6f88d61a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.01.29 21:07:31.835054 [ 260 ] {f41e0691-4ec8-48c7-b491-ce5e6f88d61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1815 | 2025.01.29 21:07:31.835416 [ 260 ] {f41e0691-4ec8-48c7-b491-ce5e6f88d61a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1816 | 2025.01.29 21:07:31.835654 [ 260 ] {f41e0691-4ec8-48c7-b491-ce5e6f88d61a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.01.29 21:07:31.835917 [ 260 ] {f41e0691-4ec8-48c7-b491-ce5e6f88d61a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001527 sec., 8513.425016371972 rows/sec., 530.81 KiB/sec. | ||
| 1818 | 2025.01.29 21:07:31.836108 [ 260 ] {f41e0691-4ec8-48c7-b491-ce5e6f88d61a} <Debug> TCPHandler: Processed in 0.001888952 sec. | ||
| 1819 | 2025.01.29 21:07:31.836277 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2025.01.29 21:07:31.836419 [ 263 ] {63cb2825-cf77-4d84-aeb3-3222cceb253e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1821 | 2025.01.29 21:07:31.836478 [ 263 ] {63cb2825-cf77-4d84-aeb3-3222cceb253e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1822 | 2025.01.29 21:07:31.837208 [ 263 ] {63cb2825-cf77-4d84-aeb3-3222cceb253e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2025.01.29 21:07:31.837247 [ 263 ] {63cb2825-cf77-4d84-aeb3-3222cceb253e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1824 | 2025.01.29 21:07:31.837630 [ 263 ] {63cb2825-cf77-4d84-aeb3-3222cceb253e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1825 | 2025.01.29 21:07:31.837874 [ 263 ] {63cb2825-cf77-4d84-aeb3-3222cceb253e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2025.01.29 21:07:31.838118 [ 263 ] {63cb2825-cf77-4d84-aeb3-3222cceb253e} <Debug> executeQuery: Read 385 rows, 27.93 KiB in 0.00171 sec., 225146.19883040935 rows/sec., 15.95 MiB/sec. | ||
| 1827 | 2025.01.29 21:07:31.838230 [ 263 ] {63cb2825-cf77-4d84-aeb3-3222cceb253e} <Debug> TCPHandler: Processed in 0.002021634 sec. | ||
| 1828 | 2025.01.29 21:07:31.838373 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2025.01.29 21:07:31.838493 [ 260 ] {a0e2a98b-ef7b-4c92-855a-87bbeca37666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1830 | 2025.01.29 21:07:31.838545 [ 260 ] {a0e2a98b-ef7b-4c92-855a-87bbeca37666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1831 | 2025.01.29 21:07:31.839024 [ 260 ] {a0e2a98b-ef7b-4c92-855a-87bbeca37666} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2025.01.29 21:07:31.839064 [ 260 ] {a0e2a98b-ef7b-4c92-855a-87bbeca37666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1833 | 2025.01.29 21:07:31.839462 [ 260 ] {a0e2a98b-ef7b-4c92-855a-87bbeca37666} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1834 | 2025.01.29 21:07:31.839702 [ 260 ] {a0e2a98b-ef7b-4c92-855a-87bbeca37666} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2025.01.29 21:07:31.839943 [ 260 ] {a0e2a98b-ef7b-4c92-855a-87bbeca37666} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 214.71 KiB/sec. | ||
| 1836 | 2025.01.29 21:07:31.840153 [ 260 ] {a0e2a98b-ef7b-4c92-855a-87bbeca37666} <Debug> TCPHandler: Processed in 0.001835173 sec. | ||
| 1837 | 2025.01.29 21:07:31.840325 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.01.29 21:07:31.840465 [ 263 ] {221cbc34-b605-4140-992f-9886ead53d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1839 | 2025.01.29 21:07:31.840529 [ 263 ] {221cbc34-b605-4140-992f-9886ead53d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1840 | 2025.01.29 21:07:31.841090 [ 263 ] {221cbc34-b605-4140-992f-9886ead53d8c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2025.01.29 21:07:31.841129 [ 263 ] {221cbc34-b605-4140-992f-9886ead53d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1842 | 2025.01.29 21:07:31.841504 [ 263 ] {221cbc34-b605-4140-992f-9886ead53d8c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1843 | 2025.01.29 21:07:31.841754 [ 263 ] {221cbc34-b605-4140-992f-9886ead53d8c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2025.01.29 21:07:31.841905 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1845 | 2025.01.29 21:07:31.841981 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2025.01.29 21:07:31.841997 [ 263 ] {221cbc34-b605-4140-992f-9886ead53d8c} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.00156 sec., 87820.51282051283 rows/sec., 5.74 MiB/sec. | ||
| 1847 | 2025.01.29 21:07:31.842013 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1848 | 2025.01.29 21:07:31.842136 [ 263 ] {221cbc34-b605-4140-992f-9886ead53d8c} <Debug> TCPHandler: Processed in 0.001876952 sec. | ||
| 1849 | 2025.01.29 21:07:31.842388 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 1850 | 2025.01.29 21:07:31.842447 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1851 | 2025.01.29 21:07:31.842783 [ 260 ] {3c786007-9969-4a84-84b7-0b2e5d2682c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1852 | 2025.01.29 21:07:31.842799 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1853 | 2025.01.29 21:07:31.842879 [ 260 ] {3c786007-9969-4a84-84b7-0b2e5d2682c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1854 | 2025.01.29 21:07:31.842879 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1855 | 2025.01.29 21:07:31.843314 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1856 | 2025.01.29 21:07:31.843674 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1857 | 2025.01.29 21:07:31.843984 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part | ||
| 1858 | 2025.01.29 21:07:31.844225 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1859 | 2025.01.29 21:07:31.844625 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 137 rows starting from the beginning of the part | ||
| 1860 | 2025.01.29 21:07:31.845236 [ 260 ] {3c786007-9969-4a84-84b7-0b2e5d2682c1} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1861 | 2025.01.29 21:07:31.845301 [ 260 ] {3c786007-9969-4a84-84b7-0b2e5d2682c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1862 | 2025.01.29 21:07:31.846224 [ 260 ] {3c786007-9969-4a84-84b7-0b2e5d2682c1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1863 | 2025.01.29 21:07:31.846774 [ 260 ] {3c786007-9969-4a84-84b7-0b2e5d2682c1} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1864 | 2025.01.29 21:07:31.847532 [ 260 ] {3c786007-9969-4a84-84b7-0b2e5d2682c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004807 sec., 208.0299563137092 rows/sec., 14.02 KiB/sec. | ||
| 1865 | 2025.01.29 21:07:31.847937 [ 260 ] {3c786007-9969-4a84-84b7-0b2e5d2682c1} <Debug> TCPHandler: Processed in 0.005671048 sec. | ||
| 1866 | 2025.01.29 21:07:31.848147 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 5 columns (5 merged, 0 gathered) in 0.005987732 sec., 65968.21634635619 rows/sec., 4.50 MiB/sec. | ||
| 1867 | 2025.01.29 21:07:31.848162 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1868 | 2025.01.29 21:07:31.848349 [ 263 ] {d2efd026-f662-4505-8850-6cfba7d80a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1869 | 2025.01.29 21:07:31.848388 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1870 | 2025.01.29 21:07:31.848510 [ 263 ] {d2efd026-f662-4505-8850-6cfba7d80a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1871 | 2025.01.29 21:07:31.849182 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1872 | 2025.01.29 21:07:31.849436 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1873 | 2025.01.29 21:07:31.849707 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1874 | 2025.01.29 21:07:31.850593 [ 263 ] {d2efd026-f662-4505-8850-6cfba7d80a54} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1875 | 2025.01.29 21:07:31.850637 [ 263 ] {d2efd026-f662-4505-8850-6cfba7d80a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1876 | 2025.01.29 21:07:31.851308 [ 263 ] {d2efd026-f662-4505-8850-6cfba7d80a54} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1877 | 2025.01.29 21:07:31.851568 [ 263 ] {d2efd026-f662-4505-8850-6cfba7d80a54} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1878 | 2025.01.29 21:07:31.851797 [ 263 ] {d2efd026-f662-4505-8850-6cfba7d80a54} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003481 sec., 8905.486929043378 rows/sec., 15.96 MiB/sec. | ||
| 1879 | 2025.01.29 21:07:31.851919 [ 263 ] {d2efd026-f662-4505-8850-6cfba7d80a54} <Debug> TCPHandler: Processed in 0.003864506 sec. | ||
| 1880 | 2025.01.29 21:07:31.852109 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1881 | 2025.01.29 21:07:31.852248 [ 260 ] {7fb788ee-8edb-425e-8850-a8551402798f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1882 | 2025.01.29 21:07:31.852307 [ 260 ] {7fb788ee-8edb-425e-8850-a8551402798f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1883 | 2025.01.29 21:07:31.852860 [ 260 ] {7fb788ee-8edb-425e-8850-a8551402798f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1884 | 2025.01.29 21:07:31.852898 [ 260 ] {7fb788ee-8edb-425e-8850-a8551402798f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1885 | 2025.01.29 21:07:31.853272 [ 260 ] {7fb788ee-8edb-425e-8850-a8551402798f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1886 | 2025.01.29 21:07:31.853510 [ 260 ] {7fb788ee-8edb-425e-8850-a8551402798f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1887 | 2025.01.29 21:07:31.853660 [ 63 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1888 | 2025.01.29 21:07:31.853721 [ 63 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2025.01.29 21:07:31.853752 [ 260 ] {7fb788ee-8edb-425e-8850-a8551402798f} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001527 sec., 34053.70006548789 rows/sec., 2.06 MiB/sec. | ||
| 1890 | 2025.01.29 21:07:31.853760 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1891 | 2025.01.29 21:07:31.853924 [ 260 ] {7fb788ee-8edb-425e-8850-a8551402798f} <Debug> TCPHandler: Processed in 0.001878633 sec. | ||
| 1892 | 2025.01.29 21:07:31.854279 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 1893 | 2025.01.29 21:07:31.854446 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1894 | 2025.01.29 21:07:31.854479 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 1895 | 2025.01.29 21:07:31.854548 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1896 | 2025.01.29 21:07:31.854759 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 1897 | 2025.01.29 21:07:31.854893 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1898 | 2025.01.29 21:07:31.855011 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 1899 | 2025.01.29 21:07:31.855077 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part | ||
| 1900 | 2025.01.29 21:07:31.856281 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 4 columns (4 merged, 0 gathered) in 0.002392628 sec., 69379.77821876196 rows/sec., 4.54 MiB/sec. | ||
| 1901 | 2025.01.29 21:07:31.856455 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1902 | 2025.01.29 21:07:31.856796 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1903 | 2025.01.29 21:07:31.856877 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_6_1} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1904 | 2025.01.29 21:07:31.856960 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1905 | 2025.01.29 21:07:32.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.61 MiB, peak 172.86 MiB, free memory in arenas 0.00 B, will set to 166.24 MiB (RSS), difference: -3.37 MiB | ||
| 1906 | 2025.01.29 21:07:36.771012 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2025.01.29 21:07:36.771238 [ 263 ] {d4170ed6-e137-4efd-8216-812b58e2c8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1908 | 2025.01.29 21:07:36.771320 [ 263 ] {d4170ed6-e137-4efd-8216-812b58e2c8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1909 | 2025.01.29 21:07:36.772156 [ 263 ] {d4170ed6-e137-4efd-8216-812b58e2c8e7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1910 | 2025.01.29 21:07:36.772205 [ 263 ] {d4170ed6-e137-4efd-8216-812b58e2c8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1911 | 2025.01.29 21:07:36.772638 [ 263 ] {d4170ed6-e137-4efd-8216-812b58e2c8e7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1912 | 2025.01.29 21:07:36.772902 [ 263 ] {d4170ed6-e137-4efd-8216-812b58e2c8e7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1913 | 2025.01.29 21:07:36.773171 [ 263 ] {d4170ed6-e137-4efd-8216-812b58e2c8e7} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001978 sec., 15166.835187057633 rows/sec., 1.18 MiB/sec. | ||
| 1914 | 2025.01.29 21:07:36.773360 [ 263 ] {d4170ed6-e137-4efd-8216-812b58e2c8e7} <Debug> TCPHandler: Processed in 0.00247436 sec. | ||
| 1915 | 2025.01.29 21:07:36.773644 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1916 | 2025.01.29 21:07:36.773839 [ 260 ] {26fab3b8-8d3f-4872-95be-5dcee70723ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1917 | 2025.01.29 21:07:36.773916 [ 260 ] {26fab3b8-8d3f-4872-95be-5dcee70723ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1918 | 2025.01.29 21:07:36.774680 [ 260 ] {26fab3b8-8d3f-4872-95be-5dcee70723ce} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2025.01.29 21:07:36.774723 [ 260 ] {26fab3b8-8d3f-4872-95be-5dcee70723ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1920 | 2025.01.29 21:07:36.775162 [ 260 ] {26fab3b8-8d3f-4872-95be-5dcee70723ce} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1921 | 2025.01.29 21:07:36.775437 [ 260 ] {26fab3b8-8d3f-4872-95be-5dcee70723ce} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2025.01.29 21:07:36.775635 [ 260 ] {26fab3b8-8d3f-4872-95be-5dcee70723ce} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001853 sec., 19427.954668105773 rows/sec., 1.52 MiB/sec. | ||
| 1923 | 2025.01.29 21:07:36.775702 [ 260 ] {26fab3b8-8d3f-4872-95be-5dcee70723ce} <Debug> TCPHandler: Processed in 0.002192046 sec. | ||
| 1924 | 2025.01.29 21:07:36.775874 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1925 | 2025.01.29 21:07:36.776002 [ 263 ] {8d1a978e-bc6a-40f8-883c-9afce7e59397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1926 | 2025.01.29 21:07:36.776060 [ 263 ] {8d1a978e-bc6a-40f8-883c-9afce7e59397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1927 | 2025.01.29 21:07:36.776615 [ 263 ] {8d1a978e-bc6a-40f8-883c-9afce7e59397} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.01.29 21:07:36.776657 [ 263 ] {8d1a978e-bc6a-40f8-883c-9afce7e59397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1929 | 2025.01.29 21:07:36.777058 [ 263 ] {8d1a978e-bc6a-40f8-883c-9afce7e59397} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1930 | 2025.01.29 21:07:36.777316 [ 263 ] {8d1a978e-bc6a-40f8-883c-9afce7e59397} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.01.29 21:07:36.777558 [ 263 ] {8d1a978e-bc6a-40f8-883c-9afce7e59397} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.66 MiB/sec. | ||
| 1932 | 2025.01.29 21:07:36.777621 [ 263 ] {8d1a978e-bc6a-40f8-883c-9afce7e59397} <Debug> TCPHandler: Processed in 0.001806232 sec. | ||
| 1933 | 2025.01.29 21:07:36.777805 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.01.29 21:07:36.777930 [ 260 ] {125fe1df-18a0-4cdf-9098-eab4d13dfb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1935 | 2025.01.29 21:07:36.777987 [ 260 ] {125fe1df-18a0-4cdf-9098-eab4d13dfb30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1936 | 2025.01.29 21:07:36.778505 [ 260 ] {125fe1df-18a0-4cdf-9098-eab4d13dfb30} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2025.01.29 21:07:36.778543 [ 260 ] {125fe1df-18a0-4cdf-9098-eab4d13dfb30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1938 | 2025.01.29 21:07:36.778922 [ 260 ] {125fe1df-18a0-4cdf-9098-eab4d13dfb30} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1939 | 2025.01.29 21:07:36.779161 [ 260 ] {125fe1df-18a0-4cdf-9098-eab4d13dfb30} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2025.01.29 21:07:36.779340 [ 260 ] {125fe1df-18a0-4cdf-9098-eab4d13dfb30} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001442 sec., 20804.438280166436 rows/sec., 1.38 MiB/sec. | ||
| 1941 | 2025.01.29 21:07:36.779393 [ 260 ] {125fe1df-18a0-4cdf-9098-eab4d13dfb30} <Debug> TCPHandler: Processed in 0.00164513 sec. | ||
| 1942 | 2025.01.29 21:07:37.480490 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 1943 | 2025.01.29 21:07:37.481142 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1944 | 2025.01.29 21:07:37.481191 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1945 | 2025.01.29 21:07:37.481716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1946 | 2025.01.29 21:07:37.481991 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1947 | 2025.01.29 21:07:37.482251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 1948 | 2025.01.29 21:07:37.754709 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1949 | 2025.01.29 21:07:37.774856 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2025.01.29 21:07:37.774914 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1951 | 2025.01.29 21:07:37.782616 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1952 | 2025.01.29 21:07:37.783433 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1953 | 2025.01.29 21:07:37.786636 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1954 | 2025.01.29 21:07:39.977657 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 254 | ||
| 1955 | 2025.01.29 21:07:39.981173 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1956 | 2025.01.29 21:07:39.981232 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1957 | 2025.01.29 21:07:39.982776 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1958 | 2025.01.29 21:07:39.983083 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1959 | 2025.01.29 21:07:39.984052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 254 | ||
| 1960 | 2025.01.29 21:07:41.776483 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1961 | 2025.01.29 21:07:41.776707 [ 263 ] {b45e7d63-497e-4b38-97cb-bcfa636e1037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1962 | 2025.01.29 21:07:41.776788 [ 263 ] {b45e7d63-497e-4b38-97cb-bcfa636e1037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1963 | 2025.01.29 21:07:41.777591 [ 263 ] {b45e7d63-497e-4b38-97cb-bcfa636e1037} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1964 | 2025.01.29 21:07:41.777642 [ 263 ] {b45e7d63-497e-4b38-97cb-bcfa636e1037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1965 | 2025.01.29 21:07:41.778073 [ 263 ] {b45e7d63-497e-4b38-97cb-bcfa636e1037} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1966 | 2025.01.29 21:07:41.778334 [ 263 ] {b45e7d63-497e-4b38-97cb-bcfa636e1037} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1967 | 2025.01.29 21:07:41.778559 [ 263 ] {b45e7d63-497e-4b38-97cb-bcfa636e1037} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 1968 | 2025.01.29 21:07:41.778663 [ 263 ] {b45e7d63-497e-4b38-97cb-bcfa636e1037} <Debug> TCPHandler: Processed in 0.002315398 sec. | ||
| 1969 | 2025.01.29 21:07:41.778946 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1970 | 2025.01.29 21:07:41.779149 [ 260 ] {5f78b82a-eb0b-447f-a163-454dc040e89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1971 | 2025.01.29 21:07:41.779229 [ 260 ] {5f78b82a-eb0b-447f-a163-454dc040e89a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1972 | 2025.01.29 21:07:41.780157 [ 260 ] {5f78b82a-eb0b-447f-a163-454dc040e89a} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1973 | 2025.01.29 21:07:41.780211 [ 260 ] {5f78b82a-eb0b-447f-a163-454dc040e89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1974 | 2025.01.29 21:07:41.780691 [ 260 ] {5f78b82a-eb0b-447f-a163-454dc040e89a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1975 | 2025.01.29 21:07:41.780963 [ 260 ] {5f78b82a-eb0b-447f-a163-454dc040e89a} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1976 | 2025.01.29 21:07:41.781203 [ 260 ] {5f78b82a-eb0b-447f-a163-454dc040e89a} <Debug> executeQuery: Read 239 rows, 21.88 KiB in 0.002115 sec., 113002.36406619384 rows/sec., 10.10 MiB/sec. | ||
| 1977 | 2025.01.29 21:07:41.781275 [ 260 ] {5f78b82a-eb0b-447f-a163-454dc040e89a} <Debug> TCPHandler: Processed in 0.002472029 sec. | ||
| 1978 | 2025.01.29 21:07:41.781441 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1979 | 2025.01.29 21:07:41.781567 [ 263 ] {5f729701-9e41-46a8-8a84-fe852b303ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1980 | 2025.01.29 21:07:41.781621 [ 263 ] {5f729701-9e41-46a8-8a84-fe852b303ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1981 | 2025.01.29 21:07:41.782246 [ 263 ] {5f729701-9e41-46a8-8a84-fe852b303ac3} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1982 | 2025.01.29 21:07:41.782288 [ 263 ] {5f729701-9e41-46a8-8a84-fe852b303ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1983 | 2025.01.29 21:07:41.782658 [ 263 ] {5f729701-9e41-46a8-8a84-fe852b303ac3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1984 | 2025.01.29 21:07:41.782894 [ 263 ] {5f729701-9e41-46a8-8a84-fe852b303ac3} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1985 | 2025.01.29 21:07:41.783113 [ 263 ] {5f729701-9e41-46a8-8a84-fe852b303ac3} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001577 sec., 24096.385542168675 rows/sec., 1.73 MiB/sec. | ||
| 1986 | 2025.01.29 21:07:41.783171 [ 263 ] {5f729701-9e41-46a8-8a84-fe852b303ac3} <Debug> TCPHandler: Processed in 0.001786482 sec. | ||
| 1987 | 2025.01.29 21:07:41.783329 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1988 | 2025.01.29 21:07:41.783456 [ 260 ] {5a0397a3-2012-44a5-8852-adf8d74a58a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1989 | 2025.01.29 21:07:41.783510 [ 260 ] {5a0397a3-2012-44a5-8852-adf8d74a58a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1990 | 2025.01.29 21:07:41.784131 [ 260 ] {5a0397a3-2012-44a5-8852-adf8d74a58a4} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1991 | 2025.01.29 21:07:41.784176 [ 260 ] {5a0397a3-2012-44a5-8852-adf8d74a58a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 1992 | 2025.01.29 21:07:41.784544 [ 260 ] {5a0397a3-2012-44a5-8852-adf8d74a58a4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1993 | 2025.01.29 21:07:41.784806 [ 260 ] {5a0397a3-2012-44a5-8852-adf8d74a58a4} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1994 | 2025.01.29 21:07:41.785059 [ 260 ] {5a0397a3-2012-44a5-8852-adf8d74a58a4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec. | ||
| 1995 | 2025.01.29 21:07:41.785205 [ 260 ] {5a0397a3-2012-44a5-8852-adf8d74a58a4} <Debug> TCPHandler: Processed in 0.001936853 sec. | ||
| 1996 | 2025.01.29 21:07:41.785369 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1997 | 2025.01.29 21:07:41.785490 [ 263 ] {180dab5f-802f-42b5-896a-95514d34009a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1998 | 2025.01.29 21:07:41.785540 [ 263 ] {180dab5f-802f-42b5-896a-95514d34009a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1999 | 2025.01.29 21:07:41.786124 [ 263 ] {180dab5f-802f-42b5-896a-95514d34009a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2000 | 2025.01.29 21:07:41.786166 [ 263 ] {180dab5f-802f-42b5-896a-95514d34009a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2001 | 2025.01.29 21:07:41.786522 [ 263 ] {180dab5f-802f-42b5-896a-95514d34009a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2002 | 2025.01.29 21:07:41.786765 [ 263 ] {180dab5f-802f-42b5-896a-95514d34009a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2003 | 2025.01.29 21:07:41.786982 [ 263 ] {180dab5f-802f-42b5-896a-95514d34009a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001513 sec., 8592.200925313946 rows/sec., 535.72 KiB/sec. | ||
| 2004 | 2025.01.29 21:07:41.787045 [ 263 ] {180dab5f-802f-42b5-896a-95514d34009a} <Debug> TCPHandler: Processed in 0.00173166 sec. | ||
| 2005 | 2025.01.29 21:07:41.787203 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2006 | 2025.01.29 21:07:41.787327 [ 260 ] {019d16fe-5e00-4d20-ab13-cdf6575b5404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2007 | 2025.01.29 21:07:41.787381 [ 260 ] {019d16fe-5e00-4d20-ab13-cdf6575b5404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2008 | 2025.01.29 21:07:41.788117 [ 260 ] {019d16fe-5e00-4d20-ab13-cdf6575b5404} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2009 | 2025.01.29 21:07:41.788160 [ 260 ] {019d16fe-5e00-4d20-ab13-cdf6575b5404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2010 | 2025.01.29 21:07:41.788553 [ 260 ] {019d16fe-5e00-4d20-ab13-cdf6575b5404} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2011 | 2025.01.29 21:07:41.788802 [ 260 ] {019d16fe-5e00-4d20-ab13-cdf6575b5404} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2012 | 2025.01.29 21:07:41.789016 [ 260 ] {019d16fe-5e00-4d20-ab13-cdf6575b5404} <Debug> executeQuery: Read 385 rows, 27.93 KiB in 0.001717 sec., 224228.3051834595 rows/sec., 15.88 MiB/sec. | ||
| 2013 | 2025.01.29 21:07:41.789077 [ 260 ] {019d16fe-5e00-4d20-ab13-cdf6575b5404} <Debug> TCPHandler: Processed in 0.001934724 sec. | ||
| 2014 | 2025.01.29 21:07:41.789239 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2015 | 2025.01.29 21:07:41.789380 [ 263 ] {0f468d6a-ca44-4fd8-b49a-2fd153d6ecc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2016 | 2025.01.29 21:07:41.789442 [ 263 ] {0f468d6a-ca44-4fd8-b49a-2fd153d6ecc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2017 | 2025.01.29 21:07:41.790005 [ 263 ] {0f468d6a-ca44-4fd8-b49a-2fd153d6ecc7} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2018 | 2025.01.29 21:07:41.790052 [ 263 ] {0f468d6a-ca44-4fd8-b49a-2fd153d6ecc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2019 | 2025.01.29 21:07:41.790444 [ 263 ] {0f468d6a-ca44-4fd8-b49a-2fd153d6ecc7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2020 | 2025.01.29 21:07:41.790693 [ 263 ] {0f468d6a-ca44-4fd8-b49a-2fd153d6ecc7} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2021 | 2025.01.29 21:07:41.790895 [ 263 ] {0f468d6a-ca44-4fd8-b49a-2fd153d6ecc7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec. | ||
| 2022 | 2025.01.29 21:07:41.790950 [ 263 ] {0f468d6a-ca44-4fd8-b49a-2fd153d6ecc7} <Debug> TCPHandler: Processed in 0.001774901 sec. | ||
| 2023 | 2025.01.29 21:07:41.791110 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2024 | 2025.01.29 21:07:41.791235 [ 260 ] {9d6076da-2f74-4514-bcff-c14d471b59bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2025 | 2025.01.29 21:07:41.791293 [ 260 ] {9d6076da-2f74-4514-bcff-c14d471b59bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2026 | 2025.01.29 21:07:41.791919 [ 260 ] {9d6076da-2f74-4514-bcff-c14d471b59bd} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2027 | 2025.01.29 21:07:41.791969 [ 260 ] {9d6076da-2f74-4514-bcff-c14d471b59bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2028 | 2025.01.29 21:07:41.792390 [ 260 ] {9d6076da-2f74-4514-bcff-c14d471b59bd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2029 | 2025.01.29 21:07:41.792633 [ 260 ] {9d6076da-2f74-4514-bcff-c14d471b59bd} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2030 | 2025.01.29 21:07:41.792864 [ 260 ] {9d6076da-2f74-4514-bcff-c14d471b59bd} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001656 sec., 82729.46859903382 rows/sec., 5.41 MiB/sec. | ||
| 2031 | 2025.01.29 21:07:41.792954 [ 260 ] {9d6076da-2f74-4514-bcff-c14d471b59bd} <Debug> TCPHandler: Processed in 0.001902453 sec. | ||
| 2032 | 2025.01.29 21:07:41.793129 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2033 | 2025.01.29 21:07:41.793264 [ 263 ] {6642dabf-4851-4777-8f9c-6e869309272c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2034 | 2025.01.29 21:07:41.793324 [ 263 ] {6642dabf-4851-4777-8f9c-6e869309272c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2035 | 2025.01.29 21:07:41.793806 [ 263 ] {6642dabf-4851-4777-8f9c-6e869309272c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2036 | 2025.01.29 21:07:41.793847 [ 263 ] {6642dabf-4851-4777-8f9c-6e869309272c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2037 | 2025.01.29 21:07:41.794200 [ 263 ] {6642dabf-4851-4777-8f9c-6e869309272c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2038 | 2025.01.29 21:07:41.794446 [ 263 ] {6642dabf-4851-4777-8f9c-6e869309272c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2039 | 2025.01.29 21:07:41.794663 [ 263 ] {6642dabf-4851-4777-8f9c-6e869309272c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 2040 | 2025.01.29 21:07:41.794725 [ 263 ] {6642dabf-4851-4777-8f9c-6e869309272c} <Debug> TCPHandler: Processed in 0.00165165 sec. | ||
| 2041 | 2025.01.29 21:07:41.794881 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2042 | 2025.01.29 21:07:41.795002 [ 260 ] {5103dfe3-317a-4f03-b382-91f4e2cb584f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2043 | 2025.01.29 21:07:41.795088 [ 260 ] {5103dfe3-317a-4f03-b382-91f4e2cb584f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2044 | 2025.01.29 21:07:41.796377 [ 260 ] {5103dfe3-317a-4f03-b382-91f4e2cb584f} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2045 | 2025.01.29 21:07:41.796417 [ 260 ] {5103dfe3-317a-4f03-b382-91f4e2cb584f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2046 | 2025.01.29 21:07:41.797094 [ 260 ] {5103dfe3-317a-4f03-b382-91f4e2cb584f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2047 | 2025.01.29 21:07:41.797381 [ 260 ] {5103dfe3-317a-4f03-b382-91f4e2cb584f} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2048 | 2025.01.29 21:07:41.797622 [ 260 ] {5103dfe3-317a-4f03-b382-91f4e2cb584f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002648 sec., 11706.948640483382 rows/sec., 20.98 MiB/sec. | ||
| 2049 | 2025.01.29 21:07:41.797749 [ 260 ] {5103dfe3-317a-4f03-b382-91f4e2cb584f} <Debug> TCPHandler: Processed in 0.002926485 sec. | ||
| 2050 | 2025.01.29 21:07:41.797900 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2051 | 2025.01.29 21:07:41.798019 [ 263 ] {b4c0e272-7048-4364-8a33-8f6765bb6cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2052 | 2025.01.29 21:07:41.798071 [ 263 ] {b4c0e272-7048-4364-8a33-8f6765bb6cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2053 | 2025.01.29 21:07:41.798569 [ 263 ] {b4c0e272-7048-4364-8a33-8f6765bb6cb8} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2054 | 2025.01.29 21:07:41.798609 [ 263 ] {b4c0e272-7048-4364-8a33-8f6765bb6cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2055 | 2025.01.29 21:07:41.798977 [ 263 ] {b4c0e272-7048-4364-8a33-8f6765bb6cb8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2056 | 2025.01.29 21:07:41.799226 [ 263 ] {b4c0e272-7048-4364-8a33-8f6765bb6cb8} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2057 | 2025.01.29 21:07:41.799465 [ 263 ] {b4c0e272-7048-4364-8a33-8f6765bb6cb8} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001464 sec., 35519.12568306011 rows/sec., 2.15 MiB/sec. | ||
| 2058 | 2025.01.29 21:07:41.799646 [ 263 ] {b4c0e272-7048-4364-8a33-8f6765bb6cb8} <Debug> TCPHandler: Processed in 0.001796212 sec. | ||
| 2059 | 2025.01.29 21:07:44.899654 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2060 | 2025.01.29 21:07:44.899709 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2061 | 2025.01.29 21:07:44.982510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2062 | 2025.01.29 21:07:44.983233 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2063 | 2025.01.29 21:07:44.983289 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2064 | 2025.01.29 21:07:44.983840 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2065 | 2025.01.29 21:07:44.984110 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2066 | 2025.01.29 21:07:44.984374 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2067 | 2025.01.29 21:07:45.286829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2068 | 2025.01.29 21:07:45.309275 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2069 | 2025.01.29 21:07:45.309342 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2070 | 2025.01.29 21:07:45.316665 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2071 | 2025.01.29 21:07:45.317455 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2072 | 2025.01.29 21:07:45.320963 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2073 | 2025.01.29 21:07:46.770698 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2074 | 2025.01.29 21:07:46.770913 [ 263 ] {97ee1c90-2552-415c-8e5e-8a5c1dff552f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2075 | 2025.01.29 21:07:46.770996 [ 263 ] {97ee1c90-2552-415c-8e5e-8a5c1dff552f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2076 | 2025.01.29 21:07:46.771791 [ 263 ] {97ee1c90-2552-415c-8e5e-8a5c1dff552f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2025.01.29 21:07:46.771841 [ 263 ] {97ee1c90-2552-415c-8e5e-8a5c1dff552f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2078 | 2025.01.29 21:07:46.772268 [ 263 ] {97ee1c90-2552-415c-8e5e-8a5c1dff552f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2079 | 2025.01.29 21:07:46.772527 [ 263 ] {97ee1c90-2552-415c-8e5e-8a5c1dff552f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2080 | 2025.01.29 21:07:46.772774 [ 263 ] {97ee1c90-2552-415c-8e5e-8a5c1dff552f} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001918 sec., 15641.293013555787 rows/sec., 1.22 MiB/sec. | ||
| 2081 | 2025.01.29 21:07:46.772880 [ 263 ] {97ee1c90-2552-415c-8e5e-8a5c1dff552f} <Debug> TCPHandler: Processed in 0.002318048 sec. | ||
| 2082 | 2025.01.29 21:07:46.773153 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2083 | 2025.01.29 21:07:46.773406 [ 260 ] {4d5e12b7-892f-4fb9-8f7f-c56be4ebc513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2084 | 2025.01.29 21:07:46.773491 [ 260 ] {4d5e12b7-892f-4fb9-8f7f-c56be4ebc513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2085 | 2025.01.29 21:07:46.774280 [ 260 ] {4d5e12b7-892f-4fb9-8f7f-c56be4ebc513} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2025.01.29 21:07:46.774324 [ 260 ] {4d5e12b7-892f-4fb9-8f7f-c56be4ebc513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2087 | 2025.01.29 21:07:46.774774 [ 260 ] {4d5e12b7-892f-4fb9-8f7f-c56be4ebc513} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2088 | 2025.01.29 21:07:46.775036 [ 260 ] {4d5e12b7-892f-4fb9-8f7f-c56be4ebc513} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2025.01.29 21:07:46.775243 [ 260 ] {4d5e12b7-892f-4fb9-8f7f-c56be4ebc513} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001893 sec., 19017.43264659271 rows/sec., 1.49 MiB/sec. | ||
| 2090 | 2025.01.29 21:07:46.775308 [ 260 ] {4d5e12b7-892f-4fb9-8f7f-c56be4ebc513} <Debug> TCPHandler: Processed in 0.002290227 sec. | ||
| 2091 | 2025.01.29 21:07:46.775478 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2092 | 2025.01.29 21:07:46.775628 [ 263 ] {70d5a860-765c-483f-8121-260a7e8a1334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2093 | 2025.01.29 21:07:46.775694 [ 263 ] {70d5a860-765c-483f-8121-260a7e8a1334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2094 | 2025.01.29 21:07:46.776367 [ 263 ] {70d5a860-765c-483f-8121-260a7e8a1334} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2025.01.29 21:07:46.776408 [ 263 ] {70d5a860-765c-483f-8121-260a7e8a1334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2096 | 2025.01.29 21:07:46.776799 [ 263 ] {70d5a860-765c-483f-8121-260a7e8a1334} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2097 | 2025.01.29 21:07:46.777037 [ 263 ] {70d5a860-765c-483f-8121-260a7e8a1334} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2025.01.29 21:07:46.777258 [ 263 ] {70d5a860-765c-483f-8121-260a7e8a1334} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001668 sec., 35971.22302158274 rows/sec., 2.52 MiB/sec. | ||
| 2099 | 2025.01.29 21:07:46.777314 [ 263 ] {70d5a860-765c-483f-8121-260a7e8a1334} <Debug> TCPHandler: Processed in 0.001902603 sec. | ||
| 2100 | 2025.01.29 21:07:46.777506 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2025.01.29 21:07:46.777656 [ 260 ] {7a349c70-f27b-40de-b0c9-19633d09ff3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2102 | 2025.01.29 21:07:46.777723 [ 260 ] {7a349c70-f27b-40de-b0c9-19633d09ff3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2103 | 2025.01.29 21:07:46.778308 [ 260 ] {7a349c70-f27b-40de-b0c9-19633d09ff3d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2025.01.29 21:07:46.778353 [ 260 ] {7a349c70-f27b-40de-b0c9-19633d09ff3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2105 | 2025.01.29 21:07:46.778730 [ 260 ] {7a349c70-f27b-40de-b0c9-19633d09ff3d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2106 | 2025.01.29 21:07:46.778973 [ 260 ] {7a349c70-f27b-40de-b0c9-19633d09ff3d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2025.01.29 21:07:46.779151 [ 260 ] {7a349c70-f27b-40de-b0c9-19633d09ff3d} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001533 sec., 19569.471624266145 rows/sec., 1.30 MiB/sec. | ||
| 2108 | 2025.01.29 21:07:46.779204 [ 260 ] {7a349c70-f27b-40de-b0c9-19633d09ff3d} <Debug> TCPHandler: Processed in 0.001767931 sec. | ||
| 2109 | 2025.01.29 21:07:49.984614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 284 | ||
| 2110 | 2025.01.29 21:07:49.988189 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.01.29 21:07:49.988254 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2112 | 2025.01.29 21:07:49.989840 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2113 | 2025.01.29 21:07:49.990173 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.01.29 21:07:49.990411 [ 37 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2115 | 2025.01.29 21:07:49.990560 [ 37 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2116 | 2025.01.29 21:07:49.990637 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2117 | 2025.01.29 21:07:49.991235 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 2118 | 2025.01.29 21:07:49.991887 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 2119 | 2025.01.29 21:07:49.992219 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2120 | 2025.01.29 21:07:49.992346 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 2121 | 2025.01.29 21:07:49.992789 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 58 rows starting from the beginning of the part | ||
| 2122 | 2025.01.29 21:07:49.993231 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2123 | 2025.01.29 21:07:49.993658 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 2124 | 2025.01.29 21:07:49.994072 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 2125 | 2025.01.29 21:07:49.994506 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 2126 | 2025.01.29 21:07:50.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.20 MiB, peak 173.20 MiB, free memory in arenas 0.00 B, will set to 168.59 MiB (RSS), difference: -4.62 MiB | ||
| 2127 | 2025.01.29 21:07:50.004608 [ 186 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 72 columns (72 merged, 0 gathered) in 0.013813476 sec., 20559.633216143426 rows/sec., 20.86 MiB/sec. | ||
| 2128 | 2025.01.29 21:07:50.005513 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2129 | 2025.01.29 21:07:50.006215 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2025.01.29 21:07:50.006293 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_6_1} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2131 | 2025.01.29 21:07:50.006480 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. | ||
| 2132 | 2025.01.29 21:07:51.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.08 MiB, peak 173.20 MiB, free memory in arenas 0.00 B, will set to 168.68 MiB (RSS), difference: 4.60 MiB | ||
| 2133 | 2025.01.29 21:07:51.773574 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2134 | 2025.01.29 21:07:51.773835 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2135 | 2025.01.29 21:07:51.774263 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2136 | 2025.01.29 21:07:51.774321 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2137 | 2025.01.29 21:07:51.774680 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2138 | 2025.01.29 21:07:51.774762 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2139 | 2025.01.29 21:07:51.774936 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2140 | 2025.01.29 21:07:51.775154 [ 295 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2141 | 2025.01.29 21:07:51.775169 [ 299 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2142 | 2025.01.29 21:07:51.775169 [ 294 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2143 | 2025.01.29 21:07:51.775154 [ 298 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2144 | 2025.01.29 21:07:51.775374 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 2145 | 2025.01.29 21:07:51.775408 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2146 | 2025.01.29 21:07:51.775552 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2147 | 2025.01.29 21:07:51.775578 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2148 | 2025.01.29 21:07:51.775623 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2149 | 2025.01.29 21:07:51.775671 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2150 | 2025.01.29 21:07:51.775714 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2151 | 2025.01.29 21:07:51.775757 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2152 | 2025.01.29 21:07:51.777946 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004233 sec., 8032.128514056225 rows/sec., 309.14 KiB/sec. | ||
| 2153 | 2025.01.29 21:07:51.778203 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> MemoryTracker: Peak memory usage (for query): 142.02 KiB. | ||
| 2154 | 2025.01.29 21:07:51.778220 [ 263 ] {7fd28d51-c9c8-4eb4-84d8-e8e5d55ab87f} <Debug> TCPHandler: Processed in 0.004778018 sec. | ||
| 2155 | 2025.01.29 21:07:51.787225 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2156 | 2025.01.29 21:07:51.787355 [ 263 ] {c4f14d8f-fbf0-4664-88a7-79742d6b9a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2157 | 2025.01.29 21:07:51.787411 [ 263 ] {c4f14d8f-fbf0-4664-88a7-79742d6b9a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2158 | 2025.01.29 21:07:51.788136 [ 263 ] {c4f14d8f-fbf0-4664-88a7-79742d6b9a33} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2159 | 2025.01.29 21:07:51.788185 [ 263 ] {c4f14d8f-fbf0-4664-88a7-79742d6b9a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2160 | 2025.01.29 21:07:51.788692 [ 263 ] {c4f14d8f-fbf0-4664-88a7-79742d6b9a33} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2161 | 2025.01.29 21:07:51.788926 [ 263 ] {c4f14d8f-fbf0-4664-88a7-79742d6b9a33} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2162 | 2025.01.29 21:07:51.789174 [ 263 ] {c4f14d8f-fbf0-4664-88a7-79742d6b9a33} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00186 sec., 537.6344086021505 rows/sec., 121.81 KiB/sec. | ||
| 2163 | 2025.01.29 21:07:51.789234 [ 263 ] {c4f14d8f-fbf0-4664-88a7-79742d6b9a33} <Debug> TCPHandler: Processed in 0.002065994 sec. | ||
| 2164 | 2025.01.29 21:07:51.789489 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2165 | 2025.01.29 21:07:51.789656 [ 260 ] {83a97bde-568e-4a6d-9419-eb43563851d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2166 | 2025.01.29 21:07:51.789731 [ 260 ] {83a97bde-568e-4a6d-9419-eb43563851d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2167 | 2025.01.29 21:07:51.790459 [ 260 ] {83a97bde-568e-4a6d-9419-eb43563851d2} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2168 | 2025.01.29 21:07:51.790507 [ 260 ] {83a97bde-568e-4a6d-9419-eb43563851d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2169 | 2025.01.29 21:07:51.790945 [ 260 ] {83a97bde-568e-4a6d-9419-eb43563851d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2170 | 2025.01.29 21:07:51.791213 [ 260 ] {83a97bde-568e-4a6d-9419-eb43563851d2} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2171 | 2025.01.29 21:07:51.791524 [ 260 ] {83a97bde-568e-4a6d-9419-eb43563851d2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 2172 | 2025.01.29 21:07:51.791616 [ 260 ] {83a97bde-568e-4a6d-9419-eb43563851d2} <Debug> TCPHandler: Processed in 0.002254247 sec. | ||
| 2173 | 2025.01.29 21:07:51.791794 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2174 | 2025.01.29 21:07:51.791921 [ 263 ] {7f4f118a-31f4-4382-8be3-287f6bb82a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2175 | 2025.01.29 21:07:51.791975 [ 263 ] {7f4f118a-31f4-4382-8be3-287f6bb82a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2176 | 2025.01.29 21:07:51.792659 [ 263 ] {7f4f118a-31f4-4382-8be3-287f6bb82a52} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2177 | 2025.01.29 21:07:51.792703 [ 263 ] {7f4f118a-31f4-4382-8be3-287f6bb82a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2178 | 2025.01.29 21:07:51.793081 [ 263 ] {7f4f118a-31f4-4382-8be3-287f6bb82a52} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2179 | 2025.01.29 21:07:51.793339 [ 263 ] {7f4f118a-31f4-4382-8be3-287f6bb82a52} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2180 | 2025.01.29 21:07:51.793622 [ 263 ] {7f4f118a-31f4-4382-8be3-287f6bb82a52} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001717 sec., 2329.6447291788004 rows/sec., 189.97 KiB/sec. | ||
| 2181 | 2025.01.29 21:07:51.793695 [ 263 ] {7f4f118a-31f4-4382-8be3-287f6bb82a52} <Debug> TCPHandler: Processed in 0.001961324 sec. | ||
| 2182 | 2025.01.29 21:07:51.793867 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2183 | 2025.01.29 21:07:51.793995 [ 260 ] {62adf31c-c232-4296-9027-c372008e61d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2184 | 2025.01.29 21:07:51.794046 [ 260 ] {62adf31c-c232-4296-9027-c372008e61d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2185 | 2025.01.29 21:07:51.794827 [ 260 ] {62adf31c-c232-4296-9027-c372008e61d5} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2186 | 2025.01.29 21:07:51.794870 [ 260 ] {62adf31c-c232-4296-9027-c372008e61d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2187 | 2025.01.29 21:07:51.795287 [ 260 ] {62adf31c-c232-4296-9027-c372008e61d5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2188 | 2025.01.29 21:07:51.795549 [ 260 ] {62adf31c-c232-4296-9027-c372008e61d5} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2189 | 2025.01.29 21:07:51.795726 [ 34 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2190 | 2025.01.29 21:07:51.795785 [ 260 ] {62adf31c-c232-4296-9027-c372008e61d5} <Debug> executeQuery: Read 267 rows, 24.03 KiB in 0.001816 sec., 147026.43171806168 rows/sec., 12.92 MiB/sec. | ||
| 2191 | 2025.01.29 21:07:51.795814 [ 34 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.01.29 21:07:51.795892 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2193 | 2025.01.29 21:07:51.795905 [ 260 ] {62adf31c-c232-4296-9027-c372008e61d5} <Debug> TCPHandler: Processed in 0.002097145 sec. | ||
| 2194 | 2025.01.29 21:07:51.796167 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2195 | 2025.01.29 21:07:51.796275 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2196 | 2025.01.29 21:07:51.796555 [ 263 ] {2c6c7527-4410-4dbd-a68f-c03067aa2031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2197 | 2025.01.29 21:07:51.796641 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2198 | 2025.01.29 21:07:51.796655 [ 263 ] {2c6c7527-4410-4dbd-a68f-c03067aa2031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2199 | 2025.01.29 21:07:51.796708 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 92 rows starting from the beginning of the part | ||
| 2200 | 2025.01.29 21:07:51.796954 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 239 rows starting from the beginning of the part | ||
| 2201 | 2025.01.29 21:07:51.797315 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 2202 | 2025.01.29 21:07:51.797688 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 239 rows starting from the beginning of the part | ||
| 2203 | 2025.01.29 21:07:51.797978 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
| 2204 | 2025.01.29 21:07:51.798363 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 267 rows starting from the beginning of the part | ||
| 2205 | 2025.01.29 21:07:51.799436 [ 263 ] {2c6c7527-4410-4dbd-a68f-c03067aa2031} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2025.01.29 21:07:51.799512 [ 263 ] {2c6c7527-4410-4dbd-a68f-c03067aa2031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2207 | 2025.01.29 21:07:51.800485 [ 263 ] {2c6c7527-4410-4dbd-a68f-c03067aa2031} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2208 | 2025.01.29 21:07:51.800980 [ 263 ] {2c6c7527-4410-4dbd-a68f-c03067aa2031} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2209 | 2025.01.29 21:07:51.801494 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 897 rows, containing 5 columns (5 merged, 0 gathered) in 0.005481836 sec., 163631.30892642538 rows/sec., 15.03 MiB/sec. | ||
| 2210 | 2025.01.29 21:07:51.801504 [ 34 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2211 | 2025.01.29 21:07:51.801543 [ 263 ] {2c6c7527-4410-4dbd-a68f-c03067aa2031} <Debug> executeQuery: Read 42 rows, 3.07 KiB in 0.005137 sec., 8175.978197391473 rows/sec., 596.93 KiB/sec. | ||
| 2212 | 2025.01.29 21:07:51.801592 [ 34 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2213 | 2025.01.29 21:07:51.801728 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2214 | 2025.01.29 21:07:51.801798 [ 263 ] {2c6c7527-4410-4dbd-a68f-c03067aa2031} <Debug> TCPHandler: Processed in 0.005764359 sec. | ||
| 2215 | 2025.01.29 21:07:51.801810 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2216 | 2025.01.29 21:07:51.802229 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2217 | 2025.01.29 21:07:51.802227 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::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 | ||
| 2218 | 2025.01.29 21:07:51.802646 [ 260 ] {0ba2771b-a8cf-4326-b6d1-b9e1ad63d726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2219 | 2025.01.29 21:07:51.802680 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2220 | 2025.01.29 21:07:51.802703 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2025.01.29 21:07:51.802780 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 2222 | 2025.01.29 21:07:51.802845 [ 260 ] {0ba2771b-a8cf-4326-b6d1-b9e1ad63d726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2223 | 2025.01.29 21:07:51.802994 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_11_2} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2224 | 2025.01.29 21:07:51.803281 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
| 2225 | 2025.01.29 21:07:51.803374 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2226 | 2025.01.29 21:07:51.803730 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
| 2227 | 2025.01.29 21:07:51.804051 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 38 rows starting from the beginning of the part | ||
| 2228 | 2025.01.29 21:07:51.804407 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part | ||
| 2229 | 2025.01.29 21:07:51.804776 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
| 2230 | 2025.01.29 21:07:51.806182 [ 260 ] {0ba2771b-a8cf-4326-b6d1-b9e1ad63d726} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2231 | 2025.01.29 21:07:51.806269 [ 260 ] {0ba2771b-a8cf-4326-b6d1-b9e1ad63d726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2232 | 2025.01.29 21:07:51.807320 [ 260 ] {0ba2771b-a8cf-4326-b6d1-b9e1ad63d726} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2233 | 2025.01.29 21:07:51.807659 [ 186 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.005790629 sec., 36265.49032928892 rows/sec., 2.76 MiB/sec. | ||
| 2234 | 2025.01.29 21:07:51.807866 [ 260 ] {0ba2771b-a8cf-4326-b6d1-b9e1ad63d726} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2235 | 2025.01.29 21:07:51.807965 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2236 | 2025.01.29 21:07:51.808451 [ 260 ] {0ba2771b-a8cf-4326-b6d1-b9e1ad63d726} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005975 sec., 2343.0962343096235 rows/sec., 164.10 KiB/sec. | ||
| 2237 | 2025.01.29 21:07:51.808621 [ 260 ] {0ba2771b-a8cf-4326-b6d1-b9e1ad63d726} <Debug> TCPHandler: Processed in 0.006645509 sec. | ||
| 2238 | 2025.01.29 21:07:51.808758 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2239 | 2025.01.29 21:07:51.808821 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2240 | 2025.01.29 21:07:51.808870 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_6_1} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2241 | 2025.01.29 21:07:51.808993 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2242 | 2025.01.29 21:07:51.808998 [ 263 ] {e24fb9a0-3691-4d89-a2ed-fef0035032d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2243 | 2025.01.29 21:07:51.809066 [ 263 ] {e24fb9a0-3691-4d89-a2ed-fef0035032d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2244 | 2025.01.29 21:07:51.809673 [ 263 ] {e24fb9a0-3691-4d89-a2ed-fef0035032d2} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2025.01.29 21:07:51.809716 [ 263 ] {e24fb9a0-3691-4d89-a2ed-fef0035032d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2246 | 2025.01.29 21:07:51.810101 [ 263 ] {e24fb9a0-3691-4d89-a2ed-fef0035032d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2247 | 2025.01.29 21:07:51.810368 [ 263 ] {e24fb9a0-3691-4d89-a2ed-fef0035032d2} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2248 | 2025.01.29 21:07:51.810676 [ 263 ] {e24fb9a0-3691-4d89-a2ed-fef0035032d2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001708 sec., 7611.241217798594 rows/sec., 474.56 KiB/sec. | ||
| 2249 | 2025.01.29 21:07:51.810755 [ 263 ] {e24fb9a0-3691-4d89-a2ed-fef0035032d2} <Debug> TCPHandler: Processed in 0.002013504 sec. | ||
| 2250 | 2025.01.29 21:07:51.810936 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2251 | 2025.01.29 21:07:51.811076 [ 260 ] {d61160b2-417c-48a6-a073-cdf1e1143140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2252 | 2025.01.29 21:07:51.811138 [ 260 ] {d61160b2-417c-48a6-a073-cdf1e1143140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2253 | 2025.01.29 21:07:51.811953 [ 260 ] {d61160b2-417c-48a6-a073-cdf1e1143140} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2254 | 2025.01.29 21:07:51.811995 [ 260 ] {d61160b2-417c-48a6-a073-cdf1e1143140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2255 | 2025.01.29 21:07:51.812394 [ 260 ] {d61160b2-417c-48a6-a073-cdf1e1143140} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2256 | 2025.01.29 21:07:51.812640 [ 260 ] {d61160b2-417c-48a6-a073-cdf1e1143140} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2257 | 2025.01.29 21:07:51.812812 [ 34 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2258 | 2025.01.29 21:07:51.812873 [ 34 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2025.01.29 21:07:51.812889 [ 260 ] {d61160b2-417c-48a6-a073-cdf1e1143140} <Debug> executeQuery: Read 417 rows, 30.49 KiB in 0.001835 sec., 227247.95640326975 rows/sec., 16.23 MiB/sec. | ||
| 2260 | 2025.01.29 21:07:51.812906 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2261 | 2025.01.29 21:07:51.813065 [ 260 ] {d61160b2-417c-48a6-a073-cdf1e1143140} <Debug> TCPHandler: Processed in 0.002194556 sec. | ||
| 2262 | 2025.01.29 21:07:51.813141 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 2263 | 2025.01.29 21:07:51.813275 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2264 | 2025.01.29 21:07:51.813302 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2265 | 2025.01.29 21:07:51.813358 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 77 rows starting from the beginning of the part | ||
| 2266 | 2025.01.29 21:07:51.813481 [ 263 ] {6f6489db-1842-46a3-917d-dba449ccbf70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2267 | 2025.01.29 21:07:51.813668 [ 263 ] {6f6489db-1842-46a3-917d-dba449ccbf70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2268 | 2025.01.29 21:07:51.813674 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 385 rows starting from the beginning of the part | ||
| 2269 | 2025.01.29 21:07:51.814046 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 2270 | 2025.01.29 21:07:51.814416 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 385 rows starting from the beginning of the part | ||
| 2271 | 2025.01.29 21:07:51.814809 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part | ||
| 2272 | 2025.01.29 21:07:51.815129 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 417 rows starting from the beginning of the part | ||
| 2273 | 2025.01.29 21:07:51.816006 [ 263 ] {6f6489db-1842-46a3-917d-dba449ccbf70} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2025.01.29 21:07:51.816075 [ 263 ] {6f6489db-1842-46a3-917d-dba449ccbf70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2275 | 2025.01.29 21:07:51.817123 [ 263 ] {6f6489db-1842-46a3-917d-dba449ccbf70} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2276 | 2025.01.29 21:07:51.817587 [ 263 ] {6f6489db-1842-46a3-917d-dba449ccbf70} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2025.01.29 21:07:51.818141 [ 263 ] {6f6489db-1842-46a3-917d-dba449ccbf70} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0047 sec., 1276.595744680851 rows/sec., 66.70 KiB/sec. | ||
| 2278 | 2025.01.29 21:07:51.818439 [ 263 ] {6f6489db-1842-46a3-917d-dba449ccbf70} <Debug> TCPHandler: Processed in 0.005236113 sec. | ||
| 2279 | 2025.01.29 21:07:51.818462 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1336 rows, containing 5 columns (5 merged, 0 gathered) in 0.005436665 sec., 245738.88587948677 rows/sec., 18.59 MiB/sec. | ||
| 2280 | 2025.01.29 21:07:51.818637 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.01.29 21:07:51.818648 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2282 | 2025.01.29 21:07:51.818826 [ 260 ] {f0434c8f-a7a5-4f88-99bf-7ab279b21b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2283 | 2025.01.29 21:07:51.818928 [ 260 ] {f0434c8f-a7a5-4f88-99bf-7ab279b21b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2284 | 2025.01.29 21:07:51.819138 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2285 | 2025.01.29 21:07:51.819394 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_11_2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2286 | 2025.01.29 21:07:51.819576 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2287 | 2025.01.29 21:07:51.819995 [ 260 ] {f0434c8f-a7a5-4f88-99bf-7ab279b21b75} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2288 | 2025.01.29 21:07:51.820041 [ 260 ] {f0434c8f-a7a5-4f88-99bf-7ab279b21b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2289 | 2025.01.29 21:07:51.820452 [ 260 ] {f0434c8f-a7a5-4f88-99bf-7ab279b21b75} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2290 | 2025.01.29 21:07:51.820710 [ 260 ] {f0434c8f-a7a5-4f88-99bf-7ab279b21b75} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2291 | 2025.01.29 21:07:51.820894 [ 260 ] {f0434c8f-a7a5-4f88-99bf-7ab279b21b75} <Debug> executeQuery: Read 219 rows, 14.99 KiB in 0.00213 sec., 102816.9014084507 rows/sec., 6.87 MiB/sec. | ||
| 2292 | 2025.01.29 21:07:51.820954 [ 260 ] {f0434c8f-a7a5-4f88-99bf-7ab279b21b75} <Debug> TCPHandler: Processed in 0.002404649 sec. | ||
| 2293 | 2025.01.29 21:07:51.821111 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2294 | 2025.01.29 21:07:51.821231 [ 263 ] {9659dff9-a690-4fb8-bad7-7b3ab2bef48a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2295 | 2025.01.29 21:07:51.821287 [ 263 ] {9659dff9-a690-4fb8-bad7-7b3ab2bef48a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2296 | 2025.01.29 21:07:51.821768 [ 263 ] {9659dff9-a690-4fb8-bad7-7b3ab2bef48a} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2297 | 2025.01.29 21:07:51.821809 [ 263 ] {9659dff9-a690-4fb8-bad7-7b3ab2bef48a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2298 | 2025.01.29 21:07:51.822174 [ 263 ] {9659dff9-a690-4fb8-bad7-7b3ab2bef48a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2299 | 2025.01.29 21:07:51.822457 [ 263 ] {9659dff9-a690-4fb8-bad7-7b3ab2bef48a} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2300 | 2025.01.29 21:07:51.822752 [ 263 ] {9659dff9-a690-4fb8-bad7-7b3ab2bef48a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 2301 | 2025.01.29 21:07:51.822859 [ 263 ] {9659dff9-a690-4fb8-bad7-7b3ab2bef48a} <Debug> TCPHandler: Processed in 0.001806112 sec. | ||
| 2302 | 2025.01.29 21:07:51.823024 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2303 | 2025.01.29 21:07:51.823166 [ 260 ] {ea5bab8c-6aa6-41ff-8851-4bf47460a85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2304 | 2025.01.29 21:07:51.823262 [ 260 ] {ea5bab8c-6aa6-41ff-8851-4bf47460a85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2305 | 2025.01.29 21:07:51.824538 [ 260 ] {ea5bab8c-6aa6-41ff-8851-4bf47460a85f} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2306 | 2025.01.29 21:07:51.824580 [ 260 ] {ea5bab8c-6aa6-41ff-8851-4bf47460a85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2307 | 2025.01.29 21:07:51.825244 [ 260 ] {ea5bab8c-6aa6-41ff-8851-4bf47460a85f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2308 | 2025.01.29 21:07:51.825512 [ 260 ] {ea5bab8c-6aa6-41ff-8851-4bf47460a85f} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2309 | 2025.01.29 21:07:51.825647 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2310 | 2025.01.29 21:07:51.825693 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2025.01.29 21:07:51.825716 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2312 | 2025.01.29 21:07:51.825725 [ 260 ] {ea5bab8c-6aa6-41ff-8851-4bf47460a85f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00259 sec., 11969.11196911197 rows/sec., 21.45 MiB/sec. | ||
| 2313 | 2025.01.29 21:07:51.826097 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 2314 | 2025.01.29 21:07:51.826424 [ 260 ] {ea5bab8c-6aa6-41ff-8851-4bf47460a85f} <Debug> TCPHandler: Processed in 0.003467311 sec. | ||
| 2315 | 2025.01.29 21:07:51.826673 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2316 | 2025.01.29 21:07:51.826939 [ 263 ] {c4167173-4800-41ff-b2d6-ce5256419616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2317 | 2025.01.29 21:07:51.826985 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2318 | 2025.01.29 21:07:51.827043 [ 263 ] {c4167173-4800-41ff-b2d6-ce5256419616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2319 | 2025.01.29 21:07:51.827170 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 2320 | 2025.01.29 21:07:51.828060 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
| 2321 | 2025.01.29 21:07:51.828780 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
| 2322 | 2025.01.29 21:07:51.829222 [ 263 ] {c4167173-4800-41ff-b2d6-ce5256419616} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2323 | 2025.01.29 21:07:51.829344 [ 263 ] {c4167173-4800-41ff-b2d6-ce5256419616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2324 | 2025.01.29 21:07:51.829466 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 2325 | 2025.01.29 21:07:51.830230 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
| 2326 | 2025.01.29 21:07:51.830910 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 2327 | 2025.01.29 21:07:51.830976 [ 263 ] {c4167173-4800-41ff-b2d6-ce5256419616} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2328 | 2025.01.29 21:07:51.831727 [ 263 ] {c4167173-4800-41ff-b2d6-ce5256419616} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2025.01.29 21:07:51.832338 [ 263 ] {c4167173-4800-41ff-b2d6-ce5256419616} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.005442 sec., 13965.453877251011 rows/sec., 902.63 KiB/sec. | ||
| 2330 | 2025.01.29 21:07:51.832621 [ 263 ] {c4167173-4800-41ff-b2d6-ce5256419616} <Debug> TCPHandler: Processed in 0.006069512 sec. | ||
| 2331 | 2025.01.29 21:07:51.835505 [ 198 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 19 columns (19 merged, 0 gathered) in 0.009711606 sec., 19049.372472482926 rows/sec., 34.14 MiB/sec. | ||
| 2332 | 2025.01.29 21:07:51.835889 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2333 | 2025.01.29 21:07:51.836311 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2334 | 2025.01.29 21:07:51.836386 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2335 | 2025.01.29 21:07:51.836493 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 2336 | 2025.01.29 21:07:52.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.86 MiB, peak 174.06 MiB, free memory in arenas 0.00 B, will set to 168.83 MiB (RSS), difference: -1.03 MiB | ||
| 2337 | 2025.01.29 21:07:52.484594 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2338 | 2025.01.29 21:07:52.485263 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2339 | 2025.01.29 21:07:52.485323 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2340 | 2025.01.29 21:07:52.485851 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2341 | 2025.01.29 21:07:52.486117 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2342 | 2025.01.29 21:07:52.486327 [ 33 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2343 | 2025.01.29 21:07:52.486399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2344 | 2025.01.29 21:07:52.486438 [ 33 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2345 | 2025.01.29 21:07:52.486471 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2346 | 2025.01.29 21:07:52.486627 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 2347 | 2025.01.29 21:07:52.486808 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2348 | 2025.01.29 21:07:52.486860 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 2349 | 2025.01.29 21:07:52.486954 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 2350 | 2025.01.29 21:07:52.487211 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 2351 | 2025.01.29 21:07:52.487428 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 2352 | 2025.01.29 21:07:52.487600 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 2353 | 2025.01.29 21:07:52.487690 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 2354 | 2025.01.29 21:07:52.489668 [ 199 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003111858 sec., 1646604.6972580368 rows/sec., 23.55 MiB/sec. | ||
| 2355 | 2025.01.29 21:07:52.490443 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2356 | 2025.01.29 21:07:52.490773 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_11_2} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2357 | 2025.01.29 21:07:52.490861 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_11_2} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2358 | 2025.01.29 21:07:52.490961 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2359 | 2025.01.29 21:07:52.821135 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2360 | 2025.01.29 21:07:52.845035 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2361 | 2025.01.29 21:07:52.845099 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2362 | 2025.01.29 21:07:52.852582 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2363 | 2025.01.29 21:07:52.853349 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2364 | 2025.01.29 21:07:52.853701 [ 32 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2365 | 2025.01.29 21:07:52.853832 [ 32 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2366 | 2025.01.29 21:07:52.853904 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2367 | 2025.01.29 21:07:52.854170 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 2368 | 2025.01.29 21:07:52.863765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2369 | 2025.01.29 21:07:52.864825 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2370 | 2025.01.29 21:07:52.865767 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 2371 | 2025.01.29 21:07:52.870490 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 2372 | 2025.01.29 21:07:52.875358 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 2373 | 2025.01.29 21:07:52.880621 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 2374 | 2025.01.29 21:07:52.886103 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 2375 | 2025.01.29 21:07:52.890737 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 2376 | 2025.01.29 21:07:52.948660 [ 194 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.094623722 sec., 877.1584782936355 rows/sec., 4.54 MiB/sec. | ||
| 2377 | 2025.01.29 21:07:52.951108 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2378 | 2025.01.29 21:07:52.954082 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_11_2} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2025.01.29 21:07:52.954216 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_11_2} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2380 | 2025.01.29 21:07:52.956484 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2381 | 2025.01.29 21:07:53.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.93 MiB, peak 179.82 MiB, free memory in arenas 0.00 B, will set to 171.56 MiB (RSS), difference: 1.63 MiB | ||
| 2382 | 2025.01.29 21:07:56.775325 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2383 | 2025.01.29 21:07:56.775523 [ 263 ] {0353fb67-fd5b-45c9-87ab-5639d81b6752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2384 | 2025.01.29 21:07:56.775597 [ 263 ] {0353fb67-fd5b-45c9-87ab-5639d81b6752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2385 | 2025.01.29 21:07:56.776369 [ 263 ] {0353fb67-fd5b-45c9-87ab-5639d81b6752} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2386 | 2025.01.29 21:07:56.776423 [ 263 ] {0353fb67-fd5b-45c9-87ab-5639d81b6752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2387 | 2025.01.29 21:07:56.776870 [ 263 ] {0353fb67-fd5b-45c9-87ab-5639d81b6752} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2388 | 2025.01.29 21:07:56.777151 [ 263 ] {0353fb67-fd5b-45c9-87ab-5639d81b6752} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2389 | 2025.01.29 21:07:56.777401 [ 263 ] {0353fb67-fd5b-45c9-87ab-5639d81b6752} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.23 MiB/sec. | ||
| 2390 | 2025.01.29 21:07:56.777469 [ 263 ] {0353fb67-fd5b-45c9-87ab-5639d81b6752} <Debug> TCPHandler: Processed in 0.002273177 sec. | ||
| 2391 | 2025.01.29 21:07:56.777752 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2025.01.29 21:07:56.777978 [ 260 ] {52ae64b7-13b4-4369-bcdd-7c9f5d85c977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2393 | 2025.01.29 21:07:56.778068 [ 260 ] {52ae64b7-13b4-4369-bcdd-7c9f5d85c977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2394 | 2025.01.29 21:07:56.778951 [ 260 ] {52ae64b7-13b4-4369-bcdd-7c9f5d85c977} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2395 | 2025.01.29 21:07:56.779008 [ 260 ] {52ae64b7-13b4-4369-bcdd-7c9f5d85c977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2396 | 2025.01.29 21:07:56.779479 [ 260 ] {52ae64b7-13b4-4369-bcdd-7c9f5d85c977} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2397 | 2025.01.29 21:07:56.779758 [ 260 ] {52ae64b7-13b4-4369-bcdd-7c9f5d85c977} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2398 | 2025.01.29 21:07:56.780060 [ 260 ] {52ae64b7-13b4-4369-bcdd-7c9f5d85c977} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002143 sec., 29864.675688287447 rows/sec., 2.33 MiB/sec. | ||
| 2399 | 2025.01.29 21:07:56.780280 [ 260 ] {52ae64b7-13b4-4369-bcdd-7c9f5d85c977} <Debug> TCPHandler: Processed in 0.002671321 sec. | ||
| 2400 | 2025.01.29 21:07:56.780459 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2401 | 2025.01.29 21:07:56.780589 [ 263 ] {4eb7505d-969d-46a5-bac7-2b5336effff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2402 | 2025.01.29 21:07:56.780649 [ 263 ] {4eb7505d-969d-46a5-bac7-2b5336effff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2403 | 2025.01.29 21:07:56.781330 [ 263 ] {4eb7505d-969d-46a5-bac7-2b5336effff1} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2404 | 2025.01.29 21:07:56.781374 [ 263 ] {4eb7505d-969d-46a5-bac7-2b5336effff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2405 | 2025.01.29 21:07:56.781795 [ 263 ] {4eb7505d-969d-46a5-bac7-2b5336effff1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2406 | 2025.01.29 21:07:56.782044 [ 263 ] {4eb7505d-969d-46a5-bac7-2b5336effff1} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2407 | 2025.01.29 21:07:56.782213 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2408 | 2025.01.29 21:07:56.782285 [ 263 ] {4eb7505d-969d-46a5-bac7-2b5336effff1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001724 sec., 92807.42459396752 rows/sec., 6.46 MiB/sec. | ||
| 2409 | 2025.01.29 21:07:56.782294 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2025.01.29 21:07:56.782372 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2411 | 2025.01.29 21:07:56.782427 [ 263 ] {4eb7505d-969d-46a5-bac7-2b5336effff1} <Debug> TCPHandler: Processed in 0.002035904 sec. | ||
| 2412 | 2025.01.29 21:07:56.782658 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 2413 | 2025.01.29 21:07:56.782675 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2414 | 2025.01.29 21:07:56.782935 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2415 | 2025.01.29 21:07:56.782951 [ 260 ] {9e635b5c-f51f-4068-b7a3-332bd2fa5de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2416 | 2025.01.29 21:07:56.783020 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 395 rows starting from the beginning of the part | ||
| 2417 | 2025.01.29 21:07:56.783065 [ 260 ] {9e635b5c-f51f-4068-b7a3-332bd2fa5de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2418 | 2025.01.29 21:07:56.783429 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2419 | 2025.01.29 21:07:56.783886 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 137 rows starting from the beginning of the part | ||
| 2420 | 2025.01.29 21:07:56.784287 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 2421 | 2025.01.29 21:07:56.784418 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 2422 | 2025.01.29 21:07:56.784913 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 2423 | 2025.01.29 21:07:56.785573 [ 260 ] {9e635b5c-f51f-4068-b7a3-332bd2fa5de2} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2424 | 2025.01.29 21:07:56.785646 [ 260 ] {9e635b5c-f51f-4068-b7a3-332bd2fa5de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2425 | 2025.01.29 21:07:56.786795 [ 260 ] {9e635b5c-f51f-4068-b7a3-332bd2fa5de2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2426 | 2025.01.29 21:07:56.787424 [ 260 ] {9e635b5c-f51f-4068-b7a3-332bd2fa5de2} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2427 | 2025.01.29 21:07:56.787756 [ 26 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2428 | 2025.01.29 21:07:56.787853 [ 26 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.01.29 21:07:56.787924 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2430 | 2025.01.29 21:07:56.788012 [ 260 ] {9e635b5c-f51f-4068-b7a3-332bd2fa5de2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00513 sec., 11695.906432748538 rows/sec., 807.14 KiB/sec. | ||
| 2431 | 2025.01.29 21:07:56.788448 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 2432 | 2025.01.29 21:07:56.788552 [ 260 ] {9e635b5c-f51f-4068-b7a3-332bd2fa5de2} <Debug> TCPHandler: Processed in 0.005948791 sec. | ||
| 2433 | 2025.01.29 21:07:56.788997 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2434 | 2025.01.29 21:07:56.789112 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 166 rows starting from the beginning of the part | ||
| 2435 | 2025.01.29 21:07:56.789178 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 5 columns (5 merged, 0 gathered) in 0.00667832 sec., 154380.14350914603 rows/sec., 10.49 MiB/sec. | ||
| 2436 | 2025.01.29 21:07:56.789280 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2437 | 2025.01.29 21:07:56.789385 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part | ||
| 2438 | 2025.01.29 21:07:56.789623 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2439 | 2025.01.29 21:07:56.789797 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2440 | 2025.01.29 21:07:56.790058 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 76 rows starting from the beginning of the part | ||
| 2441 | 2025.01.29 21:07:56.790266 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 2442 | 2025.01.29 21:07:56.790735 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2443 | 2025.01.29 21:07:56.790884 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2444 | 2025.01.29 21:07:56.791054 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2445 | 2025.01.29 21:07:56.791867 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.003806625 sec., 108757.75785636883 rows/sec., 7.05 MiB/sec. | ||
| 2446 | 2025.01.29 21:07:56.792061 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2447 | 2025.01.29 21:07:56.792397 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2448 | 2025.01.29 21:07:56.792498 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_11_2} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2449 | 2025.01.29 21:07:56.792601 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2450 | 2025.01.29 21:07:59.900001 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2451 | 2025.01.29 21:07:59.900085 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2452 | 2025.01.29 21:07:59.986636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2453 | 2025.01.29 21:07:59.987277 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2454 | 2025.01.29 21:07:59.987329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2455 | 2025.01.29 21:07:59.987844 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2456 | 2025.01.29 21:07:59.988112 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2457 | 2025.01.29 21:07:59.988372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2458 | 2025.01.29 21:07:59.992223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 320 | ||
| 2459 | 2025.01.29 21:07:59.995441 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2025.01.29 21:07:59.995486 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2461 | 2025.01.29 21:07:59.996901 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2462 | 2025.01.29 21:07:59.997200 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2463 | 2025.01.29 21:07:59.998296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320 | ||
| 2464 | 2025.01.29 21:08:00.363944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2465 | 2025.01.29 21:08:00.383401 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2466 | 2025.01.29 21:08:00.383461 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2467 | 2025.01.29 21:08:00.390805 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2468 | 2025.01.29 21:08:00.391578 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2469 | 2025.01.29 21:08:00.394363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2470 | 2025.01.29 21:08:01.774801 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2025.01.29 21:08:01.775060 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2472 | 2025.01.29 21:08:01.775500 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2473 | 2025.01.29 21:08:01.775595 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2474 | 2025.01.29 21:08:01.776029 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2475 | 2025.01.29 21:08:01.776121 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2476 | 2025.01.29 21:08:01.776304 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2477 | 2025.01.29 21:08:01.776582 [ 301 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2478 | 2025.01.29 21:08:01.776599 [ 299 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2479 | 2025.01.29 21:08:01.776635 [ 298 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2480 | 2025.01.29 21:08:01.776635 [ 295 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2481 | 2025.01.29 21:08:01.776582 [ 294 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2482 | 2025.01.29 21:08:01.776847 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2483 | 2025.01.29 21:08:01.776879 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2484 | 2025.01.29 21:08:01.777023 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2485 | 2025.01.29 21:08:01.777048 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2486 | 2025.01.29 21:08:01.777097 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.29 21:08:01.777148 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.29 21:08:01.777192 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2489 | 2025.01.29 21:08:01.777234 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2490 | 2025.01.29 21:08:01.779326 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004388 sec., 7748.404740200546 rows/sec., 298.22 KiB/sec. | ||
| 2491 | 2025.01.29 21:08:01.779585 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Debug> MemoryTracker: Peak memory usage (for query): 143.37 KiB. | ||
| 2492 | 2025.01.29 21:08:01.779604 [ 263 ] {d2d6317e-da32-4aee-a143-c1d72c242131} <Debug> TCPHandler: Processed in 0.004930699 sec. | ||
| 2493 | 2025.01.29 21:08:01.787907 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2494 | 2025.01.29 21:08:01.788039 [ 263 ] {ebe24a25-3b8d-4b29-9c52-0d122a59df87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2495 | 2025.01.29 21:08:01.788097 [ 263 ] {ebe24a25-3b8d-4b29-9c52-0d122a59df87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2496 | 2025.01.29 21:08:01.788867 [ 263 ] {ebe24a25-3b8d-4b29-9c52-0d122a59df87} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2497 | 2025.01.29 21:08:01.788914 [ 263 ] {ebe24a25-3b8d-4b29-9c52-0d122a59df87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2498 | 2025.01.29 21:08:01.789433 [ 263 ] {ebe24a25-3b8d-4b29-9c52-0d122a59df87} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2499 | 2025.01.29 21:08:01.789657 [ 263 ] {ebe24a25-3b8d-4b29-9c52-0d122a59df87} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2500 | 2025.01.29 21:08:01.789838 [ 108 ] {} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2501 | 2025.01.29 21:08:01.789907 [ 108 ] {} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2025.01.29 21:08:01.789915 [ 263 ] {ebe24a25-3b8d-4b29-9c52-0d122a59df87} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001904 sec., 525.2100840336134 rows/sec., 54.37 KiB/sec. | ||
| 2503 | 2025.01.29 21:08:01.789946 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2504 | 2025.01.29 21:08:01.790094 [ 263 ] {ebe24a25-3b8d-4b29-9c52-0d122a59df87} <Debug> TCPHandler: Processed in 0.002250377 sec. | ||
| 2505 | 2025.01.29 21:08:01.790242 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::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 | ||
| 2506 | 2025.01.29 21:08:01.790498 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2507 | 2025.01.29 21:08:01.790770 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2508 | 2025.01.29 21:08:01.790810 [ 260 ] {ab565b94-7463-46c2-bc03-e13e9cc343c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2509 | 2025.01.29 21:08:01.790844 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 2510 | 2025.01.29 21:08:01.790939 [ 260 ] {ab565b94-7463-46c2-bc03-e13e9cc343c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2511 | 2025.01.29 21:08:01.791089 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::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 | ||
| 2512 | 2025.01.29 21:08:01.791360 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 2513 | 2025.01.29 21:08:01.791615 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2514 | 2025.01.29 21:08:01.791973 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2515 | 2025.01.29 21:08:01.792383 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2516 | 2025.01.29 21:08:01.793611 [ 260 ] {ab565b94-7463-46c2-bc03-e13e9cc343c8} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2517 | 2025.01.29 21:08:01.793683 [ 260 ] {ab565b94-7463-46c2-bc03-e13e9cc343c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2518 | 2025.01.29 21:08:01.795023 [ 260 ] {ab565b94-7463-46c2-bc03-e13e9cc343c8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2519 | 2025.01.29 21:08:01.795708 [ 260 ] {ab565b94-7463-46c2-bc03-e13e9cc343c8} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2520 | 2025.01.29 21:08:01.796495 [ 260 ] {ab565b94-7463-46c2-bc03-e13e9cc343c8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.005749 sec., 2435.206122803966 rows/sec., 175.30 KiB/sec. | ||
| 2521 | 2025.01.29 21:08:01.796781 [ 260 ] {ab565b94-7463-46c2-bc03-e13e9cc343c8} <Debug> TCPHandler: Processed in 0.006516078 sec. | ||
| 2522 | 2025.01.29 21:08:01.797005 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2523 | 2025.01.29 21:08:01.797169 [ 263 ] {0f72625d-f1bc-4d0e-b6e3-f57e933188ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2524 | 2025.01.29 21:08:01.797245 [ 263 ] {0f72625d-f1bc-4d0e-b6e3-f57e933188ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2525 | 2025.01.29 21:08:01.798535 [ 263 ] {0f72625d-f1bc-4d0e-b6e3-f57e933188ec} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2526 | 2025.01.29 21:08:01.798586 [ 263 ] {0f72625d-f1bc-4d0e-b6e3-f57e933188ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2527 | 2025.01.29 21:08:01.799107 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.009037117 sec., 3983.5713093014065 rows/sec., 636.91 KiB/sec. | ||
| 2528 | 2025.01.29 21:08:01.799254 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2529 | 2025.01.29 21:08:01.799254 [ 263 ] {0f72625d-f1bc-4d0e-b6e3-f57e933188ec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2530 | 2025.01.29 21:08:01.799652 [ 263 ] {0f72625d-f1bc-4d0e-b6e3-f57e933188ec} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2025.01.29 21:08:01.799815 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2025.01.29 21:08:01.800270 [ 192 ] {a8ed4bc1-6188-488a-8640-086f52c48026::all_1_6_1} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2533 | 2025.01.29 21:08:01.800617 [ 263 ] {0f72625d-f1bc-4d0e-b6e3-f57e933188ec} <Debug> executeQuery: Read 282 rows, 25.50 KiB in 0.003434 sec., 82119.9767035527 rows/sec., 7.25 MiB/sec. | ||
| 2534 | 2025.01.29 21:08:01.800641 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2535 | 2025.01.29 21:08:01.800792 [ 263 ] {0f72625d-f1bc-4d0e-b6e3-f57e933188ec} <Debug> TCPHandler: Processed in 0.003873627 sec. | ||
| 2536 | 2025.01.29 21:08:01.800982 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2537 | 2025.01.29 21:08:01.801122 [ 260 ] {961c8284-0e86-4e4e-a0de-345c101b59bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2538 | 2025.01.29 21:08:01.801181 [ 260 ] {961c8284-0e86-4e4e-a0de-345c101b59bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2539 | 2025.01.29 21:08:01.801868 [ 260 ] {961c8284-0e86-4e4e-a0de-345c101b59bf} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2025.01.29 21:08:01.801912 [ 260 ] {961c8284-0e86-4e4e-a0de-345c101b59bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2541 | 2025.01.29 21:08:01.802338 [ 260 ] {961c8284-0e86-4e4e-a0de-345c101b59bf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2542 | 2025.01.29 21:08:01.802611 [ 260 ] {961c8284-0e86-4e4e-a0de-345c101b59bf} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2025.01.29 21:08:01.802799 [ 260 ] {961c8284-0e86-4e4e-a0de-345c101b59bf} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001712 sec., 26869.158878504673 rows/sec., 1.93 MiB/sec. | ||
| 2544 | 2025.01.29 21:08:01.802862 [ 260 ] {961c8284-0e86-4e4e-a0de-345c101b59bf} <Debug> TCPHandler: Processed in 0.001947433 sec. | ||
| 2545 | 2025.01.29 21:08:01.803051 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2546 | 2025.01.29 21:08:01.803187 [ 263 ] {58ff5d5a-51dc-4caf-9791-aad13b3eceab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2547 | 2025.01.29 21:08:01.803241 [ 263 ] {58ff5d5a-51dc-4caf-9791-aad13b3eceab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2548 | 2025.01.29 21:08:01.803841 [ 263 ] {58ff5d5a-51dc-4caf-9791-aad13b3eceab} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2025.01.29 21:08:01.803882 [ 263 ] {58ff5d5a-51dc-4caf-9791-aad13b3eceab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2550 | 2025.01.29 21:08:01.804268 [ 263 ] {58ff5d5a-51dc-4caf-9791-aad13b3eceab} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2551 | 2025.01.29 21:08:01.804525 [ 263 ] {58ff5d5a-51dc-4caf-9791-aad13b3eceab} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2552 | 2025.01.29 21:08:01.804744 [ 263 ] {58ff5d5a-51dc-4caf-9791-aad13b3eceab} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001583 sec., 9475.679090334808 rows/sec., 661.32 KiB/sec. | ||
| 2553 | 2025.01.29 21:08:01.804798 [ 263 ] {58ff5d5a-51dc-4caf-9791-aad13b3eceab} <Debug> TCPHandler: Processed in 0.001817082 sec. | ||
| 2554 | 2025.01.29 21:08:01.804962 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2555 | 2025.01.29 21:08:01.805098 [ 260 ] {cf3d1251-12d0-4fde-87ee-4c6bb1222a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2556 | 2025.01.29 21:08:01.805154 [ 260 ] {cf3d1251-12d0-4fde-87ee-4c6bb1222a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2557 | 2025.01.29 21:08:01.805796 [ 260 ] {cf3d1251-12d0-4fde-87ee-4c6bb1222a2a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2558 | 2025.01.29 21:08:01.805835 [ 260 ] {cf3d1251-12d0-4fde-87ee-4c6bb1222a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2559 | 2025.01.29 21:08:01.806215 [ 260 ] {cf3d1251-12d0-4fde-87ee-4c6bb1222a2a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2560 | 2025.01.29 21:08:01.806492 [ 260 ] {cf3d1251-12d0-4fde-87ee-4c6bb1222a2a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2561 | 2025.01.29 21:08:01.806690 [ 260 ] {cf3d1251-12d0-4fde-87ee-4c6bb1222a2a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec. | ||
| 2562 | 2025.01.29 21:08:01.806752 [ 260 ] {cf3d1251-12d0-4fde-87ee-4c6bb1222a2a} <Debug> TCPHandler: Processed in 0.001851292 sec. | ||
| 2563 | 2025.01.29 21:08:01.806927 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2564 | 2025.01.29 21:08:01.807068 [ 263 ] {5c3da7e3-15c1-4b50-a714-b2309918d24d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2565 | 2025.01.29 21:08:01.807129 [ 263 ] {5c3da7e3-15c1-4b50-a714-b2309918d24d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2566 | 2025.01.29 21:08:01.807992 [ 263 ] {5c3da7e3-15c1-4b50-a714-b2309918d24d} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2567 | 2025.01.29 21:08:01.808035 [ 263 ] {5c3da7e3-15c1-4b50-a714-b2309918d24d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2568 | 2025.01.29 21:08:01.808452 [ 263 ] {5c3da7e3-15c1-4b50-a714-b2309918d24d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2569 | 2025.01.29 21:08:01.808694 [ 263 ] {5c3da7e3-15c1-4b50-a714-b2309918d24d} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2570 | 2025.01.29 21:08:01.808912 [ 263 ] {5c3da7e3-15c1-4b50-a714-b2309918d24d} <Debug> executeQuery: Read 430 rows, 31.53 KiB in 0.001876 sec., 229211.08742004263 rows/sec., 16.41 MiB/sec. | ||
| 2571 | 2025.01.29 21:08:01.808964 [ 263 ] {5c3da7e3-15c1-4b50-a714-b2309918d24d} <Debug> TCPHandler: Processed in 0.002105986 sec. | ||
| 2572 | 2025.01.29 21:08:01.809141 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2573 | 2025.01.29 21:08:01.809267 [ 260 ] {9baba7c2-9586-4316-baee-e29596fec0bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2574 | 2025.01.29 21:08:01.809323 [ 260 ] {9baba7c2-9586-4316-baee-e29596fec0bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2575 | 2025.01.29 21:08:01.809838 [ 260 ] {9baba7c2-9586-4316-baee-e29596fec0bb} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2576 | 2025.01.29 21:08:01.809876 [ 260 ] {9baba7c2-9586-4316-baee-e29596fec0bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2577 | 2025.01.29 21:08:01.810266 [ 260 ] {9baba7c2-9586-4316-baee-e29596fec0bb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2578 | 2025.01.29 21:08:01.810583 [ 260 ] {9baba7c2-9586-4316-baee-e29596fec0bb} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2579 | 2025.01.29 21:08:01.810768 [ 260 ] {9baba7c2-9586-4316-baee-e29596fec0bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec. | ||
| 2580 | 2025.01.29 21:08:01.810822 [ 260 ] {9baba7c2-9586-4316-baee-e29596fec0bb} <Debug> TCPHandler: Processed in 0.001743421 sec. | ||
| 2581 | 2025.01.29 21:08:01.810982 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2582 | 2025.01.29 21:08:01.811104 [ 263 ] {d0004c5e-a25e-4ec7-8cae-0cd16bb3bbb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2583 | 2025.01.29 21:08:01.811156 [ 263 ] {d0004c5e-a25e-4ec7-8cae-0cd16bb3bbb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2584 | 2025.01.29 21:08:01.811763 [ 263 ] {d0004c5e-a25e-4ec7-8cae-0cd16bb3bbb2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2585 | 2025.01.29 21:08:01.811804 [ 263 ] {d0004c5e-a25e-4ec7-8cae-0cd16bb3bbb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2586 | 2025.01.29 21:08:01.812204 [ 263 ] {d0004c5e-a25e-4ec7-8cae-0cd16bb3bbb2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2587 | 2025.01.29 21:08:01.812447 [ 263 ] {d0004c5e-a25e-4ec7-8cae-0cd16bb3bbb2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2588 | 2025.01.29 21:08:01.812681 [ 263 ] {d0004c5e-a25e-4ec7-8cae-0cd16bb3bbb2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
| 2589 | 2025.01.29 21:08:01.812780 [ 263 ] {d0004c5e-a25e-4ec7-8cae-0cd16bb3bbb2} <Debug> TCPHandler: Processed in 0.001857672 sec. | ||
| 2590 | 2025.01.29 21:08:01.812960 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2591 | 2025.01.29 21:08:01.813081 [ 260 ] {e0dfa329-c489-4455-a9e7-63e07c6dcb25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2592 | 2025.01.29 21:08:01.813136 [ 260 ] {e0dfa329-c489-4455-a9e7-63e07c6dcb25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2593 | 2025.01.29 21:08:01.813654 [ 260 ] {e0dfa329-c489-4455-a9e7-63e07c6dcb25} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2025.01.29 21:08:01.813694 [ 260 ] {e0dfa329-c489-4455-a9e7-63e07c6dcb25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2595 | 2025.01.29 21:08:01.814084 [ 260 ] {e0dfa329-c489-4455-a9e7-63e07c6dcb25} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2596 | 2025.01.29 21:08:01.814344 [ 260 ] {e0dfa329-c489-4455-a9e7-63e07c6dcb25} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2025.01.29 21:08:01.814522 [ 260 ] {e0dfa329-c489-4455-a9e7-63e07c6dcb25} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001468 sec., 1362.3978201634877 rows/sec., 89.14 KiB/sec. | ||
| 2598 | 2025.01.29 21:08:01.814576 [ 260 ] {e0dfa329-c489-4455-a9e7-63e07c6dcb25} <Debug> TCPHandler: Processed in 0.001679661 sec. | ||
| 2599 | 2025.01.29 21:08:01.814738 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2600 | 2025.01.29 21:08:01.814879 [ 263 ] {5923470a-319a-425b-ae9b-17e837167b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2601 | 2025.01.29 21:08:01.814964 [ 263 ] {5923470a-319a-425b-ae9b-17e837167b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2602 | 2025.01.29 21:08:01.816290 [ 263 ] {5923470a-319a-425b-ae9b-17e837167b65} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2603 | 2025.01.29 21:08:01.816331 [ 263 ] {5923470a-319a-425b-ae9b-17e837167b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2604 | 2025.01.29 21:08:01.817022 [ 263 ] {5923470a-319a-425b-ae9b-17e837167b65} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2605 | 2025.01.29 21:08:01.817282 [ 263 ] {5923470a-319a-425b-ae9b-17e837167b65} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2606 | 2025.01.29 21:08:01.817633 [ 263 ] {5923470a-319a-425b-ae9b-17e837167b65} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002745 sec., 14207.650273224044 rows/sec., 25.46 MiB/sec. | ||
| 2607 | 2025.01.29 21:08:01.817808 [ 263 ] {5923470a-319a-425b-ae9b-17e837167b65} <Debug> TCPHandler: Processed in 0.003131647 sec. | ||
| 2608 | 2025.01.29 21:08:01.817967 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2609 | 2025.01.29 21:08:01.818087 [ 260 ] {0c5cc24b-716e-4fab-a6a1-3c7991bc43df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2610 | 2025.01.29 21:08:01.818140 [ 260 ] {0c5cc24b-716e-4fab-a6a1-3c7991bc43df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2611 | 2025.01.29 21:08:01.818645 [ 260 ] {0c5cc24b-716e-4fab-a6a1-3c7991bc43df} <Trace> oximeter.measurements_i64 (ddcf2612-050d-448d-9e5f-ae763fd1f506): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2612 | 2025.01.29 21:08:01.818686 [ 260 ] {0c5cc24b-716e-4fab-a6a1-3c7991bc43df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2613 | 2025.01.29 21:08:01.819063 [ 260 ] {0c5cc24b-716e-4fab-a6a1-3c7991bc43df} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2614 | 2025.01.29 21:08:01.819308 [ 260 ] {0c5cc24b-716e-4fab-a6a1-3c7991bc43df} <Trace> oximeter.measurements_i64 (ddcf2612-050d-448d-9e5f-ae763fd1f506): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2615 | 2025.01.29 21:08:01.819494 [ 260 ] {0c5cc24b-716e-4fab-a6a1-3c7991bc43df} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001432 sec., 6284.916201117318 rows/sec., 443.95 KiB/sec. | ||
| 2616 | 2025.01.29 21:08:01.819548 [ 260 ] {0c5cc24b-716e-4fab-a6a1-3c7991bc43df} <Debug> TCPHandler: Processed in 0.00163758 sec. | ||
| 2617 | 2025.01.29 21:08:01.819717 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2618 | 2025.01.29 21:08:01.819844 [ 263 ] {0895ac17-429b-436a-9984-83e0de6159fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2619 | 2025.01.29 21:08:01.819898 [ 263 ] {0895ac17-429b-436a-9984-83e0de6159fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2620 | 2025.01.29 21:08:01.820496 [ 263 ] {0895ac17-429b-436a-9984-83e0de6159fa} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2621 | 2025.01.29 21:08:01.820540 [ 263 ] {0895ac17-429b-436a-9984-83e0de6159fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2622 | 2025.01.29 21:08:01.820953 [ 263 ] {0895ac17-429b-436a-9984-83e0de6159fa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2623 | 2025.01.29 21:08:01.821190 [ 263 ] {0895ac17-429b-436a-9984-83e0de6159fa} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2624 | 2025.01.29 21:08:01.821459 [ 263 ] {0895ac17-429b-436a-9984-83e0de6159fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001641 sec., 49969.53077391834 rows/sec., 3.17 MiB/sec. | ||
| 2625 | 2025.01.29 21:08:01.821513 [ 263 ] {0895ac17-429b-436a-9984-83e0de6159fa} <Debug> TCPHandler: Processed in 0.001854743 sec. | ||
| 2626 | 2025.01.29 21:08:02.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.81 MiB, peak 179.82 MiB, free memory in arenas 0.00 B, will set to 172.80 MiB (RSS), difference: -1.01 MiB | ||
| 2627 | 2025.01.29 21:08:06.775661 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2628 | 2025.01.29 21:08:06.775880 [ 263 ] {df74c6a3-ebaf-4105-a8a6-1268879096af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2629 | 2025.01.29 21:08:06.775959 [ 263 ] {df74c6a3-ebaf-4105-a8a6-1268879096af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2630 | 2025.01.29 21:08:06.776694 [ 263 ] {df74c6a3-ebaf-4105-a8a6-1268879096af} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2025.01.29 21:08:06.776739 [ 263 ] {df74c6a3-ebaf-4105-a8a6-1268879096af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2632 | 2025.01.29 21:08:06.777140 [ 263 ] {df74c6a3-ebaf-4105-a8a6-1268879096af} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2633 | 2025.01.29 21:08:06.777384 [ 263 ] {df74c6a3-ebaf-4105-a8a6-1268879096af} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2634 | 2025.01.29 21:08:06.777678 [ 263 ] {df74c6a3-ebaf-4105-a8a6-1268879096af} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001849 sec., 1081.6657652785289 rows/sec., 88.20 KiB/sec. | ||
| 2635 | 2025.01.29 21:08:06.777812 [ 263 ] {df74c6a3-ebaf-4105-a8a6-1268879096af} <Debug> TCPHandler: Processed in 0.002288167 sec. | ||
| 2636 | 2025.01.29 21:08:06.778089 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2025.01.29 21:08:06.778287 [ 260 ] {adb76f39-050c-4d95-a030-1105bcc24670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2638 | 2025.01.29 21:08:06.778371 [ 260 ] {adb76f39-050c-4d95-a030-1105bcc24670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2639 | 2025.01.29 21:08:06.779215 [ 260 ] {adb76f39-050c-4d95-a030-1105bcc24670} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2640 | 2025.01.29 21:08:06.779268 [ 260 ] {adb76f39-050c-4d95-a030-1105bcc24670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2641 | 2025.01.29 21:08:06.779704 [ 260 ] {adb76f39-050c-4d95-a030-1105bcc24670} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2642 | 2025.01.29 21:08:06.779955 [ 260 ] {adb76f39-050c-4d95-a030-1105bcc24670} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2643 | 2025.01.29 21:08:06.780248 [ 260 ] {adb76f39-050c-4d95-a030-1105bcc24670} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002048 sec., 27832.03125 rows/sec., 2.14 MiB/sec. | ||
| 2644 | 2025.01.29 21:08:06.780405 [ 260 ] {adb76f39-050c-4d95-a030-1105bcc24670} <Debug> TCPHandler: Processed in 0.00250901 sec. | ||
| 2645 | 2025.01.29 21:08:06.780636 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2646 | 2025.01.29 21:08:06.780757 [ 263 ] {7ce544b7-ca7b-44d2-b4d0-48b65fcad230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2647 | 2025.01.29 21:08:06.780805 [ 263 ] {7ce544b7-ca7b-44d2-b4d0-48b65fcad230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2648 | 2025.01.29 21:08:06.781390 [ 263 ] {7ce544b7-ca7b-44d2-b4d0-48b65fcad230} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2649 | 2025.01.29 21:08:06.781428 [ 263 ] {7ce544b7-ca7b-44d2-b4d0-48b65fcad230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2650 | 2025.01.29 21:08:06.781777 [ 263 ] {7ce544b7-ca7b-44d2-b4d0-48b65fcad230} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2651 | 2025.01.29 21:08:06.782021 [ 263 ] {7ce544b7-ca7b-44d2-b4d0-48b65fcad230} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2652 | 2025.01.29 21:08:06.782239 [ 263 ] {7ce544b7-ca7b-44d2-b4d0-48b65fcad230} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001506 sec., 1328.0212483399735 rows/sec., 92.73 KiB/sec. | ||
| 2653 | 2025.01.29 21:08:06.782292 [ 263 ] {7ce544b7-ca7b-44d2-b4d0-48b65fcad230} <Debug> TCPHandler: Processed in 0.001712911 sec. | ||
| 2654 | 2025.01.29 21:08:06.782485 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2655 | 2025.01.29 21:08:06.782642 [ 260 ] {d7388b57-3712-4d1a-b925-0609a5c80552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2656 | 2025.01.29 21:08:06.782707 [ 260 ] {d7388b57-3712-4d1a-b925-0609a5c80552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2657 | 2025.01.29 21:08:06.783413 [ 260 ] {d7388b57-3712-4d1a-b925-0609a5c80552} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2025.01.29 21:08:06.783456 [ 260 ] {d7388b57-3712-4d1a-b925-0609a5c80552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2659 | 2025.01.29 21:08:06.783854 [ 260 ] {d7388b57-3712-4d1a-b925-0609a5c80552} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2660 | 2025.01.29 21:08:06.784101 [ 260 ] {d7388b57-3712-4d1a-b925-0609a5c80552} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2661 | 2025.01.29 21:08:06.784329 [ 260 ] {d7388b57-3712-4d1a-b925-0609a5c80552} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00173 sec., 38150.28901734104 rows/sec., 2.98 MiB/sec. | ||
| 2662 | 2025.01.29 21:08:06.784389 [ 260 ] {d7388b57-3712-4d1a-b925-0609a5c80552} <Debug> TCPHandler: Processed in 0.001975574 sec. | ||
| 2663 | 2025.01.29 21:08:06.784553 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2025.01.29 21:08:06.784672 [ 263 ] {0f2770fc-d245-4840-83a3-795a2347a604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2665 | 2025.01.29 21:08:06.784726 [ 263 ] {0f2770fc-d245-4840-83a3-795a2347a604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2666 | 2025.01.29 21:08:06.785316 [ 263 ] {0f2770fc-d245-4840-83a3-795a2347a604} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2025.01.29 21:08:06.785353 [ 263 ] {0f2770fc-d245-4840-83a3-795a2347a604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2668 | 2025.01.29 21:08:06.785742 [ 263 ] {0f2770fc-d245-4840-83a3-795a2347a604} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2669 | 2025.01.29 21:08:06.785977 [ 263 ] {0f2770fc-d245-4840-83a3-795a2347a604} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2025.01.29 21:08:06.786180 [ 263 ] {0f2770fc-d245-4840-83a3-795a2347a604} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001532 sec., 105091.38381201045 rows/sec., 7.32 MiB/sec. | ||
| 2671 | 2025.01.29 21:08:06.786230 [ 263 ] {0f2770fc-d245-4840-83a3-795a2347a604} <Debug> TCPHandler: Processed in 0.001736591 sec. | ||
| 2672 | 2025.01.29 21:08:06.786389 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2673 | 2025.01.29 21:08:06.786513 [ 260 ] {a1bbab4c-eb51-4dcc-9222-18f3fd0be180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2674 | 2025.01.29 21:08:06.786571 [ 260 ] {a1bbab4c-eb51-4dcc-9222-18f3fd0be180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2675 | 2025.01.29 21:08:06.787101 [ 260 ] {a1bbab4c-eb51-4dcc-9222-18f3fd0be180} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2676 | 2025.01.29 21:08:06.787140 [ 260 ] {a1bbab4c-eb51-4dcc-9222-18f3fd0be180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2677 | 2025.01.29 21:08:06.787525 [ 260 ] {a1bbab4c-eb51-4dcc-9222-18f3fd0be180} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2678 | 2025.01.29 21:08:06.787783 [ 260 ] {a1bbab4c-eb51-4dcc-9222-18f3fd0be180} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2679 | 2025.01.29 21:08:06.787972 [ 260 ] {a1bbab4c-eb51-4dcc-9222-18f3fd0be180} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 2680 | 2025.01.29 21:08:06.788030 [ 260 ] {a1bbab4c-eb51-4dcc-9222-18f3fd0be180} <Debug> TCPHandler: Processed in 0.00170075 sec. | ||
| 2681 | 2025.01.29 21:08:07.488598 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2682 | 2025.01.29 21:08:07.489266 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2683 | 2025.01.29 21:08:07.489315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2684 | 2025.01.29 21:08:07.489824 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2685 | 2025.01.29 21:08:07.490083 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2686 | 2025.01.29 21:08:07.490299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2687 | 2025.01.29 21:08:07.894541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2688 | 2025.01.29 21:08:07.915523 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2689 | 2025.01.29 21:08:07.915591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2690 | 2025.01.29 21:08:07.923175 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2691 | 2025.01.29 21:08:07.923953 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2692 | 2025.01.29 21:08:07.927367 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2693 | 2025.01.29 21:08:09.998642 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 360 | ||
| 2694 | 2025.01.29 21:08:10.002688 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2025.01.29 21:08:10.002752 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2696 | 2025.01.29 21:08:10.004317 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2697 | 2025.01.29 21:08:10.004656 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2698 | 2025.01.29 21:08:10.005365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 360 | ||
| 2699 | 2025.01.29 21:08:11.782352 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2700 | 2025.01.29 21:08:11.782551 [ 263 ] {47fb92d5-cd9b-4efd-a36c-64a43704c3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2701 | 2025.01.29 21:08:11.782623 [ 263 ] {47fb92d5-cd9b-4efd-a36c-64a43704c3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2702 | 2025.01.29 21:08:11.783377 [ 263 ] {47fb92d5-cd9b-4efd-a36c-64a43704c3f0} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2703 | 2025.01.29 21:08:11.783425 [ 263 ] {47fb92d5-cd9b-4efd-a36c-64a43704c3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2704 | 2025.01.29 21:08:11.783866 [ 263 ] {47fb92d5-cd9b-4efd-a36c-64a43704c3f0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2705 | 2025.01.29 21:08:11.784170 [ 263 ] {47fb92d5-cd9b-4efd-a36c-64a43704c3f0} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2706 | 2025.01.29 21:08:11.784357 [ 154 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2707 | 2025.01.29 21:08:11.784424 [ 263 ] {47fb92d5-cd9b-4efd-a36c-64a43704c3f0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec. | ||
| 2708 | 2025.01.29 21:08:11.784434 [ 154 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2709 | 2025.01.29 21:08:11.784499 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2710 | 2025.01.29 21:08:11.784553 [ 263 ] {47fb92d5-cd9b-4efd-a36c-64a43704c3f0} <Debug> TCPHandler: Processed in 0.002339088 sec. | ||
| 2711 | 2025.01.29 21:08:11.784850 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 2712 | 2025.01.29 21:08:11.784962 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2713 | 2025.01.29 21:08:11.785051 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2714 | 2025.01.29 21:08:11.785101 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 2715 | 2025.01.29 21:08:11.785313 [ 260 ] {727ee207-aff0-4cb9-8653-731d51444d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2716 | 2025.01.29 21:08:11.785325 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 2717 | 2025.01.29 21:08:11.785476 [ 260 ] {727ee207-aff0-4cb9-8653-731d51444d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2718 | 2025.01.29 21:08:11.785694 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 2719 | 2025.01.29 21:08:11.786022 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 2720 | 2025.01.29 21:08:11.786337 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 2721 | 2025.01.29 21:08:11.788416 [ 260 ] {727ee207-aff0-4cb9-8653-731d51444d01} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2722 | 2025.01.29 21:08:11.788522 [ 260 ] {727ee207-aff0-4cb9-8653-731d51444d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2723 | 2025.01.29 21:08:11.788896 [ 188 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004295802 sec., 16294.97821361413 rows/sec., 1.21 MiB/sec. | ||
| 2724 | 2025.01.29 21:08:11.789102 [ 188 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2725 | 2025.01.29 21:08:11.789695 [ 260 ] {727ee207-aff0-4cb9-8653-731d51444d01} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2726 | 2025.01.29 21:08:11.789776 [ 188 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_5_1} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2727 | 2025.01.29 21:08:11.789932 [ 188 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_5_1} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2728 | 2025.01.29 21:08:11.790072 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2729 | 2025.01.29 21:08:11.790197 [ 260 ] {727ee207-aff0-4cb9-8653-731d51444d01} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2730 | 2025.01.29 21:08:11.790466 [ 260 ] {727ee207-aff0-4cb9-8653-731d51444d01} <Debug> executeQuery: Read 281 rows, 25.40 KiB in 0.005295 sec., 53068.932955618504 rows/sec., 4.68 MiB/sec. | ||
| 2731 | 2025.01.29 21:08:11.790549 [ 260 ] {727ee207-aff0-4cb9-8653-731d51444d01} <Debug> TCPHandler: Processed in 0.005817329 sec. | ||
| 2732 | 2025.01.29 21:08:11.790729 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2733 | 2025.01.29 21:08:11.790858 [ 263 ] {ae42f321-65e9-41db-b872-61b6c223f5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2734 | 2025.01.29 21:08:11.790913 [ 263 ] {ae42f321-65e9-41db-b872-61b6c223f5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2735 | 2025.01.29 21:08:11.791552 [ 263 ] {ae42f321-65e9-41db-b872-61b6c223f5f3} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2736 | 2025.01.29 21:08:11.791594 [ 263 ] {ae42f321-65e9-41db-b872-61b6c223f5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2737 | 2025.01.29 21:08:11.791959 [ 263 ] {ae42f321-65e9-41db-b872-61b6c223f5f3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2738 | 2025.01.29 21:08:11.792204 [ 263 ] {ae42f321-65e9-41db-b872-61b6c223f5f3} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2739 | 2025.01.29 21:08:11.792419 [ 263 ] {ae42f321-65e9-41db-b872-61b6c223f5f3} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001591 sec., 28912.633563796357 rows/sec., 2.08 MiB/sec. | ||
| 2740 | 2025.01.29 21:08:11.792477 [ 263 ] {ae42f321-65e9-41db-b872-61b6c223f5f3} <Debug> TCPHandler: Processed in 0.001808692 sec. | ||
| 2741 | 2025.01.29 21:08:11.792651 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2742 | 2025.01.29 21:08:11.792783 [ 260 ] {7dcc9707-2e57-4950-8c85-ccb5eacff884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2743 | 2025.01.29 21:08:11.792839 [ 260 ] {7dcc9707-2e57-4950-8c85-ccb5eacff884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2744 | 2025.01.29 21:08:11.793480 [ 260 ] {7dcc9707-2e57-4950-8c85-ccb5eacff884} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2745 | 2025.01.29 21:08:11.793524 [ 260 ] {7dcc9707-2e57-4950-8c85-ccb5eacff884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2746 | 2025.01.29 21:08:11.793906 [ 260 ] {7dcc9707-2e57-4950-8c85-ccb5eacff884} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2747 | 2025.01.29 21:08:11.794168 [ 260 ] {7dcc9707-2e57-4950-8c85-ccb5eacff884} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2025.01.29 21:08:11.794401 [ 260 ] {7dcc9707-2e57-4950-8c85-ccb5eacff884} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001649 sec., 8489.993935718618 rows/sec., 594.58 KiB/sec. | ||
| 2749 | 2025.01.29 21:08:11.794461 [ 260 ] {7dcc9707-2e57-4950-8c85-ccb5eacff884} <Debug> TCPHandler: Processed in 0.001870602 sec. | ||
| 2750 | 2025.01.29 21:08:11.794626 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2751 | 2025.01.29 21:08:11.794748 [ 263 ] {aa536dfe-14be-4c23-906d-74f58585c4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2752 | 2025.01.29 21:08:11.794803 [ 263 ] {aa536dfe-14be-4c23-906d-74f58585c4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2753 | 2025.01.29 21:08:11.795394 [ 263 ] {aa536dfe-14be-4c23-906d-74f58585c4a7} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2754 | 2025.01.29 21:08:11.795435 [ 263 ] {aa536dfe-14be-4c23-906d-74f58585c4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2755 | 2025.01.29 21:08:11.795804 [ 263 ] {aa536dfe-14be-4c23-906d-74f58585c4a7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2756 | 2025.01.29 21:08:11.796053 [ 263 ] {aa536dfe-14be-4c23-906d-74f58585c4a7} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2025.01.29 21:08:11.796222 [ 154 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2758 | 2025.01.29 21:08:11.796292 [ 154 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2759 | 2025.01.29 21:08:11.796311 [ 263 ] {aa536dfe-14be-4c23-906d-74f58585c4a7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001573 sec., 8264.462809917355 rows/sec., 515.29 KiB/sec. | ||
| 2760 | 2025.01.29 21:08:11.796337 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2761 | 2025.01.29 21:08:11.796484 [ 263 ] {aa536dfe-14be-4c23-906d-74f58585c4a7} <Debug> TCPHandler: Processed in 0.001912703 sec. | ||
| 2762 | 2025.01.29 21:08:11.796718 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 2763 | 2025.01.29 21:08:11.796804 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2025.01.29 21:08:11.796956 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2765 | 2025.01.29 21:08:11.796977 [ 260 ] {a904e30a-6e0c-46cc-83cb-b13b7b58a4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2766 | 2025.01.29 21:08:11.796995 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 2767 | 2025.01.29 21:08:11.797034 [ 260 ] {a904e30a-6e0c-46cc-83cb-b13b7b58a4b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2768 | 2025.01.29 21:08:11.797208 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 2769 | 2025.01.29 21:08:11.797374 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 2770 | 2025.01.29 21:08:11.797566 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 2771 | 2025.01.29 21:08:11.797793 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 2772 | 2025.01.29 21:08:11.798959 [ 260 ] {a904e30a-6e0c-46cc-83cb-b13b7b58a4b8} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2025.01.29 21:08:11.799010 [ 260 ] {a904e30a-6e0c-46cc-83cb-b13b7b58a4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2774 | 2025.01.29 21:08:11.799268 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002783884 sec., 23348.674010842406 rows/sec., 1.51 MiB/sec. | ||
| 2775 | 2025.01.29 21:08:11.799471 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2776 | 2025.01.29 21:08:11.799802 [ 260 ] {a904e30a-6e0c-46cc-83cb-b13b7b58a4b8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2777 | 2025.01.29 21:08:11.800232 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_5_1} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2025.01.29 21:08:11.800410 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_5_1} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2779 | 2025.01.29 21:08:11.800421 [ 260 ] {a904e30a-6e0c-46cc-83cb-b13b7b58a4b8} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2780 | 2025.01.29 21:08:11.800575 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2781 | 2025.01.29 21:08:11.800780 [ 260 ] {a904e30a-6e0c-46cc-83cb-b13b7b58a4b8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003842 sec., 109578.34461218116 rows/sec., 7.83 MiB/sec. | ||
| 2782 | 2025.01.29 21:08:11.800849 [ 260 ] {a904e30a-6e0c-46cc-83cb-b13b7b58a4b8} <Debug> TCPHandler: Processed in 0.00420686 sec. | ||
| 2783 | 2025.01.29 21:08:11.801025 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2784 | 2025.01.29 21:08:11.801150 [ 263 ] {d2007f3e-1d78-441e-8d4e-437e45dc049f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2785 | 2025.01.29 21:08:11.801206 [ 263 ] {d2007f3e-1d78-441e-8d4e-437e45dc049f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2786 | 2025.01.29 21:08:11.801726 [ 263 ] {d2007f3e-1d78-441e-8d4e-437e45dc049f} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.01.29 21:08:11.801765 [ 263 ] {d2007f3e-1d78-441e-8d4e-437e45dc049f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2788 | 2025.01.29 21:08:11.802120 [ 263 ] {d2007f3e-1d78-441e-8d4e-437e45dc049f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2789 | 2025.01.29 21:08:11.802370 [ 263 ] {d2007f3e-1d78-441e-8d4e-437e45dc049f} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2025.01.29 21:08:11.802639 [ 263 ] {d2007f3e-1d78-441e-8d4e-437e45dc049f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec. | ||
| 2791 | 2025.01.29 21:08:11.802722 [ 263 ] {d2007f3e-1d78-441e-8d4e-437e45dc049f} <Debug> TCPHandler: Processed in 0.001763811 sec. | ||
| 2792 | 2025.01.29 21:08:11.802892 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2793 | 2025.01.29 21:08:11.803014 [ 260 ] {7226ccb7-bf77-4661-b834-5f590e48170f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2794 | 2025.01.29 21:08:11.803072 [ 260 ] {7226ccb7-bf77-4661-b834-5f590e48170f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2795 | 2025.01.29 21:08:11.803687 [ 260 ] {7226ccb7-bf77-4661-b834-5f590e48170f} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2796 | 2025.01.29 21:08:11.803728 [ 260 ] {7226ccb7-bf77-4661-b834-5f590e48170f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2797 | 2025.01.29 21:08:11.804144 [ 260 ] {7226ccb7-bf77-4661-b834-5f590e48170f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2798 | 2025.01.29 21:08:11.804501 [ 260 ] {7226ccb7-bf77-4661-b834-5f590e48170f} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2799 | 2025.01.29 21:08:11.804740 [ 260 ] {7226ccb7-bf77-4661-b834-5f590e48170f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec. | ||
| 2800 | 2025.01.29 21:08:11.804911 [ 260 ] {7226ccb7-bf77-4661-b834-5f590e48170f} <Debug> TCPHandler: Processed in 0.002078114 sec. | ||
| 2801 | 2025.01.29 21:08:11.805074 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2802 | 2025.01.29 21:08:11.805195 [ 263 ] {a3dc99c2-1991-4e08-8258-13360fc35893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2803 | 2025.01.29 21:08:11.805250 [ 263 ] {a3dc99c2-1991-4e08-8258-13360fc35893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2804 | 2025.01.29 21:08:11.805727 [ 263 ] {a3dc99c2-1991-4e08-8258-13360fc35893} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2805 | 2025.01.29 21:08:11.805767 [ 263 ] {a3dc99c2-1991-4e08-8258-13360fc35893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2806 | 2025.01.29 21:08:11.806128 [ 263 ] {a3dc99c2-1991-4e08-8258-13360fc35893} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2807 | 2025.01.29 21:08:11.806371 [ 263 ] {a3dc99c2-1991-4e08-8258-13360fc35893} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2808 | 2025.01.29 21:08:11.806593 [ 263 ] {a3dc99c2-1991-4e08-8258-13360fc35893} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 47.32 KiB/sec. | ||
| 2809 | 2025.01.29 21:08:11.806650 [ 263 ] {a3dc99c2-1991-4e08-8258-13360fc35893} <Debug> TCPHandler: Processed in 0.001632439 sec. | ||
| 2810 | 2025.01.29 21:08:11.806832 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2811 | 2025.01.29 21:08:11.806951 [ 260 ] {31f446bb-d47c-4b0e-852f-8dcefdd5ba13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2812 | 2025.01.29 21:08:11.807035 [ 260 ] {31f446bb-d47c-4b0e-852f-8dcefdd5ba13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2813 | 2025.01.29 21:08:11.808301 [ 260 ] {31f446bb-d47c-4b0e-852f-8dcefdd5ba13} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2814 | 2025.01.29 21:08:11.808342 [ 260 ] {31f446bb-d47c-4b0e-852f-8dcefdd5ba13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2815 | 2025.01.29 21:08:11.809044 [ 260 ] {31f446bb-d47c-4b0e-852f-8dcefdd5ba13} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2816 | 2025.01.29 21:08:11.809311 [ 260 ] {31f446bb-d47c-4b0e-852f-8dcefdd5ba13} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2025.01.29 21:08:11.809524 [ 260 ] {31f446bb-d47c-4b0e-852f-8dcefdd5ba13} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002598 sec., 15011.547344110853 rows/sec., 26.90 MiB/sec. | ||
| 2818 | 2025.01.29 21:08:11.809631 [ 260 ] {31f446bb-d47c-4b0e-852f-8dcefdd5ba13} <Debug> TCPHandler: Processed in 0.002859374 sec. | ||
| 2819 | 2025.01.29 21:08:11.809801 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2820 | 2025.01.29 21:08:11.809922 [ 263 ] {82157960-78db-47aa-9719-383e9a5ce4bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2821 | 2025.01.29 21:08:11.809974 [ 263 ] {82157960-78db-47aa-9719-383e9a5ce4bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2822 | 2025.01.29 21:08:11.810494 [ 263 ] {82157960-78db-47aa-9719-383e9a5ce4bc} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2823 | 2025.01.29 21:08:11.810534 [ 263 ] {82157960-78db-47aa-9719-383e9a5ce4bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2824 | 2025.01.29 21:08:11.810921 [ 263 ] {82157960-78db-47aa-9719-383e9a5ce4bc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2825 | 2025.01.29 21:08:11.811157 [ 263 ] {82157960-78db-47aa-9719-383e9a5ce4bc} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2826 | 2025.01.29 21:08:11.811389 [ 263 ] {82157960-78db-47aa-9719-383e9a5ce4bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001491 sec., 54996.64654594233 rows/sec., 3.49 MiB/sec. | ||
| 2827 | 2025.01.29 21:08:11.811445 [ 263 ] {82157960-78db-47aa-9719-383e9a5ce4bc} <Debug> TCPHandler: Processed in 0.001701661 sec. | ||
| 2828 | 2025.01.29 21:08:14.900137 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2829 | 2025.01.29 21:08:14.900187 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2830 | 2025.01.29 21:08:14.990527 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 2831 | 2025.01.29 21:08:14.991243 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2025.01.29 21:08:14.991293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2833 | 2025.01.29 21:08:14.991821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2834 | 2025.01.29 21:08:14.992069 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2025.01.29 21:08:14.992291 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2836 | 2025.01.29 21:08:15.427558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2837 | 2025.01.29 21:08:15.448921 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.01.29 21:08:15.448982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2839 | 2025.01.29 21:08:15.456658 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2840 | 2025.01.29 21:08:15.457444 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.01.29 21:08:15.460982 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2842 | 2025.01.29 21:08:16.776467 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2843 | 2025.01.29 21:08:16.776748 [ 263 ] {e2780e91-6431-4b16-a58d-94e6a6fc7dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2844 | 2025.01.29 21:08:16.776854 [ 263 ] {e2780e91-6431-4b16-a58d-94e6a6fc7dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2845 | 2025.01.29 21:08:16.777864 [ 263 ] {e2780e91-6431-4b16-a58d-94e6a6fc7dbb} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.01.29 21:08:16.777915 [ 263 ] {e2780e91-6431-4b16-a58d-94e6a6fc7dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2847 | 2025.01.29 21:08:16.778358 [ 263 ] {e2780e91-6431-4b16-a58d-94e6a6fc7dbb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2848 | 2025.01.29 21:08:16.778613 [ 263 ] {e2780e91-6431-4b16-a58d-94e6a6fc7dbb} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2849 | 2025.01.29 21:08:16.778818 [ 43 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2850 | 2025.01.29 21:08:16.778875 [ 263 ] {e2780e91-6431-4b16-a58d-94e6a6fc7dbb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002199 sec., 25466.12096407458 rows/sec., 1.96 MiB/sec. | ||
| 2851 | 2025.01.29 21:08:16.778903 [ 43 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2852 | 2025.01.29 21:08:16.778973 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2853 | 2025.01.29 21:08:16.778997 [ 263 ] {e2780e91-6431-4b16-a58d-94e6a6fc7dbb} <Debug> TCPHandler: Processed in 0.002703372 sec. | ||
| 2854 | 2025.01.29 21:08:16.779204 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 2855 | 2025.01.29 21:08:16.779302 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2856 | 2025.01.29 21:08:16.779422 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2857 | 2025.01.29 21:08:16.779484 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 267 rows starting from the beginning of the part | ||
| 2858 | 2025.01.29 21:08:16.779539 [ 260 ] {844aa23e-62ed-4dc1-be0a-497cc0306fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2859 | 2025.01.29 21:08:16.779600 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2860 | 2025.01.29 21:08:16.779635 [ 260 ] {844aa23e-62ed-4dc1-be0a-497cc0306fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2861 | 2025.01.29 21:08:16.779879 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 282 rows starting from the beginning of the part | ||
| 2862 | 2025.01.29 21:08:16.780079 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 57 rows starting from the beginning of the part | ||
| 2863 | 2025.01.29 21:08:16.780233 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 281 rows starting from the beginning of the part | ||
| 2864 | 2025.01.29 21:08:16.780517 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 2865 | 2025.01.29 21:08:16.781676 [ 260 ] {844aa23e-62ed-4dc1-be0a-497cc0306fc0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2866 | 2025.01.29 21:08:16.781737 [ 260 ] {844aa23e-62ed-4dc1-be0a-497cc0306fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2867 | 2025.01.29 21:08:16.782304 [ 260 ] {844aa23e-62ed-4dc1-be0a-497cc0306fc0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2868 | 2025.01.29 21:08:16.782544 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 999 rows, containing 5 columns (5 merged, 0 gathered) in 0.003453402 sec., 289279.96219380194 rows/sec., 26.05 MiB/sec. | ||
| 2869 | 2025.01.29 21:08:16.782705 [ 260 ] {844aa23e-62ed-4dc1-be0a-497cc0306fc0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2025.01.29 21:08:16.782808 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2871 | 2025.01.29 21:08:16.782977 [ 43 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2872 | 2025.01.29 21:08:16.783072 [ 43 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2025.01.29 21:08:16.783151 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2874 | 2025.01.29 21:08:16.783284 [ 260 ] {844aa23e-62ed-4dc1-be0a-497cc0306fc0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003788 sec., 16895.45934530095 rows/sec., 1.32 MiB/sec. | ||
| 2875 | 2025.01.29 21:08:16.783553 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 2876 | 2025.01.29 21:08:16.783580 [ 260 ] {844aa23e-62ed-4dc1-be0a-497cc0306fc0} <Debug> TCPHandler: Processed in 0.004442093 sec. | ||
| 2877 | 2025.01.29 21:08:16.783651 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2878 | 2025.01.29 21:08:16.783912 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2879 | 2025.01.29 21:08:16.783980 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2880 | 2025.01.29 21:08:16.784001 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_16_3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2881 | 2025.01.29 21:08:16.784062 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 427 rows starting from the beginning of the part | ||
| 2882 | 2025.01.29 21:08:16.784217 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2883 | 2025.01.29 21:08:16.784370 [ 263 ] {a7ec7910-998f-41a0-b07c-cf05f4331e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2884 | 2025.01.29 21:08:16.784452 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 2885 | 2025.01.29 21:08:16.784624 [ 263 ] {a7ec7910-998f-41a0-b07c-cf05f4331e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2886 | 2025.01.29 21:08:16.784729 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 430 rows starting from the beginning of the part | ||
| 2887 | 2025.01.29 21:08:16.785148 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 66 rows starting from the beginning of the part | ||
| 2888 | 2025.01.29 21:08:16.785547 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 421 rows starting from the beginning of the part | ||
| 2889 | 2025.01.29 21:08:16.785916 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2890 | 2025.01.29 21:08:16.787535 [ 263 ] {a7ec7910-998f-41a0-b07c-cf05f4331e40} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2891 | 2025.01.29 21:08:16.787617 [ 263 ] {a7ec7910-998f-41a0-b07c-cf05f4331e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2892 | 2025.01.29 21:08:16.788505 [ 263 ] {a7ec7910-998f-41a0-b07c-cf05f4331e40} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2893 | 2025.01.29 21:08:16.788769 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 5 columns (5 merged, 0 gathered) in 0.005489536 sec., 268146.52458787046 rows/sec., 20.44 MiB/sec. | ||
| 2894 | 2025.01.29 21:08:16.788983 [ 263 ] {a7ec7910-998f-41a0-b07c-cf05f4331e40} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2025.01.29 21:08:16.789081 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2896 | 2025.01.29 21:08:16.789381 [ 263 ] {a7ec7910-998f-41a0-b07c-cf05f4331e40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005225 sec., 30622.00956937799 rows/sec., 2.13 MiB/sec. | ||
| 2897 | 2025.01.29 21:08:16.789522 [ 263 ] {a7ec7910-998f-41a0-b07c-cf05f4331e40} <Debug> TCPHandler: Processed in 0.005798089 sec. | ||
| 2898 | 2025.01.29 21:08:16.789727 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2899 | 2025.01.29 21:08:16.789775 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2900 | 2025.01.29 21:08:16.789953 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_16_3} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2901 | 2025.01.29 21:08:16.789970 [ 260 ] {133250af-ef55-4089-b680-b1ce7566e726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2902 | 2025.01.29 21:08:16.790108 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2903 | 2025.01.29 21:08:16.790110 [ 260 ] {133250af-ef55-4089-b680-b1ce7566e726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2904 | 2025.01.29 21:08:16.790724 [ 260 ] {133250af-ef55-4089-b680-b1ce7566e726} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2025.01.29 21:08:16.790765 [ 260 ] {133250af-ef55-4089-b680-b1ce7566e726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 2906 | 2025.01.29 21:08:16.791154 [ 260 ] {133250af-ef55-4089-b680-b1ce7566e726} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2907 | 2025.01.29 21:08:16.791399 [ 260 ] {133250af-ef55-4089-b680-b1ce7566e726} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2025.01.29 21:08:16.791629 [ 260 ] {133250af-ef55-4089-b680-b1ce7566e726} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001729 sec., 34702.13996529786 rows/sec., 2.34 MiB/sec. | ||
| 2909 | 2025.01.29 21:08:16.791683 [ 260 ] {133250af-ef55-4089-b680-b1ce7566e726} <Debug> TCPHandler: Processed in 0.002040595 sec. | ||
| 2910 | 2025.01.29 21:08:17.500899 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2911 | 2025.01.29 21:08:17.501161 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2912 | 2025.01.29 21:08:17.501587 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2913 | 2025.01.29 21:08:17.501640 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2914 | 2025.01.29 21:08:17.502001 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2915 | 2025.01.29 21:08:17.502086 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2916 | 2025.01.29 21:08:17.502264 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2917 | 2025.01.29 21:08:17.502304 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2918 | 2025.01.29 21:08:17.502330 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 2919 | 2025.01.29 21:08:17.502347 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2920 | 2025.01.29 21:08:17.502395 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2921 | 2025.01.29 21:08:17.502420 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2922 | 2025.01.29 21:08:17.503398 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002358 sec., 15267.175572519085 rows/sec., 587.68 KiB/sec. | ||
| 2923 | 2025.01.29 21:08:17.503530 [ 263 ] {0f18b367-91ef-4636-bffe-cafc1b097882} <Debug> TCPHandler: Processed in 0.002759563 sec. | ||
| 2924 | 2025.01.29 21:08:17.503957 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2025.01.29 21:08:17.504248 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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) | ||
| 2926 | 2025.01.29 21:08:17.504747 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2927 | 2025.01.29 21:08:17.504831 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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 | ||
| 2928 | 2025.01.29 21:08:17.505211 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2929 | 2025.01.29 21:08:17.505294 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2930 | 2025.01.29 21:08:17.505476 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2931 | 2025.01.29 21:08:17.505517 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2932 | 2025.01.29 21:08:17.505545 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 2933 | 2025.01.29 21:08:17.505562 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2934 | 2025.01.29 21:08:17.505612 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" | ||
| 2935 | 2025.01.29 21:08:17.505637 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2936 | 2025.01.29 21:08:17.506346 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002234 sec., 16114.59265890779 rows/sec., 620.30 KiB/sec. | ||
| 2937 | 2025.01.29 21:08:17.506475 [ 260 ] {d1f9c202-7d97-419c-973c-7d85b23ed0a6} <Debug> TCPHandler: Processed in 0.002658252 sec. | ||
| 2938 | 2025.01.29 21:08:17.506763 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2939 | 2025.01.29 21:08:17.507000 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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) | ||
| 2940 | 2025.01.29 21:08:17.507427 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2941 | 2025.01.29 21:08:17.507488 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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 | ||
| 2942 | 2025.01.29 21:08:17.507829 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2943 | 2025.01.29 21:08:17.507896 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2944 | 2025.01.29 21:08:17.508046 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2945 | 2025.01.29 21:08:17.508080 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2946 | 2025.01.29 21:08:17.508103 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 2947 | 2025.01.29 21:08:17.508120 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2948 | 2025.01.29 21:08:17.508165 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" | ||
| 2949 | 2025.01.29 21:08:17.508190 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2950 | 2025.01.29 21:08:17.508782 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001903 sec., 18917.498686284813 rows/sec., 728.19 KiB/sec. | ||
| 2951 | 2025.01.29 21:08:17.508899 [ 263 ] {c16cfc17-045b-4483-a114-b9fc77b32331} <Debug> TCPHandler: Processed in 0.002206916 sec. | ||
| 2952 | 2025.01.29 21:08:17.509223 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2953 | 2025.01.29 21:08:17.509455 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 2954 | 2025.01.29 21:08:17.509816 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2955 | 2025.01.29 21:08:17.509867 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 2956 | 2025.01.29 21:08:17.510203 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2957 | 2025.01.29 21:08:17.510270 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2958 | 2025.01.29 21:08:17.510422 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2959 | 2025.01.29 21:08:17.510455 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2960 | 2025.01.29 21:08:17.510479 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 2961 | 2025.01.29 21:08:17.510496 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2962 | 2025.01.29 21:08:17.510541 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 2963 | 2025.01.29 21:08:17.510566 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2964 | 2025.01.29 21:08:17.511173 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001839 sec., 19575.856443719415 rows/sec., 753.53 KiB/sec. | ||
| 2965 | 2025.01.29 21:08:17.511288 [ 260 ] {dce7ec81-ccbb-4de8-984f-309401a6d840} <Debug> TCPHandler: Processed in 0.002136536 sec. | ||
| 2966 | 2025.01.29 21:08:17.511552 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2967 | 2025.01.29 21:08:17.511749 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 2968 | 2025.01.29 21:08:17.512106 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2969 | 2025.01.29 21:08:17.512159 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 2970 | 2025.01.29 21:08:17.512497 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2971 | 2025.01.29 21:08:17.512563 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2972 | 2025.01.29 21:08:17.512713 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2973 | 2025.01.29 21:08:17.512746 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2974 | 2025.01.29 21:08:17.512769 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 2975 | 2025.01.29 21:08:17.512786 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2976 | 2025.01.29 21:08:17.512830 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 2977 | 2025.01.29 21:08:17.512855 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2978 | 2025.01.29 21:08:17.513441 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001793 sec., 20078.08142777468 rows/sec., 772.86 KiB/sec. | ||
| 2979 | 2025.01.29 21:08:17.513555 [ 263 ] {c742db37-c0d1-46b6-b843-3070e9c07fbf} <Debug> TCPHandler: Processed in 0.002059445 sec. | ||
| 2980 | 2025.01.29 21:08:17.513847 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2981 | 2025.01.29 21:08:17.514073 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2982 | 2025.01.29 21:08:17.514498 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2983 | 2025.01.29 21:08:17.514550 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2984 | 2025.01.29 21:08:17.514899 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2985 | 2025.01.29 21:08:17.514967 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2986 | 2025.01.29 21:08:17.515114 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2987 | 2025.01.29 21:08:17.515147 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2988 | 2025.01.29 21:08:17.515171 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 2989 | 2025.01.29 21:08:17.515187 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2990 | 2025.01.29 21:08:17.515231 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2991 | 2025.01.29 21:08:17.515255 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 2992 | 2025.01.29 21:08:17.515856 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001898 sec., 18967.334035827185 rows/sec., 730.11 KiB/sec. | ||
| 2993 | 2025.01.29 21:08:17.515972 [ 260 ] {533889e7-abbe-444c-a058-925a53d1598a} <Debug> TCPHandler: Processed in 0.002191346 sec. | ||
| 2994 | 2025.01.29 21:08:17.634091 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2995 | 2025.01.29 21:08:17.634324 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2996 | 2025.01.29 21:08:17.634725 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2997 | 2025.01.29 21:08:17.634778 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2998 | 2025.01.29 21:08:17.635140 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2999 | 2025.01.29 21:08:17.635216 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3000 | 2025.01.29 21:08:17.635380 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 3001 | 2025.01.29 21:08:17.635416 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 3002 | 2025.01.29 21:08:17.635440 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Debug> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (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 | ||
| 3003 | 2025.01.29 21:08:17.635458 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3004 | 2025.01.29 21:08:17.635506 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3005 | 2025.01.29 21:08:17.635531 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 | ||
| 3006 | 2025.01.29 21:08:17.636222 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002011 sec., 17901.54152163103 rows/sec., 689.08 KiB/sec. | ||
| 3007 | 2025.01.29 21:08:17.636343 [ 263 ] {73236c48-1cee-4519-8ab9-11b92caa1e32} <Debug> TCPHandler: Processed in 0.002341628 sec. | ||
| 3008 | 2025.01.29 21:08:17.636956 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3009 | 2025.01.29 21:08:17.637122 [ 260 ] {38c8b26e-9267-43e3-af87-c7725614873a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 3010 | 2025.01.29 21:08:17.637194 [ 260 ] {38c8b26e-9267-43e3-af87-c7725614873a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3011 | 2025.01.29 21:08:17.638015 [ 260 ] {38c8b26e-9267-43e3-af87-c7725614873a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3012 | 2025.01.29 21:08:17.638069 [ 260 ] {38c8b26e-9267-43e3-af87-c7725614873a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3013 | 2025.01.29 21:08:17.638599 [ 260 ] {38c8b26e-9267-43e3-af87-c7725614873a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3014 | 2025.01.29 21:08:17.638833 [ 260 ] {38c8b26e-9267-43e3-af87-c7725614873a} <Trace> oximeter.timeseries_schema (a8ed4bc1-6188-488a-8640-086f52c48026): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3015 | 2025.01.29 21:08:17.639067 [ 260 ] {38c8b26e-9267-43e3-af87-c7725614873a} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.00199 sec., 3517.5879396984924 rows/sec., 715.49 KiB/sec. | ||
| 3016 | 2025.01.29 21:08:17.639131 [ 260 ] {38c8b26e-9267-43e3-af87-c7725614873a} <Debug> TCPHandler: Processed in 0.002262318 sec. | ||
| 3017 | 2025.01.29 21:08:17.639289 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3018 | 2025.01.29 21:08:17.639421 [ 263 ] {f27be860-429a-4e90-a147-fa24248b9abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3019 | 2025.01.29 21:08:17.639472 [ 263 ] {f27be860-429a-4e90-a147-fa24248b9abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3020 | 2025.01.29 21:08:17.640117 [ 263 ] {f27be860-429a-4e90-a147-fa24248b9abd} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3021 | 2025.01.29 21:08:17.640167 [ 263 ] {f27be860-429a-4e90-a147-fa24248b9abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3022 | 2025.01.29 21:08:17.640583 [ 263 ] {f27be860-429a-4e90-a147-fa24248b9abd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3023 | 2025.01.29 21:08:17.640842 [ 263 ] {f27be860-429a-4e90-a147-fa24248b9abd} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3024 | 2025.01.29 21:08:17.641062 [ 263 ] {f27be860-429a-4e90-a147-fa24248b9abd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001678 sec., 8343.265792610251 rows/sec., 600.60 KiB/sec. | ||
| 3025 | 2025.01.29 21:08:17.641120 [ 263 ] {f27be860-429a-4e90-a147-fa24248b9abd} <Debug> TCPHandler: Processed in 0.001889402 sec. | ||
| 3026 | 2025.01.29 21:08:17.641273 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3027 | 2025.01.29 21:08:17.641396 [ 260 ] {3c8afb92-65a8-4ed4-9fc7-5928b8415e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3028 | 2025.01.29 21:08:17.641447 [ 260 ] {3c8afb92-65a8-4ed4-9fc7-5928b8415e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3029 | 2025.01.29 21:08:17.642153 [ 260 ] {3c8afb92-65a8-4ed4-9fc7-5928b8415e36} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2025.01.29 21:08:17.642204 [ 260 ] {3c8afb92-65a8-4ed4-9fc7-5928b8415e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3031 | 2025.01.29 21:08:17.642608 [ 260 ] {3c8afb92-65a8-4ed4-9fc7-5928b8415e36} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3032 | 2025.01.29 21:08:17.642853 [ 260 ] {3c8afb92-65a8-4ed4-9fc7-5928b8415e36} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3033 | 2025.01.29 21:08:17.643075 [ 260 ] {3c8afb92-65a8-4ed4-9fc7-5928b8415e36} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001706 sec., 2344.6658851113716 rows/sec., 191.19 KiB/sec. | ||
| 3034 | 2025.01.29 21:08:17.643132 [ 260 ] {3c8afb92-65a8-4ed4-9fc7-5928b8415e36} <Debug> TCPHandler: Processed in 0.001916232 sec. | ||
| 3035 | 2025.01.29 21:08:17.643278 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3036 | 2025.01.29 21:08:17.643400 [ 263 ] {0d81f4b1-b473-4dc2-9dad-883e67c4b153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3037 | 2025.01.29 21:08:17.643449 [ 263 ] {0d81f4b1-b473-4dc2-9dad-883e67c4b153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3038 | 2025.01.29 21:08:17.644872 [ 263 ] {0d81f4b1-b473-4dc2-9dad-883e67c4b153} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3039 | 2025.01.29 21:08:17.644914 [ 263 ] {0d81f4b1-b473-4dc2-9dad-883e67c4b153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3040 | 2025.01.29 21:08:17.645384 [ 263 ] {0d81f4b1-b473-4dc2-9dad-883e67c4b153} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3041 | 2025.01.29 21:08:17.645626 [ 263 ] {0d81f4b1-b473-4dc2-9dad-883e67c4b153} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3042 | 2025.01.29 21:08:17.645870 [ 263 ] {0d81f4b1-b473-4dc2-9dad-883e67c4b153} <Debug> executeQuery: Read 1424 rows, 122.19 KiB in 0.00249 sec., 571887.5502008032 rows/sec., 47.92 MiB/sec. | ||
| 3043 | 2025.01.29 21:08:17.646076 [ 263 ] {0d81f4b1-b473-4dc2-9dad-883e67c4b153} <Debug> TCPHandler: Processed in 0.002851154 sec. | ||
| 3044 | 2025.01.29 21:08:17.646268 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3045 | 2025.01.29 21:08:17.646409 [ 260 ] {a9cf7a44-8014-48a1-8fa1-96f38511b8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3046 | 2025.01.29 21:08:17.646468 [ 260 ] {a9cf7a44-8014-48a1-8fa1-96f38511b8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3047 | 2025.01.29 21:08:17.647192 [ 260 ] {a9cf7a44-8014-48a1-8fa1-96f38511b8b2} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3048 | 2025.01.29 21:08:17.647240 [ 260 ] {a9cf7a44-8014-48a1-8fa1-96f38511b8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3049 | 2025.01.29 21:08:17.647637 [ 260 ] {a9cf7a44-8014-48a1-8fa1-96f38511b8b2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3050 | 2025.01.29 21:08:17.647875 [ 260 ] {a9cf7a44-8014-48a1-8fa1-96f38511b8b2} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3051 | 2025.01.29 21:08:17.648091 [ 260 ] {a9cf7a44-8014-48a1-8fa1-96f38511b8b2} <Debug> executeQuery: Read 50 rows, 3.67 KiB in 0.001713 sec., 29188.55808523059 rows/sec., 2.09 MiB/sec. | ||
| 3052 | 2025.01.29 21:08:17.648146 [ 260 ] {a9cf7a44-8014-48a1-8fa1-96f38511b8b2} <Debug> TCPHandler: Processed in 0.001946103 sec. | ||
| 3053 | 2025.01.29 21:08:17.648294 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.01.29 21:08:17.648412 [ 263 ] {8665d4a6-86db-4450-88da-1f51ebb1eba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3055 | 2025.01.29 21:08:17.648461 [ 263 ] {8665d4a6-86db-4450-88da-1f51ebb1eba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3056 | 2025.01.29 21:08:17.649249 [ 263 ] {8665d4a6-86db-4450-88da-1f51ebb1eba9} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2025.01.29 21:08:17.649296 [ 263 ] {8665d4a6-86db-4450-88da-1f51ebb1eba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3058 | 2025.01.29 21:08:17.649691 [ 263 ] {8665d4a6-86db-4450-88da-1f51ebb1eba9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3059 | 2025.01.29 21:08:17.649920 [ 263 ] {8665d4a6-86db-4450-88da-1f51ebb1eba9} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2025.01.29 21:08:17.650076 [ 67 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3061 | 2025.01.29 21:08:17.650147 [ 263 ] {8665d4a6-86db-4450-88da-1f51ebb1eba9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001756 sec., 137813.21184510252 rows/sec., 9.34 MiB/sec. | ||
| 3062 | 2025.01.29 21:08:17.650161 [ 67 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3063 | 2025.01.29 21:08:17.650237 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3064 | 2025.01.29 21:08:17.650268 [ 263 ] {8665d4a6-86db-4450-88da-1f51ebb1eba9} <Debug> TCPHandler: Processed in 0.002027245 sec. | ||
| 3065 | 2025.01.29 21:08:17.650452 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3066 | 2025.01.29 21:08:17.650465 [ 193 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 3067 | 2025.01.29 21:08:17.650613 [ 260 ] {3c079ecf-110f-4f2c-83a6-a415c0a1fb86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3068 | 2025.01.29 21:08:17.650642 [ 193 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3069 | 2025.01.29 21:08:17.650686 [ 260 ] {3c079ecf-110f-4f2c-83a6-a415c0a1fb86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3070 | 2025.01.29 21:08:17.650690 [ 193 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 3071 | 2025.01.29 21:08:17.650963 [ 193 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 3072 | 2025.01.29 21:08:17.651371 [ 193 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 3073 | 2025.01.29 21:08:17.651692 [ 193 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 3074 | 2025.01.29 21:08:17.652022 [ 193 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 3075 | 2025.01.29 21:08:17.652308 [ 193 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 3076 | 2025.01.29 21:08:17.653041 [ 260 ] {3c079ecf-110f-4f2c-83a6-a415c0a1fb86} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3077 | 2025.01.29 21:08:17.653083 [ 260 ] {3c079ecf-110f-4f2c-83a6-a415c0a1fb86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3078 | 2025.01.29 21:08:17.653630 [ 260 ] {3c079ecf-110f-4f2c-83a6-a415c0a1fb86} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3079 | 2025.01.29 21:08:17.653909 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 313 rows, containing 5 columns (5 merged, 0 gathered) in 0.003563443 sec., 87836.39867397907 rows/sec., 6.30 MiB/sec. | ||
| 3080 | 2025.01.29 21:08:17.654006 [ 260 ] {3c079ecf-110f-4f2c-83a6-a415c0a1fb86} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2025.01.29 21:08:17.654130 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3082 | 2025.01.29 21:08:17.654477 [ 260 ] {3c079ecf-110f-4f2c-83a6-a415c0a1fb86} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003899 sec., 3334.188253398307 rows/sec., 207.89 KiB/sec. | ||
| 3083 | 2025.01.29 21:08:17.654788 [ 260 ] {3c079ecf-110f-4f2c-83a6-a415c0a1fb86} <Debug> TCPHandler: Processed in 0.004410593 sec. | ||
| 3084 | 2025.01.29 21:08:17.655003 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2025.01.29 21:08:17.655038 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_6_1} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3086 | 2025.01.29 21:08:17.655193 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_6_1} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3087 | 2025.01.29 21:08:17.655200 [ 263 ] {61ae787f-11ee-45f2-8ec6-d18a873e1545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3088 | 2025.01.29 21:08:17.655304 [ 263 ] {61ae787f-11ee-45f2-8ec6-d18a873e1545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3089 | 2025.01.29 21:08:17.655334 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3090 | 2025.01.29 21:08:17.656294 [ 263 ] {61ae787f-11ee-45f2-8ec6-d18a873e1545} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2025.01.29 21:08:17.656338 [ 263 ] {61ae787f-11ee-45f2-8ec6-d18a873e1545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3092 | 2025.01.29 21:08:17.656735 [ 263 ] {61ae787f-11ee-45f2-8ec6-d18a873e1545} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3093 | 2025.01.29 21:08:17.656983 [ 263 ] {61ae787f-11ee-45f2-8ec6-d18a873e1545} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2025.01.29 21:08:17.657230 [ 263 ] {61ae787f-11ee-45f2-8ec6-d18a873e1545} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.002085 sec., 422541.9664268585 rows/sec., 30.64 MiB/sec. | ||
| 3095 | 2025.01.29 21:08:17.657460 [ 263 ] {61ae787f-11ee-45f2-8ec6-d18a873e1545} <Debug> TCPHandler: Processed in 0.002548511 sec. | ||
| 3096 | 2025.01.29 21:08:17.657655 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3097 | 2025.01.29 21:08:17.657794 [ 260 ] {4b2c8cf5-cb13-4d35-9437-67f5e348d00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3098 | 2025.01.29 21:08:17.657853 [ 260 ] {4b2c8cf5-cb13-4d35-9437-67f5e348d00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3099 | 2025.01.29 21:08:17.658424 [ 260 ] {4b2c8cf5-cb13-4d35-9437-67f5e348d00e} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2025.01.29 21:08:17.658471 [ 260 ] {4b2c8cf5-cb13-4d35-9437-67f5e348d00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3101 | 2025.01.29 21:08:17.658842 [ 260 ] {4b2c8cf5-cb13-4d35-9437-67f5e348d00e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3102 | 2025.01.29 21:08:17.659084 [ 260 ] {4b2c8cf5-cb13-4d35-9437-67f5e348d00e} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3103 | 2025.01.29 21:08:17.659256 [ 67 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3104 | 2025.01.29 21:08:17.659317 [ 67 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2025.01.29 21:08:17.659333 [ 260 ] {4b2c8cf5-cb13-4d35-9437-67f5e348d00e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. | ||
| 3106 | 2025.01.29 21:08:17.659353 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3107 | 2025.01.29 21:08:17.659517 [ 260 ] {4b2c8cf5-cb13-4d35-9437-67f5e348d00e} <Debug> TCPHandler: Processed in 0.001915243 sec. | ||
| 3108 | 2025.01.29 21:08:17.659725 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 3109 | 2025.01.29 21:08:17.659871 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3110 | 2025.01.29 21:08:17.660012 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3111 | 2025.01.29 21:08:17.660054 [ 263 ] {c7a106e6-12fd-4bb4-bd06-2210b1437a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3112 | 2025.01.29 21:08:17.660058 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 3113 | 2025.01.29 21:08:17.660133 [ 263 ] {c7a106e6-12fd-4bb4-bd06-2210b1437a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3114 | 2025.01.29 21:08:17.660231 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 3115 | 2025.01.29 21:08:17.660552 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 3116 | 2025.01.29 21:08:17.660884 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 3117 | 2025.01.29 21:08:17.661136 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 3118 | 2025.01.29 21:08:17.661510 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 3119 | 2025.01.29 21:08:17.662956 [ 188 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003468891 sec., 10377.956528469762 rows/sec., 542.21 KiB/sec. | ||
| 3120 | 2025.01.29 21:08:17.663175 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3121 | 2025.01.29 21:08:17.663529 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_6_1} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3122 | 2025.01.29 21:08:17.663604 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_6_1} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3123 | 2025.01.29 21:08:17.663685 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3124 | 2025.01.29 21:08:17.665664 [ 263 ] {c7a106e6-12fd-4bb4-bd06-2210b1437a33} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3125 | 2025.01.29 21:08:17.665715 [ 263 ] {c7a106e6-12fd-4bb4-bd06-2210b1437a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3126 | 2025.01.29 21:08:17.666442 [ 263 ] {c7a106e6-12fd-4bb4-bd06-2210b1437a33} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3127 | 2025.01.29 21:08:17.666697 [ 263 ] {c7a106e6-12fd-4bb4-bd06-2210b1437a33} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3128 | 2025.01.29 21:08:17.666871 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3129 | 2025.01.29 21:08:17.666950 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2025.01.29 21:08:17.666981 [ 263 ] {c7a106e6-12fd-4bb4-bd06-2210b1437a33} <Debug> executeQuery: Read 3286 rows, 224.33 KiB in 0.006953 sec., 472601.7546382856 rows/sec., 31.51 MiB/sec. | ||
| 3131 | 2025.01.29 21:08:17.666996 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3132 | 2025.01.29 21:08:17.667222 [ 263 ] {c7a106e6-12fd-4bb4-bd06-2210b1437a33} <Debug> TCPHandler: Processed in 0.0075381 sec. | ||
| 3133 | 2025.01.29 21:08:17.667463 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 3134 | 2025.01.29 21:08:17.667528 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3135 | 2025.01.29 21:08:17.667916 [ 260 ] {5335c682-b618-4a3c-8e42-326ae3df8a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3136 | 2025.01.29 21:08:17.667928 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3137 | 2025.01.29 21:08:17.668021 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1031 rows starting from the beginning of the part | ||
| 3138 | 2025.01.29 21:08:17.668032 [ 260 ] {5335c682-b618-4a3c-8e42-326ae3df8a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3139 | 2025.01.29 21:08:17.668404 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 3140 | 2025.01.29 21:08:17.668799 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
| 3141 | 2025.01.29 21:08:17.669203 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part | ||
| 3142 | 2025.01.29 21:08:17.669436 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 3143 | 2025.01.29 21:08:17.669800 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3286 rows starting from the beginning of the part | ||
| 3144 | 2025.01.29 21:08:17.670524 [ 260 ] {5335c682-b618-4a3c-8e42-326ae3df8a2c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3145 | 2025.01.29 21:08:17.670577 [ 260 ] {5335c682-b618-4a3c-8e42-326ae3df8a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3146 | 2025.01.29 21:08:17.671413 [ 260 ] {5335c682-b618-4a3c-8e42-326ae3df8a2c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3147 | 2025.01.29 21:08:17.671971 [ 260 ] {5335c682-b618-4a3c-8e42-326ae3df8a2c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3148 | 2025.01.29 21:08:17.672263 [ 67 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3149 | 2025.01.29 21:08:17.672361 [ 67 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3150 | 2025.01.29 21:08:17.672446 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3151 | 2025.01.29 21:08:17.672657 [ 260 ] {5335c682-b618-4a3c-8e42-326ae3df8a2c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004818 sec., 207.55500207555002 rows/sec., 13.99 KiB/sec. | ||
| 3152 | 2025.01.29 21:08:17.672905 [ 260 ] {5335c682-b618-4a3c-8e42-326ae3df8a2c} <Debug> TCPHandler: Processed in 0.005547006 sec. | ||
| 3153 | 2025.01.29 21:08:17.672906 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 3154 | 2025.01.29 21:08:17.673205 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3155 | 2025.01.29 21:08:17.673411 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3156 | 2025.01.29 21:08:17.673485 [ 263 ] {deb3fe87-74b1-4098-891d-af58424e6ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3157 | 2025.01.29 21:08:17.673506 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3158 | 2025.01.29 21:08:17.673764 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3159 | 2025.01.29 21:08:17.673842 [ 263 ] {deb3fe87-74b1-4098-891d-af58424e6ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3160 | 2025.01.29 21:08:17.674810 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3161 | 2025.01.29 21:08:17.674914 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5112 rows, containing 5 columns (5 merged, 0 gathered) in 0.007764353 sec., 658393.5583557317 rows/sec., 44.21 MiB/sec. | ||
| 3162 | 2025.01.29 21:08:17.675176 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 3163 | 2025.01.29 21:08:17.675631 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3164 | 2025.01.29 21:08:17.675644 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3165 | 2025.01.29 21:08:17.676092 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3166 | 2025.01.29 21:08:17.677287 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3167 | 2025.01.29 21:08:17.677598 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3168 | 2025.01.29 21:08:17.677865 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 3169 | 2025.01.29 21:08:17.680416 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.007826554 sec., 894.3910691729719 rows/sec., 59.77 KiB/sec. | ||
| 3170 | 2025.01.29 21:08:17.680613 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3171 | 2025.01.29 21:08:17.681124 [ 263 ] {deb3fe87-74b1-4098-891d-af58424e6ea7} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3172 | 2025.01.29 21:08:17.681195 [ 263 ] {deb3fe87-74b1-4098-891d-af58424e6ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3173 | 2025.01.29 21:08:17.681281 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2025.01.29 21:08:17.681510 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_6_1} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3175 | 2025.01.29 21:08:17.681681 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3176 | 2025.01.29 21:08:17.682217 [ 263 ] {deb3fe87-74b1-4098-891d-af58424e6ea7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3177 | 2025.01.29 21:08:17.682485 [ 263 ] {deb3fe87-74b1-4098-891d-af58424e6ea7} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3178 | 2025.01.29 21:08:17.682726 [ 263 ] {deb3fe87-74b1-4098-891d-af58424e6ea7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009304 sec., 4191.745485812554 rows/sec., 7.51 MiB/sec. | ||
| 3179 | 2025.01.29 21:08:17.682860 [ 263 ] {deb3fe87-74b1-4098-891d-af58424e6ea7} <Debug> TCPHandler: Processed in 0.009832898 sec. | ||
| 3180 | 2025.01.29 21:08:17.683020 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3181 | 2025.01.29 21:08:17.683141 [ 260 ] {2baa8c83-3053-4dbf-aad4-fd7d9e6fb940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3182 | 2025.01.29 21:08:17.683192 [ 260 ] {2baa8c83-3053-4dbf-aad4-fd7d9e6fb940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3183 | 2025.01.29 21:08:17.683683 [ 260 ] {2baa8c83-3053-4dbf-aad4-fd7d9e6fb940} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.01.29 21:08:17.683722 [ 260 ] {2baa8c83-3053-4dbf-aad4-fd7d9e6fb940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3185 | 2025.01.29 21:08:17.684095 [ 260 ] {2baa8c83-3053-4dbf-aad4-fd7d9e6fb940} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3186 | 2025.01.29 21:08:17.684336 [ 260 ] {2baa8c83-3053-4dbf-aad4-fd7d9e6fb940} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3187 | 2025.01.29 21:08:17.684500 [ 67 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3188 | 2025.01.29 21:08:17.684552 [ 67 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2025.01.29 21:08:17.684591 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3190 | 2025.01.29 21:08:17.684585 [ 260 ] {2baa8c83-3053-4dbf-aad4-fd7d9e6fb940} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001461 sec., 23271.73169062286 rows/sec., 1.35 MiB/sec. | ||
| 3191 | 2025.01.29 21:08:17.684901 [ 260 ] {2baa8c83-3053-4dbf-aad4-fd7d9e6fb940} <Debug> TCPHandler: Processed in 0.001935003 sec. | ||
| 3192 | 2025.01.29 21:08:17.685016 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 3193 | 2025.01.29 21:08:17.685231 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3194 | 2025.01.29 21:08:17.685265 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 414 rows starting from the beginning of the part | ||
| 3195 | 2025.01.29 21:08:17.685367 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 3196 | 2025.01.29 21:08:17.685574 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 3197 | 2025.01.29 21:08:17.685725 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 3198 | 2025.01.29 21:08:17.685839 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3199 | 2025.01.29 21:08:17.686030 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 3200 | 2025.01.29 21:08:17.687219 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 4 columns (4 merged, 0 gathered) in 0.00255172 sec., 286865.33005188656 rows/sec., 18.54 MiB/sec. | ||
| 3201 | 2025.01.29 21:08:17.687413 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3202 | 2025.01.29 21:08:17.687757 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2025.01.29 21:08:17.687847 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_16_3} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3204 | 2025.01.29 21:08:17.687926 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3205 | 2025.01.29 21:08:18.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.90 MiB, peak 179.82 MiB, free memory in arenas 0.00 B, will set to 174.80 MiB (RSS), difference: -1.11 MiB | ||
| 3206 | 2025.01.29 21:08:20.005708 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 430 | ||
| 3207 | 2025.01.29 21:08:20.009615 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2025.01.29 21:08:20.009669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3209 | 2025.01.29 21:08:20.011202 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3210 | 2025.01.29 21:08:20.011517 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2025.01.29 21:08:20.012084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 430 | ||
| 3212 | 2025.01.29 21:08:21.773919 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3213 | 2025.01.29 21:08:21.774115 [ 263 ] {60944c4c-0727-4dcd-b203-ac64c4f2304e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3214 | 2025.01.29 21:08:21.774192 [ 263 ] {60944c4c-0727-4dcd-b203-ac64c4f2304e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3215 | 2025.01.29 21:08:21.774984 [ 263 ] {60944c4c-0727-4dcd-b203-ac64c4f2304e} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3216 | 2025.01.29 21:08:21.775027 [ 263 ] {60944c4c-0727-4dcd-b203-ac64c4f2304e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3217 | 2025.01.29 21:08:21.775526 [ 263 ] {60944c4c-0727-4dcd-b203-ac64c4f2304e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3218 | 2025.01.29 21:08:21.775801 [ 263 ] {60944c4c-0727-4dcd-b203-ac64c4f2304e} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3219 | 2025.01.29 21:08:21.776055 [ 263 ] {60944c4c-0727-4dcd-b203-ac64c4f2304e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.16 MiB/sec. | ||
| 3220 | 2025.01.29 21:08:21.776283 [ 263 ] {60944c4c-0727-4dcd-b203-ac64c4f2304e} <Debug> TCPHandler: Processed in 0.00248556 sec. | ||
| 3221 | 2025.01.29 21:08:21.776588 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3222 | 2025.01.29 21:08:21.776784 [ 260 ] {5aadb496-b8ae-4358-9197-e55d5e0eeeb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3223 | 2025.01.29 21:08:21.776864 [ 260 ] {5aadb496-b8ae-4358-9197-e55d5e0eeeb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3224 | 2025.01.29 21:08:21.777711 [ 260 ] {5aadb496-b8ae-4358-9197-e55d5e0eeeb2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3225 | 2025.01.29 21:08:21.777768 [ 260 ] {5aadb496-b8ae-4358-9197-e55d5e0eeeb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3226 | 2025.01.29 21:08:21.778235 [ 260 ] {5aadb496-b8ae-4358-9197-e55d5e0eeeb2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3227 | 2025.01.29 21:08:21.778523 [ 260 ] {5aadb496-b8ae-4358-9197-e55d5e0eeeb2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3228 | 2025.01.29 21:08:21.778855 [ 260 ] {5aadb496-b8ae-4358-9197-e55d5e0eeeb2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002116 sec., 30245.746691871456 rows/sec., 2.36 MiB/sec. | ||
| 3229 | 2025.01.29 21:08:21.779071 [ 260 ] {5aadb496-b8ae-4358-9197-e55d5e0eeeb2} <Debug> TCPHandler: Processed in 0.002622601 sec. | ||
| 3230 | 2025.01.29 21:08:21.779276 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3231 | 2025.01.29 21:08:21.779428 [ 263 ] {ce82a40f-f5db-4a97-932f-8aca8dc712af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3232 | 2025.01.29 21:08:21.779492 [ 263 ] {ce82a40f-f5db-4a97-932f-8aca8dc712af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3233 | 2025.01.29 21:08:21.780090 [ 263 ] {ce82a40f-f5db-4a97-932f-8aca8dc712af} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3234 | 2025.01.29 21:08:21.780128 [ 263 ] {ce82a40f-f5db-4a97-932f-8aca8dc712af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3235 | 2025.01.29 21:08:21.780547 [ 263 ] {ce82a40f-f5db-4a97-932f-8aca8dc712af} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3236 | 2025.01.29 21:08:21.780813 [ 263 ] {ce82a40f-f5db-4a97-932f-8aca8dc712af} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3237 | 2025.01.29 21:08:21.781005 [ 263 ] {ce82a40f-f5db-4a97-932f-8aca8dc712af} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001609 sec., 79552.5170913611 rows/sec., 5.54 MiB/sec. | ||
| 3238 | 2025.01.29 21:08:21.781061 [ 263 ] {ce82a40f-f5db-4a97-932f-8aca8dc712af} <Debug> TCPHandler: Processed in 0.001851192 sec. | ||
| 3239 | 2025.01.29 21:08:21.781258 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3240 | 2025.01.29 21:08:21.781412 [ 260 ] {93c0e835-f106-4145-b396-3dfcae945efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3241 | 2025.01.29 21:08:21.781478 [ 260 ] {93c0e835-f106-4145-b396-3dfcae945efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3242 | 2025.01.29 21:08:21.782044 [ 260 ] {93c0e835-f106-4145-b396-3dfcae945efd} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3243 | 2025.01.29 21:08:21.782087 [ 260 ] {93c0e835-f106-4145-b396-3dfcae945efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3244 | 2025.01.29 21:08:21.782490 [ 260 ] {93c0e835-f106-4145-b396-3dfcae945efd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3245 | 2025.01.29 21:08:21.782733 [ 260 ] {93c0e835-f106-4145-b396-3dfcae945efd} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3246 | 2025.01.29 21:08:21.782950 [ 260 ] {93c0e835-f106-4145-b396-3dfcae945efd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001577 sec., 30437.539632213062 rows/sec., 2.05 MiB/sec. | ||
| 3247 | 2025.01.29 21:08:21.783006 [ 260 ] {93c0e835-f106-4145-b396-3dfcae945efd} <Debug> TCPHandler: Processed in 0.001818691 sec. | ||
| 3248 | 2025.01.29 21:08:22.492536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3249 | 2025.01.29 21:08:22.493683 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2025.01.29 21:08:22.493777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3251 | 2025.01.29 21:08:22.494438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3252 | 2025.01.29 21:08:22.494695 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3253 | 2025.01.29 21:08:22.494918 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3254 | 2025.01.29 21:08:22.961149 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3255 | 2025.01.29 21:08:22.982461 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2025.01.29 21:08:22.982514 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3257 | 2025.01.29 21:08:22.990289 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3258 | 2025.01.29 21:08:22.991050 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2025.01.29 21:08:22.994578 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3260 | 2025.01.29 21:08:26.776878 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3261 | 2025.01.29 21:08:26.777081 [ 263 ] {e1db43c9-b243-4f86-a163-1dee7a2b9558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3262 | 2025.01.29 21:08:26.777155 [ 263 ] {e1db43c9-b243-4f86-a163-1dee7a2b9558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3263 | 2025.01.29 21:08:26.777918 [ 263 ] {e1db43c9-b243-4f86-a163-1dee7a2b9558} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2025.01.29 21:08:26.777971 [ 263 ] {e1db43c9-b243-4f86-a163-1dee7a2b9558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3265 | 2025.01.29 21:08:26.778419 [ 263 ] {e1db43c9-b243-4f86-a163-1dee7a2b9558} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3266 | 2025.01.29 21:08:26.778677 [ 263 ] {e1db43c9-b243-4f86-a163-1dee7a2b9558} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2025.01.29 21:08:26.778932 [ 263 ] {e1db43c9-b243-4f86-a163-1dee7a2b9558} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.26 MiB/sec. | ||
| 3268 | 2025.01.29 21:08:26.779003 [ 263 ] {e1db43c9-b243-4f86-a163-1dee7a2b9558} <Debug> TCPHandler: Processed in 0.002255247 sec. | ||
| 3269 | 2025.01.29 21:08:26.779295 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3270 | 2025.01.29 21:08:26.779490 [ 260 ] {4f19df3e-4a54-4a9b-a306-d6c058c0c340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3271 | 2025.01.29 21:08:26.779568 [ 260 ] {4f19df3e-4a54-4a9b-a306-d6c058c0c340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3272 | 2025.01.29 21:08:26.780449 [ 260 ] {4f19df3e-4a54-4a9b-a306-d6c058c0c340} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2025.01.29 21:08:26.780501 [ 260 ] {4f19df3e-4a54-4a9b-a306-d6c058c0c340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3274 | 2025.01.29 21:08:26.780947 [ 260 ] {4f19df3e-4a54-4a9b-a306-d6c058c0c340} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3275 | 2025.01.29 21:08:26.781213 [ 260 ] {4f19df3e-4a54-4a9b-a306-d6c058c0c340} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2025.01.29 21:08:26.781476 [ 260 ] {4f19df3e-4a54-4a9b-a306-d6c058c0c340} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00204 sec., 31372.549019607843 rows/sec., 2.45 MiB/sec. | ||
| 3277 | 2025.01.29 21:08:26.781546 [ 260 ] {4f19df3e-4a54-4a9b-a306-d6c058c0c340} <Debug> TCPHandler: Processed in 0.002395939 sec. | ||
| 3278 | 2025.01.29 21:08:26.781735 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3279 | 2025.01.29 21:08:26.781865 [ 263 ] {a4957408-276b-42a8-be01-96f776b75bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3280 | 2025.01.29 21:08:26.781925 [ 263 ] {a4957408-276b-42a8-be01-96f776b75bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3281 | 2025.01.29 21:08:26.782536 [ 263 ] {a4957408-276b-42a8-be01-96f776b75bb0} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3282 | 2025.01.29 21:08:26.782578 [ 263 ] {a4957408-276b-42a8-be01-96f776b75bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3283 | 2025.01.29 21:08:26.782986 [ 263 ] {a4957408-276b-42a8-be01-96f776b75bb0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3284 | 2025.01.29 21:08:26.783230 [ 263 ] {a4957408-276b-42a8-be01-96f776b75bb0} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3285 | 2025.01.29 21:08:26.783501 [ 263 ] {a4957408-276b-42a8-be01-96f776b75bb0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. | ||
| 3286 | 2025.01.29 21:08:26.783728 [ 263 ] {a4957408-276b-42a8-be01-96f776b75bb0} <Debug> TCPHandler: Processed in 0.002050744 sec. | ||
| 3287 | 2025.01.29 21:08:26.783922 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3288 | 2025.01.29 21:08:26.784050 [ 260 ] {30cbc49b-055b-422c-b288-c5499158905c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3289 | 2025.01.29 21:08:26.784105 [ 260 ] {30cbc49b-055b-422c-b288-c5499158905c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3290 | 2025.01.29 21:08:26.784622 [ 260 ] {30cbc49b-055b-422c-b288-c5499158905c} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3291 | 2025.01.29 21:08:26.784663 [ 260 ] {30cbc49b-055b-422c-b288-c5499158905c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3292 | 2025.01.29 21:08:26.785050 [ 260 ] {30cbc49b-055b-422c-b288-c5499158905c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3293 | 2025.01.29 21:08:26.785295 [ 260 ] {30cbc49b-055b-422c-b288-c5499158905c} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3294 | 2025.01.29 21:08:26.785514 [ 260 ] {30cbc49b-055b-422c-b288-c5499158905c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. | ||
| 3295 | 2025.01.29 21:08:26.785566 [ 260 ] {30cbc49b-055b-422c-b288-c5499158905c} <Debug> TCPHandler: Processed in 0.00170321 sec. | ||
| 3296 | 2025.01.29 21:08:29.030787 [ 144 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3297 | 2025.01.29 21:08:29.030887 [ 144 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3298 | 2025.01.29 21:08:29.030932 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3299 | 2025.01.29 21:08:29.031164 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 3300 | 2025.01.29 21:08:29.031387 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3301 | 2025.01.29 21:08:29.031430 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 42 rows starting from the beginning of the part | ||
| 3302 | 2025.01.29 21:08:29.031517 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part | ||
| 3303 | 2025.01.29 21:08:29.031748 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 3304 | 2025.01.29 21:08:29.032006 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3305 | 2025.01.29 21:08:29.032175 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
| 3306 | 2025.01.29 21:08:29.033284 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.002263057 sec., 82189.7106436117 rows/sec., 6.20 MiB/sec. | ||
| 3307 | 2025.01.29 21:08:29.033508 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3308 | 2025.01.29 21:08:29.033905 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.01.29 21:08:29.033996 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_10_2} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3310 | 2025.01.29 21:08:29.034102 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3311 | 2025.01.29 21:08:29.900281 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3312 | 2025.01.29 21:08:29.900371 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3313 | 2025.01.29 21:08:29.995134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3314 | 2025.01.29 21:08:29.995982 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3315 | 2025.01.29 21:08:29.996032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3316 | 2025.01.29 21:08:29.996607 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3317 | 2025.01.29 21:08:29.996870 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3318 | 2025.01.29 21:08:29.997083 [ 144 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3319 | 2025.01.29 21:08:29.997141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3320 | 2025.01.29 21:08:29.997163 [ 144 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.01.29 21:08:29.997201 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3322 | 2025.01.29 21:08:29.997339 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 3323 | 2025.01.29 21:08:29.997468 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3324 | 2025.01.29 21:08:29.997508 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 3325 | 2025.01.29 21:08:29.997589 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 3326 | 2025.01.29 21:08:29.997808 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 3327 | 2025.01.29 21:08:29.997989 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 3328 | 2025.01.29 21:08:29.998151 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 3329 | 2025.01.29 21:08:29.998214 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 3330 | 2025.01.29 21:08:29.999923 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002650132 sec., 2785144.287152489 rows/sec., 39.84 MiB/sec. | ||
| 3331 | 2025.01.29 21:08:30.000145 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.46 MiB, peak 182.57 MiB, free memory in arenas 0.00 B, will set to 176.11 MiB (RSS), difference: -6.35 MiB | ||
| 3332 | 2025.01.29 21:08:30.000701 [ 199 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3333 | 2025.01.29 21:08:30.001234 [ 199 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_16_3} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.01.29 21:08:30.001356 [ 199 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_16_3} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3335 | 2025.01.29 21:08:30.001495 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3336 | 2025.01.29 21:08:30.001768 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001253946 sec. | ||
| 3337 | 2025.01.29 21:08:30.012527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 446 | ||
| 3338 | 2025.01.29 21:08:30.015422 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.01.29 21:08:30.015470 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3340 | 2025.01.29 21:08:30.016887 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3341 | 2025.01.29 21:08:30.017193 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2025.01.29 21:08:30.018063 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 446 | ||
| 3343 | 2025.01.29 21:08:30.494728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3344 | 2025.01.29 21:08:30.516595 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3345 | 2025.01.29 21:08:30.516653 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3346 | 2025.01.29 21:08:30.524271 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3347 | 2025.01.29 21:08:30.525059 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3348 | 2025.01.29 21:08:30.525493 [ 141 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3349 | 2025.01.29 21:08:30.525679 [ 141 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3350 | 2025.01.29 21:08:30.525802 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3351 | 2025.01.29 21:08:30.526269 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 3352 | 2025.01.29 21:08:30.535822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3353 | 2025.01.29 21:08:30.536905 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3354 | 2025.01.29 21:08:30.537817 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 3355 | 2025.01.29 21:08:30.542458 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 3356 | 2025.01.29 21:08:30.547113 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 3357 | 2025.01.29 21:08:30.552152 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 3358 | 2025.01.29 21:08:30.557437 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 3359 | 2025.01.29 21:08:30.562364 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 3360 | 2025.01.29 21:08:30.619448 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.093485099 sec., 1294.3239221472077 rows/sec., 6.69 MiB/sec. | ||
| 3361 | 2025.01.29 21:08:30.622256 [ 194 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3362 | 2025.01.29 21:08:30.625431 [ 194 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_16_3} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3363 | 2025.01.29 21:08:30.625567 [ 194 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_16_3} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3364 | 2025.01.29 21:08:30.628201 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3365 | 2025.01.29 21:08:31.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.90 MiB, peak 182.57 MiB, free memory in arenas 0.00 B, will set to 178.65 MiB (RSS), difference: 7.74 MiB | ||
| 3366 | 2025.01.29 21:08:31.782768 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3367 | 2025.01.29 21:08:31.782955 [ 263 ] {a44fde72-1c98-4e4f-95e1-0890585015c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3368 | 2025.01.29 21:08:31.783032 [ 263 ] {a44fde72-1c98-4e4f-95e1-0890585015c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3369 | 2025.01.29 21:08:31.783811 [ 263 ] {a44fde72-1c98-4e4f-95e1-0890585015c1} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3370 | 2025.01.29 21:08:31.783867 [ 263 ] {a44fde72-1c98-4e4f-95e1-0890585015c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3371 | 2025.01.29 21:08:31.784348 [ 263 ] {a44fde72-1c98-4e4f-95e1-0890585015c1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3372 | 2025.01.29 21:08:31.784632 [ 263 ] {a44fde72-1c98-4e4f-95e1-0890585015c1} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3373 | 2025.01.29 21:08:31.784951 [ 263 ] {a44fde72-1c98-4e4f-95e1-0890585015c1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002033 sec., 6886.374815543531 rows/sec., 495.73 KiB/sec. | ||
| 3374 | 2025.01.29 21:08:31.785092 [ 263 ] {a44fde72-1c98-4e4f-95e1-0890585015c1} <Debug> TCPHandler: Processed in 0.00246002 sec. | ||
| 3375 | 2025.01.29 21:08:31.785352 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3376 | 2025.01.29 21:08:31.785547 [ 260 ] {9b28157a-8384-49f6-b80a-6a8dddb9d6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3377 | 2025.01.29 21:08:31.785620 [ 260 ] {9b28157a-8384-49f6-b80a-6a8dddb9d6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3378 | 2025.01.29 21:08:31.786541 [ 260 ] {9b28157a-8384-49f6-b80a-6a8dddb9d6f4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2025.01.29 21:08:31.786582 [ 260 ] {9b28157a-8384-49f6-b80a-6a8dddb9d6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3380 | 2025.01.29 21:08:31.787107 [ 260 ] {9b28157a-8384-49f6-b80a-6a8dddb9d6f4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3381 | 2025.01.29 21:08:31.787370 [ 260 ] {9b28157a-8384-49f6-b80a-6a8dddb9d6f4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2025.01.29 21:08:31.787576 [ 260 ] {9b28157a-8384-49f6-b80a-6a8dddb9d6f4} <Debug> executeQuery: Read 281 rows, 25.40 KiB in 0.002084 sec., 134836.85220729368 rows/sec., 11.90 MiB/sec. | ||
| 3383 | 2025.01.29 21:08:31.787642 [ 260 ] {9b28157a-8384-49f6-b80a-6a8dddb9d6f4} <Debug> TCPHandler: Processed in 0.002423019 sec. | ||
| 3384 | 2025.01.29 21:08:31.787830 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2025.01.29 21:08:31.787961 [ 263 ] {afe02b22-24f7-45c7-8094-19a80de3ca26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3386 | 2025.01.29 21:08:31.788021 [ 263 ] {afe02b22-24f7-45c7-8094-19a80de3ca26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3387 | 2025.01.29 21:08:31.788757 [ 263 ] {afe02b22-24f7-45c7-8094-19a80de3ca26} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2025.01.29 21:08:31.788808 [ 263 ] {afe02b22-24f7-45c7-8094-19a80de3ca26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3389 | 2025.01.29 21:08:31.789219 [ 263 ] {afe02b22-24f7-45c7-8094-19a80de3ca26} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3390 | 2025.01.29 21:08:31.789465 [ 263 ] {afe02b22-24f7-45c7-8094-19a80de3ca26} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2025.01.29 21:08:31.789684 [ 263 ] {afe02b22-24f7-45c7-8094-19a80de3ca26} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001753 sec., 26240.730176839705 rows/sec., 1.89 MiB/sec. | ||
| 3392 | 2025.01.29 21:08:31.789739 [ 263 ] {afe02b22-24f7-45c7-8094-19a80de3ca26} <Debug> TCPHandler: Processed in 0.001968983 sec. | ||
| 3393 | 2025.01.29 21:08:31.789900 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3394 | 2025.01.29 21:08:31.790025 [ 260 ] {ef83996c-22b3-49c6-a52c-4f8f134e5c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3395 | 2025.01.29 21:08:31.790077 [ 260 ] {ef83996c-22b3-49c6-a52c-4f8f134e5c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3396 | 2025.01.29 21:08:31.790681 [ 260 ] {ef83996c-22b3-49c6-a52c-4f8f134e5c87} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2025.01.29 21:08:31.790720 [ 260 ] {ef83996c-22b3-49c6-a52c-4f8f134e5c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3398 | 2025.01.29 21:08:31.791095 [ 260 ] {ef83996c-22b3-49c6-a52c-4f8f134e5c87} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3399 | 2025.01.29 21:08:31.791354 [ 260 ] {ef83996c-22b3-49c6-a52c-4f8f134e5c87} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2025.01.29 21:08:31.791541 [ 260 ] {ef83996c-22b3-49c6-a52c-4f8f134e5c87} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 3401 | 2025.01.29 21:08:31.791599 [ 260 ] {ef83996c-22b3-49c6-a52c-4f8f134e5c87} <Debug> TCPHandler: Processed in 0.001761712 sec. | ||
| 3402 | 2025.01.29 21:08:31.791748 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2025.01.29 21:08:31.791877 [ 263 ] {c3c010c0-22fe-46cf-9aac-c9739c1e16d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3404 | 2025.01.29 21:08:31.791932 [ 263 ] {c3c010c0-22fe-46cf-9aac-c9739c1e16d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3405 | 2025.01.29 21:08:31.792573 [ 263 ] {c3c010c0-22fe-46cf-9aac-c9739c1e16d0} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2025.01.29 21:08:31.792616 [ 263 ] {c3c010c0-22fe-46cf-9aac-c9739c1e16d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3407 | 2025.01.29 21:08:31.793001 [ 263 ] {c3c010c0-22fe-46cf-9aac-c9739c1e16d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3408 | 2025.01.29 21:08:31.793257 [ 263 ] {c3c010c0-22fe-46cf-9aac-c9739c1e16d0} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3409 | 2025.01.29 21:08:31.793576 [ 263 ] {c3c010c0-22fe-46cf-9aac-c9739c1e16d0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001704 sec., 7629.107981220657 rows/sec., 475.67 KiB/sec. | ||
| 3410 | 2025.01.29 21:08:31.793702 [ 263 ] {c3c010c0-22fe-46cf-9aac-c9739c1e16d0} <Debug> TCPHandler: Processed in 0.002014054 sec. | ||
| 3411 | 2025.01.29 21:08:31.793878 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3412 | 2025.01.29 21:08:31.794003 [ 260 ] {ea40bb67-092d-475b-8f9f-3421465f27d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3413 | 2025.01.29 21:08:31.794054 [ 260 ] {ea40bb67-092d-475b-8f9f-3421465f27d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3414 | 2025.01.29 21:08:31.794799 [ 260 ] {ea40bb67-092d-475b-8f9f-3421465f27d3} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3415 | 2025.01.29 21:08:31.794839 [ 260 ] {ea40bb67-092d-475b-8f9f-3421465f27d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3416 | 2025.01.29 21:08:31.795236 [ 260 ] {ea40bb67-092d-475b-8f9f-3421465f27d3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3417 | 2025.01.29 21:08:31.795475 [ 260 ] {ea40bb67-092d-475b-8f9f-3421465f27d3} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3418 | 2025.01.29 21:08:31.795677 [ 260 ] {ea40bb67-092d-475b-8f9f-3421465f27d3} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.0017 sec., 247647.05882352943 rows/sec., 17.70 MiB/sec. | ||
| 3419 | 2025.01.29 21:08:31.795733 [ 260 ] {ea40bb67-092d-475b-8f9f-3421465f27d3} <Debug> TCPHandler: Processed in 0.001913743 sec. | ||
| 3420 | 2025.01.29 21:08:31.795885 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3421 | 2025.01.29 21:08:31.796009 [ 263 ] {c71f42a4-ad74-4b1e-a1f7-cb8539a30c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3422 | 2025.01.29 21:08:31.796063 [ 263 ] {c71f42a4-ad74-4b1e-a1f7-cb8539a30c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3423 | 2025.01.29 21:08:31.796561 [ 263 ] {c71f42a4-ad74-4b1e-a1f7-cb8539a30c80} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3424 | 2025.01.29 21:08:31.796601 [ 263 ] {c71f42a4-ad74-4b1e-a1f7-cb8539a30c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3425 | 2025.01.29 21:08:31.796981 [ 263 ] {c71f42a4-ad74-4b1e-a1f7-cb8539a30c80} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3426 | 2025.01.29 21:08:31.797243 [ 263 ] {c71f42a4-ad74-4b1e-a1f7-cb8539a30c80} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3427 | 2025.01.29 21:08:31.797477 [ 263 ] {c71f42a4-ad74-4b1e-a1f7-cb8539a30c80} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 3428 | 2025.01.29 21:08:31.797645 [ 263 ] {c71f42a4-ad74-4b1e-a1f7-cb8539a30c80} <Debug> TCPHandler: Processed in 0.001812002 sec. | ||
| 3429 | 2025.01.29 21:08:31.797819 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3430 | 2025.01.29 21:08:31.797942 [ 260 ] {7e2e27dd-679b-4fd2-9a26-791d8fbeacde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3431 | 2025.01.29 21:08:31.797998 [ 260 ] {7e2e27dd-679b-4fd2-9a26-791d8fbeacde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3432 | 2025.01.29 21:08:31.798616 [ 260 ] {7e2e27dd-679b-4fd2-9a26-791d8fbeacde} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2025.01.29 21:08:31.798656 [ 260 ] {7e2e27dd-679b-4fd2-9a26-791d8fbeacde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3434 | 2025.01.29 21:08:31.799070 [ 260 ] {7e2e27dd-679b-4fd2-9a26-791d8fbeacde} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3435 | 2025.01.29 21:08:31.799307 [ 260 ] {7e2e27dd-679b-4fd2-9a26-791d8fbeacde} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3436 | 2025.01.29 21:08:31.799535 [ 260 ] {7e2e27dd-679b-4fd2-9a26-791d8fbeacde} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001619 sec., 146386.65843113032 rows/sec., 9.81 MiB/sec. | ||
| 3437 | 2025.01.29 21:08:31.799592 [ 260 ] {7e2e27dd-679b-4fd2-9a26-791d8fbeacde} <Debug> TCPHandler: Processed in 0.001834642 sec. | ||
| 3438 | 2025.01.29 21:08:31.799766 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3439 | 2025.01.29 21:08:31.799887 [ 263 ] {b77b22d0-43bc-44e5-85cd-1f8633654d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3440 | 2025.01.29 21:08:31.799944 [ 263 ] {b77b22d0-43bc-44e5-85cd-1f8633654d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3441 | 2025.01.29 21:08:31.800424 [ 263 ] {b77b22d0-43bc-44e5-85cd-1f8633654d8f} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2025.01.29 21:08:31.800463 [ 263 ] {b77b22d0-43bc-44e5-85cd-1f8633654d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3443 | 2025.01.29 21:08:31.800827 [ 263 ] {b77b22d0-43bc-44e5-85cd-1f8633654d8f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3444 | 2025.01.29 21:08:31.801074 [ 263 ] {b77b22d0-43bc-44e5-85cd-1f8633654d8f} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2025.01.29 21:08:31.801373 [ 263 ] {b77b22d0-43bc-44e5-85cd-1f8633654d8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 3446 | 2025.01.29 21:08:31.801483 [ 263 ] {b77b22d0-43bc-44e5-85cd-1f8633654d8f} <Debug> TCPHandler: Processed in 0.001773181 sec. | ||
| 3447 | 2025.01.29 21:08:31.801642 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3448 | 2025.01.29 21:08:31.801761 [ 260 ] {7af1d18a-d2b0-4bee-a6ab-d0f202afcb98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3449 | 2025.01.29 21:08:31.801846 [ 260 ] {7af1d18a-d2b0-4bee-a6ab-d0f202afcb98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3450 | 2025.01.29 21:08:31.803107 [ 260 ] {7af1d18a-d2b0-4bee-a6ab-d0f202afcb98} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3451 | 2025.01.29 21:08:31.803147 [ 260 ] {7af1d18a-d2b0-4bee-a6ab-d0f202afcb98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3452 | 2025.01.29 21:08:31.803849 [ 260 ] {7af1d18a-d2b0-4bee-a6ab-d0f202afcb98} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3453 | 2025.01.29 21:08:31.804200 [ 260 ] {7af1d18a-d2b0-4bee-a6ab-d0f202afcb98} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3454 | 2025.01.29 21:08:31.804615 [ 260 ] {7af1d18a-d2b0-4bee-a6ab-d0f202afcb98} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002857 sec., 13650.682534126705 rows/sec., 24.46 MiB/sec. | ||
| 3455 | 2025.01.29 21:08:31.804767 [ 260 ] {7af1d18a-d2b0-4bee-a6ab-d0f202afcb98} <Debug> TCPHandler: Processed in 0.003178608 sec. | ||
| 3456 | 2025.01.29 21:08:31.804936 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3457 | 2025.01.29 21:08:31.805060 [ 263 ] {adb0c9b0-a7da-4463-a36e-fd5ccf1d2bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3458 | 2025.01.29 21:08:31.805112 [ 263 ] {adb0c9b0-a7da-4463-a36e-fd5ccf1d2bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3459 | 2025.01.29 21:08:31.805635 [ 263 ] {adb0c9b0-a7da-4463-a36e-fd5ccf1d2bf1} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3460 | 2025.01.29 21:08:31.805676 [ 263 ] {adb0c9b0-a7da-4463-a36e-fd5ccf1d2bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3461 | 2025.01.29 21:08:31.806069 [ 263 ] {adb0c9b0-a7da-4463-a36e-fd5ccf1d2bf1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3462 | 2025.01.29 21:08:31.806320 [ 263 ] {adb0c9b0-a7da-4463-a36e-fd5ccf1d2bf1} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3463 | 2025.01.29 21:08:31.806564 [ 263 ] {adb0c9b0-a7da-4463-a36e-fd5ccf1d2bf1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec. | ||
| 3464 | 2025.01.29 21:08:31.806767 [ 263 ] {adb0c9b0-a7da-4463-a36e-fd5ccf1d2bf1} <Debug> TCPHandler: Processed in 0.001887363 sec. | ||
| 3465 | 2025.01.29 21:08:36.776180 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3466 | 2025.01.29 21:08:36.776383 [ 263 ] {8016c2c8-551f-4fdf-ace1-3ac732cf0ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3467 | 2025.01.29 21:08:36.776472 [ 263 ] {8016c2c8-551f-4fdf-ace1-3ac732cf0ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3468 | 2025.01.29 21:08:36.777267 [ 263 ] {8016c2c8-551f-4fdf-ace1-3ac732cf0ffd} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2025.01.29 21:08:36.777317 [ 263 ] {8016c2c8-551f-4fdf-ace1-3ac732cf0ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3470 | 2025.01.29 21:08:36.777758 [ 263 ] {8016c2c8-551f-4fdf-ace1-3ac732cf0ffd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3471 | 2025.01.29 21:08:36.778043 [ 263 ] {8016c2c8-551f-4fdf-ace1-3ac732cf0ffd} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3472 | 2025.01.29 21:08:36.778241 [ 134 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3473 | 2025.01.29 21:08:36.778308 [ 263 ] {8016c2c8-551f-4fdf-ace1-3ac732cf0ffd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.18 MiB/sec. | ||
| 3474 | 2025.01.29 21:08:36.778317 [ 134 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3475 | 2025.01.29 21:08:36.778384 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3476 | 2025.01.29 21:08:36.778444 [ 263 ] {8016c2c8-551f-4fdf-ace1-3ac732cf0ffd} <Debug> TCPHandler: Processed in 0.002390868 sec. | ||
| 3477 | 2025.01.29 21:08:36.778641 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 3478 | 2025.01.29 21:08:36.778752 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3479 | 2025.01.29 21:08:36.778806 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3480 | 2025.01.29 21:08:36.778847 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 285 rows starting from the beginning of the part | ||
| 3481 | 2025.01.29 21:08:36.778939 [ 260 ] {635f32e2-0e6e-42f5-ab6b-c3e6c166493e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3482 | 2025.01.29 21:08:36.778996 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1424 rows starting from the beginning of the part | ||
| 3483 | 2025.01.29 21:08:36.779059 [ 260 ] {635f32e2-0e6e-42f5-ab6b-c3e6c166493e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3484 | 2025.01.29 21:08:36.779239 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3485 | 2025.01.29 21:08:36.779645 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
| 3486 | 2025.01.29 21:08:36.779805 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 281 rows starting from the beginning of the part | ||
| 3487 | 2025.01.29 21:08:36.780029 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
| 3488 | 2025.01.29 21:08:36.781017 [ 260 ] {635f32e2-0e6e-42f5-ab6b-c3e6c166493e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3489 | 2025.01.29 21:08:36.781074 [ 260 ] {635f32e2-0e6e-42f5-ab6b-c3e6c166493e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3490 | 2025.01.29 21:08:36.781806 [ 260 ] {635f32e2-0e6e-42f5-ab6b-c3e6c166493e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3491 | 2025.01.29 21:08:36.782125 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 5 columns (5 merged, 0 gathered) in 0.003631183 sec., 594296.6796220405 rows/sec., 52.43 MiB/sec. | ||
| 3492 | 2025.01.29 21:08:36.782230 [ 260 ] {635f32e2-0e6e-42f5-ab6b-c3e6c166493e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3493 | 2025.01.29 21:08:36.782445 [ 134 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3494 | 2025.01.29 21:08:36.782528 [ 134 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3495 | 2025.01.29 21:08:36.782594 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3496 | 2025.01.29 21:08:36.782701 [ 260 ] {635f32e2-0e6e-42f5-ab6b-c3e6c166493e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003789 sec., 16891.00026392188 rows/sec., 1.32 MiB/sec. | ||
| 3497 | 2025.01.29 21:08:36.782686 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3498 | 2025.01.29 21:08:36.782853 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 3499 | 2025.01.29 21:08:36.783071 [ 260 ] {635f32e2-0e6e-42f5-ab6b-c3e6c166493e} <Debug> TCPHandler: Processed in 0.004447613 sec. | ||
| 3500 | 2025.01.29 21:08:36.783265 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3501 | 2025.01.29 21:08:36.783337 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 445 rows starting from the beginning of the part | ||
| 3502 | 2025.01.29 21:08:36.783376 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3503 | 2025.01.29 21:08:36.783717 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 881 rows starting from the beginning of the part | ||
| 3504 | 2025.01.29 21:08:36.783819 [ 263 ] {e719ed4a-1cff-41ff-8f68-a58f3dd6fb89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3505 | 2025.01.29 21:08:36.783996 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3506 | 2025.01.29 21:08:36.784116 [ 263 ] {e719ed4a-1cff-41ff-8f68-a58f3dd6fb89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3507 | 2025.01.29 21:08:36.784410 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
| 3508 | 2025.01.29 21:08:36.784863 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 421 rows starting from the beginning of the part | ||
| 3509 | 2025.01.29 21:08:36.784971 [ 190 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3510 | 2025.01.29 21:08:36.785409 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 3511 | 2025.01.29 21:08:36.786108 [ 190 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_21_4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3512 | 2025.01.29 21:08:36.786379 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 3513 | 2025.01.29 21:08:36.787388 [ 263 ] {e719ed4a-1cff-41ff-8f68-a58f3dd6fb89} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2025.01.29 21:08:36.787471 [ 263 ] {e719ed4a-1cff-41ff-8f68-a58f3dd6fb89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3515 | 2025.01.29 21:08:36.788571 [ 263 ] {e719ed4a-1cff-41ff-8f68-a58f3dd6fb89} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3516 | 2025.01.29 21:08:36.788863 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1939 rows, containing 5 columns (5 merged, 0 gathered) in 0.006169534 sec., 314286.29779818055 rows/sec., 24.04 MiB/sec. | ||
| 3517 | 2025.01.29 21:08:36.789088 [ 263 ] {e719ed4a-1cff-41ff-8f68-a58f3dd6fb89} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3518 | 2025.01.29 21:08:36.789149 [ 190 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3519 | 2025.01.29 21:08:36.789522 [ 263 ] {e719ed4a-1cff-41ff-8f68-a58f3dd6fb89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005866 sec., 27275.82679849983 rows/sec., 1.90 MiB/sec. | ||
| 3520 | 2025.01.29 21:08:36.789694 [ 263 ] {e719ed4a-1cff-41ff-8f68-a58f3dd6fb89} <Debug> TCPHandler: Processed in 0.006448567 sec. | ||
| 3521 | 2025.01.29 21:08:36.789829 [ 190 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3522 | 2025.01.29 21:08:36.789960 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2025.01.29 21:08:36.789984 [ 190 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_21_4} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3524 | 2025.01.29 21:08:36.790148 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3525 | 2025.01.29 21:08:36.790207 [ 260 ] {4018450f-affc-415b-94d3-419cb7276f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3526 | 2025.01.29 21:08:36.790270 [ 260 ] {4018450f-affc-415b-94d3-419cb7276f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3527 | 2025.01.29 21:08:36.790806 [ 260 ] {4018450f-affc-415b-94d3-419cb7276f51} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3528 | 2025.01.29 21:08:36.790850 [ 260 ] {4018450f-affc-415b-94d3-419cb7276f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3529 | 2025.01.29 21:08:36.791260 [ 260 ] {4018450f-affc-415b-94d3-419cb7276f51} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3530 | 2025.01.29 21:08:36.791506 [ 260 ] {4018450f-affc-415b-94d3-419cb7276f51} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3531 | 2025.01.29 21:08:36.791734 [ 260 ] {4018450f-affc-415b-94d3-419cb7276f51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
| 3532 | 2025.01.29 21:08:36.791789 [ 260 ] {4018450f-affc-415b-94d3-419cb7276f51} <Debug> TCPHandler: Processed in 0.001974624 sec. | ||
| 3533 | 2025.01.29 21:08:37.497357 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3534 | 2025.01.29 21:08:37.498049 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2025.01.29 21:08:37.498101 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3536 | 2025.01.29 21:08:37.498653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3537 | 2025.01.29 21:08:37.498917 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2025.01.29 21:08:37.499163 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3539 | 2025.01.29 21:08:38.035985 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3540 | 2025.01.29 21:08:38.054647 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2025.01.29 21:08:38.054710 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3542 | 2025.01.29 21:08:38.061921 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3543 | 2025.01.29 21:08:38.062680 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.01.29 21:08:38.066780 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3545 | 2025.01.29 21:08:40.018306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 476 | ||
| 3546 | 2025.01.29 21:08:40.021315 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3547 | 2025.01.29 21:08:40.021366 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3548 | 2025.01.29 21:08:40.022841 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3549 | 2025.01.29 21:08:40.023160 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3550 | 2025.01.29 21:08:40.023321 [ 131 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3551 | 2025.01.29 21:08:40.023376 [ 131 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3552 | 2025.01.29 21:08:40.023417 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3553 | 2025.01.29 21:08:40.023896 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 3554 | 2025.01.29 21:08:40.024989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476 | ||
| 3555 | 2025.01.29 21:08:40.025385 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3556 | 2025.01.29 21:08:40.025575 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 284 rows starting from the beginning of the part | ||
| 3557 | 2025.01.29 21:08:40.026196 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
| 3558 | 2025.01.29 21:08:40.026842 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3559 | 2025.01.29 21:08:40.027498 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 70 rows starting from the beginning of the part | ||
| 3560 | 2025.01.29 21:08:40.028131 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
| 3561 | 2025.01.29 21:08:40.028721 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 3562 | 2025.01.29 21:08:40.036658 [ 189 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 72 columns (72 merged, 0 gathered) in 0.013131197 sec., 36249.5513546861 rows/sec., 34.11 MiB/sec. | ||
| 3563 | 2025.01.29 21:08:40.037833 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3564 | 2025.01.29 21:08:40.038638 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2025.01.29 21:08:40.038722 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_11_2} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3566 | 2025.01.29 21:08:40.039057 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 3567 | 2025.01.29 21:08:41.783185 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3568 | 2025.01.29 21:08:41.783409 [ 263 ] {f242c369-b26f-4b93-9785-1b664ef71342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3569 | 2025.01.29 21:08:41.783481 [ 263 ] {f242c369-b26f-4b93-9785-1b664ef71342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3570 | 2025.01.29 21:08:41.784235 [ 263 ] {f242c369-b26f-4b93-9785-1b664ef71342} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2025.01.29 21:08:41.784287 [ 263 ] {f242c369-b26f-4b93-9785-1b664ef71342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3572 | 2025.01.29 21:08:41.784714 [ 263 ] {f242c369-b26f-4b93-9785-1b664ef71342} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3573 | 2025.01.29 21:08:41.784963 [ 263 ] {f242c369-b26f-4b93-9785-1b664ef71342} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2025.01.29 21:08:41.785208 [ 263 ] {f242c369-b26f-4b93-9785-1b664ef71342} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec. | ||
| 3575 | 2025.01.29 21:08:41.785265 [ 263 ] {f242c369-b26f-4b93-9785-1b664ef71342} <Debug> TCPHandler: Processed in 0.002221646 sec. | ||
| 3576 | 2025.01.29 21:08:41.785551 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3577 | 2025.01.29 21:08:41.785768 [ 260 ] {b1dd015c-cae8-4026-b040-9ab94fdcab5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3578 | 2025.01.29 21:08:41.785854 [ 260 ] {b1dd015c-cae8-4026-b040-9ab94fdcab5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3579 | 2025.01.29 21:08:41.786848 [ 260 ] {b1dd015c-cae8-4026-b040-9ab94fdcab5a} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2025.01.29 21:08:41.786897 [ 260 ] {b1dd015c-cae8-4026-b040-9ab94fdcab5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3581 | 2025.01.29 21:08:41.787420 [ 260 ] {b1dd015c-cae8-4026-b040-9ab94fdcab5a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3582 | 2025.01.29 21:08:41.787802 [ 260 ] {b1dd015c-cae8-4026-b040-9ab94fdcab5a} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3583 | 2025.01.29 21:08:41.788050 [ 260 ] {b1dd015c-cae8-4026-b040-9ab94fdcab5a} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002338 sec., 121043.62703165099 rows/sec., 10.69 MiB/sec. | ||
| 3584 | 2025.01.29 21:08:41.788116 [ 260 ] {b1dd015c-cae8-4026-b040-9ab94fdcab5a} <Debug> TCPHandler: Processed in 0.002707142 sec. | ||
| 3585 | 2025.01.29 21:08:41.788350 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3586 | 2025.01.29 21:08:41.788578 [ 263 ] {372ea07d-8d83-41a7-9a67-a58e64ffdbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3587 | 2025.01.29 21:08:41.788671 [ 263 ] {372ea07d-8d83-41a7-9a67-a58e64ffdbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3588 | 2025.01.29 21:08:41.789600 [ 263 ] {372ea07d-8d83-41a7-9a67-a58e64ffdbd2} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3589 | 2025.01.29 21:08:41.789641 [ 263 ] {372ea07d-8d83-41a7-9a67-a58e64ffdbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3590 | 2025.01.29 21:08:41.790000 [ 263 ] {372ea07d-8d83-41a7-9a67-a58e64ffdbd2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3591 | 2025.01.29 21:08:41.790240 [ 263 ] {372ea07d-8d83-41a7-9a67-a58e64ffdbd2} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3592 | 2025.01.29 21:08:41.790449 [ 263 ] {372ea07d-8d83-41a7-9a67-a58e64ffdbd2} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001925 sec., 24415.584415584413 rows/sec., 1.76 MiB/sec. | ||
| 3593 | 2025.01.29 21:08:41.790502 [ 263 ] {372ea07d-8d83-41a7-9a67-a58e64ffdbd2} <Debug> TCPHandler: Processed in 0.002262647 sec. | ||
| 3594 | 2025.01.29 21:08:41.790668 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3595 | 2025.01.29 21:08:41.790816 [ 260 ] {b796d2a4-01ce-4ee3-803d-1e8b9fdaf89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3596 | 2025.01.29 21:08:41.790877 [ 260 ] {b796d2a4-01ce-4ee3-803d-1e8b9fdaf89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3597 | 2025.01.29 21:08:41.791555 [ 260 ] {b796d2a4-01ce-4ee3-803d-1e8b9fdaf89c} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3598 | 2025.01.29 21:08:41.791597 [ 260 ] {b796d2a4-01ce-4ee3-803d-1e8b9fdaf89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3599 | 2025.01.29 21:08:41.791970 [ 260 ] {b796d2a4-01ce-4ee3-803d-1e8b9fdaf89c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3600 | 2025.01.29 21:08:41.792212 [ 260 ] {b796d2a4-01ce-4ee3-803d-1e8b9fdaf89c} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3601 | 2025.01.29 21:08:41.792431 [ 260 ] {b796d2a4-01ce-4ee3-803d-1e8b9fdaf89c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec. | ||
| 3602 | 2025.01.29 21:08:41.792487 [ 260 ] {b796d2a4-01ce-4ee3-803d-1e8b9fdaf89c} <Debug> TCPHandler: Processed in 0.001889573 sec. | ||
| 3603 | 2025.01.29 21:08:41.792640 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3604 | 2025.01.29 21:08:41.792778 [ 263 ] {8429969d-4298-436a-a406-3faee0b2626a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3605 | 2025.01.29 21:08:41.792837 [ 263 ] {8429969d-4298-436a-a406-3faee0b2626a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3606 | 2025.01.29 21:08:41.793501 [ 263 ] {8429969d-4298-436a-a406-3faee0b2626a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2025.01.29 21:08:41.793542 [ 263 ] {8429969d-4298-436a-a406-3faee0b2626a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3608 | 2025.01.29 21:08:41.793894 [ 263 ] {8429969d-4298-436a-a406-3faee0b2626a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3609 | 2025.01.29 21:08:41.794132 [ 263 ] {8429969d-4298-436a-a406-3faee0b2626a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.01.29 21:08:41.794385 [ 263 ] {8429969d-4298-436a-a406-3faee0b2626a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001628 sec., 7985.257985257985 rows/sec., 497.88 KiB/sec. | ||
| 3611 | 2025.01.29 21:08:41.794535 [ 263 ] {8429969d-4298-436a-a406-3faee0b2626a} <Debug> TCPHandler: Processed in 0.001953543 sec. | ||
| 3612 | 2025.01.29 21:08:41.794699 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2025.01.29 21:08:41.794840 [ 260 ] {412e413a-35e9-4576-9b4f-e035742c0584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3614 | 2025.01.29 21:08:41.794901 [ 260 ] {412e413a-35e9-4576-9b4f-e035742c0584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3615 | 2025.01.29 21:08:41.795708 [ 260 ] {412e413a-35e9-4576-9b4f-e035742c0584} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.01.29 21:08:41.795748 [ 260 ] {412e413a-35e9-4576-9b4f-e035742c0584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3617 | 2025.01.29 21:08:41.796145 [ 260 ] {412e413a-35e9-4576-9b4f-e035742c0584} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3618 | 2025.01.29 21:08:41.796379 [ 260 ] {412e413a-35e9-4576-9b4f-e035742c0584} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.01.29 21:08:41.796590 [ 260 ] {412e413a-35e9-4576-9b4f-e035742c0584} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001819 sec., 231995.6019791094 rows/sec., 16.58 MiB/sec. | ||
| 3620 | 2025.01.29 21:08:41.796642 [ 260 ] {412e413a-35e9-4576-9b4f-e035742c0584} <Debug> TCPHandler: Processed in 0.002056245 sec. | ||
| 3621 | 2025.01.29 21:08:41.796781 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3622 | 2025.01.29 21:08:41.796912 [ 263 ] {c3557cb3-b46e-4c74-9f66-56e4e4f3d63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3623 | 2025.01.29 21:08:41.796970 [ 263 ] {c3557cb3-b46e-4c74-9f66-56e4e4f3d63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3624 | 2025.01.29 21:08:41.797583 [ 263 ] {c3557cb3-b46e-4c74-9f66-56e4e4f3d63f} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.01.29 21:08:41.797622 [ 263 ] {c3557cb3-b46e-4c74-9f66-56e4e4f3d63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3626 | 2025.01.29 21:08:41.797984 [ 263 ] {c3557cb3-b46e-4c74-9f66-56e4e4f3d63f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3627 | 2025.01.29 21:08:41.798215 [ 263 ] {c3557cb3-b46e-4c74-9f66-56e4e4f3d63f} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.01.29 21:08:41.798434 [ 263 ] {c3557cb3-b46e-4c74-9f66-56e4e4f3d63f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 3629 | 2025.01.29 21:08:41.798484 [ 263 ] {c3557cb3-b46e-4c74-9f66-56e4e4f3d63f} <Debug> TCPHandler: Processed in 0.00171996 sec. | ||
| 3630 | 2025.01.29 21:08:41.798640 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3631 | 2025.01.29 21:08:41.798781 [ 260 ] {6729ccd0-8562-48f3-b36d-66bddc3bf4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3632 | 2025.01.29 21:08:41.798844 [ 260 ] {6729ccd0-8562-48f3-b36d-66bddc3bf4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3633 | 2025.01.29 21:08:41.799517 [ 260 ] {6729ccd0-8562-48f3-b36d-66bddc3bf4e0} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2025.01.29 21:08:41.799557 [ 260 ] {6729ccd0-8562-48f3-b36d-66bddc3bf4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3635 | 2025.01.29 21:08:41.799959 [ 260 ] {6729ccd0-8562-48f3-b36d-66bddc3bf4e0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3636 | 2025.01.29 21:08:41.800204 [ 260 ] {6729ccd0-8562-48f3-b36d-66bddc3bf4e0} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.01.29 21:08:41.800386 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3638 | 2025.01.29 21:08:41.800445 [ 260 ] {6729ccd0-8562-48f3-b36d-66bddc3bf4e0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001694 sec., 139905.5489964581 rows/sec., 9.38 MiB/sec. | ||
| 3639 | 2025.01.29 21:08:41.800462 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.01.29 21:08:41.800533 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3641 | 2025.01.29 21:08:41.800590 [ 260 ] {6729ccd0-8562-48f3-b36d-66bddc3bf4e0} <Debug> TCPHandler: Processed in 0.002017124 sec. | ||
| 3642 | 2025.01.29 21:08:41.800879 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3643 | 2025.01.29 21:08:41.800966 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 3644 | 2025.01.29 21:08:41.801244 [ 263 ] {c1236a87-a857-4cce-bf6a-38c7d17c511d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3645 | 2025.01.29 21:08:41.801442 [ 263 ] {c1236a87-a857-4cce-bf6a-38c7d17c511d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3646 | 2025.01.29 21:08:41.801570 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3647 | 2025.01.29 21:08:41.801669 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5112 rows starting from the beginning of the part | ||
| 3648 | 2025.01.29 21:08:41.802004 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part | ||
| 3649 | 2025.01.29 21:08:41.802419 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 3650 | 2025.01.29 21:08:41.802772 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 3651 | 2025.01.29 21:08:41.802985 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 3652 | 2025.01.29 21:08:41.803352 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 3653 | 2025.01.29 21:08:41.804063 [ 263 ] {c1236a87-a857-4cce-bf6a-38c7d17c511d} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3654 | 2025.01.29 21:08:41.804136 [ 263 ] {c1236a87-a857-4cce-bf6a-38c7d17c511d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3655 | 2025.01.29 21:08:41.805071 [ 263 ] {c1236a87-a857-4cce-bf6a-38c7d17c511d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3656 | 2025.01.29 21:08:41.805717 [ 263 ] {c1236a87-a857-4cce-bf6a-38c7d17c511d} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3657 | 2025.01.29 21:08:41.806468 [ 263 ] {c1236a87-a857-4cce-bf6a-38c7d17c511d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005344 sec., 187.125748502994 rows/sec., 12.61 KiB/sec. | ||
| 3658 | 2025.01.29 21:08:41.806549 [ 263 ] {c1236a87-a857-4cce-bf6a-38c7d17c511d} <Debug> TCPHandler: Processed in 0.00586264 sec. | ||
| 3659 | 2025.01.29 21:08:41.806734 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3660 | 2025.01.29 21:08:41.806911 [ 260 ] {a222f4c6-dc53-465a-95d5-91866f9475b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3661 | 2025.01.29 21:08:41.807020 [ 260 ] {a222f4c6-dc53-465a-95d5-91866f9475b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3662 | 2025.01.29 21:08:41.807709 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6034 rows, containing 5 columns (5 merged, 0 gathered) in 0.007070355 sec., 853422.4943443433 rows/sec., 57.46 MiB/sec. | ||
| 3663 | 2025.01.29 21:08:41.808209 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3664 | 2025.01.29 21:08:41.808632 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2025.01.29 21:08:41.808743 [ 189 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3666 | 2025.01.29 21:08:41.808842 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. | ||
| 3667 | 2025.01.29 21:08:41.808948 [ 260 ] {a222f4c6-dc53-465a-95d5-91866f9475b2} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2025.01.29 21:08:41.808981 [ 260 ] {a222f4c6-dc53-465a-95d5-91866f9475b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3669 | 2025.01.29 21:08:41.809643 [ 260 ] {a222f4c6-dc53-465a-95d5-91866f9475b2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3670 | 2025.01.29 21:08:41.809908 [ 260 ] {a222f4c6-dc53-465a-95d5-91866f9475b2} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.01.29 21:08:41.810077 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3672 | 2025.01.29 21:08:41.810158 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2025.01.29 21:08:41.810217 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3674 | 2025.01.29 21:08:41.810235 [ 260 ] {a222f4c6-dc53-465a-95d5-91866f9475b2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003345 sec., 11958.146487294469 rows/sec., 21.43 MiB/sec. | ||
| 3675 | 2025.01.29 21:08:41.810682 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 3676 | 2025.01.29 21:08:41.811050 [ 260 ] {a222f4c6-dc53-465a-95d5-91866f9475b2} <Debug> TCPHandler: Processed in 0.004390033 sec. | ||
| 3677 | 2025.01.29 21:08:41.811362 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3678 | 2025.01.29 21:08:41.811636 [ 263 ] {4ef07750-9871-443b-b3ac-e1d4a62d53ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3679 | 2025.01.29 21:08:41.811650 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3680 | 2025.01.29 21:08:41.811746 [ 263 ] {4ef07750-9871-443b-b3ac-e1d4a62d53ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3681 | 2025.01.29 21:08:41.811839 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 185 rows starting from the beginning of the part | ||
| 3682 | 2025.01.29 21:08:41.812759 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 3683 | 2025.01.29 21:08:41.813402 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3684 | 2025.01.29 21:08:41.814088 [ 263 ] {4ef07750-9871-443b-b3ac-e1d4a62d53ec} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3685 | 2025.01.29 21:08:41.814106 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 3686 | 2025.01.29 21:08:41.814175 [ 263 ] {4ef07750-9871-443b-b3ac-e1d4a62d53ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3687 | 2025.01.29 21:08:41.814890 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3688 | 2025.01.29 21:08:41.815647 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 3689 | 2025.01.29 21:08:41.815850 [ 263 ] {4ef07750-9871-443b-b3ac-e1d4a62d53ec} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3690 | 2025.01.29 21:08:41.816659 [ 263 ] {4ef07750-9871-443b-b3ac-e1d4a62d53ec} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3691 | 2025.01.29 21:08:41.817018 [ 129 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3692 | 2025.01.29 21:08:41.817107 [ 129 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3693 | 2025.01.29 21:08:41.817137 [ 263 ] {4ef07750-9871-443b-b3ac-e1d4a62d53ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005567 sec., 14729.65690677205 rows/sec., 957.97 KiB/sec. | ||
| 3694 | 2025.01.29 21:08:41.817190 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3695 | 2025.01.29 21:08:41.817416 [ 263 ] {4ef07750-9871-443b-b3ac-e1d4a62d53ec} <Debug> TCPHandler: Processed in 0.006230535 sec. | ||
| 3696 | 2025.01.29 21:08:41.817805 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 3697 | 2025.01.29 21:08:41.818089 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3698 | 2025.01.29 21:08:41.818150 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 732 rows starting from the beginning of the part | ||
| 3699 | 2025.01.29 21:08:41.818256 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
| 3700 | 2025.01.29 21:08:41.818420 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 3701 | 2025.01.29 21:08:41.818708 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 3702 | 2025.01.29 21:08:41.818940 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 3703 | 2025.01.29 21:08:41.819228 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3704 | 2025.01.29 21:08:41.822598 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1064 rows, containing 4 columns (4 merged, 0 gathered) in 0.005147462 sec., 206703.80859538156 rows/sec., 13.41 MiB/sec. | ||
| 3705 | 2025.01.29 21:08:41.822864 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3706 | 2025.01.29 21:08:41.823484 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_21_4} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3707 | 2025.01.29 21:08:41.823711 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_21_4} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3708 | 2025.01.29 21:08:41.823876 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3709 | 2025.01.29 21:08:41.825157 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 381 rows, containing 19 columns (19 merged, 0 gathered) in 0.014836697 sec., 25679.57005524882 rows/sec., 46.02 MiB/sec. | ||
| 3710 | 2025.01.29 21:08:41.825723 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3711 | 2025.01.29 21:08:41.826139 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2025.01.29 21:08:41.826226 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3713 | 2025.01.29 21:08:41.826358 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
| 3714 | 2025.01.29 21:08:44.900625 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3715 | 2025.01.29 21:08:44.900678 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3716 | 2025.01.29 21:08:44.999406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3717 | 2025.01.29 21:08:45.000864 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2025.01.29 21:08:45.000946 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 3719 | 2025.01.29 21:08:45.001489 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3720 | 2025.01.29 21:08:45.001742 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2025.01.29 21:08:45.001927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3722 | 2025.01.29 21:08:45.566942 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3723 | 2025.01.29 21:08:45.587163 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2025.01.29 21:08:45.587221 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3725 | 2025.01.29 21:08:45.594562 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3726 | 2025.01.29 21:08:45.595337 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2025.01.29 21:08:45.598025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3728 | 2025.01.29 21:08:46.775938 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3729 | 2025.01.29 21:08:46.776239 [ 263 ] {a3dee79a-18dc-44e4-963b-34008dbec594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3730 | 2025.01.29 21:08:46.776358 [ 263 ] {a3dee79a-18dc-44e4-963b-34008dbec594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3731 | 2025.01.29 21:08:46.777220 [ 263 ] {a3dee79a-18dc-44e4-963b-34008dbec594} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3732 | 2025.01.29 21:08:46.777268 [ 263 ] {a3dee79a-18dc-44e4-963b-34008dbec594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3733 | 2025.01.29 21:08:46.777711 [ 263 ] {a3dee79a-18dc-44e4-963b-34008dbec594} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3734 | 2025.01.29 21:08:46.777962 [ 263 ] {a3dee79a-18dc-44e4-963b-34008dbec594} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3735 | 2025.01.29 21:08:46.778218 [ 263 ] {a3dee79a-18dc-44e4-963b-34008dbec594} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002063 sec., 27144.934561318467 rows/sec., 2.09 MiB/sec. | ||
| 3736 | 2025.01.29 21:08:46.778284 [ 263 ] {a3dee79a-18dc-44e4-963b-34008dbec594} <Debug> TCPHandler: Processed in 0.00253359 sec. | ||
| 3737 | 2025.01.29 21:08:46.778622 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3738 | 2025.01.29 21:08:46.778934 [ 260 ] {1b4caf10-a927-4c2a-914f-6b7224c01b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3739 | 2025.01.29 21:08:46.779058 [ 260 ] {1b4caf10-a927-4c2a-914f-6b7224c01b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3740 | 2025.01.29 21:08:46.780049 [ 260 ] {1b4caf10-a927-4c2a-914f-6b7224c01b6e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2025.01.29 21:08:46.780098 [ 260 ] {1b4caf10-a927-4c2a-914f-6b7224c01b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3742 | 2025.01.29 21:08:46.780548 [ 260 ] {1b4caf10-a927-4c2a-914f-6b7224c01b6e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3743 | 2025.01.29 21:08:46.780814 [ 260 ] {1b4caf10-a927-4c2a-914f-6b7224c01b6e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2025.01.29 21:08:46.781107 [ 260 ] {1b4caf10-a927-4c2a-914f-6b7224c01b6e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002258 sec., 28343.666961913197 rows/sec., 2.21 MiB/sec. | ||
| 3745 | 2025.01.29 21:08:46.781341 [ 260 ] {1b4caf10-a927-4c2a-914f-6b7224c01b6e} <Debug> TCPHandler: Processed in 0.002913355 sec. | ||
| 3746 | 2025.01.29 21:08:46.781521 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3747 | 2025.01.29 21:08:46.781670 [ 263 ] {29faea88-167d-44fa-bd73-3b587a8dd29d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3748 | 2025.01.29 21:08:46.781738 [ 263 ] {29faea88-167d-44fa-bd73-3b587a8dd29d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3749 | 2025.01.29 21:08:46.782415 [ 263 ] {29faea88-167d-44fa-bd73-3b587a8dd29d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2025.01.29 21:08:46.782464 [ 263 ] {29faea88-167d-44fa-bd73-3b587a8dd29d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3751 | 2025.01.29 21:08:46.782878 [ 263 ] {29faea88-167d-44fa-bd73-3b587a8dd29d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3752 | 2025.01.29 21:08:46.783114 [ 263 ] {29faea88-167d-44fa-bd73-3b587a8dd29d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2025.01.29 21:08:46.783387 [ 263 ] {29faea88-167d-44fa-bd73-3b587a8dd29d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. | ||
| 3754 | 2025.01.29 21:08:46.783615 [ 263 ] {29faea88-167d-44fa-bd73-3b587a8dd29d} <Debug> TCPHandler: Processed in 0.002157946 sec. | ||
| 3755 | 2025.01.29 21:08:46.783809 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3756 | 2025.01.29 21:08:46.783956 [ 260 ] {0b5e4063-d437-4579-8c91-c9c218937063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3757 | 2025.01.29 21:08:46.784022 [ 260 ] {0b5e4063-d437-4579-8c91-c9c218937063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3758 | 2025.01.29 21:08:46.784615 [ 260 ] {0b5e4063-d437-4579-8c91-c9c218937063} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3759 | 2025.01.29 21:08:46.784655 [ 260 ] {0b5e4063-d437-4579-8c91-c9c218937063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3760 | 2025.01.29 21:08:46.785045 [ 260 ] {0b5e4063-d437-4579-8c91-c9c218937063} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3761 | 2025.01.29 21:08:46.785293 [ 260 ] {0b5e4063-d437-4579-8c91-c9c218937063} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2025.01.29 21:08:46.785509 [ 260 ] {0b5e4063-d437-4579-8c91-c9c218937063} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001589 sec., 37759.59723096287 rows/sec., 2.54 MiB/sec. | ||
| 3763 | 2025.01.29 21:08:46.785563 [ 260 ] {0b5e4063-d437-4579-8c91-c9c218937063} <Debug> TCPHandler: Processed in 0.001826932 sec. | ||
| 3764 | 2025.01.29 21:08:49.366891 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3765 | 2025.01.29 21:08:49.367078 [ 263 ] {38d6fb75-e246-41c9-b0fa-f92b7007f816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3766 | 2025.01.29 21:08:49.367150 [ 263 ] {38d6fb75-e246-41c9-b0fa-f92b7007f816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3767 | 2025.01.29 21:08:49.367917 [ 263 ] {38d6fb75-e246-41c9-b0fa-f92b7007f816} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3768 | 2025.01.29 21:08:49.367963 [ 263 ] {38d6fb75-e246-41c9-b0fa-f92b7007f816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3769 | 2025.01.29 21:08:49.368391 [ 263 ] {38d6fb75-e246-41c9-b0fa-f92b7007f816} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3770 | 2025.01.29 21:08:49.368641 [ 263 ] {38d6fb75-e246-41c9-b0fa-f92b7007f816} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3771 | 2025.01.29 21:08:49.368826 [ 118 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3772 | 2025.01.29 21:08:49.368901 [ 263 ] {38d6fb75-e246-41c9-b0fa-f92b7007f816} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00187 sec., 7486.631016042781 rows/sec., 538.94 KiB/sec. | ||
| 3773 | 2025.01.29 21:08:49.368917 [ 118 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2025.01.29 21:08:49.368991 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3775 | 2025.01.29 21:08:49.369044 [ 263 ] {38d6fb75-e246-41c9-b0fa-f92b7007f816} <Debug> TCPHandler: Processed in 0.002279637 sec. | ||
| 3776 | 2025.01.29 21:08:49.369213 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 3777 | 2025.01.29 21:08:49.369366 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3778 | 2025.01.29 21:08:49.369380 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3779 | 2025.01.29 21:08:49.369408 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 3780 | 2025.01.29 21:08:49.369703 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 3781 | 2025.01.29 21:08:49.369716 [ 260 ] {54a4a139-6ea4-4e4c-86cf-1428ed582e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3782 | 2025.01.29 21:08:49.369903 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 3783 | 2025.01.29 21:08:49.369915 [ 260 ] {54a4a139-6ea4-4e4c-86cf-1428ed582e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3784 | 2025.01.29 21:08:49.370348 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 3785 | 2025.01.29 21:08:49.370605 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 3786 | 2025.01.29 21:08:49.372740 [ 260 ] {54a4a139-6ea4-4e4c-86cf-1428ed582e51} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3787 | 2025.01.29 21:08:49.372817 [ 260 ] {54a4a139-6ea4-4e4c-86cf-1428ed582e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3788 | 2025.01.29 21:08:49.373883 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004793117 sec., 14604.275255538305 rows/sec., 1.08 MiB/sec. | ||
| 3789 | 2025.01.29 21:08:49.373939 [ 260 ] {54a4a139-6ea4-4e4c-86cf-1428ed582e51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3790 | 2025.01.29 21:08:49.374077 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3791 | 2025.01.29 21:08:49.374387 [ 260 ] {54a4a139-6ea4-4e4c-86cf-1428ed582e51} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2025.01.29 21:08:49.374663 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_9_2} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3793 | 2025.01.29 21:08:49.374984 [ 260 ] {54a4a139-6ea4-4e4c-86cf-1428ed582e51} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.005366 sec., 2236.302646291465 rows/sec., 182.35 KiB/sec. | ||
| 3794 | 2025.01.29 21:08:49.374991 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_9_2} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3795 | 2025.01.29 21:08:49.375259 [ 260 ] {54a4a139-6ea4-4e4c-86cf-1428ed582e51} <Debug> TCPHandler: Processed in 0.006025722 sec. | ||
| 3796 | 2025.01.29 21:08:49.375279 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3797 | 2025.01.29 21:08:49.375467 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3798 | 2025.01.29 21:08:49.375620 [ 263 ] {b6fcd224-5f33-41aa-bf2e-ba96d6453eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3799 | 2025.01.29 21:08:49.375678 [ 263 ] {b6fcd224-5f33-41aa-bf2e-ba96d6453eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3800 | 2025.01.29 21:08:49.376878 [ 263 ] {b6fcd224-5f33-41aa-bf2e-ba96d6453eeb} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2025.01.29 21:08:49.376920 [ 263 ] {b6fcd224-5f33-41aa-bf2e-ba96d6453eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3802 | 2025.01.29 21:08:49.377429 [ 263 ] {b6fcd224-5f33-41aa-bf2e-ba96d6453eeb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3803 | 2025.01.29 21:08:49.377675 [ 263 ] {b6fcd224-5f33-41aa-bf2e-ba96d6453eeb} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3804 | 2025.01.29 21:08:49.377891 [ 263 ] {b6fcd224-5f33-41aa-bf2e-ba96d6453eeb} <Debug> executeQuery: Read 1429 rows, 122.60 KiB in 0.002306 sec., 619687.7710320902 rows/sec., 51.92 MiB/sec. | ||
| 3805 | 2025.01.29 21:08:49.377951 [ 263 ] {b6fcd224-5f33-41aa-bf2e-ba96d6453eeb} <Debug> TCPHandler: Processed in 0.002561411 sec. | ||
| 3806 | 2025.01.29 21:08:49.378125 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3807 | 2025.01.29 21:08:49.378270 [ 260 ] {46a99aa8-d643-4834-b29b-fa2dfcc53fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3808 | 2025.01.29 21:08:49.378330 [ 260 ] {46a99aa8-d643-4834-b29b-fa2dfcc53fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3809 | 2025.01.29 21:08:49.379005 [ 260 ] {46a99aa8-d643-4834-b29b-fa2dfcc53fd4} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3810 | 2025.01.29 21:08:49.379046 [ 260 ] {46a99aa8-d643-4834-b29b-fa2dfcc53fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3811 | 2025.01.29 21:08:49.379419 [ 260 ] {46a99aa8-d643-4834-b29b-fa2dfcc53fd4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3812 | 2025.01.29 21:08:49.379674 [ 260 ] {46a99aa8-d643-4834-b29b-fa2dfcc53fd4} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3813 | 2025.01.29 21:08:49.379889 [ 260 ] {46a99aa8-d643-4834-b29b-fa2dfcc53fd4} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001652 sec., 35714.28571428571 rows/sec., 2.54 MiB/sec. | ||
| 3814 | 2025.01.29 21:08:49.379943 [ 260 ] {46a99aa8-d643-4834-b29b-fa2dfcc53fd4} <Debug> TCPHandler: Processed in 0.001886922 sec. | ||
| 3815 | 2025.01.29 21:08:49.380177 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3816 | 2025.01.29 21:08:49.380410 [ 263 ] {80ef4751-b00e-4997-bd08-6ba94d6f4500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3817 | 2025.01.29 21:08:49.380504 [ 263 ] {80ef4751-b00e-4997-bd08-6ba94d6f4500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3818 | 2025.01.29 21:08:49.381289 [ 263 ] {80ef4751-b00e-4997-bd08-6ba94d6f4500} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3819 | 2025.01.29 21:08:49.381329 [ 263 ] {80ef4751-b00e-4997-bd08-6ba94d6f4500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3820 | 2025.01.29 21:08:49.381703 [ 263 ] {80ef4751-b00e-4997-bd08-6ba94d6f4500} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3821 | 2025.01.29 21:08:49.381941 [ 263 ] {80ef4751-b00e-4997-bd08-6ba94d6f4500} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3822 | 2025.01.29 21:08:49.382153 [ 263 ] {80ef4751-b00e-4997-bd08-6ba94d6f4500} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001801 sec., 134369.79455857855 rows/sec., 9.10 MiB/sec. | ||
| 3823 | 2025.01.29 21:08:49.382214 [ 263 ] {80ef4751-b00e-4997-bd08-6ba94d6f4500} <Debug> TCPHandler: Processed in 0.002158126 sec. | ||
| 3824 | 2025.01.29 21:08:49.382385 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3825 | 2025.01.29 21:08:49.382503 [ 260 ] {808810e2-3d71-41df-92f1-6e851bb09449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3826 | 2025.01.29 21:08:49.382554 [ 260 ] {808810e2-3d71-41df-92f1-6e851bb09449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3827 | 2025.01.29 21:08:49.383160 [ 260 ] {808810e2-3d71-41df-92f1-6e851bb09449} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3828 | 2025.01.29 21:08:49.383202 [ 260 ] {808810e2-3d71-41df-92f1-6e851bb09449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3829 | 2025.01.29 21:08:49.383570 [ 260 ] {808810e2-3d71-41df-92f1-6e851bb09449} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3830 | 2025.01.29 21:08:49.383818 [ 260 ] {808810e2-3d71-41df-92f1-6e851bb09449} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3831 | 2025.01.29 21:08:49.383978 [ 118 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3832 | 2025.01.29 21:08:49.384040 [ 118 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2025.01.29 21:08:49.384062 [ 260 ] {808810e2-3d71-41df-92f1-6e851bb09449} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec. | ||
| 3834 | 2025.01.29 21:08:49.384076 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3835 | 2025.01.29 21:08:49.384210 [ 260 ] {808810e2-3d71-41df-92f1-6e851bb09449} <Debug> TCPHandler: Processed in 0.001881533 sec. | ||
| 3836 | 2025.01.29 21:08:49.384273 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 3837 | 2025.01.29 21:08:49.384398 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3838 | 2025.01.29 21:08:49.384405 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3839 | 2025.01.29 21:08:49.384441 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 3840 | 2025.01.29 21:08:49.384698 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 3841 | 2025.01.29 21:08:49.384792 [ 263 ] {da2fa078-ba20-48bf-9cb1-1fb88ec2bc72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3842 | 2025.01.29 21:08:49.384893 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 3843 | 2025.01.29 21:08:49.384989 [ 263 ] {da2fa078-ba20-48bf-9cb1-1fb88ec2bc72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3844 | 2025.01.29 21:08:49.385185 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 3845 | 2025.01.29 21:08:49.385568 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 3846 | 2025.01.29 21:08:49.387860 [ 195 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003638203 sec., 17865.962949291174 rows/sec., 1.16 MiB/sec. | ||
| 3847 | 2025.01.29 21:08:49.387907 [ 263 ] {da2fa078-ba20-48bf-9cb1-1fb88ec2bc72} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2025.01.29 21:08:49.387972 [ 263 ] {da2fa078-ba20-48bf-9cb1-1fb88ec2bc72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3849 | 2025.01.29 21:08:49.388053 [ 195 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3850 | 2025.01.29 21:08:49.388538 [ 195 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_9_2} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3851 | 2025.01.29 21:08:49.388659 [ 195 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_9_2} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3852 | 2025.01.29 21:08:49.388678 [ 263 ] {da2fa078-ba20-48bf-9cb1-1fb88ec2bc72} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3853 | 2025.01.29 21:08:49.388790 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3854 | 2025.01.29 21:08:49.389011 [ 263 ] {da2fa078-ba20-48bf-9cb1-1fb88ec2bc72} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3855 | 2025.01.29 21:08:49.389246 [ 263 ] {da2fa078-ba20-48bf-9cb1-1fb88ec2bc72} <Debug> executeQuery: Read 890 rows, 66.15 KiB in 0.004619 sec., 192682.39878761637 rows/sec., 13.99 MiB/sec. | ||
| 3856 | 2025.01.29 21:08:49.389314 [ 263 ] {da2fa078-ba20-48bf-9cb1-1fb88ec2bc72} <Debug> TCPHandler: Processed in 0.00499146 sec. | ||
| 3857 | 2025.01.29 21:08:49.389502 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3858 | 2025.01.29 21:08:49.389644 [ 260 ] {eb086a18-b07d-4cf6-ba3d-778cc1919659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3859 | 2025.01.29 21:08:49.389707 [ 260 ] {eb086a18-b07d-4cf6-ba3d-778cc1919659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3860 | 2025.01.29 21:08:49.390285 [ 260 ] {eb086a18-b07d-4cf6-ba3d-778cc1919659} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3861 | 2025.01.29 21:08:49.390331 [ 260 ] {eb086a18-b07d-4cf6-ba3d-778cc1919659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3862 | 2025.01.29 21:08:49.390752 [ 260 ] {eb086a18-b07d-4cf6-ba3d-778cc1919659} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3863 | 2025.01.29 21:08:49.391001 [ 260 ] {eb086a18-b07d-4cf6-ba3d-778cc1919659} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3864 | 2025.01.29 21:08:49.391212 [ 260 ] {eb086a18-b07d-4cf6-ba3d-778cc1919659} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec. | ||
| 3865 | 2025.01.29 21:08:49.391265 [ 260 ] {eb086a18-b07d-4cf6-ba3d-778cc1919659} <Debug> TCPHandler: Processed in 0.001830112 sec. | ||
| 3866 | 2025.01.29 21:08:49.391410 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3867 | 2025.01.29 21:08:49.391530 [ 263 ] {29ad96d8-104e-4cc7-9c3e-438a629e1f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3868 | 2025.01.29 21:08:49.391586 [ 263 ] {29ad96d8-104e-4cc7-9c3e-438a629e1f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3869 | 2025.01.29 21:08:49.392538 [ 263 ] {29ad96d8-104e-4cc7-9c3e-438a629e1f67} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.01.29 21:08:49.392589 [ 263 ] {29ad96d8-104e-4cc7-9c3e-438a629e1f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3871 | 2025.01.29 21:08:49.393044 [ 263 ] {29ad96d8-104e-4cc7-9c3e-438a629e1f67} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3872 | 2025.01.29 21:08:49.393299 [ 263 ] {29ad96d8-104e-4cc7-9c3e-438a629e1f67} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3873 | 2025.01.29 21:08:49.393545 [ 263 ] {29ad96d8-104e-4cc7-9c3e-438a629e1f67} <Debug> executeQuery: Read 897 rows, 61.19 KiB in 0.002036 sec., 440569.7445972495 rows/sec., 29.35 MiB/sec. | ||
| 3874 | 2025.01.29 21:08:49.393759 [ 263 ] {29ad96d8-104e-4cc7-9c3e-438a629e1f67} <Debug> TCPHandler: Processed in 0.002401599 sec. | ||
| 3875 | 2025.01.29 21:08:49.393964 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3876 | 2025.01.29 21:08:49.394104 [ 260 ] {4c9e027a-20aa-42cf-96cf-6bab763f4412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3877 | 2025.01.29 21:08:49.394166 [ 260 ] {4c9e027a-20aa-42cf-96cf-6bab763f4412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3878 | 2025.01.29 21:08:49.394723 [ 260 ] {4c9e027a-20aa-42cf-96cf-6bab763f4412} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3879 | 2025.01.29 21:08:49.394763 [ 260 ] {4c9e027a-20aa-42cf-96cf-6bab763f4412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3880 | 2025.01.29 21:08:49.395121 [ 260 ] {4c9e027a-20aa-42cf-96cf-6bab763f4412} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3881 | 2025.01.29 21:08:49.395366 [ 260 ] {4c9e027a-20aa-42cf-96cf-6bab763f4412} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3882 | 2025.01.29 21:08:49.395579 [ 260 ] {4c9e027a-20aa-42cf-96cf-6bab763f4412} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 3883 | 2025.01.29 21:08:49.395633 [ 260 ] {4c9e027a-20aa-42cf-96cf-6bab763f4412} <Debug> TCPHandler: Processed in 0.001751721 sec. | ||
| 3884 | 2025.01.29 21:08:49.395800 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3885 | 2025.01.29 21:08:49.395940 [ 263 ] {3d2a7584-396f-4b05-806b-08d1e1d7c423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3886 | 2025.01.29 21:08:49.396034 [ 263 ] {3d2a7584-396f-4b05-806b-08d1e1d7c423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3887 | 2025.01.29 21:08:49.397348 [ 263 ] {3d2a7584-396f-4b05-806b-08d1e1d7c423} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3888 | 2025.01.29 21:08:49.397389 [ 263 ] {3d2a7584-396f-4b05-806b-08d1e1d7c423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3889 | 2025.01.29 21:08:49.398045 [ 263 ] {3d2a7584-396f-4b05-806b-08d1e1d7c423} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3890 | 2025.01.29 21:08:49.398309 [ 263 ] {3d2a7584-396f-4b05-806b-08d1e1d7c423} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3891 | 2025.01.29 21:08:49.398542 [ 263 ] {3d2a7584-396f-4b05-806b-08d1e1d7c423} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002633 sec., 15191.79642992784 rows/sec., 27.22 MiB/sec. | ||
| 3892 | 2025.01.29 21:08:49.398643 [ 263 ] {3d2a7584-396f-4b05-806b-08d1e1d7c423} <Debug> TCPHandler: Processed in 0.002910255 sec. | ||
| 3893 | 2025.01.29 21:08:49.398811 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3894 | 2025.01.29 21:08:49.398950 [ 260 ] {29ae14ca-dfc1-495f-bdc8-2a062321e86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3895 | 2025.01.29 21:08:49.399011 [ 260 ] {29ae14ca-dfc1-495f-bdc8-2a062321e86a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3896 | 2025.01.29 21:08:49.399601 [ 260 ] {29ae14ca-dfc1-495f-bdc8-2a062321e86a} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2025.01.29 21:08:49.399645 [ 260 ] {29ae14ca-dfc1-495f-bdc8-2a062321e86a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3898 | 2025.01.29 21:08:49.400023 [ 260 ] {29ae14ca-dfc1-495f-bdc8-2a062321e86a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3899 | 2025.01.29 21:08:49.400264 [ 260 ] {29ae14ca-dfc1-495f-bdc8-2a062321e86a} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3900 | 2025.01.29 21:08:49.400481 [ 260 ] {29ae14ca-dfc1-495f-bdc8-2a062321e86a} <Debug> executeQuery: Read 56 rows, 3.55 KiB in 0.001562 sec., 35851.472471190784 rows/sec., 2.22 MiB/sec. | ||
| 3901 | 2025.01.29 21:08:49.400533 [ 260 ] {29ae14ca-dfc1-495f-bdc8-2a062321e86a} <Debug> TCPHandler: Processed in 0.001794392 sec. | ||
| 3902 | 2025.01.29 21:08:50.025307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 530 | ||
| 3903 | 2025.01.29 21:08:50.028870 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2025.01.29 21:08:50.028926 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3905 | 2025.01.29 21:08:50.030413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3906 | 2025.01.29 21:08:50.030727 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3907 | 2025.01.29 21:08:50.031367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 530 | ||
| 3908 | 2025.01.29 21:08:51.771994 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3909 | 2025.01.29 21:08:51.772286 [ 263 ] {f8e7168e-d516-4850-8a06-96837ed3757f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3910 | 2025.01.29 21:08:51.772398 [ 263 ] {f8e7168e-d516-4850-8a06-96837ed3757f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3911 | 2025.01.29 21:08:51.773308 [ 263 ] {f8e7168e-d516-4850-8a06-96837ed3757f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3912 | 2025.01.29 21:08:51.773359 [ 263 ] {f8e7168e-d516-4850-8a06-96837ed3757f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3913 | 2025.01.29 21:08:51.773787 [ 263 ] {f8e7168e-d516-4850-8a06-96837ed3757f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3914 | 2025.01.29 21:08:51.774042 [ 263 ] {f8e7168e-d516-4850-8a06-96837ed3757f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3915 | 2025.01.29 21:08:51.774273 [ 263 ] {f8e7168e-d516-4850-8a06-96837ed3757f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002054 sec., 27263.87536514119 rows/sec., 2.09 MiB/sec. | ||
| 3916 | 2025.01.29 21:08:51.774397 [ 263 ] {f8e7168e-d516-4850-8a06-96837ed3757f} <Debug> TCPHandler: Processed in 0.00256955 sec. | ||
| 3917 | 2025.01.29 21:08:51.774769 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3918 | 2025.01.29 21:08:51.774991 [ 260 ] {5f8b8fb8-26bc-4b45-bc05-da27a37df9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3919 | 2025.01.29 21:08:51.775079 [ 260 ] {5f8b8fb8-26bc-4b45-bc05-da27a37df9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3920 | 2025.01.29 21:08:51.775968 [ 260 ] {5f8b8fb8-26bc-4b45-bc05-da27a37df9f5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2025.01.29 21:08:51.776022 [ 260 ] {5f8b8fb8-26bc-4b45-bc05-da27a37df9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3922 | 2025.01.29 21:08:51.776469 [ 260 ] {5f8b8fb8-26bc-4b45-bc05-da27a37df9f5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3923 | 2025.01.29 21:08:51.776727 [ 260 ] {5f8b8fb8-26bc-4b45-bc05-da27a37df9f5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3924 | 2025.01.29 21:08:51.776982 [ 260 ] {5f8b8fb8-26bc-4b45-bc05-da27a37df9f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002054 sec., 31158.714703018504 rows/sec., 2.43 MiB/sec. | ||
| 3925 | 2025.01.29 21:08:51.777050 [ 260 ] {5f8b8fb8-26bc-4b45-bc05-da27a37df9f5} <Debug> TCPHandler: Processed in 0.002471449 sec. | ||
| 3926 | 2025.01.29 21:08:51.777237 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3927 | 2025.01.29 21:08:51.777390 [ 263 ] {bb9117fa-b9bc-42ae-81cc-1c71cb444537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3928 | 2025.01.29 21:08:51.777460 [ 263 ] {bb9117fa-b9bc-42ae-81cc-1c71cb444537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3929 | 2025.01.29 21:08:51.778075 [ 263 ] {bb9117fa-b9bc-42ae-81cc-1c71cb444537} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2025.01.29 21:08:51.778117 [ 263 ] {bb9117fa-b9bc-42ae-81cc-1c71cb444537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3931 | 2025.01.29 21:08:51.778527 [ 263 ] {bb9117fa-b9bc-42ae-81cc-1c71cb444537} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3932 | 2025.01.29 21:08:51.778778 [ 263 ] {bb9117fa-b9bc-42ae-81cc-1c71cb444537} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2025.01.29 21:08:51.778966 [ 263 ] {bb9117fa-b9bc-42ae-81cc-1c71cb444537} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001613 sec., 40917.54494730316 rows/sec., 2.86 MiB/sec. | ||
| 3934 | 2025.01.29 21:08:51.779024 [ 263 ] {bb9117fa-b9bc-42ae-81cc-1c71cb444537} <Debug> TCPHandler: Processed in 0.001859262 sec. | ||
| 3935 | 2025.01.29 21:08:51.779188 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3936 | 2025.01.29 21:08:51.779319 [ 260 ] {5335b63b-d7b6-4860-97e6-0e44b3fafc07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3937 | 2025.01.29 21:08:51.779378 [ 260 ] {5335b63b-d7b6-4860-97e6-0e44b3fafc07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3938 | 2025.01.29 21:08:51.779906 [ 260 ] {5335b63b-d7b6-4860-97e6-0e44b3fafc07} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2025.01.29 21:08:51.779948 [ 260 ] {5335b63b-d7b6-4860-97e6-0e44b3fafc07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3940 | 2025.01.29 21:08:51.780341 [ 260 ] {5335b63b-d7b6-4860-97e6-0e44b3fafc07} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3941 | 2025.01.29 21:08:51.780591 [ 260 ] {5335b63b-d7b6-4860-97e6-0e44b3fafc07} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2025.01.29 21:08:51.780835 [ 260 ] {5335b63b-d7b6-4860-97e6-0e44b3fafc07} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001547 sec., 16806.722689075632 rows/sec., 1.13 MiB/sec. | ||
| 3943 | 2025.01.29 21:08:51.780957 [ 260 ] {5335b63b-d7b6-4860-97e6-0e44b3fafc07} <Debug> TCPHandler: Processed in 0.001831532 sec. | ||
| 3944 | 2025.01.29 21:08:52.502163 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 3945 | 2025.01.29 21:08:52.503043 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3946 | 2025.01.29 21:08:52.503084 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3947 | 2025.01.29 21:08:52.503574 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3948 | 2025.01.29 21:08:52.503819 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3949 | 2025.01.29 21:08:52.504037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 3950 | 2025.01.29 21:08:53.098198 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3951 | 2025.01.29 21:08:53.129113 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2025.01.29 21:08:53.129201 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3953 | 2025.01.29 21:08:53.141194 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3954 | 2025.01.29 21:08:53.142555 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2025.01.29 21:08:53.148087 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3956 | 2025.01.29 21:08:56.776978 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3957 | 2025.01.29 21:08:56.777180 [ 263 ] {d4ac9e57-76ec-4741-9017-91138bd86ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3958 | 2025.01.29 21:08:56.777252 [ 263 ] {d4ac9e57-76ec-4741-9017-91138bd86ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3959 | 2025.01.29 21:08:56.778009 [ 263 ] {d4ac9e57-76ec-4741-9017-91138bd86ef7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3960 | 2025.01.29 21:08:56.778053 [ 263 ] {d4ac9e57-76ec-4741-9017-91138bd86ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3961 | 2025.01.29 21:08:56.778527 [ 263 ] {d4ac9e57-76ec-4741-9017-91138bd86ef7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3962 | 2025.01.29 21:08:56.778785 [ 263 ] {d4ac9e57-76ec-4741-9017-91138bd86ef7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3963 | 2025.01.29 21:08:56.778981 [ 110 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3964 | 2025.01.29 21:08:56.779034 [ 263 ] {d4ac9e57-76ec-4741-9017-91138bd86ef7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.27 MiB/sec. | ||
| 3965 | 2025.01.29 21:08:56.779070 [ 110 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2025.01.29 21:08:56.779141 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3967 | 2025.01.29 21:08:56.779154 [ 263 ] {d4ac9e57-76ec-4741-9017-91138bd86ef7} <Debug> TCPHandler: Processed in 0.002346698 sec. | ||
| 3968 | 2025.01.29 21:08:56.779441 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 3969 | 2025.01.29 21:08:56.779529 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3970 | 2025.01.29 21:08:56.779923 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3971 | 2025.01.29 21:08:56.779958 [ 260 ] {da9d811c-a9eb-4081-83c9-c79505074c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3972 | 2025.01.29 21:08:56.779981 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 3973 | 2025.01.29 21:08:56.780084 [ 260 ] {da9d811c-a9eb-4081-83c9-c79505074c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3974 | 2025.01.29 21:08:56.780305 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 283 rows starting from the beginning of the part | ||
| 3975 | 2025.01.29 21:08:56.780585 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3976 | 2025.01.29 21:08:56.780987 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1429 rows starting from the beginning of the part | ||
| 3977 | 2025.01.29 21:08:56.781413 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3978 | 2025.01.29 21:08:56.781791 [ 196 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
| 3979 | 2025.01.29 21:08:56.782974 [ 260 ] {da9d811c-a9eb-4081-83c9-c79505074c23} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3980 | 2025.01.29 21:08:56.783040 [ 260 ] {da9d811c-a9eb-4081-83c9-c79505074c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3981 | 2025.01.29 21:08:56.784065 [ 260 ] {da9d811c-a9eb-4081-83c9-c79505074c23} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3982 | 2025.01.29 21:08:56.784462 [ 260 ] {da9d811c-a9eb-4081-83c9-c79505074c23} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3983 | 2025.01.29 21:08:56.784654 [ 110 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3984 | 2025.01.29 21:08:56.784757 [ 110 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3985 | 2025.01.29 21:08:56.784818 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 3986 | 2025.01.29 21:08:56.784970 [ 260 ] {da9d811c-a9eb-4081-83c9-c79505074c23} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005065 sec., 12635.73543928924 rows/sec., 1009.92 KiB/sec. | ||
| 3987 | 2025.01.29 21:08:56.785453 [ 260 ] {da9d811c-a9eb-4081-83c9-c79505074c23} <Debug> TCPHandler: Processed in 0.006133254 sec. | ||
| 3988 | 2025.01.29 21:08:56.785448 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 3989 | 2025.01.29 21:08:56.785833 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3990 | 2025.01.29 21:08:56.786109 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006849862 sec., 482929.4371185872 rows/sec., 42.32 MiB/sec. | ||
| 3991 | 2025.01.29 21:08:56.786158 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3992 | 2025.01.29 21:08:56.786324 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 905 rows starting from the beginning of the part | ||
| 3993 | 2025.01.29 21:08:56.786407 [ 263 ] {10beaa97-336b-4dbf-ac7f-284462cdd42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3994 | 2025.01.29 21:08:56.786718 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3995 | 2025.01.29 21:08:56.786815 [ 263 ] {10beaa97-336b-4dbf-ac7f-284462cdd42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3996 | 2025.01.29 21:08:56.787036 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 422 rows starting from the beginning of the part | ||
| 3997 | 2025.01.29 21:08:56.787577 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3998 | 2025.01.29 21:08:56.788131 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 890 rows starting from the beginning of the part | ||
| 3999 | 2025.01.29 21:08:56.788396 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): 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.29 21:08:56.788707 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 4001 | 2025.01.29 21:08:56.789071 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_26_5} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4002 | 2025.01.29 21:08:56.789262 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
| 4003 | 2025.01.29 21:08:56.789521 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4004 | 2025.01.29 21:08:56.791004 [ 263 ] {10beaa97-336b-4dbf-ac7f-284462cdd42e} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4005 | 2025.01.29 21:08:56.791073 [ 263 ] {10beaa97-336b-4dbf-ac7f-284462cdd42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4006 | 2025.01.29 21:08:56.792267 [ 263 ] {10beaa97-336b-4dbf-ac7f-284462cdd42e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4007 | 2025.01.29 21:08:56.792565 [ 263 ] {10beaa97-336b-4dbf-ac7f-284462cdd42e} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4008 | 2025.01.29 21:08:56.793195 [ 263 ] {10beaa97-336b-4dbf-ac7f-284462cdd42e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006976 sec., 22935.77981651376 rows/sec., 1.60 MiB/sec. | ||
| 4009 | 2025.01.29 21:08:56.793233 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.008282769 sec., 290844.76459502854 rows/sec., 22.30 MiB/sec. | ||
| 4010 | 2025.01.29 21:08:56.793559 [ 263 ] {10beaa97-336b-4dbf-ac7f-284462cdd42e} <Debug> TCPHandler: Processed in 0.007957795 sec. | ||
| 4011 | 2025.01.29 21:08:56.793600 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4012 | 2025.01.29 21:08:56.793865 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4013 | 2025.01.29 21:08:56.794020 [ 260 ] {a6aac2b9-f5f1-4286-9097-bdb5a962c0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4014 | 2025.01.29 21:08:56.794096 [ 260 ] {a6aac2b9-f5f1-4286-9097-bdb5a962c0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4015 | 2025.01.29 21:08:56.794126 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4016 | 2025.01.29 21:08:56.794255 [ 193 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_26_5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4017 | 2025.01.29 21:08:56.794376 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4018 | 2025.01.29 21:08:56.794801 [ 260 ] {a6aac2b9-f5f1-4286-9097-bdb5a962c0f7} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2025.01.29 21:08:56.794848 [ 260 ] {a6aac2b9-f5f1-4286-9097-bdb5a962c0f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4020 | 2025.01.29 21:08:56.795231 [ 260 ] {a6aac2b9-f5f1-4286-9097-bdb5a962c0f7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4021 | 2025.01.29 21:08:56.795474 [ 260 ] {a6aac2b9-f5f1-4286-9097-bdb5a962c0f7} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2025.01.29 21:08:56.795731 [ 260 ] {a6aac2b9-f5f1-4286-9097-bdb5a962c0f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001749 sec., 34305.31732418525 rows/sec., 2.31 MiB/sec. | ||
| 4023 | 2025.01.29 21:08:56.795930 [ 260 ] {a6aac2b9-f5f1-4286-9097-bdb5a962c0f7} <Debug> TCPHandler: Processed in 0.002217886 sec. | ||
| 4024 | 2025.01.29 21:08:59.900719 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4025 | 2025.01.29 21:08:59.900777 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4026 | 2025.01.29 21:09:00.004265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9272 | ||
| 4027 | 2025.01.29 21:09:00.005036 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4028 | 2025.01.29 21:09:00.005086 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4029 | 2025.01.29 21:09:00.005663 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4030 | 2025.01.29 21:09:00.005940 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2025.01.29 21:09:00.006187 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9272 | ||
| 4032 | 2025.01.29 21:09:00.031741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 546 | ||
| 4033 | 2025.01.29 21:09:00.034374 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2025.01.29 21:09:00.034418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4035 | 2025.01.29 21:09:00.035844 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4036 | 2025.01.29 21:09:00.036156 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2025.01.29 21:09:00.036868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 546 | ||
| 4038 | 2025.01.29 21:09:00.648274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4039 | 2025.01.29 21:09:00.670000 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4040 | 2025.01.29 21:09:00.670068 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4041 | 2025.01.29 21:09:00.677626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4042 | 2025.01.29 21:09:00.678439 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4043 | 2025.01.29 21:09:00.681506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4044 | 2025.01.29 21:09:01.782877 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4045 | 2025.01.29 21:09:01.783089 [ 263 ] {e966b918-18cc-4b2d-bda6-73652eba21e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4046 | 2025.01.29 21:09:01.783182 [ 263 ] {e966b918-18cc-4b2d-bda6-73652eba21e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4047 | 2025.01.29 21:09:01.783965 [ 263 ] {e966b918-18cc-4b2d-bda6-73652eba21e1} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4048 | 2025.01.29 21:09:01.784016 [ 263 ] {e966b918-18cc-4b2d-bda6-73652eba21e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4049 | 2025.01.29 21:09:01.784453 [ 263 ] {e966b918-18cc-4b2d-bda6-73652eba21e1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4050 | 2025.01.29 21:09:01.784721 [ 263 ] {e966b918-18cc-4b2d-bda6-73652eba21e1} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4051 | 2025.01.29 21:09:01.784976 [ 263 ] {e966b918-18cc-4b2d-bda6-73652eba21e1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 4052 | 2025.01.29 21:09:01.785045 [ 263 ] {e966b918-18cc-4b2d-bda6-73652eba21e1} <Debug> TCPHandler: Processed in 0.002302147 sec. | ||
| 4053 | 2025.01.29 21:09:01.785314 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4054 | 2025.01.29 21:09:01.785506 [ 260 ] {09708c0a-1b7c-4ebd-9012-b7c72bf98a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4055 | 2025.01.29 21:09:01.785580 [ 260 ] {09708c0a-1b7c-4ebd-9012-b7c72bf98a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4056 | 2025.01.29 21:09:01.786480 [ 260 ] {09708c0a-1b7c-4ebd-9012-b7c72bf98a59} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4057 | 2025.01.29 21:09:01.786523 [ 260 ] {09708c0a-1b7c-4ebd-9012-b7c72bf98a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4058 | 2025.01.29 21:09:01.786986 [ 260 ] {09708c0a-1b7c-4ebd-9012-b7c72bf98a59} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4059 | 2025.01.29 21:09:01.787245 [ 260 ] {09708c0a-1b7c-4ebd-9012-b7c72bf98a59} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4060 | 2025.01.29 21:09:01.787459 [ 260 ] {09708c0a-1b7c-4ebd-9012-b7c72bf98a59} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002004 sec., 141217.56487025946 rows/sec., 12.48 MiB/sec. | ||
| 4061 | 2025.01.29 21:09:01.787559 [ 260 ] {09708c0a-1b7c-4ebd-9012-b7c72bf98a59} <Debug> TCPHandler: Processed in 0.002369908 sec. | ||
| 4062 | 2025.01.29 21:09:01.787794 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4063 | 2025.01.29 21:09:01.787958 [ 263 ] {d2150088-c6f8-4742-a978-8f6fd6bfc28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4064 | 2025.01.29 21:09:01.788022 [ 263 ] {d2150088-c6f8-4742-a978-8f6fd6bfc28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4065 | 2025.01.29 21:09:01.788667 [ 263 ] {d2150088-c6f8-4742-a978-8f6fd6bfc28a} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4066 | 2025.01.29 21:09:01.788709 [ 263 ] {d2150088-c6f8-4742-a978-8f6fd6bfc28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4067 | 2025.01.29 21:09:01.789080 [ 263 ] {d2150088-c6f8-4742-a978-8f6fd6bfc28a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4068 | 2025.01.29 21:09:01.789329 [ 263 ] {d2150088-c6f8-4742-a978-8f6fd6bfc28a} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4069 | 2025.01.29 21:09:01.789560 [ 263 ] {d2150088-c6f8-4742-a978-8f6fd6bfc28a} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001639 sec., 28676.021964612566 rows/sec., 2.06 MiB/sec. | ||
| 4070 | 2025.01.29 21:09:01.789618 [ 263 ] {d2150088-c6f8-4742-a978-8f6fd6bfc28a} <Debug> TCPHandler: Processed in 0.001948944 sec. | ||
| 4071 | 2025.01.29 21:09:01.789775 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4072 | 2025.01.29 21:09:01.789899 [ 260 ] {6e6f3cc2-8e24-4d4a-9385-f6517d26b469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4073 | 2025.01.29 21:09:01.789953 [ 260 ] {6e6f3cc2-8e24-4d4a-9385-f6517d26b469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4074 | 2025.01.29 21:09:01.790574 [ 260 ] {6e6f3cc2-8e24-4d4a-9385-f6517d26b469} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4075 | 2025.01.29 21:09:01.790612 [ 260 ] {6e6f3cc2-8e24-4d4a-9385-f6517d26b469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4076 | 2025.01.29 21:09:01.790986 [ 260 ] {6e6f3cc2-8e24-4d4a-9385-f6517d26b469} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4077 | 2025.01.29 21:09:01.791232 [ 260 ] {6e6f3cc2-8e24-4d4a-9385-f6517d26b469} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4078 | 2025.01.29 21:09:01.791474 [ 260 ] {6e6f3cc2-8e24-4d4a-9385-f6517d26b469} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec. | ||
| 4079 | 2025.01.29 21:09:01.791680 [ 260 ] {6e6f3cc2-8e24-4d4a-9385-f6517d26b469} <Debug> TCPHandler: Processed in 0.001961823 sec. | ||
| 4080 | 2025.01.29 21:09:01.791938 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4081 | 2025.01.29 21:09:01.792143 [ 263 ] {3c8d7a05-b65c-486b-8337-a55a5d34a9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4082 | 2025.01.29 21:09:01.792201 [ 263 ] {3c8d7a05-b65c-486b-8337-a55a5d34a9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4083 | 2025.01.29 21:09:01.792874 [ 263 ] {3c8d7a05-b65c-486b-8337-a55a5d34a9ba} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4084 | 2025.01.29 21:09:01.792921 [ 263 ] {3c8d7a05-b65c-486b-8337-a55a5d34a9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4085 | 2025.01.29 21:09:01.793297 [ 263 ] {3c8d7a05-b65c-486b-8337-a55a5d34a9ba} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4086 | 2025.01.29 21:09:01.793542 [ 263 ] {3c8d7a05-b65c-486b-8337-a55a5d34a9ba} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2025.01.29 21:09:01.793837 [ 263 ] {3c8d7a05-b65c-486b-8337-a55a5d34a9ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00171 sec., 7602.33918128655 rows/sec., 474.00 KiB/sec. | ||
| 4088 | 2025.01.29 21:09:01.793970 [ 263 ] {3c8d7a05-b65c-486b-8337-a55a5d34a9ba} <Debug> TCPHandler: Processed in 0.002156056 sec. | ||
| 4089 | 2025.01.29 21:09:01.794128 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4090 | 2025.01.29 21:09:01.794267 [ 260 ] {7058fabd-9ae9-4241-8d4a-744ed67c54ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4091 | 2025.01.29 21:09:01.794327 [ 260 ] {7058fabd-9ae9-4241-8d4a-744ed67c54ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4092 | 2025.01.29 21:09:01.795165 [ 260 ] {7058fabd-9ae9-4241-8d4a-744ed67c54ae} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2025.01.29 21:09:01.795204 [ 260 ] {7058fabd-9ae9-4241-8d4a-744ed67c54ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4094 | 2025.01.29 21:09:01.795601 [ 260 ] {7058fabd-9ae9-4241-8d4a-744ed67c54ae} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4095 | 2025.01.29 21:09:01.795847 [ 260 ] {7058fabd-9ae9-4241-8d4a-744ed67c54ae} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2025.01.29 21:09:01.796080 [ 260 ] {7058fabd-9ae9-4241-8d4a-744ed67c54ae} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001839 sec., 229472.53942359978 rows/sec., 16.40 MiB/sec. | ||
| 4097 | 2025.01.29 21:09:01.796292 [ 260 ] {7058fabd-9ae9-4241-8d4a-744ed67c54ae} <Debug> TCPHandler: Processed in 0.002224597 sec. | ||
| 4098 | 2025.01.29 21:09:01.796475 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2025.01.29 21:09:01.796611 [ 263 ] {65057687-0926-4840-8cea-4f997982313a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4100 | 2025.01.29 21:09:01.796670 [ 263 ] {65057687-0926-4840-8cea-4f997982313a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4101 | 2025.01.29 21:09:01.797190 [ 263 ] {65057687-0926-4840-8cea-4f997982313a} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2025.01.29 21:09:01.797228 [ 263 ] {65057687-0926-4840-8cea-4f997982313a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4103 | 2025.01.29 21:09:01.797584 [ 263 ] {65057687-0926-4840-8cea-4f997982313a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4104 | 2025.01.29 21:09:01.797826 [ 263 ] {65057687-0926-4840-8cea-4f997982313a} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2025.01.29 21:09:01.798037 [ 263 ] {65057687-0926-4840-8cea-4f997982313a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 4106 | 2025.01.29 21:09:01.798087 [ 263 ] {65057687-0926-4840-8cea-4f997982313a} <Debug> TCPHandler: Processed in 0.00168862 sec. | ||
| 4107 | 2025.01.29 21:09:01.798284 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4108 | 2025.01.29 21:09:01.798509 [ 260 ] {917854d4-5a3a-4e39-8b8e-8f577d51fe97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4109 | 2025.01.29 21:09:01.798609 [ 260 ] {917854d4-5a3a-4e39-8b8e-8f577d51fe97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4110 | 2025.01.29 21:09:01.799417 [ 260 ] {917854d4-5a3a-4e39-8b8e-8f577d51fe97} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2025.01.29 21:09:01.799456 [ 260 ] {917854d4-5a3a-4e39-8b8e-8f577d51fe97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4112 | 2025.01.29 21:09:01.799853 [ 260 ] {917854d4-5a3a-4e39-8b8e-8f577d51fe97} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4113 | 2025.01.29 21:09:01.800097 [ 260 ] {917854d4-5a3a-4e39-8b8e-8f577d51fe97} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2025.01.29 21:09:01.800227 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4115 | 2025.01.29 21:09:01.800278 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4116 | 2025.01.29 21:09:01.800287 [ 260 ] {917854d4-5a3a-4e39-8b8e-8f577d51fe97} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001834 sec., 129225.73609596511 rows/sec., 8.66 MiB/sec. | ||
| 4117 | 2025.01.29 21:09:01.800307 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4118 | 2025.01.29 21:09:01.800356 [ 260 ] {917854d4-5a3a-4e39-8b8e-8f577d51fe97} <Debug> TCPHandler: Processed in 0.002183186 sec. | ||
| 4119 | 2025.01.29 21:09:01.800631 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 4120 | 2025.01.29 21:09:01.800660 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4121 | 2025.01.29 21:09:01.800951 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4122 | 2025.01.29 21:09:01.800975 [ 263 ] {f67794c1-f9be-4517-818a-26c2a550ef52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4123 | 2025.01.29 21:09:01.801034 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6034 rows starting from the beginning of the part | ||
| 4124 | 2025.01.29 21:09:01.801103 [ 263 ] {f67794c1-f9be-4517-818a-26c2a550ef52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4125 | 2025.01.29 21:09:01.801330 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 4126 | 2025.01.29 21:09:01.801749 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 897 rows starting from the beginning of the part | ||
| 4127 | 2025.01.29 21:09:01.802071 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 66 rows starting from the beginning of the part | ||
| 4128 | 2025.01.29 21:09:01.802406 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 4129 | 2025.01.29 21:09:01.802561 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 4130 | 2025.01.29 21:09:01.803230 [ 263 ] {f67794c1-f9be-4517-818a-26c2a550ef52} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4131 | 2025.01.29 21:09:01.803273 [ 263 ] {f67794c1-f9be-4517-818a-26c2a550ef52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4132 | 2025.01.29 21:09:01.803725 [ 263 ] {f67794c1-f9be-4517-818a-26c2a550ef52} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4133 | 2025.01.29 21:09:01.804070 [ 263 ] {f67794c1-f9be-4517-818a-26c2a550ef52} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4134 | 2025.01.29 21:09:01.804580 [ 263 ] {f67794c1-f9be-4517-818a-26c2a550ef52} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00369 sec., 271.00271002710025 rows/sec., 18.26 KiB/sec. | ||
| 4135 | 2025.01.29 21:09:01.804886 [ 263 ] {f67794c1-f9be-4517-818a-26c2a550ef52} <Debug> TCPHandler: Processed in 0.004376852 sec. | ||
| 4136 | 2025.01.29 21:09:01.805104 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4137 | 2025.01.29 21:09:01.805254 [ 260 ] {61f7e932-2752-447c-9ac4-bc9e386d2d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4138 | 2025.01.29 21:09:01.805425 [ 260 ] {61f7e932-2752-447c-9ac4-bc9e386d2d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4139 | 2025.01.29 21:09:01.806215 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7554 rows, containing 5 columns (5 merged, 0 gathered) in 0.005775109 sec., 1308027.2597452274 rows/sec., 88.10 MiB/sec. | ||
| 4140 | 2025.01.29 21:09:01.806865 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4141 | 2025.01.29 21:09:01.807610 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4142 | 2025.01.29 21:09:01.807875 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4143 | 2025.01.29 21:09:01.808082 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 4144 | 2025.01.29 21:09:01.808180 [ 260 ] {61f7e932-2752-447c-9ac4-bc9e386d2d03} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2025.01.29 21:09:01.808224 [ 260 ] {61f7e932-2752-447c-9ac4-bc9e386d2d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4146 | 2025.01.29 21:09:01.808924 [ 260 ] {61f7e932-2752-447c-9ac4-bc9e386d2d03} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4147 | 2025.01.29 21:09:01.809200 [ 260 ] {61f7e932-2752-447c-9ac4-bc9e386d2d03} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2025.01.29 21:09:01.809402 [ 260 ] {61f7e932-2752-447c-9ac4-bc9e386d2d03} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004179 sec., 9571.667863125149 rows/sec., 17.15 MiB/sec. | ||
| 4149 | 2025.01.29 21:09:01.809500 [ 260 ] {61f7e932-2752-447c-9ac4-bc9e386d2d03} <Debug> TCPHandler: Processed in 0.004496914 sec. | ||
| 4150 | 2025.01.29 21:09:01.809666 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4151 | 2025.01.29 21:09:01.809807 [ 263 ] {c5ea570f-2cae-4095-82b0-ff6327c5821f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4152 | 2025.01.29 21:09:01.809869 [ 263 ] {c5ea570f-2cae-4095-82b0-ff6327c5821f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4153 | 2025.01.29 21:09:01.810421 [ 263 ] {c5ea570f-2cae-4095-82b0-ff6327c5821f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4154 | 2025.01.29 21:09:01.810462 [ 263 ] {c5ea570f-2cae-4095-82b0-ff6327c5821f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4155 | 2025.01.29 21:09:01.810850 [ 263 ] {c5ea570f-2cae-4095-82b0-ff6327c5821f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4156 | 2025.01.29 21:09:01.811086 [ 263 ] {c5ea570f-2cae-4095-82b0-ff6327c5821f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4157 | 2025.01.29 21:09:01.811255 [ 104 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4158 | 2025.01.29 21:09:01.811318 [ 104 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4159 | 2025.01.29 21:09:01.811354 [ 263 ] {c5ea570f-2cae-4095-82b0-ff6327c5821f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001565 sec., 52396.1661341853 rows/sec., 3.33 MiB/sec. | ||
| 4160 | 2025.01.29 21:09:01.811363 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4161 | 2025.01.29 21:09:01.811509 [ 263 ] {c5ea570f-2cae-4095-82b0-ff6327c5821f} <Debug> TCPHandler: Processed in 0.001910533 sec. | ||
| 4162 | 2025.01.29 21:09:01.811601 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 4163 | 2025.01.29 21:09:01.811775 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4164 | 2025.01.29 21:09:01.811816 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1064 rows starting from the beginning of the part | ||
| 4165 | 2025.01.29 21:09:01.811941 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 4166 | 2025.01.29 21:09:01.812029 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 4167 | 2025.01.29 21:09:01.812226 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 4168 | 2025.01.29 21:09:01.812348 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 4169 | 2025.01.29 21:09:01.812536 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 4170 | 2025.01.29 21:09:01.813926 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1348 rows, containing 4 columns (4 merged, 0 gathered) in 0.002421939 sec., 556578.8403423867 rows/sec., 36.14 MiB/sec. | ||
| 4171 | 2025.01.29 21:09:01.814118 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4172 | 2025.01.29 21:09:01.814426 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_26_5} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2025.01.29 21:09:01.814512 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_26_5} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4174 | 2025.01.29 21:09:01.814601 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 4175 | 2025.01.29 21:09:06.777057 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4176 | 2025.01.29 21:09:06.777279 [ 263 ] {c6e5da20-b122-4ade-a2e6-09fe93391286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4177 | 2025.01.29 21:09:06.777351 [ 263 ] {c6e5da20-b122-4ade-a2e6-09fe93391286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4178 | 2025.01.29 21:09:06.778086 [ 263 ] {c6e5da20-b122-4ade-a2e6-09fe93391286} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4179 | 2025.01.29 21:09:06.778135 [ 263 ] {c6e5da20-b122-4ade-a2e6-09fe93391286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4180 | 2025.01.29 21:09:06.778537 [ 263 ] {c6e5da20-b122-4ade-a2e6-09fe93391286} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4181 | 2025.01.29 21:09:06.778783 [ 263 ] {c6e5da20-b122-4ade-a2e6-09fe93391286} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4182 | 2025.01.29 21:09:06.779042 [ 263 ] {c6e5da20-b122-4ade-a2e6-09fe93391286} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001814 sec., 1102.5358324145534 rows/sec., 89.90 KiB/sec. | ||
| 4183 | 2025.01.29 21:09:06.779243 [ 263 ] {c6e5da20-b122-4ade-a2e6-09fe93391286} <Debug> TCPHandler: Processed in 0.002314758 sec. | ||
| 4184 | 2025.01.29 21:09:06.779555 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4185 | 2025.01.29 21:09:06.779773 [ 260 ] {95314cd3-8d7c-4cc5-81ce-7174995cc6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4186 | 2025.01.29 21:09:06.779857 [ 260 ] {95314cd3-8d7c-4cc5-81ce-7174995cc6ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4187 | 2025.01.29 21:09:06.780712 [ 260 ] {95314cd3-8d7c-4cc5-81ce-7174995cc6ff} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4188 | 2025.01.29 21:09:06.780761 [ 260 ] {95314cd3-8d7c-4cc5-81ce-7174995cc6ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4189 | 2025.01.29 21:09:06.781185 [ 260 ] {95314cd3-8d7c-4cc5-81ce-7174995cc6ff} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4190 | 2025.01.29 21:09:06.781436 [ 260 ] {95314cd3-8d7c-4cc5-81ce-7174995cc6ff} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4191 | 2025.01.29 21:09:06.781675 [ 260 ] {95314cd3-8d7c-4cc5-81ce-7174995cc6ff} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001965 sec., 29007.63358778626 rows/sec., 2.23 MiB/sec. | ||
| 4192 | 2025.01.29 21:09:06.781736 [ 260 ] {95314cd3-8d7c-4cc5-81ce-7174995cc6ff} <Debug> TCPHandler: Processed in 0.002328908 sec. | ||
| 4193 | 2025.01.29 21:09:06.781910 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4194 | 2025.01.29 21:09:06.782037 [ 263 ] {a14fecf0-2469-4eb2-b941-67d54465aa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4195 | 2025.01.29 21:09:06.782094 [ 263 ] {a14fecf0-2469-4eb2-b941-67d54465aa4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4196 | 2025.01.29 21:09:06.782688 [ 263 ] {a14fecf0-2469-4eb2-b941-67d54465aa4b} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2025.01.29 21:09:06.782729 [ 263 ] {a14fecf0-2469-4eb2-b941-67d54465aa4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4198 | 2025.01.29 21:09:06.783080 [ 263 ] {a14fecf0-2469-4eb2-b941-67d54465aa4b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4199 | 2025.01.29 21:09:06.783323 [ 263 ] {a14fecf0-2469-4eb2-b941-67d54465aa4b} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2025.01.29 21:09:06.783487 [ 99 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4201 | 2025.01.29 21:09:06.783551 [ 263 ] {a14fecf0-2469-4eb2-b941-67d54465aa4b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001537 sec., 1301.2361743656475 rows/sec., 90.86 KiB/sec. | ||
| 4202 | 2025.01.29 21:09:06.783563 [ 99 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4203 | 2025.01.29 21:09:06.783625 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4204 | 2025.01.29 21:09:06.783678 [ 263 ] {a14fecf0-2469-4eb2-b941-67d54465aa4b} <Debug> TCPHandler: Processed in 0.001823372 sec. | ||
| 4205 | 2025.01.29 21:09:06.784025 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4206 | 2025.01.29 21:09:06.784046 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::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 | ||
| 4207 | 2025.01.29 21:09:06.784443 [ 260 ] {68aaeede-5426-4c50-9f40-1a2f610e65f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4208 | 2025.01.29 21:09:06.784475 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4209 | 2025.01.29 21:09:06.784552 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 56 rows starting from the beginning of the part | ||
| 4210 | 2025.01.29 21:09:06.784557 [ 260 ] {68aaeede-5426-4c50-9f40-1a2f610e65f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4211 | 2025.01.29 21:09:06.784906 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 4212 | 2025.01.29 21:09:06.785287 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 47 rows starting from the beginning of the part | ||
| 4213 | 2025.01.29 21:09:06.785625 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 59 rows starting from the beginning of the part | ||
| 4214 | 2025.01.29 21:09:06.786013 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 47 rows starting from the beginning of the part | ||
| 4215 | 2025.01.29 21:09:06.786410 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 4216 | 2025.01.29 21:09:06.787492 [ 260 ] {68aaeede-5426-4c50-9f40-1a2f610e65f9} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4217 | 2025.01.29 21:09:06.787563 [ 260 ] {68aaeede-5426-4c50-9f40-1a2f610e65f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4218 | 2025.01.29 21:09:06.788649 [ 260 ] {68aaeede-5426-4c50-9f40-1a2f610e65f9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4219 | 2025.01.29 21:09:06.789245 [ 260 ] {68aaeede-5426-4c50-9f40-1a2f610e65f9} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4220 | 2025.01.29 21:09:06.789253 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 5 columns (5 merged, 0 gathered) in 0.005496186 sec., 46759.69845270884 rows/sec., 3.53 MiB/sec. | ||
| 4221 | 2025.01.29 21:09:06.789529 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4222 | 2025.01.29 21:09:06.789664 [ 260 ] {68aaeede-5426-4c50-9f40-1a2f610e65f9} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005295 sec., 12464.589235127478 rows/sec., 996.85 KiB/sec. | ||
| 4223 | 2025.01.29 21:09:06.789791 [ 260 ] {68aaeede-5426-4c50-9f40-1a2f610e65f9} <Debug> TCPHandler: Processed in 0.005992272 sec. | ||
| 4224 | 2025.01.29 21:09:06.789977 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4225 | 2025.01.29 21:09:06.790046 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4226 | 2025.01.29 21:09:06.790121 [ 263 ] {669b8ac2-3a9d-48ed-a353-051cdd66fa73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4227 | 2025.01.29 21:09:06.790152 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_15_3} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4228 | 2025.01.29 21:09:06.790183 [ 263 ] {669b8ac2-3a9d-48ed-a353-051cdd66fa73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4229 | 2025.01.29 21:09:06.790271 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4230 | 2025.01.29 21:09:06.790819 [ 263 ] {669b8ac2-3a9d-48ed-a353-051cdd66fa73} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4231 | 2025.01.29 21:09:06.790857 [ 263 ] {669b8ac2-3a9d-48ed-a353-051cdd66fa73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4232 | 2025.01.29 21:09:06.791241 [ 263 ] {669b8ac2-3a9d-48ed-a353-051cdd66fa73} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4233 | 2025.01.29 21:09:06.791473 [ 263 ] {669b8ac2-3a9d-48ed-a353-051cdd66fa73} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4234 | 2025.01.29 21:09:06.791684 [ 263 ] {669b8ac2-3a9d-48ed-a353-051cdd66fa73} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001599 sec., 100687.92995622264 rows/sec., 7.01 MiB/sec. | ||
| 4235 | 2025.01.29 21:09:06.791740 [ 263 ] {669b8ac2-3a9d-48ed-a353-051cdd66fa73} <Debug> TCPHandler: Processed in 0.001828561 sec. | ||
| 4236 | 2025.01.29 21:09:06.791893 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4237 | 2025.01.29 21:09:06.792011 [ 260 ] {34bec57b-2d91-47dd-8358-829560cd5c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4238 | 2025.01.29 21:09:06.792066 [ 260 ] {34bec57b-2d91-47dd-8358-829560cd5c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4239 | 2025.01.29 21:09:06.792576 [ 260 ] {34bec57b-2d91-47dd-8358-829560cd5c5b} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4240 | 2025.01.29 21:09:06.792615 [ 260 ] {34bec57b-2d91-47dd-8358-829560cd5c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4241 | 2025.01.29 21:09:06.792992 [ 260 ] {34bec57b-2d91-47dd-8358-829560cd5c5b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4242 | 2025.01.29 21:09:06.793243 [ 260 ] {34bec57b-2d91-47dd-8358-829560cd5c5b} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4243 | 2025.01.29 21:09:06.793463 [ 260 ] {34bec57b-2d91-47dd-8358-829560cd5c5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
| 4244 | 2025.01.29 21:09:06.793584 [ 260 ] {34bec57b-2d91-47dd-8358-829560cd5c5b} <Debug> TCPHandler: Processed in 0.001747501 sec. | ||
| 4245 | 2025.01.29 21:09:07.506424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9699 | ||
| 4246 | 2025.01.29 21:09:07.507143 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.01.29 21:09:07.507197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4248 | 2025.01.29 21:09:07.507708 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4249 | 2025.01.29 21:09:07.507964 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2025.01.29 21:09:07.508162 [ 98 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4251 | 2025.01.29 21:09:07.508224 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4252 | 2025.01.29 21:09:07.508269 [ 98 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4253 | 2025.01.29 21:09:07.508300 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4254 | 2025.01.29 21:09:07.508429 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 4255 | 2025.01.29 21:09:07.508590 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4256 | 2025.01.29 21:09:07.508640 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 4257 | 2025.01.29 21:09:07.508730 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 4258 | 2025.01.29 21:09:07.509004 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 4259 | 2025.01.29 21:09:07.509228 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 4260 | 2025.01.29 21:09:07.509368 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4261 | 2025.01.29 21:09:07.509561 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4262 | 2025.01.29 21:09:07.512112 [ 191 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003742885 sec., 2591316.5913459803 rows/sec., 37.07 MiB/sec. | ||
| 4263 | 2025.01.29 21:09:07.512420 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4264 | 2025.01.29 21:09:07.512777 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_21_4} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2025.01.29 21:09:07.512870 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_21_4} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4266 | 2025.01.29 21:09:07.512989 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4267 | 2025.01.29 21:09:08.181674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4268 | 2025.01.29 21:09:08.203702 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.01.29 21:09:08.203770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4270 | 2025.01.29 21:09:08.211635 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4271 | 2025.01.29 21:09:08.212455 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.01.29 21:09:08.212854 [ 98 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4273 | 2025.01.29 21:09:08.212999 [ 98 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2025.01.29 21:09:08.213070 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4275 | 2025.01.29 21:09:08.213451 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 4276 | 2025.01.29 21:09:08.230883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4277 | 2025.01.29 21:09:08.231995 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4278 | 2025.01.29 21:09:08.233642 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 4279 | 2025.01.29 21:09:08.239496 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 4280 | 2025.01.29 21:09:08.245093 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 4281 | 2025.01.29 21:09:08.250777 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 4282 | 2025.01.29 21:09:08.256549 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 4283 | 2025.01.29 21:09:08.261466 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 4284 | 2025.01.29 21:09:08.320229 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.107012359 sec., 1485.809690448932 rows/sec., 7.68 MiB/sec. | ||
| 4285 | 2025.01.29 21:09:08.321827 [ 194 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4286 | 2025.01.29 21:09:08.324203 [ 194 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_21_4} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2025.01.29 21:09:08.324300 [ 194 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_21_4} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4288 | 2025.01.29 21:09:08.325609 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4289 | 2025.01.29 21:09:09.000151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.62 MiB, peak 194.16 MiB, free memory in arenas 0.00 B, will set to 186.19 MiB (RSS), difference: 2.57 MiB | ||
| 4290 | 2025.01.29 21:09:10.037172 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 580 | ||
| 4291 | 2025.01.29 21:09:10.040334 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2025.01.29 21:09:10.040377 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4293 | 2025.01.29 21:09:10.041837 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4294 | 2025.01.29 21:09:10.042150 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2025.01.29 21:09:10.042645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 580 | ||
| 4296 | 2025.01.29 21:09:11.783878 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2025.01.29 21:09:11.784078 [ 263 ] {6aaa16a0-88dd-4444-aac9-9cd881d4f9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4298 | 2025.01.29 21:09:11.784154 [ 263 ] {6aaa16a0-88dd-4444-aac9-9cd881d4f9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4299 | 2025.01.29 21:09:11.784916 [ 263 ] {6aaa16a0-88dd-4444-aac9-9cd881d4f9c9} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2025.01.29 21:09:11.784970 [ 263 ] {6aaa16a0-88dd-4444-aac9-9cd881d4f9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4301 | 2025.01.29 21:09:11.785407 [ 263 ] {6aaa16a0-88dd-4444-aac9-9cd881d4f9c9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4302 | 2025.01.29 21:09:11.785660 [ 263 ] {6aaa16a0-88dd-4444-aac9-9cd881d4f9c9} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2025.01.29 21:09:11.785957 [ 263 ] {6aaa16a0-88dd-4444-aac9-9cd881d4f9c9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec. | ||
| 4304 | 2025.01.29 21:09:11.786135 [ 263 ] {6aaa16a0-88dd-4444-aac9-9cd881d4f9c9} <Debug> TCPHandler: Processed in 0.002386988 sec. | ||
| 4305 | 2025.01.29 21:09:11.786412 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4306 | 2025.01.29 21:09:11.786639 [ 260 ] {23311f95-e11d-4d10-9460-e1f4ce3b420b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4307 | 2025.01.29 21:09:11.786723 [ 260 ] {23311f95-e11d-4d10-9460-e1f4ce3b420b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4308 | 2025.01.29 21:09:11.787736 [ 260 ] {23311f95-e11d-4d10-9460-e1f4ce3b420b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4309 | 2025.01.29 21:09:11.787787 [ 260 ] {23311f95-e11d-4d10-9460-e1f4ce3b420b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4310 | 2025.01.29 21:09:11.788251 [ 260 ] {23311f95-e11d-4d10-9460-e1f4ce3b420b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4311 | 2025.01.29 21:09:11.788508 [ 260 ] {23311f95-e11d-4d10-9460-e1f4ce3b420b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.01.29 21:09:11.788743 [ 260 ] {23311f95-e11d-4d10-9460-e1f4ce3b420b} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002167 sec., 130595.29303184125 rows/sec., 11.54 MiB/sec. | ||
| 4313 | 2025.01.29 21:09:11.788806 [ 260 ] {23311f95-e11d-4d10-9460-e1f4ce3b420b} <Debug> TCPHandler: Processed in 0.0025382 sec. | ||
| 4314 | 2025.01.29 21:09:11.788967 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4315 | 2025.01.29 21:09:11.789114 [ 263 ] {56d8eccf-1389-40bf-8b39-65f17ede9bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4316 | 2025.01.29 21:09:11.789178 [ 263 ] {56d8eccf-1389-40bf-8b39-65f17ede9bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4317 | 2025.01.29 21:09:11.789863 [ 263 ] {56d8eccf-1389-40bf-8b39-65f17ede9bce} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2025.01.29 21:09:11.789906 [ 263 ] {56d8eccf-1389-40bf-8b39-65f17ede9bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4319 | 2025.01.29 21:09:11.790273 [ 263 ] {56d8eccf-1389-40bf-8b39-65f17ede9bce} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4320 | 2025.01.29 21:09:11.790527 [ 263 ] {56d8eccf-1389-40bf-8b39-65f17ede9bce} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2025.01.29 21:09:11.790743 [ 263 ] {56d8eccf-1389-40bf-8b39-65f17ede9bce} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001664 sec., 28245.19230769231 rows/sec., 2.03 MiB/sec. | ||
| 4322 | 2025.01.29 21:09:11.790802 [ 263 ] {56d8eccf-1389-40bf-8b39-65f17ede9bce} <Debug> TCPHandler: Processed in 0.001902263 sec. | ||
| 4323 | 2025.01.29 21:09:11.791031 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4324 | 2025.01.29 21:09:11.791262 [ 260 ] {71d11d8c-919c-467e-8896-d52d4d2764db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4325 | 2025.01.29 21:09:11.791359 [ 260 ] {71d11d8c-919c-467e-8896-d52d4d2764db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4326 | 2025.01.29 21:09:11.792026 [ 260 ] {71d11d8c-919c-467e-8896-d52d4d2764db} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4327 | 2025.01.29 21:09:11.792069 [ 260 ] {71d11d8c-919c-467e-8896-d52d4d2764db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4328 | 2025.01.29 21:09:11.792437 [ 260 ] {71d11d8c-919c-467e-8896-d52d4d2764db} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4329 | 2025.01.29 21:09:11.792683 [ 260 ] {71d11d8c-919c-467e-8896-d52d4d2764db} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4330 | 2025.01.29 21:09:11.792857 [ 94 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4331 | 2025.01.29 21:09:11.792929 [ 260 ] {71d11d8c-919c-467e-8896-d52d4d2764db} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001724 sec., 8120.649651972158 rows/sec., 568.72 KiB/sec. | ||
| 4332 | 2025.01.29 21:09:11.792947 [ 94 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4333 | 2025.01.29 21:09:11.793025 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4334 | 2025.01.29 21:09:11.793052 [ 260 ] {71d11d8c-919c-467e-8896-d52d4d2764db} <Debug> TCPHandler: Processed in 0.002134756 sec. | ||
| 4335 | 2025.01.29 21:09:11.793400 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 4336 | 2025.01.29 21:09:11.793432 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2025.01.29 21:09:11.793749 [ 263 ] {6c0ddef8-dd25-400d-aee9-8301b470af6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4338 | 2025.01.29 21:09:11.793803 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4339 | 2025.01.29 21:09:11.793849 [ 263 ] {6c0ddef8-dd25-400d-aee9-8301b470af6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4340 | 2025.01.29 21:09:11.793881 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 4341 | 2025.01.29 21:09:11.794280 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 4342 | 2025.01.29 21:09:11.794629 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 4343 | 2025.01.29 21:09:11.795042 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 4344 | 2025.01.29 21:09:11.795428 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 4345 | 2025.01.29 21:09:11.795804 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 4346 | 2025.01.29 21:09:11.796714 [ 263 ] {6c0ddef8-dd25-400d-aee9-8301b470af6d} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4347 | 2025.01.29 21:09:11.796780 [ 263 ] {6c0ddef8-dd25-400d-aee9-8301b470af6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4348 | 2025.01.29 21:09:11.797835 [ 263 ] {6c0ddef8-dd25-400d-aee9-8301b470af6d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4349 | 2025.01.29 21:09:11.798412 [ 263 ] {6c0ddef8-dd25-400d-aee9-8301b470af6d} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4350 | 2025.01.29 21:09:11.799021 [ 263 ] {6c0ddef8-dd25-400d-aee9-8301b470af6d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005321 sec., 2443.149783875211 rows/sec., 152.33 KiB/sec. | ||
| 4351 | 2025.01.29 21:09:11.799365 [ 263 ] {6c0ddef8-dd25-400d-aee9-8301b470af6d} <Debug> TCPHandler: Processed in 0.006176944 sec. | ||
| 4352 | 2025.01.29 21:09:11.799451 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006321455 sec., 85581.56310532939 rows/sec., 6.13 MiB/sec. | ||
| 4353 | 2025.01.29 21:09:11.799632 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4354 | 2025.01.29 21:09:11.799642 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4355 | 2025.01.29 21:09:11.799962 [ 260 ] {f4ae14f8-0e86-4816-bf70-914512576e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4356 | 2025.01.29 21:09:11.800127 [ 260 ] {f4ae14f8-0e86-4816-bf70-914512576e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4357 | 2025.01.29 21:09:11.800199 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_11_2} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4358 | 2025.01.29 21:09:11.800524 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_11_2} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4359 | 2025.01.29 21:09:11.800754 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4360 | 2025.01.29 21:09:11.801417 [ 260 ] {f4ae14f8-0e86-4816-bf70-914512576e6f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2025.01.29 21:09:11.801462 [ 260 ] {f4ae14f8-0e86-4816-bf70-914512576e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4362 | 2025.01.29 21:09:11.801870 [ 260 ] {f4ae14f8-0e86-4816-bf70-914512576e6f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4363 | 2025.01.29 21:09:11.802124 [ 260 ] {f4ae14f8-0e86-4816-bf70-914512576e6f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4364 | 2025.01.29 21:09:11.802390 [ 260 ] {f4ae14f8-0e86-4816-bf70-914512576e6f} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.002524 sec., 167194.92868462755 rows/sec., 11.95 MiB/sec. | ||
| 4365 | 2025.01.29 21:09:11.802594 [ 260 ] {f4ae14f8-0e86-4816-bf70-914512576e6f} <Debug> TCPHandler: Processed in 0.003105327 sec. | ||
| 4366 | 2025.01.29 21:09:11.802831 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4367 | 2025.01.29 21:09:11.802973 [ 263 ] {bb2a6345-55e3-45cd-87b2-e4c60935f12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4368 | 2025.01.29 21:09:11.803033 [ 263 ] {bb2a6345-55e3-45cd-87b2-e4c60935f12e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4369 | 2025.01.29 21:09:11.803594 [ 263 ] {bb2a6345-55e3-45cd-87b2-e4c60935f12e} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4370 | 2025.01.29 21:09:11.803634 [ 263 ] {bb2a6345-55e3-45cd-87b2-e4c60935f12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4371 | 2025.01.29 21:09:11.803995 [ 263 ] {bb2a6345-55e3-45cd-87b2-e4c60935f12e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4372 | 2025.01.29 21:09:11.804225 [ 263 ] {bb2a6345-55e3-45cd-87b2-e4c60935f12e} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4373 | 2025.01.29 21:09:11.804381 [ 94 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4374 | 2025.01.29 21:09:11.804442 [ 94 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4375 | 2025.01.29 21:09:11.804478 [ 263 ] {bb2a6345-55e3-45cd-87b2-e4c60935f12e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 205.15 KiB/sec. | ||
| 4376 | 2025.01.29 21:09:11.804488 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4377 | 2025.01.29 21:09:11.804648 [ 263 ] {bb2a6345-55e3-45cd-87b2-e4c60935f12e} <Debug> TCPHandler: Processed in 0.001928923 sec. | ||
| 4378 | 2025.01.29 21:09:11.804709 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 4379 | 2025.01.29 21:09:11.804849 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4380 | 2025.01.29 21:09:11.804870 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4381 | 2025.01.29 21:09:11.804922 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 4382 | 2025.01.29 21:09:11.805123 [ 260 ] {47b7cbec-06d3-43b3-8532-28427a333d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4383 | 2025.01.29 21:09:11.805181 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 4384 | 2025.01.29 21:09:11.805405 [ 260 ] {47b7cbec-06d3-43b3-8532-28427a333d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4385 | 2025.01.29 21:09:11.805491 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 4386 | 2025.01.29 21:09:11.805890 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 4387 | 2025.01.29 21:09:11.806252 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 4388 | 2025.01.29 21:09:11.806639 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 4389 | 2025.01.29 21:09:11.808194 [ 260 ] {47b7cbec-06d3-43b3-8532-28427a333d5c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4390 | 2025.01.29 21:09:11.808257 [ 260 ] {47b7cbec-06d3-43b3-8532-28427a333d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4391 | 2025.01.29 21:09:11.809425 [ 260 ] {47b7cbec-06d3-43b3-8532-28427a333d5c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4392 | 2025.01.29 21:09:11.809438 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004794847 sec., 13764.777061708122 rows/sec., 719.16 KiB/sec. | ||
| 4393 | 2025.01.29 21:09:11.809622 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4394 | 2025.01.29 21:09:11.809883 [ 260 ] {47b7cbec-06d3-43b3-8532-28427a333d5c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.01.29 21:09:11.810263 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_11_2} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4396 | 2025.01.29 21:09:11.810293 [ 260 ] {47b7cbec-06d3-43b3-8532-28427a333d5c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005291 sec., 44793.0447930448 rows/sec., 3.00 MiB/sec. | ||
| 4397 | 2025.01.29 21:09:11.810465 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_11_2} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4398 | 2025.01.29 21:09:11.810470 [ 260 ] {47b7cbec-06d3-43b3-8532-28427a333d5c} <Debug> TCPHandler: Processed in 0.005704768 sec. | ||
| 4399 | 2025.01.29 21:09:11.810688 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4400 | 2025.01.29 21:09:11.810711 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4401 | 2025.01.29 21:09:11.810829 [ 263 ] {baa1b512-63c4-4362-9110-0c7f28bf9a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4402 | 2025.01.29 21:09:11.810880 [ 263 ] {baa1b512-63c4-4362-9110-0c7f28bf9a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4403 | 2025.01.29 21:09:11.811352 [ 263 ] {baa1b512-63c4-4362-9110-0c7f28bf9a7e} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2025.01.29 21:09:11.811390 [ 263 ] {baa1b512-63c4-4362-9110-0c7f28bf9a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4405 | 2025.01.29 21:09:11.811741 [ 263 ] {baa1b512-63c4-4362-9110-0c7f28bf9a7e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4406 | 2025.01.29 21:09:11.811971 [ 263 ] {baa1b512-63c4-4362-9110-0c7f28bf9a7e} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2025.01.29 21:09:11.812121 [ 94 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4408 | 2025.01.29 21:09:11.812185 [ 94 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4409 | 2025.01.29 21:09:11.812209 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4410 | 2025.01.29 21:09:11.812234 [ 263 ] {baa1b512-63c4-4362-9110-0c7f28bf9a7e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 47.32 KiB/sec. | ||
| 4411 | 2025.01.29 21:09:11.812457 [ 263 ] {baa1b512-63c4-4362-9110-0c7f28bf9a7e} <Debug> TCPHandler: Processed in 0.001855872 sec. | ||
| 4412 | 2025.01.29 21:09:11.812503 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 4413 | 2025.01.29 21:09:11.812647 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4414 | 2025.01.29 21:09:11.812663 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4415 | 2025.01.29 21:09:11.812707 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 4416 | 2025.01.29 21:09:11.812883 [ 260 ] {34a75007-d16d-4073-ab2c-36b90b7e18fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4417 | 2025.01.29 21:09:11.812937 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4418 | 2025.01.29 21:09:11.813320 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4419 | 2025.01.29 21:09:11.813321 [ 260 ] {34a75007-d16d-4073-ab2c-36b90b7e18fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4420 | 2025.01.29 21:09:11.813551 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4421 | 2025.01.29 21:09:11.813756 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4422 | 2025.01.29 21:09:11.813974 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4423 | 2025.01.29 21:09:11.816109 [ 187 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.003788836 sec., 3167.1996359831887 rows/sec., 212.38 KiB/sec. | ||
| 4424 | 2025.01.29 21:09:11.816405 [ 187 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4425 | 2025.01.29 21:09:11.816715 [ 260 ] {34a75007-d16d-4073-ab2c-36b90b7e18fd} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4426 | 2025.01.29 21:09:11.816771 [ 260 ] {34a75007-d16d-4073-ab2c-36b90b7e18fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4427 | 2025.01.29 21:09:11.817253 [ 187 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4428 | 2025.01.29 21:09:11.817422 [ 187 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_11_2} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4429 | 2025.01.29 21:09:11.817604 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4430 | 2025.01.29 21:09:11.817939 [ 260 ] {34a75007-d16d-4073-ab2c-36b90b7e18fd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4431 | 2025.01.29 21:09:11.818217 [ 260 ] {34a75007-d16d-4073-ab2c-36b90b7e18fd} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.01.29 21:09:11.818569 [ 260 ] {34a75007-d16d-4073-ab2c-36b90b7e18fd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005782 sec., 6918.021445866482 rows/sec., 12.40 MiB/sec. | ||
| 4433 | 2025.01.29 21:09:11.818806 [ 260 ] {34a75007-d16d-4073-ab2c-36b90b7e18fd} <Debug> TCPHandler: Processed in 0.006231845 sec. | ||
| 4434 | 2025.01.29 21:09:11.818965 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2025.01.29 21:09:11.819090 [ 263 ] {da8e9ea3-e6f3-4d34-9f1f-12477d071fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4436 | 2025.01.29 21:09:11.819146 [ 263 ] {da8e9ea3-e6f3-4d34-9f1f-12477d071fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4437 | 2025.01.29 21:09:11.819728 [ 263 ] {da8e9ea3-e6f3-4d34-9f1f-12477d071fa0} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2025.01.29 21:09:11.819770 [ 263 ] {da8e9ea3-e6f3-4d34-9f1f-12477d071fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4439 | 2025.01.29 21:09:11.820175 [ 263 ] {da8e9ea3-e6f3-4d34-9f1f-12477d071fa0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4440 | 2025.01.29 21:09:11.820422 [ 263 ] {da8e9ea3-e6f3-4d34-9f1f-12477d071fa0} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2025.01.29 21:09:11.820675 [ 263 ] {da8e9ea3-e6f3-4d34-9f1f-12477d071fa0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0016 sec., 51250 rows/sec., 3.26 MiB/sec. | ||
| 4442 | 2025.01.29 21:09:11.820813 [ 263 ] {da8e9ea3-e6f3-4d34-9f1f-12477d071fa0} <Debug> TCPHandler: Processed in 0.001906443 sec. | ||
| 4443 | 2025.01.29 21:09:14.900835 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4444 | 2025.01.29 21:09:14.900917 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4445 | 2025.01.29 21:09:15.008681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10187 | ||
| 4446 | 2025.01.29 21:09:15.009732 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4447 | 2025.01.29 21:09:15.009778 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4448 | 2025.01.29 21:09:15.010299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4449 | 2025.01.29 21:09:15.010562 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4450 | 2025.01.29 21:09:15.010782 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10187 | ||
| 4451 | 2025.01.29 21:09:15.731070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4452 | 2025.01.29 21:09:15.750609 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2025.01.29 21:09:15.750667 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4454 | 2025.01.29 21:09:15.758044 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4455 | 2025.01.29 21:09:15.758815 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2025.01.29 21:09:15.762210 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4457 | 2025.01.29 21:09:16.777916 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4458 | 2025.01.29 21:09:16.778125 [ 263 ] {eb1fdd63-13ce-4806-85ce-66522f9f735f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4459 | 2025.01.29 21:09:16.778205 [ 263 ] {eb1fdd63-13ce-4806-85ce-66522f9f735f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4460 | 2025.01.29 21:09:16.779065 [ 263 ] {eb1fdd63-13ce-4806-85ce-66522f9f735f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4461 | 2025.01.29 21:09:16.779118 [ 263 ] {eb1fdd63-13ce-4806-85ce-66522f9f735f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4462 | 2025.01.29 21:09:16.779561 [ 263 ] {eb1fdd63-13ce-4806-85ce-66522f9f735f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4463 | 2025.01.29 21:09:16.779819 [ 263 ] {eb1fdd63-13ce-4806-85ce-66522f9f735f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4464 | 2025.01.29 21:09:16.780102 [ 263 ] {eb1fdd63-13ce-4806-85ce-66522f9f735f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002025 sec., 27654.320987654322 rows/sec., 2.12 MiB/sec. | ||
| 4465 | 2025.01.29 21:09:16.780211 [ 263 ] {eb1fdd63-13ce-4806-85ce-66522f9f735f} <Debug> TCPHandler: Processed in 0.002439419 sec. | ||
| 4466 | 2025.01.29 21:09:16.780575 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4467 | 2025.01.29 21:09:16.780829 [ 260 ] {c39dc778-f2e1-4428-b452-b7321894d091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4468 | 2025.01.29 21:09:16.780913 [ 260 ] {c39dc778-f2e1-4428-b452-b7321894d091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4469 | 2025.01.29 21:09:16.781788 [ 260 ] {c39dc778-f2e1-4428-b452-b7321894d091} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4470 | 2025.01.29 21:09:16.781837 [ 260 ] {c39dc778-f2e1-4428-b452-b7321894d091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4471 | 2025.01.29 21:09:16.782284 [ 260 ] {c39dc778-f2e1-4428-b452-b7321894d091} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4472 | 2025.01.29 21:09:16.782542 [ 260 ] {c39dc778-f2e1-4428-b452-b7321894d091} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2025.01.29 21:09:16.782833 [ 260 ] {c39dc778-f2e1-4428-b452-b7321894d091} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002063 sec., 31022.782355792533 rows/sec., 2.42 MiB/sec. | ||
| 4474 | 2025.01.29 21:09:16.782900 [ 260 ] {c39dc778-f2e1-4428-b452-b7321894d091} <Debug> TCPHandler: Processed in 0.00253519 sec. | ||
| 4475 | 2025.01.29 21:09:16.783060 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4476 | 2025.01.29 21:09:16.783201 [ 263 ] {76610e3e-2eb7-4b6a-a0ba-db11c61cc2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4477 | 2025.01.29 21:09:16.783265 [ 263 ] {76610e3e-2eb7-4b6a-a0ba-db11c61cc2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4478 | 2025.01.29 21:09:16.783897 [ 263 ] {76610e3e-2eb7-4b6a-a0ba-db11c61cc2a3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4479 | 2025.01.29 21:09:16.783937 [ 263 ] {76610e3e-2eb7-4b6a-a0ba-db11c61cc2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4480 | 2025.01.29 21:09:16.784362 [ 263 ] {76610e3e-2eb7-4b6a-a0ba-db11c61cc2a3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4481 | 2025.01.29 21:09:16.784621 [ 263 ] {76610e3e-2eb7-4b6a-a0ba-db11c61cc2a3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4482 | 2025.01.29 21:09:16.784910 [ 263 ] {76610e3e-2eb7-4b6a-a0ba-db11c61cc2a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001725 sec., 92753.62318840579 rows/sec., 6.46 MiB/sec. | ||
| 4483 | 2025.01.29 21:09:16.784984 [ 263 ] {76610e3e-2eb7-4b6a-a0ba-db11c61cc2a3} <Debug> TCPHandler: Processed in 0.001990674 sec. | ||
| 4484 | 2025.01.29 21:09:16.785257 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4485 | 2025.01.29 21:09:16.785445 [ 260 ] {816de543-b0d1-4e6b-ba15-15e27a540908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4486 | 2025.01.29 21:09:16.785511 [ 260 ] {816de543-b0d1-4e6b-ba15-15e27a540908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4487 | 2025.01.29 21:09:16.786074 [ 260 ] {816de543-b0d1-4e6b-ba15-15e27a540908} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4488 | 2025.01.29 21:09:16.786116 [ 260 ] {816de543-b0d1-4e6b-ba15-15e27a540908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4489 | 2025.01.29 21:09:16.786514 [ 260 ] {816de543-b0d1-4e6b-ba15-15e27a540908} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4490 | 2025.01.29 21:09:16.786763 [ 260 ] {816de543-b0d1-4e6b-ba15-15e27a540908} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2025.01.29 21:09:16.786993 [ 260 ] {816de543-b0d1-4e6b-ba15-15e27a540908} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec. | ||
| 4492 | 2025.01.29 21:09:16.787119 [ 260 ] {816de543-b0d1-4e6b-ba15-15e27a540908} <Debug> TCPHandler: Processed in 0.002027244 sec. | ||
| 4493 | 2025.01.29 21:09:18.502451 [ 80 ] {} <Debug> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4494 | 2025.01.29 21:09:18.502548 [ 80 ] {} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2025.01.29 21:09:18.502594 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4496 | 2025.01.29 21:09:18.502822 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 4497 | 2025.01.29 21:09:18.502983 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4498 | 2025.01.29 21:09:18.503023 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 4499 | 2025.01.29 21:09:18.503111 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 4500 | 2025.01.29 21:09:18.503337 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 4501 | 2025.01.29 21:09:18.503666 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 4502 | 2025.01.29 21:09:18.503786 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4503 | 2025.01.29 21:09:18.504900 [ 187 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.002188606 sec., 10965.884220366754 rows/sec., 937.03 KiB/sec. | ||
| 4504 | 2025.01.29 21:09:18.505089 [ 187 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4505 | 2025.01.29 21:09:18.505423 [ 187 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4506 | 2025.01.29 21:09:18.505517 [ 187 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_5_1} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4507 | 2025.01.29 21:09:18.505622 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4508 | 2025.01.29 21:09:19.369678 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4509 | 2025.01.29 21:09:19.369886 [ 263 ] {08d16f88-0297-4aea-b4b2-57e00f9341f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4510 | 2025.01.29 21:09:19.369968 [ 263 ] {08d16f88-0297-4aea-b4b2-57e00f9341f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4511 | 2025.01.29 21:09:19.370876 [ 263 ] {08d16f88-0297-4aea-b4b2-57e00f9341f8} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4512 | 2025.01.29 21:09:19.370925 [ 263 ] {08d16f88-0297-4aea-b4b2-57e00f9341f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4513 | 2025.01.29 21:09:19.371355 [ 263 ] {08d16f88-0297-4aea-b4b2-57e00f9341f8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4514 | 2025.01.29 21:09:19.371632 [ 263 ] {08d16f88-0297-4aea-b4b2-57e00f9341f8} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4515 | 2025.01.29 21:09:19.371837 [ 263 ] {08d16f88-0297-4aea-b4b2-57e00f9341f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002009 sec., 6968.641114982579 rows/sec., 501.65 KiB/sec. | ||
| 4516 | 2025.01.29 21:09:19.371903 [ 263 ] {08d16f88-0297-4aea-b4b2-57e00f9341f8} <Debug> TCPHandler: Processed in 0.002360228 sec. | ||
| 4517 | 2025.01.29 21:09:19.372185 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4518 | 2025.01.29 21:09:19.372398 [ 260 ] {b0c19036-5dee-457b-93e6-860ae4b6daf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4519 | 2025.01.29 21:09:19.372485 [ 260 ] {b0c19036-5dee-457b-93e6-860ae4b6daf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4520 | 2025.01.29 21:09:19.373273 [ 260 ] {b0c19036-5dee-457b-93e6-860ae4b6daf5} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4521 | 2025.01.29 21:09:19.373324 [ 260 ] {b0c19036-5dee-457b-93e6-860ae4b6daf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4522 | 2025.01.29 21:09:19.373747 [ 260 ] {b0c19036-5dee-457b-93e6-860ae4b6daf5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4523 | 2025.01.29 21:09:19.374014 [ 260 ] {b0c19036-5dee-457b-93e6-860ae4b6daf5} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2025.01.29 21:09:19.374255 [ 260 ] {b0c19036-5dee-457b-93e6-860ae4b6daf5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001915 sec., 2088.7728459530026 rows/sec., 170.32 KiB/sec. | ||
| 4525 | 2025.01.29 21:09:19.374321 [ 260 ] {b0c19036-5dee-457b-93e6-860ae4b6daf5} <Debug> TCPHandler: Processed in 0.002279017 sec. | ||
| 4526 | 2025.01.29 21:09:19.374482 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4527 | 2025.01.29 21:09:19.374628 [ 263 ] {af6a3888-e73a-4864-b072-eb1c4a09342c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4528 | 2025.01.29 21:09:19.374691 [ 263 ] {af6a3888-e73a-4864-b072-eb1c4a09342c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4529 | 2025.01.29 21:09:19.375954 [ 263 ] {af6a3888-e73a-4864-b072-eb1c4a09342c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4530 | 2025.01.29 21:09:19.375993 [ 263 ] {af6a3888-e73a-4864-b072-eb1c4a09342c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4531 | 2025.01.29 21:09:19.376473 [ 263 ] {af6a3888-e73a-4864-b072-eb1c4a09342c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4532 | 2025.01.29 21:09:19.376723 [ 263 ] {af6a3888-e73a-4864-b072-eb1c4a09342c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4533 | 2025.01.29 21:09:19.376856 [ 80 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4534 | 2025.01.29 21:09:19.376909 [ 80 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2025.01.29 21:09:19.376919 [ 263 ] {af6a3888-e73a-4864-b072-eb1c4a09342c} <Debug> executeQuery: Read 1425 rows, 122.31 KiB in 0.002324 sec., 613166.9535283992 rows/sec., 51.40 MiB/sec. | ||
| 4536 | 2025.01.29 21:09:19.376940 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4537 | 2025.01.29 21:09:19.377009 [ 263 ] {af6a3888-e73a-4864-b072-eb1c4a09342c} <Debug> TCPHandler: Processed in 0.002584231 sec. | ||
| 4538 | 2025.01.29 21:09:19.377286 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 4539 | 2025.01.29 21:09:19.377295 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4540 | 2025.01.29 21:09:19.377559 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4541 | 2025.01.29 21:09:19.377610 [ 260 ] {71bffbbd-68d4-4f1a-a150-e6e2abe2e5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4542 | 2025.01.29 21:09:19.377632 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1434 rows starting from the beginning of the part | ||
| 4543 | 2025.01.29 21:09:19.377728 [ 260 ] {71bffbbd-68d4-4f1a-a150-e6e2abe2e5de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4544 | 2025.01.29 21:09:19.377819 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 283 rows starting from the beginning of the part | ||
| 4545 | 2025.01.29 21:09:19.378109 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 57 rows starting from the beginning of the part | ||
| 4546 | 2025.01.29 21:09:19.378482 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 283 rows starting from the beginning of the part | ||
| 4547 | 2025.01.29 21:09:19.378762 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4548 | 2025.01.29 21:09:19.379069 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1425 rows starting from the beginning of the part | ||
| 4549 | 2025.01.29 21:09:19.379939 [ 260 ] {71bffbbd-68d4-4f1a-a150-e6e2abe2e5de} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4550 | 2025.01.29 21:09:19.379985 [ 260 ] {71bffbbd-68d4-4f1a-a150-e6e2abe2e5de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4551 | 2025.01.29 21:09:19.380578 [ 260 ] {71bffbbd-68d4-4f1a-a150-e6e2abe2e5de} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4552 | 2025.01.29 21:09:19.380860 [ 260 ] {71bffbbd-68d4-4f1a-a150-e6e2abe2e5de} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4553 | 2025.01.29 21:09:19.381123 [ 260 ] {71bffbbd-68d4-4f1a-a150-e6e2abe2e5de} <Debug> executeQuery: Read 51 rows, 3.74 KiB in 0.003594 sec., 14190.317195325542 rows/sec., 1.02 MiB/sec. | ||
| 4554 | 2025.01.29 21:09:19.381235 [ 260 ] {71bffbbd-68d4-4f1a-a150-e6e2abe2e5de} <Debug> TCPHandler: Processed in 0.004108579 sec. | ||
| 4555 | 2025.01.29 21:09:19.381514 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4556 | 2025.01.29 21:09:19.381541 [ 187 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3538 rows, containing 5 columns (5 merged, 0 gathered) in 0.004481214 sec., 789518.197524153 rows/sec., 69.56 MiB/sec. | ||
| 4557 | 2025.01.29 21:09:19.381779 [ 263 ] {77cdc131-bb21-4b3f-816d-255d35561dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4558 | 2025.01.29 21:09:19.381849 [ 263 ] {77cdc131-bb21-4b3f-816d-255d35561dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4559 | 2025.01.29 21:09:19.381900 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4560 | 2025.01.29 21:09:19.382637 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4561 | 2025.01.29 21:09:19.382824 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_31_6} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4562 | 2025.01.29 21:09:19.383009 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 4563 | 2025.01.29 21:09:19.383197 [ 263 ] {77cdc131-bb21-4b3f-816d-255d35561dde} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4564 | 2025.01.29 21:09:19.383243 [ 263 ] {77cdc131-bb21-4b3f-816d-255d35561dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4565 | 2025.01.29 21:09:19.383627 [ 263 ] {77cdc131-bb21-4b3f-816d-255d35561dde} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4566 | 2025.01.29 21:09:19.383872 [ 263 ] {77cdc131-bb21-4b3f-816d-255d35561dde} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4567 | 2025.01.29 21:09:19.384125 [ 263 ] {77cdc131-bb21-4b3f-816d-255d35561dde} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002414 sec., 100248.55012427506 rows/sec., 6.79 MiB/sec. | ||
| 4568 | 2025.01.29 21:09:19.384313 [ 263 ] {77cdc131-bb21-4b3f-816d-255d35561dde} <Debug> TCPHandler: Processed in 0.002966695 sec. | ||
| 4569 | 2025.01.29 21:09:19.384547 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4570 | 2025.01.29 21:09:19.384714 [ 260 ] {826a74fc-36c5-42fb-b760-d9999d7f3c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4571 | 2025.01.29 21:09:19.384808 [ 260 ] {826a74fc-36c5-42fb-b760-d9999d7f3c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4572 | 2025.01.29 21:09:19.385848 [ 260 ] {826a74fc-36c5-42fb-b760-d9999d7f3c63} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4573 | 2025.01.29 21:09:19.385889 [ 260 ] {826a74fc-36c5-42fb-b760-d9999d7f3c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4574 | 2025.01.29 21:09:19.386261 [ 260 ] {826a74fc-36c5-42fb-b760-d9999d7f3c63} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4575 | 2025.01.29 21:09:19.386507 [ 260 ] {826a74fc-36c5-42fb-b760-d9999d7f3c63} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2025.01.29 21:09:19.386777 [ 260 ] {826a74fc-36c5-42fb-b760-d9999d7f3c63} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002098 sec., 6196.377502383222 rows/sec., 386.34 KiB/sec. | ||
| 4577 | 2025.01.29 21:09:19.386984 [ 260 ] {826a74fc-36c5-42fb-b760-d9999d7f3c63} <Debug> TCPHandler: Processed in 0.00255911 sec. | ||
| 4578 | 2025.01.29 21:09:19.387152 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4579 | 2025.01.29 21:09:19.387271 [ 263 ] {c6f97bf7-6d12-4c58-b57b-d962fc6ed7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4580 | 2025.01.29 21:09:19.387320 [ 263 ] {c6f97bf7-6d12-4c58-b57b-d962fc6ed7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4581 | 2025.01.29 21:09:19.388281 [ 263 ] {c6f97bf7-6d12-4c58-b57b-d962fc6ed7d0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4582 | 2025.01.29 21:09:19.388322 [ 263 ] {c6f97bf7-6d12-4c58-b57b-d962fc6ed7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4583 | 2025.01.29 21:09:19.388728 [ 263 ] {c6f97bf7-6d12-4c58-b57b-d962fc6ed7d0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4584 | 2025.01.29 21:09:19.388990 [ 263 ] {c6f97bf7-6d12-4c58-b57b-d962fc6ed7d0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4585 | 2025.01.29 21:09:19.389154 [ 79 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4586 | 2025.01.29 21:09:19.389226 [ 263 ] {c6f97bf7-6d12-4c58-b57b-d962fc6ed7d0} <Debug> executeQuery: Read 882 rows, 65.50 KiB in 0.001974 sec., 446808.5106382979 rows/sec., 32.40 MiB/sec. | ||
| 4587 | 2025.01.29 21:09:19.389233 [ 79 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4588 | 2025.01.29 21:09:19.389313 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4589 | 2025.01.29 21:09:19.389345 [ 263 ] {c6f97bf7-6d12-4c58-b57b-d962fc6ed7d0} <Debug> TCPHandler: Processed in 0.002246407 sec. | ||
| 4590 | 2025.01.29 21:09:19.389728 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4591 | 2025.01.29 21:09:19.389770 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 4592 | 2025.01.29 21:09:19.390193 [ 260 ] {fc99e421-9194-4da9-bf9d-46d30adde544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4593 | 2025.01.29 21:09:19.390319 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4594 | 2025.01.29 21:09:19.390384 [ 260 ] {fc99e421-9194-4da9-bf9d-46d30adde544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4595 | 2025.01.29 21:09:19.390408 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part | ||
| 4596 | 2025.01.29 21:09:19.390581 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 422 rows starting from the beginning of the part | ||
| 4597 | 2025.01.29 21:09:19.390832 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 66 rows starting from the beginning of the part | ||
| 4598 | 2025.01.29 21:09:19.391102 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 422 rows starting from the beginning of the part | ||
| 4599 | 2025.01.29 21:09:19.391291 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4600 | 2025.01.29 21:09:19.391402 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 882 rows starting from the beginning of the part | ||
| 4601 | 2025.01.29 21:09:19.391926 [ 260 ] {fc99e421-9194-4da9-bf9d-46d30adde544} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2025.01.29 21:09:19.391971 [ 260 ] {fc99e421-9194-4da9-bf9d-46d30adde544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4603 | 2025.01.29 21:09:19.392490 [ 260 ] {fc99e421-9194-4da9-bf9d-46d30adde544} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4604 | 2025.01.29 21:09:19.392807 [ 260 ] {fc99e421-9194-4da9-bf9d-46d30adde544} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4605 | 2025.01.29 21:09:19.393148 [ 260 ] {fc99e421-9194-4da9-bf9d-46d30adde544} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00309 sec., 1941.747572815534 rows/sec., 101.45 KiB/sec. | ||
| 4606 | 2025.01.29 21:09:19.393592 [ 260 ] {fc99e421-9194-4da9-bf9d-46d30adde544} <Debug> TCPHandler: Processed in 0.004131399 sec. | ||
| 4607 | 2025.01.29 21:09:19.393913 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4608 | 2025.01.29 21:09:19.393931 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 5 columns (5 merged, 0 gathered) in 0.004490483 sec., 616860.1462248048 rows/sec., 47.10 MiB/sec. | ||
| 4609 | 2025.01.29 21:09:19.394071 [ 263 ] {f3981d8c-926d-49c5-80a2-0a90f23db798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4610 | 2025.01.29 21:09:19.394145 [ 263 ] {f3981d8c-926d-49c5-80a2-0a90f23db798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4611 | 2025.01.29 21:09:19.394188 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4612 | 2025.01.29 21:09:19.394659 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.01.29 21:09:19.394756 [ 196 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_31_6} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4614 | 2025.01.29 21:09:19.394851 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 4615 | 2025.01.29 21:09:19.395161 [ 263 ] {f3981d8c-926d-49c5-80a2-0a90f23db798} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4616 | 2025.01.29 21:09:19.395197 [ 263 ] {f3981d8c-926d-49c5-80a2-0a90f23db798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4617 | 2025.01.29 21:09:19.395693 [ 263 ] {f3981d8c-926d-49c5-80a2-0a90f23db798} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4618 | 2025.01.29 21:09:19.395933 [ 263 ] {f3981d8c-926d-49c5-80a2-0a90f23db798} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4619 | 2025.01.29 21:09:19.396147 [ 263 ] {f3981d8c-926d-49c5-80a2-0a90f23db798} <Debug> executeQuery: Read 895 rows, 61.06 KiB in 0.002113 sec., 423568.38618078566 rows/sec., 28.22 MiB/sec. | ||
| 4620 | 2025.01.29 21:09:19.396205 [ 263 ] {f3981d8c-926d-49c5-80a2-0a90f23db798} <Debug> TCPHandler: Processed in 0.00247991 sec. | ||
| 4621 | 2025.01.29 21:09:19.396354 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4622 | 2025.01.29 21:09:19.396474 [ 260 ] {43f3bfa1-08dd-498a-8f5a-e50b6824fef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4623 | 2025.01.29 21:09:19.396527 [ 260 ] {43f3bfa1-08dd-498a-8f5a-e50b6824fef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4624 | 2025.01.29 21:09:19.397015 [ 260 ] {43f3bfa1-08dd-498a-8f5a-e50b6824fef9} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2025.01.29 21:09:19.397055 [ 260 ] {43f3bfa1-08dd-498a-8f5a-e50b6824fef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4626 | 2025.01.29 21:09:19.397418 [ 260 ] {43f3bfa1-08dd-498a-8f5a-e50b6824fef9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4627 | 2025.01.29 21:09:19.397660 [ 260 ] {43f3bfa1-08dd-498a-8f5a-e50b6824fef9} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2025.01.29 21:09:19.397921 [ 260 ] {43f3bfa1-08dd-498a-8f5a-e50b6824fef9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 4629 | 2025.01.29 21:09:19.398107 [ 260 ] {43f3bfa1-08dd-498a-8f5a-e50b6824fef9} <Debug> TCPHandler: Processed in 0.001806711 sec. | ||
| 4630 | 2025.01.29 21:09:19.398272 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4631 | 2025.01.29 21:09:19.398411 [ 263 ] {95a7dea7-3e7e-4079-a290-b8cb0767e1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4632 | 2025.01.29 21:09:19.398505 [ 263 ] {95a7dea7-3e7e-4079-a290-b8cb0767e1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4633 | 2025.01.29 21:09:19.399760 [ 263 ] {95a7dea7-3e7e-4079-a290-b8cb0767e1da} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2025.01.29 21:09:19.399799 [ 263 ] {95a7dea7-3e7e-4079-a290-b8cb0767e1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4635 | 2025.01.29 21:09:19.400464 [ 263 ] {95a7dea7-3e7e-4079-a290-b8cb0767e1da} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4636 | 2025.01.29 21:09:19.400734 [ 263 ] {95a7dea7-3e7e-4079-a290-b8cb0767e1da} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4637 | 2025.01.29 21:09:19.401071 [ 263 ] {95a7dea7-3e7e-4079-a290-b8cb0767e1da} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00267 sec., 14981.2734082397 rows/sec., 26.85 MiB/sec. | ||
| 4638 | 2025.01.29 21:09:19.401341 [ 263 ] {95a7dea7-3e7e-4079-a290-b8cb0767e1da} <Debug> TCPHandler: Processed in 0.003134977 sec. | ||
| 4639 | 2025.01.29 21:09:19.401504 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4640 | 2025.01.29 21:09:19.401653 [ 260 ] {ea991833-94de-4ed2-aadd-8b870bf2af1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4641 | 2025.01.29 21:09:19.401715 [ 260 ] {ea991833-94de-4ed2-aadd-8b870bf2af1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4642 | 2025.01.29 21:09:19.402641 [ 260 ] {ea991833-94de-4ed2-aadd-8b870bf2af1c} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2025.01.29 21:09:19.402719 [ 260 ] {ea991833-94de-4ed2-aadd-8b870bf2af1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4644 | 2025.01.29 21:09:19.403141 [ 260 ] {ea991833-94de-4ed2-aadd-8b870bf2af1c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4645 | 2025.01.29 21:09:19.403381 [ 260 ] {ea991833-94de-4ed2-aadd-8b870bf2af1c} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2025.01.29 21:09:19.403612 [ 260 ] {ea991833-94de-4ed2-aadd-8b870bf2af1c} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001992 sec., 29116.465863453817 rows/sec., 1.80 MiB/sec. | ||
| 4647 | 2025.01.29 21:09:19.403666 [ 260 ] {ea991833-94de-4ed2-aadd-8b870bf2af1c} <Debug> TCPHandler: Processed in 0.002229467 sec. | ||
| 4648 | 2025.01.29 21:09:20.042952 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 634 | ||
| 4649 | 2025.01.29 21:09:20.046548 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4650 | 2025.01.29 21:09:20.046607 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4651 | 2025.01.29 21:09:20.048081 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4652 | 2025.01.29 21:09:20.048387 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4653 | 2025.01.29 21:09:20.048921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634 | ||
| 4654 | 2025.01.29 21:09:21.773247 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4655 | 2025.01.29 21:09:21.773572 [ 263 ] {c4b41e46-5309-46c9-9eff-923ecf95774e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4656 | 2025.01.29 21:09:21.773688 [ 263 ] {c4b41e46-5309-46c9-9eff-923ecf95774e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4657 | 2025.01.29 21:09:21.774530 [ 263 ] {c4b41e46-5309-46c9-9eff-923ecf95774e} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4658 | 2025.01.29 21:09:21.774577 [ 263 ] {c4b41e46-5309-46c9-9eff-923ecf95774e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4659 | 2025.01.29 21:09:21.775015 [ 263 ] {c4b41e46-5309-46c9-9eff-923ecf95774e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4660 | 2025.01.29 21:09:21.775279 [ 263 ] {c4b41e46-5309-46c9-9eff-923ecf95774e} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2025.01.29 21:09:21.775560 [ 263 ] {c4b41e46-5309-46c9-9eff-923ecf95774e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002061 sec., 27171.276079573025 rows/sec., 2.09 MiB/sec. | ||
| 4662 | 2025.01.29 21:09:21.775655 [ 263 ] {c4b41e46-5309-46c9-9eff-923ecf95774e} <Debug> TCPHandler: Processed in 0.002591571 sec. | ||
| 4663 | 2025.01.29 21:09:21.775989 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4664 | 2025.01.29 21:09:21.776201 [ 260 ] {861d0db3-9439-4fbb-887f-8d49172fe27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4665 | 2025.01.29 21:09:21.776283 [ 260 ] {861d0db3-9439-4fbb-887f-8d49172fe27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4666 | 2025.01.29 21:09:21.777142 [ 260 ] {861d0db3-9439-4fbb-887f-8d49172fe27f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4667 | 2025.01.29 21:09:21.777187 [ 260 ] {861d0db3-9439-4fbb-887f-8d49172fe27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4668 | 2025.01.29 21:09:21.777632 [ 260 ] {861d0db3-9439-4fbb-887f-8d49172fe27f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4669 | 2025.01.29 21:09:21.777886 [ 260 ] {861d0db3-9439-4fbb-887f-8d49172fe27f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4670 | 2025.01.29 21:09:21.778136 [ 260 ] {861d0db3-9439-4fbb-887f-8d49172fe27f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 4671 | 2025.01.29 21:09:21.778364 [ 260 ] {861d0db3-9439-4fbb-887f-8d49172fe27f} <Debug> TCPHandler: Processed in 0.002559331 sec. | ||
| 4672 | 2025.01.29 21:09:21.778567 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4673 | 2025.01.29 21:09:21.778721 [ 263 ] {4cffce07-058e-4719-bd82-e2fdcdaab9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4674 | 2025.01.29 21:09:21.778788 [ 263 ] {4cffce07-058e-4719-bd82-e2fdcdaab9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4675 | 2025.01.29 21:09:21.779419 [ 263 ] {4cffce07-058e-4719-bd82-e2fdcdaab9f4} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2025.01.29 21:09:21.779468 [ 263 ] {4cffce07-058e-4719-bd82-e2fdcdaab9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4677 | 2025.01.29 21:09:21.779935 [ 263 ] {4cffce07-058e-4719-bd82-e2fdcdaab9f4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4678 | 2025.01.29 21:09:21.780190 [ 263 ] {4cffce07-058e-4719-bd82-e2fdcdaab9f4} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2025.01.29 21:09:21.780362 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4680 | 2025.01.29 21:09:21.780432 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4681 | 2025.01.29 21:09:21.780447 [ 263 ] {4cffce07-058e-4719-bd82-e2fdcdaab9f4} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001752 sec., 36529.6803652968 rows/sec., 2.54 MiB/sec. | ||
| 4682 | 2025.01.29 21:09:21.780474 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4683 | 2025.01.29 21:09:21.780602 [ 263 ] {4cffce07-058e-4719-bd82-e2fdcdaab9f4} <Debug> TCPHandler: Processed in 0.002097975 sec. | ||
| 4684 | 2025.01.29 21:09:21.780739 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 4685 | 2025.01.29 21:09:21.780782 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4686 | 2025.01.29 21:09:21.780923 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4687 | 2025.01.29 21:09:21.780946 [ 260 ] {5d04e4a9-f458-4d9c-bea1-3244c9944b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4688 | 2025.01.29 21:09:21.780968 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7554 rows starting from the beginning of the part | ||
| 4689 | 2025.01.29 21:09:21.781023 [ 260 ] {5d04e4a9-f458-4d9c-bea1-3244c9944b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4690 | 2025.01.29 21:09:21.781133 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part | ||
| 4691 | 2025.01.29 21:09:21.781400 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
| 4692 | 2025.01.29 21:09:21.781672 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4693 | 2025.01.29 21:09:21.781889 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 895 rows starting from the beginning of the part | ||
| 4694 | 2025.01.29 21:09:21.782062 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 4695 | 2025.01.29 21:09:21.782556 [ 260 ] {5d04e4a9-f458-4d9c-bea1-3244c9944b1f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2025.01.29 21:09:21.782601 [ 260 ] {5d04e4a9-f458-4d9c-bea1-3244c9944b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4697 | 2025.01.29 21:09:21.783051 [ 260 ] {5d04e4a9-f458-4d9c-bea1-3244c9944b1f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4698 | 2025.01.29 21:09:21.783382 [ 260 ] {5d04e4a9-f458-4d9c-bea1-3244c9944b1f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4699 | 2025.01.29 21:09:21.783579 [ 77 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4700 | 2025.01.29 21:09:21.783645 [ 77 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4701 | 2025.01.29 21:09:21.783677 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4702 | 2025.01.29 21:09:21.783700 [ 260 ] {5d04e4a9-f458-4d9c-bea1-3244c9944b1f} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002802 sec., 8565.310492505354 rows/sec., 591.10 KiB/sec. | ||
| 4703 | 2025.01.29 21:09:21.783957 [ 260 ] {5d04e4a9-f458-4d9c-bea1-3244c9944b1f} <Debug> TCPHandler: Processed in 0.003250689 sec. | ||
| 4704 | 2025.01.29 21:09:21.784076 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 4705 | 2025.01.29 21:09:21.784211 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4706 | 2025.01.29 21:09:21.784243 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1348 rows starting from the beginning of the part | ||
| 4707 | 2025.01.29 21:09:21.784357 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 4708 | 2025.01.29 21:09:21.784733 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4709 | 2025.01.29 21:09:21.784880 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4710 | 2025.01.29 21:09:21.785018 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 58 rows starting from the beginning of the part | ||
| 4711 | 2025.01.29 21:09:21.785257 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
| 4712 | 2025.01.29 21:09:21.785877 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9071 rows, containing 5 columns (5 merged, 0 gathered) in 0.005277283 sec., 1718876.9296624798 rows/sec., 115.80 MiB/sec. | ||
| 4713 | 2025.01.29 21:09:21.786212 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4714 | 2025.01.29 21:09:21.786679 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4715 | 2025.01.29 21:09:21.786795 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4716 | 2025.01.29 21:09:21.786909 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 4717 | 2025.01.29 21:09:21.787059 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1632 rows, containing 4 columns (4 merged, 0 gathered) in 0.00327262 sec., 498683.01238762826 rows/sec., 32.40 MiB/sec. | ||
| 4718 | 2025.01.29 21:09:21.787291 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4719 | 2025.01.29 21:09:21.787567 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4720 | 2025.01.29 21:09:21.787648 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_31_6} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4721 | 2025.01.29 21:09:21.787720 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4722 | 2025.01.29 21:09:22.511037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10614 | ||
| 4723 | 2025.01.29 21:09:22.512029 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4724 | 2025.01.29 21:09:22.512081 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4725 | 2025.01.29 21:09:22.512619 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4726 | 2025.01.29 21:09:22.512893 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4727 | 2025.01.29 21:09:22.513156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4728 | 2025.01.29 21:09:23.262380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4729 | 2025.01.29 21:09:23.282820 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2025.01.29 21:09:23.282880 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 4731 | 2025.01.29 21:09:23.290513 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4732 | 2025.01.29 21:09:23.291368 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2025.01.29 21:09:23.294185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4734 | 2025.01.29 21:09:26.778040 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4735 | 2025.01.29 21:09:26.778361 [ 263 ] {d30d52d7-10fb-4ad0-9720-ccefb3f437d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4736 | 2025.01.29 21:09:26.778481 [ 263 ] {d30d52d7-10fb-4ad0-9720-ccefb3f437d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4737 | 2025.01.29 21:09:26.779491 [ 263 ] {d30d52d7-10fb-4ad0-9720-ccefb3f437d4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2025.01.29 21:09:26.779545 [ 263 ] {d30d52d7-10fb-4ad0-9720-ccefb3f437d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4739 | 2025.01.29 21:09:26.780004 [ 263 ] {d30d52d7-10fb-4ad0-9720-ccefb3f437d4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4740 | 2025.01.29 21:09:26.780275 [ 263 ] {d30d52d7-10fb-4ad0-9720-ccefb3f437d4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4741 | 2025.01.29 21:09:26.780504 [ 263 ] {d30d52d7-10fb-4ad0-9720-ccefb3f437d4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002216 sec., 25270.758122743682 rows/sec., 1.94 MiB/sec. | ||
| 4742 | 2025.01.29 21:09:26.780625 [ 263 ] {d30d52d7-10fb-4ad0-9720-ccefb3f437d4} <Debug> TCPHandler: Processed in 0.002775874 sec. | ||
| 4743 | 2025.01.29 21:09:26.781029 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4744 | 2025.01.29 21:09:26.781343 [ 260 ] {27207ccf-ac6b-47b6-aec5-da068ce6ca10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4745 | 2025.01.29 21:09:26.781466 [ 260 ] {27207ccf-ac6b-47b6-aec5-da068ce6ca10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4746 | 2025.01.29 21:09:26.782490 [ 260 ] {27207ccf-ac6b-47b6-aec5-da068ce6ca10} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4747 | 2025.01.29 21:09:26.782543 [ 260 ] {27207ccf-ac6b-47b6-aec5-da068ce6ca10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4748 | 2025.01.29 21:09:26.782987 [ 260 ] {27207ccf-ac6b-47b6-aec5-da068ce6ca10} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4749 | 2025.01.29 21:09:26.783252 [ 260 ] {27207ccf-ac6b-47b6-aec5-da068ce6ca10} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2025.01.29 21:09:26.783491 [ 260 ] {27207ccf-ac6b-47b6-aec5-da068ce6ca10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002238 sec., 28596.961572832886 rows/sec., 2.23 MiB/sec. | ||
| 4751 | 2025.01.29 21:09:26.783550 [ 260 ] {27207ccf-ac6b-47b6-aec5-da068ce6ca10} <Debug> TCPHandler: Processed in 0.002780063 sec. | ||
| 4752 | 2025.01.29 21:09:26.783720 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4753 | 2025.01.29 21:09:26.783870 [ 263 ] {ea50108c-4b23-4a8f-93fb-2f7fe2dc16eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4754 | 2025.01.29 21:09:26.783937 [ 263 ] {ea50108c-4b23-4a8f-93fb-2f7fe2dc16eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4755 | 2025.01.29 21:09:26.784529 [ 263 ] {ea50108c-4b23-4a8f-93fb-2f7fe2dc16eb} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4756 | 2025.01.29 21:09:26.784568 [ 263 ] {ea50108c-4b23-4a8f-93fb-2f7fe2dc16eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4757 | 2025.01.29 21:09:26.784975 [ 263 ] {ea50108c-4b23-4a8f-93fb-2f7fe2dc16eb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4758 | 2025.01.29 21:09:26.785225 [ 263 ] {ea50108c-4b23-4a8f-93fb-2f7fe2dc16eb} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4759 | 2025.01.29 21:09:26.785404 [ 263 ] {ea50108c-4b23-4a8f-93fb-2f7fe2dc16eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 4760 | 2025.01.29 21:09:26.785454 [ 263 ] {ea50108c-4b23-4a8f-93fb-2f7fe2dc16eb} <Debug> TCPHandler: Processed in 0.001805601 sec. | ||
| 4761 | 2025.01.29 21:09:26.785602 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4762 | 2025.01.29 21:09:26.785722 [ 260 ] {8e5b4853-6e15-49b5-b80e-a2a433038db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4763 | 2025.01.29 21:09:26.785777 [ 260 ] {8e5b4853-6e15-49b5-b80e-a2a433038db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4764 | 2025.01.29 21:09:26.786332 [ 260 ] {8e5b4853-6e15-49b5-b80e-a2a433038db4} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4765 | 2025.01.29 21:09:26.786373 [ 260 ] {8e5b4853-6e15-49b5-b80e-a2a433038db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4766 | 2025.01.29 21:09:26.786757 [ 260 ] {8e5b4853-6e15-49b5-b80e-a2a433038db4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4767 | 2025.01.29 21:09:26.787001 [ 260 ] {8e5b4853-6e15-49b5-b80e-a2a433038db4} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4768 | 2025.01.29 21:09:26.787226 [ 260 ] {8e5b4853-6e15-49b5-b80e-a2a433038db4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 4769 | 2025.01.29 21:09:26.787277 [ 260 ] {8e5b4853-6e15-49b5-b80e-a2a433038db4} <Debug> TCPHandler: Processed in 0.001735241 sec. | ||
| 4770 | 2025.01.29 21:09:29.900981 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4771 | 2025.01.29 21:09:29.901057 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4772 | 2025.01.29 21:09:30.013392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11102 | ||
| 4773 | 2025.01.29 21:09:30.014338 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4774 | 2025.01.29 21:09:30.014376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4775 | 2025.01.29 21:09:30.015033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4776 | 2025.01.29 21:09:30.015328 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4777 | 2025.01.29 21:09:30.015516 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11102 | ||
| 4778 | 2025.01.29 21:09:30.049282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 650 | ||
| 4779 | 2025.01.29 21:09:30.051731 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4780 | 2025.01.29 21:09:30.051769 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4781 | 2025.01.29 21:09:30.053134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4782 | 2025.01.29 21:09:30.053433 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4783 | 2025.01.29 21:09:30.053604 [ 64 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4784 | 2025.01.29 21:09:30.053671 [ 64 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2025.01.29 21:09:30.053715 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4786 | 2025.01.29 21:09:30.054341 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 4787 | 2025.01.29 21:09:30.055393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650 | ||
| 4788 | 2025.01.29 21:09:30.055806 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4789 | 2025.01.29 21:09:30.055990 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 476 rows starting from the beginning of the part | ||
| 4790 | 2025.01.29 21:09:30.056613 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 54 rows starting from the beginning of the part | ||
| 4791 | 2025.01.29 21:09:30.057257 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
| 4792 | 2025.01.29 21:09:30.057832 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 4793 | 2025.01.29 21:09:30.058577 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 54 rows starting from the beginning of the part | ||
| 4794 | 2025.01.29 21:09:30.059273 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part | ||
| 4795 | 2025.01.29 21:09:30.067313 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 650 rows, containing 72 columns (72 merged, 0 gathered) in 0.013445541 sec., 48343.16447363479 rows/sec., 42.46 MiB/sec. | ||
| 4796 | 2025.01.29 21:09:30.068638 [ 198 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4797 | 2025.01.29 21:09:30.069527 [ 198 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4798 | 2025.01.29 21:09:30.069629 [ 198 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_16_3} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4799 | 2025.01.29 21:09:30.069981 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4800 | 2025.01.29 21:09:30.794352 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4801 | 2025.01.29 21:09:30.815599 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4802 | 2025.01.29 21:09:30.815661 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4803 | 2025.01.29 21:09:30.823263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4804 | 2025.01.29 21:09:30.824074 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4805 | 2025.01.29 21:09:30.827047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4806 | 2025.01.29 21:09:31.783845 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4807 | 2025.01.29 21:09:31.784037 [ 263 ] {039a6ea9-ed9e-41cc-9b06-9ba593c8415c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4808 | 2025.01.29 21:09:31.784113 [ 263 ] {039a6ea9-ed9e-41cc-9b06-9ba593c8415c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4809 | 2025.01.29 21:09:31.784835 [ 263 ] {039a6ea9-ed9e-41cc-9b06-9ba593c8415c} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.01.29 21:09:31.784889 [ 263 ] {039a6ea9-ed9e-41cc-9b06-9ba593c8415c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4811 | 2025.01.29 21:09:31.785338 [ 263 ] {039a6ea9-ed9e-41cc-9b06-9ba593c8415c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4812 | 2025.01.29 21:09:31.785597 [ 263 ] {039a6ea9-ed9e-41cc-9b06-9ba593c8415c} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2025.01.29 21:09:31.785792 [ 62 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4814 | 2025.01.29 21:09:31.785857 [ 263 ] {039a6ea9-ed9e-41cc-9b06-9ba593c8415c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00187 sec., 7486.631016042781 rows/sec., 538.94 KiB/sec. | ||
| 4815 | 2025.01.29 21:09:31.785876 [ 62 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4816 | 2025.01.29 21:09:31.785946 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4817 | 2025.01.29 21:09:31.785999 [ 263 ] {039a6ea9-ed9e-41cc-9b06-9ba593c8415c} <Debug> TCPHandler: Processed in 0.002283577 sec. | ||
| 4818 | 2025.01.29 21:09:31.786311 [ 199 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 4819 | 2025.01.29 21:09:31.786442 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4820 | 2025.01.29 21:09:31.786550 [ 199 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4821 | 2025.01.29 21:09:31.786628 [ 199 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 4822 | 2025.01.29 21:09:31.786780 [ 260 ] {12ed154b-56b1-4d37-8784-f76c1fee34d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4823 | 2025.01.29 21:09:31.786866 [ 199 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 4824 | 2025.01.29 21:09:31.786975 [ 260 ] {12ed154b-56b1-4d37-8784-f76c1fee34d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4825 | 2025.01.29 21:09:31.787217 [ 199 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 4826 | 2025.01.29 21:09:31.787572 [ 199 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 4827 | 2025.01.29 21:09:31.787929 [ 199 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 4828 | 2025.01.29 21:09:31.789935 [ 260 ] {12ed154b-56b1-4d37-8784-f76c1fee34d3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4829 | 2025.01.29 21:09:31.790023 [ 260 ] {12ed154b-56b1-4d37-8784-f76c1fee34d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4830 | 2025.01.29 21:09:31.790473 [ 199 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004402842 sec., 15898.821715610055 rows/sec., 1.18 MiB/sec. | ||
| 4831 | 2025.01.29 21:09:31.790826 [ 198 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4832 | 2025.01.29 21:09:31.791042 [ 260 ] {12ed154b-56b1-4d37-8784-f76c1fee34d3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4833 | 2025.01.29 21:09:31.791449 [ 198 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_13_3} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2025.01.29 21:09:31.791631 [ 198 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_13_3} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4835 | 2025.01.29 21:09:31.791693 [ 260 ] {12ed154b-56b1-4d37-8784-f76c1fee34d3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4836 | 2025.01.29 21:09:31.791827 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4837 | 2025.01.29 21:09:31.792097 [ 260 ] {12ed154b-56b1-4d37-8784-f76c1fee34d3} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.005443 sec., 51993.38600036744 rows/sec., 4.59 MiB/sec. | ||
| 4838 | 2025.01.29 21:09:31.792192 [ 260 ] {12ed154b-56b1-4d37-8784-f76c1fee34d3} <Debug> TCPHandler: Processed in 0.006018522 sec. | ||
| 4839 | 2025.01.29 21:09:31.792377 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4840 | 2025.01.29 21:09:31.792520 [ 263 ] {c2703325-4c36-499b-93a3-e609e2fb3003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4841 | 2025.01.29 21:09:31.792580 [ 263 ] {c2703325-4c36-499b-93a3-e609e2fb3003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4842 | 2025.01.29 21:09:31.793294 [ 263 ] {c2703325-4c36-499b-93a3-e609e2fb3003} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2025.01.29 21:09:31.793334 [ 263 ] {c2703325-4c36-499b-93a3-e609e2fb3003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4844 | 2025.01.29 21:09:31.793698 [ 263 ] {c2703325-4c36-499b-93a3-e609e2fb3003} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4845 | 2025.01.29 21:09:31.793940 [ 263 ] {c2703325-4c36-499b-93a3-e609e2fb3003} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4846 | 2025.01.29 21:09:31.794159 [ 263 ] {c2703325-4c36-499b-93a3-e609e2fb3003} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001672 sec., 28110.04784688995 rows/sec., 2.02 MiB/sec. | ||
| 4847 | 2025.01.29 21:09:31.794236 [ 263 ] {c2703325-4c36-499b-93a3-e609e2fb3003} <Debug> TCPHandler: Processed in 0.001928263 sec. | ||
| 4848 | 2025.01.29 21:09:31.794400 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4849 | 2025.01.29 21:09:31.794526 [ 260 ] {816b9fc4-c6fc-4e8f-af4e-75c52ff42182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4850 | 2025.01.29 21:09:31.794581 [ 260 ] {816b9fc4-c6fc-4e8f-af4e-75c52ff42182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4851 | 2025.01.29 21:09:31.795197 [ 260 ] {816b9fc4-c6fc-4e8f-af4e-75c52ff42182} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2025.01.29 21:09:31.795240 [ 260 ] {816b9fc4-c6fc-4e8f-af4e-75c52ff42182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4853 | 2025.01.29 21:09:31.795612 [ 260 ] {816b9fc4-c6fc-4e8f-af4e-75c52ff42182} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4854 | 2025.01.29 21:09:31.795860 [ 260 ] {816b9fc4-c6fc-4e8f-af4e-75c52ff42182} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2025.01.29 21:09:31.796101 [ 260 ] {816b9fc4-c6fc-4e8f-af4e-75c52ff42182} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001604 sec., 8728.179551122195 rows/sec., 611.26 KiB/sec. | ||
| 4856 | 2025.01.29 21:09:31.796158 [ 260 ] {816b9fc4-c6fc-4e8f-af4e-75c52ff42182} <Debug> TCPHandler: Processed in 0.001818702 sec. | ||
| 4857 | 2025.01.29 21:09:31.796324 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4858 | 2025.01.29 21:09:31.796468 [ 263 ] {6c8f2e43-3b28-4299-b7b5-0ac2bb0eb6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4859 | 2025.01.29 21:09:31.796526 [ 263 ] {6c8f2e43-3b28-4299-b7b5-0ac2bb0eb6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4860 | 2025.01.29 21:09:31.797201 [ 263 ] {6c8f2e43-3b28-4299-b7b5-0ac2bb0eb6dc} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2025.01.29 21:09:31.797240 [ 263 ] {6c8f2e43-3b28-4299-b7b5-0ac2bb0eb6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4862 | 2025.01.29 21:09:31.797594 [ 263 ] {6c8f2e43-3b28-4299-b7b5-0ac2bb0eb6dc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4863 | 2025.01.29 21:09:31.797836 [ 263 ] {6c8f2e43-3b28-4299-b7b5-0ac2bb0eb6dc} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4864 | 2025.01.29 21:09:31.798003 [ 62 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4865 | 2025.01.29 21:09:31.798070 [ 62 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2025.01.29 21:09:31.798086 [ 263 ] {6c8f2e43-3b28-4299-b7b5-0ac2bb0eb6dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001637 sec., 7941.356139279169 rows/sec., 495.14 KiB/sec. | ||
| 4867 | 2025.01.29 21:09:31.798110 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4868 | 2025.01.29 21:09:31.798273 [ 263 ] {6c8f2e43-3b28-4299-b7b5-0ac2bb0eb6dc} <Debug> TCPHandler: Processed in 0.002010184 sec. | ||
| 4869 | 2025.01.29 21:09:31.798425 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 4870 | 2025.01.29 21:09:31.798550 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4871 | 2025.01.29 21:09:31.798687 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4872 | 2025.01.29 21:09:31.798815 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 4873 | 2025.01.29 21:09:31.798930 [ 260 ] {365fd166-77f0-4431-98e0-0627a0871f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4874 | 2025.01.29 21:09:31.799162 [ 260 ] {365fd166-77f0-4431-98e0-0627a0871f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4875 | 2025.01.29 21:09:31.799190 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 4876 | 2025.01.29 21:09:31.799670 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 4877 | 2025.01.29 21:09:31.799950 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 4878 | 2025.01.29 21:09:31.800350 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 4879 | 2025.01.29 21:09:31.802213 [ 260 ] {365fd166-77f0-4431-98e0-0627a0871f8c} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4880 | 2025.01.29 21:09:31.802296 [ 260 ] {365fd166-77f0-4431-98e0-0627a0871f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4881 | 2025.01.29 21:09:31.802946 [ 189 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004688396 sec., 13864.016606105799 rows/sec., 918.57 KiB/sec. | ||
| 4882 | 2025.01.29 21:09:31.803124 [ 189 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4883 | 2025.01.29 21:09:31.803165 [ 260 ] {365fd166-77f0-4431-98e0-0627a0871f8c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4884 | 2025.01.29 21:09:31.803483 [ 260 ] {365fd166-77f0-4431-98e0-0627a0871f8c} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2025.01.29 21:09:31.803548 [ 189 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_13_3} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2025.01.29 21:09:31.803743 [ 189 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_13_3} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4887 | 2025.01.29 21:09:31.803786 [ 260 ] {365fd166-77f0-4431-98e0-0627a0871f8c} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.004971 sec., 84892.37577952123 rows/sec., 6.07 MiB/sec. | ||
| 4888 | 2025.01.29 21:09:31.803872 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4889 | 2025.01.29 21:09:31.803891 [ 260 ] {365fd166-77f0-4431-98e0-0627a0871f8c} <Debug> TCPHandler: Processed in 0.005484155 sec. | ||
| 4890 | 2025.01.29 21:09:31.804054 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4891 | 2025.01.29 21:09:31.804192 [ 263 ] {fa139e75-2ea0-4e52-b3a2-0b97e13855e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4892 | 2025.01.29 21:09:31.804285 [ 263 ] {fa139e75-2ea0-4e52-b3a2-0b97e13855e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4893 | 2025.01.29 21:09:31.805169 [ 263 ] {fa139e75-2ea0-4e52-b3a2-0b97e13855e3} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4894 | 2025.01.29 21:09:31.805244 [ 263 ] {fa139e75-2ea0-4e52-b3a2-0b97e13855e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4895 | 2025.01.29 21:09:31.805612 [ 263 ] {fa139e75-2ea0-4e52-b3a2-0b97e13855e3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4896 | 2025.01.29 21:09:31.805860 [ 263 ] {fa139e75-2ea0-4e52-b3a2-0b97e13855e3} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4897 | 2025.01.29 21:09:31.806079 [ 263 ] {fa139e75-2ea0-4e52-b3a2-0b97e13855e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001919 sec., 3126.628452318916 rows/sec., 163.35 KiB/sec. | ||
| 4898 | 2025.01.29 21:09:31.806130 [ 263 ] {fa139e75-2ea0-4e52-b3a2-0b97e13855e3} <Debug> TCPHandler: Processed in 0.002146656 sec. | ||
| 4899 | 2025.01.29 21:09:31.806286 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4900 | 2025.01.29 21:09:31.806408 [ 260 ] {92f27cd4-77a2-428d-8bee-165883ded3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4901 | 2025.01.29 21:09:31.806464 [ 260 ] {92f27cd4-77a2-428d-8bee-165883ded3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4902 | 2025.01.29 21:09:31.807073 [ 260 ] {92f27cd4-77a2-428d-8bee-165883ded3ac} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4903 | 2025.01.29 21:09:31.807112 [ 260 ] {92f27cd4-77a2-428d-8bee-165883ded3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4904 | 2025.01.29 21:09:31.807515 [ 260 ] {92f27cd4-77a2-428d-8bee-165883ded3ac} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4905 | 2025.01.29 21:09:31.807766 [ 260 ] {92f27cd4-77a2-428d-8bee-165883ded3ac} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4906 | 2025.01.29 21:09:31.807982 [ 260 ] {92f27cd4-77a2-428d-8bee-165883ded3ac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec. | ||
| 4907 | 2025.01.29 21:09:31.808037 [ 260 ] {92f27cd4-77a2-428d-8bee-165883ded3ac} <Debug> TCPHandler: Processed in 0.001808762 sec. | ||
| 4908 | 2025.01.29 21:09:31.808185 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4909 | 2025.01.29 21:09:31.808398 [ 263 ] {622108d4-e9c7-4c7a-ae44-5ed54a6d807d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4910 | 2025.01.29 21:09:31.808492 [ 263 ] {622108d4-e9c7-4c7a-ae44-5ed54a6d807d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4911 | 2025.01.29 21:09:31.809282 [ 263 ] {622108d4-e9c7-4c7a-ae44-5ed54a6d807d} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4912 | 2025.01.29 21:09:31.809321 [ 263 ] {622108d4-e9c7-4c7a-ae44-5ed54a6d807d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4913 | 2025.01.29 21:09:31.809673 [ 263 ] {622108d4-e9c7-4c7a-ae44-5ed54a6d807d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4914 | 2025.01.29 21:09:31.809901 [ 263 ] {622108d4-e9c7-4c7a-ae44-5ed54a6d807d} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2025.01.29 21:09:31.810093 [ 263 ] {622108d4-e9c7-4c7a-ae44-5ed54a6d807d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001769 sec., 565.2911249293386 rows/sec., 38.09 KiB/sec. | ||
| 4916 | 2025.01.29 21:09:31.810139 [ 263 ] {622108d4-e9c7-4c7a-ae44-5ed54a6d807d} <Debug> TCPHandler: Processed in 0.002033754 sec. | ||
| 4917 | 2025.01.29 21:09:31.810334 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4918 | 2025.01.29 21:09:31.810541 [ 260 ] {42856e19-a0c7-4c73-bc58-88c5c241c094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4919 | 2025.01.29 21:09:31.810673 [ 260 ] {42856e19-a0c7-4c73-bc58-88c5c241c094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4920 | 2025.01.29 21:09:31.812184 [ 260 ] {42856e19-a0c7-4c73-bc58-88c5c241c094} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2025.01.29 21:09:31.812225 [ 260 ] {42856e19-a0c7-4c73-bc58-88c5c241c094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4922 | 2025.01.29 21:09:31.812895 [ 260 ] {42856e19-a0c7-4c73-bc58-88c5c241c094} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4923 | 2025.01.29 21:09:31.813156 [ 260 ] {42856e19-a0c7-4c73-bc58-88c5c241c094} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4924 | 2025.01.29 21:09:31.813369 [ 62 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4925 | 2025.01.29 21:09:31.813448 [ 260 ] {42856e19-a0c7-4c73-bc58-88c5c241c094} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002901 sec., 13788.348845225784 rows/sec., 24.71 MiB/sec. | ||
| 4926 | 2025.01.29 21:09:31.813460 [ 62 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2025.01.29 21:09:31.813556 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4928 | 2025.01.29 21:09:31.813876 [ 260 ] {42856e19-a0c7-4c73-bc58-88c5c241c094} <Debug> TCPHandler: Processed in 0.003609674 sec. | ||
| 4929 | 2025.01.29 21:09:31.814210 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 4930 | 2025.01.29 21:09:31.814358 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4931 | 2025.01.29 21:09:31.814636 [ 263 ] {30ff045e-8083-4840-8f6e-8d28c6f88bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4932 | 2025.01.29 21:09:31.814781 [ 263 ] {30ff045e-8083-4840-8f6e-8d28c6f88bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4933 | 2025.01.29 21:09:31.815130 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4934 | 2025.01.29 21:09:31.815385 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 381 rows starting from the beginning of the part | ||
| 4935 | 2025.01.29 21:09:31.816151 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 4936 | 2025.01.29 21:09:31.816916 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 4937 | 2025.01.29 21:09:31.817103 [ 263 ] {30ff045e-8083-4840-8f6e-8d28c6f88bea} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2025.01.29 21:09:31.817199 [ 263 ] {30ff045e-8083-4840-8f6e-8d28c6f88bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4939 | 2025.01.29 21:09:31.817668 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 4940 | 2025.01.29 21:09:31.818365 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 4941 | 2025.01.29 21:09:31.818674 [ 263 ] {30ff045e-8083-4840-8f6e-8d28c6f88bea} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4942 | 2025.01.29 21:09:31.818952 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 4943 | 2025.01.29 21:09:31.819473 [ 263 ] {30ff045e-8083-4840-8f6e-8d28c6f88bea} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4944 | 2025.01.29 21:09:31.820069 [ 263 ] {30ff045e-8083-4840-8f6e-8d28c6f88bea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005528 sec., 14833.574529667148 rows/sec., 964.73 KiB/sec. | ||
| 4945 | 2025.01.29 21:09:31.820195 [ 263 ] {30ff045e-8083-4840-8f6e-8d28c6f88bea} <Debug> TCPHandler: Processed in 0.006166954 sec. | ||
| 4946 | 2025.01.29 21:09:31.824498 [ 189 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 19 columns (19 merged, 0 gathered) in 0.010770669 sec., 53942.79593960226 rows/sec., 96.66 MiB/sec. | ||
| 4947 | 2025.01.29 21:09:31.825480 [ 189 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4948 | 2025.01.29 21:09:31.825915 [ 189 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4949 | 2025.01.29 21:09:31.825992 [ 189 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4950 | 2025.01.29 21:09:31.826144 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
| 4951 | 2025.01.29 21:09:36.776819 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4952 | 2025.01.29 21:09:36.777141 [ 263 ] {9670ca94-50b9-438f-85a2-11afb1401d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4953 | 2025.01.29 21:09:36.777257 [ 263 ] {9670ca94-50b9-438f-85a2-11afb1401d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4954 | 2025.01.29 21:09:36.778090 [ 263 ] {9670ca94-50b9-438f-85a2-11afb1401d03} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2025.01.29 21:09:36.778142 [ 263 ] {9670ca94-50b9-438f-85a2-11afb1401d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4956 | 2025.01.29 21:09:36.778574 [ 263 ] {9670ca94-50b9-438f-85a2-11afb1401d03} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4957 | 2025.01.29 21:09:36.778844 [ 263 ] {9670ca94-50b9-438f-85a2-11afb1401d03} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2025.01.29 21:09:36.779102 [ 263 ] {9670ca94-50b9-438f-85a2-11afb1401d03} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002037 sec., 27491.408934707903 rows/sec., 2.11 MiB/sec. | ||
| 4959 | 2025.01.29 21:09:36.779214 [ 263 ] {9670ca94-50b9-438f-85a2-11afb1401d03} <Debug> TCPHandler: Processed in 0.002578211 sec. | ||
| 4960 | 2025.01.29 21:09:36.779591 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4961 | 2025.01.29 21:09:36.779896 [ 260 ] {4e4eb586-b54b-4743-a7e8-dbc278672aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4962 | 2025.01.29 21:09:36.780019 [ 260 ] {4e4eb586-b54b-4743-a7e8-dbc278672aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4963 | 2025.01.29 21:09:36.780954 [ 260 ] {4e4eb586-b54b-4743-a7e8-dbc278672aa0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4964 | 2025.01.29 21:09:36.781010 [ 260 ] {4e4eb586-b54b-4743-a7e8-dbc278672aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4965 | 2025.01.29 21:09:36.781449 [ 260 ] {4e4eb586-b54b-4743-a7e8-dbc278672aa0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4966 | 2025.01.29 21:09:36.781696 [ 260 ] {4e4eb586-b54b-4743-a7e8-dbc278672aa0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2025.01.29 21:09:36.781945 [ 260 ] {4e4eb586-b54b-4743-a7e8-dbc278672aa0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002139 sec., 29920.523609163163 rows/sec., 2.34 MiB/sec. | ||
| 4968 | 2025.01.29 21:09:36.782016 [ 260 ] {4e4eb586-b54b-4743-a7e8-dbc278672aa0} <Debug> TCPHandler: Processed in 0.002655721 sec. | ||
| 4969 | 2025.01.29 21:09:36.782179 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4970 | 2025.01.29 21:09:36.782320 [ 263 ] {9d5f4ceb-ae23-445f-b978-bd259d1bf17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4971 | 2025.01.29 21:09:36.782384 [ 263 ] {9d5f4ceb-ae23-445f-b978-bd259d1bf17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4972 | 2025.01.29 21:09:36.783417 [ 263 ] {9d5f4ceb-ae23-445f-b978-bd259d1bf17b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2025.01.29 21:09:36.783461 [ 263 ] {9d5f4ceb-ae23-445f-b978-bd259d1bf17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4974 | 2025.01.29 21:09:36.783856 [ 263 ] {9d5f4ceb-ae23-445f-b978-bd259d1bf17b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4975 | 2025.01.29 21:09:36.784095 [ 263 ] {9d5f4ceb-ae23-445f-b978-bd259d1bf17b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4976 | 2025.01.29 21:09:36.784342 [ 263 ] {9d5f4ceb-ae23-445f-b978-bd259d1bf17b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002054 sec., 77896.78675754626 rows/sec., 5.43 MiB/sec. | ||
| 4977 | 2025.01.29 21:09:36.784519 [ 263 ] {9d5f4ceb-ae23-445f-b978-bd259d1bf17b} <Debug> TCPHandler: Processed in 0.002402219 sec. | ||
| 4978 | 2025.01.29 21:09:36.784832 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4979 | 2025.01.29 21:09:36.785062 [ 260 ] {8a78cdab-9419-4165-8bcf-170f6a399253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4980 | 2025.01.29 21:09:36.785160 [ 260 ] {8a78cdab-9419-4165-8bcf-170f6a399253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4981 | 2025.01.29 21:09:36.785826 [ 260 ] {8a78cdab-9419-4165-8bcf-170f6a399253} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2025.01.29 21:09:36.785868 [ 260 ] {8a78cdab-9419-4165-8bcf-170f6a399253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4983 | 2025.01.29 21:09:36.786254 [ 260 ] {8a78cdab-9419-4165-8bcf-170f6a399253} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4984 | 2025.01.29 21:09:36.786497 [ 260 ] {8a78cdab-9419-4165-8bcf-170f6a399253} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4985 | 2025.01.29 21:09:36.786711 [ 260 ] {8a78cdab-9419-4165-8bcf-170f6a399253} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00171 sec., 35087.71929824562 rows/sec., 2.36 MiB/sec. | ||
| 4986 | 2025.01.29 21:09:36.786766 [ 260 ] {8a78cdab-9419-4165-8bcf-170f6a399253} <Debug> TCPHandler: Processed in 0.002084295 sec. | ||
| 4987 | 2025.01.29 21:09:37.515790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11529 | ||
| 4988 | 2025.01.29 21:09:37.516653 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2025.01.29 21:09:37.516711 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4990 | 2025.01.29 21:09:37.517372 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4991 | 2025.01.29 21:09:37.517732 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2025.01.29 21:09:37.518058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4993 | 2025.01.29 21:09:38.327218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4994 | 2025.01.29 21:09:38.349666 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4995 | 2025.01.29 21:09:38.349733 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 4996 | 2025.01.29 21:09:38.357469 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4997 | 2025.01.29 21:09:38.358274 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2025.01.29 21:09:38.361451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4999 | 2025.01.29 21:09:40.055685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 680 | ||
| 5000 | 2025.01.29 21:09:40.058697 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5001 | 2025.01.29 21:09:40.058753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5002 | 2025.01.29 21:09:40.060227 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5003 | 2025.01.29 21:09:40.060542 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5004 | 2025.01.29 21:09:40.061538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 680 | ||
| 5005 | 2025.01.29 21:09:41.783118 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5006 | 2025.01.29 21:09:41.783445 [ 263 ] {1ff7cab6-e17a-46c0-9789-231dbe06393e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5007 | 2025.01.29 21:09:41.783566 [ 263 ] {1ff7cab6-e17a-46c0-9789-231dbe06393e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5008 | 2025.01.29 21:09:41.784357 [ 263 ] {1ff7cab6-e17a-46c0-9789-231dbe06393e} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2025.01.29 21:09:41.784409 [ 263 ] {1ff7cab6-e17a-46c0-9789-231dbe06393e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5010 | 2025.01.29 21:09:41.784847 [ 263 ] {1ff7cab6-e17a-46c0-9789-231dbe06393e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5011 | 2025.01.29 21:09:41.785116 [ 263 ] {1ff7cab6-e17a-46c0-9789-231dbe06393e} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5012 | 2025.01.29 21:09:41.785367 [ 263 ] {1ff7cab6-e17a-46c0-9789-231dbe06393e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec. | ||
| 5013 | 2025.01.29 21:09:41.785486 [ 263 ] {1ff7cab6-e17a-46c0-9789-231dbe06393e} <Debug> TCPHandler: Processed in 0.002555241 sec. | ||
| 5014 | 2025.01.29 21:09:41.785809 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5015 | 2025.01.29 21:09:41.786017 [ 260 ] {e97a8fd5-1853-4c7d-a6ea-12bbc012038b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5016 | 2025.01.29 21:09:41.786097 [ 260 ] {e97a8fd5-1853-4c7d-a6ea-12bbc012038b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5017 | 2025.01.29 21:09:41.787054 [ 260 ] {e97a8fd5-1853-4c7d-a6ea-12bbc012038b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5018 | 2025.01.29 21:09:41.787099 [ 260 ] {e97a8fd5-1853-4c7d-a6ea-12bbc012038b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5019 | 2025.01.29 21:09:41.787546 [ 260 ] {e97a8fd5-1853-4c7d-a6ea-12bbc012038b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5020 | 2025.01.29 21:09:41.787803 [ 260 ] {e97a8fd5-1853-4c7d-a6ea-12bbc012038b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5021 | 2025.01.29 21:09:41.787999 [ 54 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5022 | 2025.01.29 21:09:41.788065 [ 260 ] {e97a8fd5-1853-4c7d-a6ea-12bbc012038b} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002099 sec., 134826.10767031918 rows/sec., 11.91 MiB/sec. | ||
| 5023 | 2025.01.29 21:09:41.788091 [ 54 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2025.01.29 21:09:41.788153 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5025 | 2025.01.29 21:09:41.788191 [ 260 ] {e97a8fd5-1853-4c7d-a6ea-12bbc012038b} <Debug> TCPHandler: Processed in 0.002543081 sec. | ||
| 5026 | 2025.01.29 21:09:41.788554 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 5027 | 2025.01.29 21:09:41.788623 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2025.01.29 21:09:41.789053 [ 263 ] {2a6811b9-8695-4fb6-a11a-79515f121ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5029 | 2025.01.29 21:09:41.789063 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5030 | 2025.01.29 21:09:41.789160 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1434 rows starting from the beginning of the part | ||
| 5031 | 2025.01.29 21:09:41.789167 [ 263 ] {2a6811b9-8695-4fb6-a11a-79515f121ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5032 | 2025.01.29 21:09:41.789464 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 5033 | 2025.01.29 21:09:41.789794 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
| 5034 | 2025.01.29 21:09:41.790145 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 283 rows starting from the beginning of the part | ||
| 5035 | 2025.01.29 21:09:41.790473 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 5036 | 2025.01.29 21:09:41.790939 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 283 rows starting from the beginning of the part | ||
| 5037 | 2025.01.29 21:09:41.792191 [ 263 ] {2a6811b9-8695-4fb6-a11a-79515f121ff4} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5038 | 2025.01.29 21:09:41.792250 [ 263 ] {2a6811b9-8695-4fb6-a11a-79515f121ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5039 | 2025.01.29 21:09:41.793249 [ 263 ] {2a6811b9-8695-4fb6-a11a-79515f121ff4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5040 | 2025.01.29 21:09:41.793670 [ 263 ] {2a6811b9-8695-4fb6-a11a-79515f121ff4} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5041 | 2025.01.29 21:09:41.794164 [ 263 ] {2a6811b9-8695-4fb6-a11a-79515f121ff4} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.005254 sec., 8945.565283593452 rows/sec., 659.28 KiB/sec. | ||
| 5042 | 2025.01.29 21:09:41.794487 [ 263 ] {2a6811b9-8695-4fb6-a11a-79515f121ff4} <Debug> TCPHandler: Processed in 0.006139594 sec. | ||
| 5043 | 2025.01.29 21:09:41.794602 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 5 columns (5 merged, 0 gathered) in 0.006315565 sec., 343278.8673697444 rows/sec., 30.29 MiB/sec. | ||
| 5044 | 2025.01.29 21:09:41.794688 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5045 | 2025.01.29 21:09:41.794863 [ 260 ] {5625dde6-5232-41d0-9b82-e7bd815ef1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5046 | 2025.01.29 21:09:41.794872 [ 192 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5047 | 2025.01.29 21:09:41.794978 [ 260 ] {5625dde6-5232-41d0-9b82-e7bd815ef1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5048 | 2025.01.29 21:09:41.795490 [ 192 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5049 | 2025.01.29 21:09:41.795751 [ 192 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_36_7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5050 | 2025.01.29 21:09:41.795901 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5051 | 2025.01.29 21:09:41.796157 [ 260 ] {5625dde6-5232-41d0-9b82-e7bd815ef1b1} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5052 | 2025.01.29 21:09:41.796202 [ 260 ] {5625dde6-5232-41d0-9b82-e7bd815ef1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5053 | 2025.01.29 21:09:41.796581 [ 260 ] {5625dde6-5232-41d0-9b82-e7bd815ef1b1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5054 | 2025.01.29 21:09:41.796823 [ 260 ] {5625dde6-5232-41d0-9b82-e7bd815ef1b1} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2025.01.29 21:09:41.797067 [ 260 ] {5625dde6-5232-41d0-9b82-e7bd815ef1b1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002256 sec., 6205.673758865248 rows/sec., 434.60 KiB/sec. | ||
| 5056 | 2025.01.29 21:09:41.797202 [ 260 ] {5625dde6-5232-41d0-9b82-e7bd815ef1b1} <Debug> TCPHandler: Processed in 0.002584521 sec. | ||
| 5057 | 2025.01.29 21:09:41.797365 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5058 | 2025.01.29 21:09:41.797482 [ 263 ] {48ec465d-8c3e-4030-876d-e96bccb3828f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5059 | 2025.01.29 21:09:41.797531 [ 263 ] {48ec465d-8c3e-4030-876d-e96bccb3828f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5060 | 2025.01.29 21:09:41.798208 [ 263 ] {48ec465d-8c3e-4030-876d-e96bccb3828f} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5061 | 2025.01.29 21:09:41.798257 [ 263 ] {48ec465d-8c3e-4030-876d-e96bccb3828f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5062 | 2025.01.29 21:09:41.798669 [ 263 ] {48ec465d-8c3e-4030-876d-e96bccb3828f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5063 | 2025.01.29 21:09:41.798912 [ 263 ] {48ec465d-8c3e-4030-876d-e96bccb3828f} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5064 | 2025.01.29 21:09:41.799091 [ 263 ] {48ec465d-8c3e-4030-876d-e96bccb3828f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec. | ||
| 5065 | 2025.01.29 21:09:41.799141 [ 263 ] {48ec465d-8c3e-4030-876d-e96bccb3828f} <Debug> TCPHandler: Processed in 0.001831342 sec. | ||
| 5066 | 2025.01.29 21:09:41.799294 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5067 | 2025.01.29 21:09:41.799409 [ 260 ] {606c1b43-76c5-48d2-8fac-2d38d426ce82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5068 | 2025.01.29 21:09:41.799457 [ 260 ] {606c1b43-76c5-48d2-8fac-2d38d426ce82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5069 | 2025.01.29 21:09:41.800223 [ 260 ] {606c1b43-76c5-48d2-8fac-2d38d426ce82} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2025.01.29 21:09:41.800263 [ 260 ] {606c1b43-76c5-48d2-8fac-2d38d426ce82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5071 | 2025.01.29 21:09:41.800657 [ 260 ] {606c1b43-76c5-48d2-8fac-2d38d426ce82} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5072 | 2025.01.29 21:09:41.800898 [ 260 ] {606c1b43-76c5-48d2-8fac-2d38d426ce82} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2025.01.29 21:09:41.801074 [ 52 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5074 | 2025.01.29 21:09:41.801139 [ 260 ] {606c1b43-76c5-48d2-8fac-2d38d426ce82} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001748 sec., 241418.76430205948 rows/sec., 17.25 MiB/sec. | ||
| 5075 | 2025.01.29 21:09:41.801146 [ 52 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5076 | 2025.01.29 21:09:41.801238 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5077 | 2025.01.29 21:09:41.801264 [ 260 ] {606c1b43-76c5-48d2-8fac-2d38d426ce82} <Debug> TCPHandler: Processed in 0.002030064 sec. | ||
| 5078 | 2025.01.29 21:09:41.801512 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5079 | 2025.01.29 21:09:41.801536 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 5080 | 2025.01.29 21:09:41.801930 [ 263 ] {62743c5d-b487-4af2-8caa-31197f29622e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5081 | 2025.01.29 21:09:41.802063 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5082 | 2025.01.29 21:09:41.802133 [ 263 ] {62743c5d-b487-4af2-8caa-31197f29622e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5083 | 2025.01.29 21:09:41.802189 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 5084 | 2025.01.29 21:09:41.802695 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 5085 | 2025.01.29 21:09:41.803119 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
| 5086 | 2025.01.29 21:09:41.803438 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 422 rows starting from the beginning of the part | ||
| 5087 | 2025.01.29 21:09:41.803826 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 5088 | 2025.01.29 21:09:41.804320 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 422 rows starting from the beginning of the part | ||
| 5089 | 2025.01.29 21:09:41.805445 [ 263 ] {62743c5d-b487-4af2-8caa-31197f29622e} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5090 | 2025.01.29 21:09:41.805521 [ 263 ] {62743c5d-b487-4af2-8caa-31197f29622e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5091 | 2025.01.29 21:09:41.806356 [ 263 ] {62743c5d-b487-4af2-8caa-31197f29622e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5092 | 2025.01.29 21:09:41.806796 [ 263 ] {62743c5d-b487-4af2-8caa-31197f29622e} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5093 | 2025.01.29 21:09:41.807207 [ 263 ] {62743c5d-b487-4af2-8caa-31197f29622e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005458 sec., 1099.3037742762917 rows/sec., 57.43 KiB/sec. | ||
| 5094 | 2025.01.29 21:09:41.807489 [ 263 ] {62743c5d-b487-4af2-8caa-31197f29622e} <Debug> TCPHandler: Processed in 0.006103583 sec. | ||
| 5095 | 2025.01.29 21:09:41.807513 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.006184834 sec., 315287.3626034264 rows/sec., 24.13 MiB/sec. | ||
| 5096 | 2025.01.29 21:09:41.807671 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5097 | 2025.01.29 21:09:41.807723 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5098 | 2025.01.29 21:09:41.807903 [ 260 ] {8ada7417-dd26-46d8-96d5-382362498d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5099 | 2025.01.29 21:09:41.808027 [ 260 ] {8ada7417-dd26-46d8-96d5-382362498d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5100 | 2025.01.29 21:09:41.808328 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5101 | 2025.01.29 21:09:41.808573 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_36_7} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5102 | 2025.01.29 21:09:41.808721 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5103 | 2025.01.29 21:09:41.809100 [ 260 ] {8ada7417-dd26-46d8-96d5-382362498d1c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5104 | 2025.01.29 21:09:41.809144 [ 260 ] {8ada7417-dd26-46d8-96d5-382362498d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5105 | 2025.01.29 21:09:41.809567 [ 260 ] {8ada7417-dd26-46d8-96d5-382362498d1c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5106 | 2025.01.29 21:09:41.809822 [ 260 ] {8ada7417-dd26-46d8-96d5-382362498d1c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5107 | 2025.01.29 21:09:41.810038 [ 260 ] {8ada7417-dd26-46d8-96d5-382362498d1c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002194 sec., 108021.87784867821 rows/sec., 7.24 MiB/sec. | ||
| 5108 | 2025.01.29 21:09:41.810099 [ 260 ] {8ada7417-dd26-46d8-96d5-382362498d1c} <Debug> TCPHandler: Processed in 0.00250665 sec. | ||
| 5109 | 2025.01.29 21:09:41.810255 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5110 | 2025.01.29 21:09:41.810395 [ 263 ] {aaabcb15-92a1-43e1-b09d-9fde60e7d771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5111 | 2025.01.29 21:09:41.810458 [ 263 ] {aaabcb15-92a1-43e1-b09d-9fde60e7d771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5112 | 2025.01.29 21:09:41.810945 [ 263 ] {aaabcb15-92a1-43e1-b09d-9fde60e7d771} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2025.01.29 21:09:41.810986 [ 263 ] {aaabcb15-92a1-43e1-b09d-9fde60e7d771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5114 | 2025.01.29 21:09:41.811356 [ 263 ] {aaabcb15-92a1-43e1-b09d-9fde60e7d771} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5115 | 2025.01.29 21:09:41.811605 [ 263 ] {aaabcb15-92a1-43e1-b09d-9fde60e7d771} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.01.29 21:09:41.811785 [ 263 ] {aaabcb15-92a1-43e1-b09d-9fde60e7d771} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec. | ||
| 5117 | 2025.01.29 21:09:41.811835 [ 263 ] {aaabcb15-92a1-43e1-b09d-9fde60e7d771} <Debug> TCPHandler: Processed in 0.001645109 sec. | ||
| 5118 | 2025.01.29 21:09:41.812042 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5119 | 2025.01.29 21:09:41.812266 [ 260 ] {f6c38de6-8b12-405f-8229-14104e380551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5120 | 2025.01.29 21:09:41.812407 [ 260 ] {f6c38de6-8b12-405f-8229-14104e380551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5121 | 2025.01.29 21:09:41.813747 [ 260 ] {f6c38de6-8b12-405f-8229-14104e380551} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2025.01.29 21:09:41.813788 [ 260 ] {f6c38de6-8b12-405f-8229-14104e380551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5123 | 2025.01.29 21:09:41.814658 [ 260 ] {f6c38de6-8b12-405f-8229-14104e380551} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5124 | 2025.01.29 21:09:41.814917 [ 260 ] {f6c38de6-8b12-405f-8229-14104e380551} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.01.29 21:09:41.815246 [ 260 ] {f6c38de6-8b12-405f-8229-14104e380551} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00302 sec., 13245.033112582782 rows/sec., 23.73 MiB/sec. | ||
| 5126 | 2025.01.29 21:09:41.815505 [ 260 ] {f6c38de6-8b12-405f-8229-14104e380551} <Debug> TCPHandler: Processed in 0.003579743 sec. | ||
| 5127 | 2025.01.29 21:09:41.815664 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5128 | 2025.01.29 21:09:41.815801 [ 263 ] {66433462-8a6a-4883-875b-73521b4fcc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5129 | 2025.01.29 21:09:41.815860 [ 263 ] {66433462-8a6a-4883-875b-73521b4fcc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5130 | 2025.01.29 21:09:41.816431 [ 263 ] {66433462-8a6a-4883-875b-73521b4fcc51} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5131 | 2025.01.29 21:09:41.816478 [ 263 ] {66433462-8a6a-4883-875b-73521b4fcc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5132 | 2025.01.29 21:09:41.816876 [ 263 ] {66433462-8a6a-4883-875b-73521b4fcc51} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5133 | 2025.01.29 21:09:41.817113 [ 263 ] {66433462-8a6a-4883-875b-73521b4fcc51} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5134 | 2025.01.29 21:09:41.817291 [ 263 ] {66433462-8a6a-4883-875b-73521b4fcc51} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec. | ||
| 5135 | 2025.01.29 21:09:41.817340 [ 263 ] {66433462-8a6a-4883-875b-73521b4fcc51} <Debug> TCPHandler: Processed in 0.001745681 sec. | ||
| 5136 | 2025.01.29 21:09:44.901111 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5137 | 2025.01.29 21:09:44.901168 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5138 | 2025.01.29 21:09:45.018328 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12017 | ||
| 5139 | 2025.01.29 21:09:45.019175 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5140 | 2025.01.29 21:09:45.019228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5141 | 2025.01.29 21:09:45.019756 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5142 | 2025.01.29 21:09:45.020027 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5143 | 2025.01.29 21:09:45.020268 [ 45 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5144 | 2025.01.29 21:09:45.020322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12017 | ||
| 5145 | 2025.01.29 21:09:45.020382 [ 45 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5146 | 2025.01.29 21:09:45.020432 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5147 | 2025.01.29 21:09:45.020609 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 5148 | 2025.01.29 21:09:45.020796 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5149 | 2025.01.29 21:09:45.020848 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 5150 | 2025.01.29 21:09:45.020938 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 5151 | 2025.01.29 21:09:45.021213 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 5152 | 2025.01.29 21:09:45.021390 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 5153 | 2025.01.29 21:09:45.021516 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 5154 | 2025.01.29 21:09:45.021766 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 5155 | 2025.01.29 21:09:45.027151 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12017 rows, containing 4 columns (4 merged, 0 gathered) in 0.006616849 sec., 1816121.2383719198 rows/sec., 25.98 MiB/sec. | ||
| 5156 | 2025.01.29 21:09:45.027571 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5157 | 2025.01.29 21:09:45.027914 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_26_5} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2025.01.29 21:09:45.028014 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_26_5} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5159 | 2025.01.29 21:09:45.028134 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5160 | 2025.01.29 21:09:45.861634 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5161 | 2025.01.29 21:09:45.883421 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5162 | 2025.01.29 21:09:45.883486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5163 | 2025.01.29 21:09:45.891054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5164 | 2025.01.29 21:09:45.891876 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5165 | 2025.01.29 21:09:45.892323 [ 44 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5166 | 2025.01.29 21:09:45.892501 [ 44 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5167 | 2025.01.29 21:09:45.892599 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5168 | 2025.01.29 21:09:45.893049 [ 197 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 5169 | 2025.01.29 21:09:45.909225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5170 | 2025.01.29 21:09:45.910473 [ 197 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5171 | 2025.01.29 21:09:45.912150 [ 197 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 5172 | 2025.01.29 21:09:45.918342 [ 197 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 5173 | 2025.01.29 21:09:45.924057 [ 197 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 5174 | 2025.01.29 21:09:45.929696 [ 197 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 5175 | 2025.01.29 21:09:45.935502 [ 197 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 5176 | 2025.01.29 21:09:45.940260 [ 197 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 5177 | 2025.01.29 21:09:45.998957 [ 195 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.10615645 sec., 1846.3315229550349 rows/sec., 9.55 MiB/sec. | ||
| 5178 | 2025.01.29 21:09:46.000144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.64 MiB, peak 202.99 MiB, free memory in arenas 0.00 B, will set to 194.09 MiB (RSS), difference: -3.56 MiB | ||
| 5179 | 2025.01.29 21:09:46.001807 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5180 | 2025.01.29 21:09:46.004787 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_26_5} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5181 | 2025.01.29 21:09:46.004877 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_26_5} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5182 | 2025.01.29 21:09:46.007264 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5183 | 2025.01.29 21:09:46.777844 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5184 | 2025.01.29 21:09:46.778056 [ 263 ] {ec5db8a9-a4d3-4480-be51-bd69a2afd83f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5185 | 2025.01.29 21:09:46.778138 [ 263 ] {ec5db8a9-a4d3-4480-be51-bd69a2afd83f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5186 | 2025.01.29 21:09:46.779018 [ 263 ] {ec5db8a9-a4d3-4480-be51-bd69a2afd83f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5187 | 2025.01.29 21:09:46.779065 [ 263 ] {ec5db8a9-a4d3-4480-be51-bd69a2afd83f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5188 | 2025.01.29 21:09:46.779503 [ 263 ] {ec5db8a9-a4d3-4480-be51-bd69a2afd83f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5189 | 2025.01.29 21:09:46.779761 [ 263 ] {ec5db8a9-a4d3-4480-be51-bd69a2afd83f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5190 | 2025.01.29 21:09:46.780009 [ 263 ] {ec5db8a9-a4d3-4480-be51-bd69a2afd83f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.14 MiB/sec. | ||
| 5191 | 2025.01.29 21:09:46.780077 [ 263 ] {ec5db8a9-a4d3-4480-be51-bd69a2afd83f} <Debug> TCPHandler: Processed in 0.002370598 sec. | ||
| 5192 | 2025.01.29 21:09:46.780415 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5193 | 2025.01.29 21:09:46.780721 [ 260 ] {380fc86a-372e-4d6e-b3b3-9b0aa06d8906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5194 | 2025.01.29 21:09:46.780824 [ 260 ] {380fc86a-372e-4d6e-b3b3-9b0aa06d8906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5195 | 2025.01.29 21:09:46.781630 [ 260 ] {380fc86a-372e-4d6e-b3b3-9b0aa06d8906} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5196 | 2025.01.29 21:09:46.781680 [ 260 ] {380fc86a-372e-4d6e-b3b3-9b0aa06d8906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5197 | 2025.01.29 21:09:46.782143 [ 260 ] {380fc86a-372e-4d6e-b3b3-9b0aa06d8906} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5198 | 2025.01.29 21:09:46.782404 [ 260 ] {380fc86a-372e-4d6e-b3b3-9b0aa06d8906} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5199 | 2025.01.29 21:09:46.782646 [ 260 ] {380fc86a-372e-4d6e-b3b3-9b0aa06d8906} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002014 sec., 31777.557100297912 rows/sec., 2.48 MiB/sec. | ||
| 5200 | 2025.01.29 21:09:46.782714 [ 260 ] {380fc86a-372e-4d6e-b3b3-9b0aa06d8906} <Debug> TCPHandler: Processed in 0.00249149 sec. | ||
| 5201 | 2025.01.29 21:09:46.782938 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5202 | 2025.01.29 21:09:46.783184 [ 263 ] {203ca90e-cfbf-481f-a1b2-af426e3636ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5203 | 2025.01.29 21:09:46.783290 [ 263 ] {203ca90e-cfbf-481f-a1b2-af426e3636ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5204 | 2025.01.29 21:09:46.784107 [ 263 ] {203ca90e-cfbf-481f-a1b2-af426e3636ce} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5205 | 2025.01.29 21:09:46.784148 [ 263 ] {203ca90e-cfbf-481f-a1b2-af426e3636ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5206 | 2025.01.29 21:09:46.784556 [ 263 ] {203ca90e-cfbf-481f-a1b2-af426e3636ce} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5207 | 2025.01.29 21:09:46.784809 [ 263 ] {203ca90e-cfbf-481f-a1b2-af426e3636ce} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5208 | 2025.01.29 21:09:46.785014 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5209 | 2025.01.29 21:09:46.785082 [ 263 ] {203ca90e-cfbf-481f-a1b2-af426e3636ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001952 sec., 81967.2131147541 rows/sec., 5.71 MiB/sec. | ||
| 5210 | 2025.01.29 21:09:46.785140 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5211 | 2025.01.29 21:09:46.785201 [ 263 ] {203ca90e-cfbf-481f-a1b2-af426e3636ce} <Debug> TCPHandler: Processed in 0.002367959 sec. | ||
| 5212 | 2025.01.29 21:09:46.785227 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5213 | 2025.01.29 21:09:46.785394 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5214 | 2025.01.29 21:09:46.785516 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 5215 | 2025.01.29 21:09:46.785623 [ 260 ] {2b1e1335-e5e1-4ee0-be23-05685092deca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5216 | 2025.01.29 21:09:46.785754 [ 260 ] {2b1e1335-e5e1-4ee0-be23-05685092deca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5217 | 2025.01.29 21:09:46.785917 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5218 | 2025.01.29 21:09:46.786015 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9071 rows starting from the beginning of the part | ||
| 5219 | 2025.01.29 21:09:46.786438 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 5220 | 2025.01.29 21:09:46.786808 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 5221 | 2025.01.29 21:09:46.787021 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 5222 | 2025.01.29 21:09:46.787451 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part | ||
| 5223 | 2025.01.29 21:09:46.787757 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 5224 | 2025.01.29 21:09:46.788261 [ 260 ] {2b1e1335-e5e1-4ee0-be23-05685092deca} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5225 | 2025.01.29 21:09:46.788340 [ 260 ] {2b1e1335-e5e1-4ee0-be23-05685092deca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5226 | 2025.01.29 21:09:46.789299 [ 260 ] {2b1e1335-e5e1-4ee0-be23-05685092deca} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5227 | 2025.01.29 21:09:46.789763 [ 260 ] {2b1e1335-e5e1-4ee0-be23-05685092deca} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5228 | 2025.01.29 21:09:46.790242 [ 38 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5229 | 2025.01.29 21:09:46.790409 [ 260 ] {2b1e1335-e5e1-4ee0-be23-05685092deca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004828 sec., 12427.506213753108 rows/sec., 857.63 KiB/sec. | ||
| 5230 | 2025.01.29 21:09:46.790429 [ 38 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5231 | 2025.01.29 21:09:46.790588 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5232 | 2025.01.29 21:09:46.790688 [ 260 ] {2b1e1335-e5e1-4ee0-be23-05685092deca} <Debug> TCPHandler: Processed in 0.005380914 sec. | ||
| 5233 | 2025.01.29 21:09:46.791181 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5234 | 2025.01.29 21:09:46.791416 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5235 | 2025.01.29 21:09:46.791471 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1632 rows starting from the beginning of the part | ||
| 5236 | 2025.01.29 21:09:46.791595 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5237 | 2025.01.29 21:09:46.791846 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5238 | 2025.01.29 21:09:46.792033 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5239 | 2025.01.29 21:09:46.792329 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 5240 | 2025.01.29 21:09:46.792570 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5241 | 2025.01.29 21:09:46.794223 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10025 rows, containing 5 columns (5 merged, 0 gathered) in 0.008827166 sec., 1135698.5922775215 rows/sec., 76.62 MiB/sec. | ||
| 5242 | 2025.01.29 21:09:46.794490 [ 196 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5243 | 2025.01.29 21:09:46.794681 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 4 columns (4 merged, 0 gathered) in 0.003815356 sec., 517907.1101097774 rows/sec., 33.70 MiB/sec. | ||
| 5244 | 2025.01.29 21:09:46.794938 [ 196 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5245 | 2025.01.29 21:09:46.795003 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5246 | 2025.01.29 21:09:46.795069 [ 196 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5247 | 2025.01.29 21:09:46.795243 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 5248 | 2025.01.29 21:09:46.795442 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_36_7} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5249 | 2025.01.29 21:09:46.795536 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_36_7} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5250 | 2025.01.29 21:09:46.795634 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5251 | 2025.01.29 21:09:47.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.23 MiB, peak 202.99 MiB, free memory in arenas 0.00 B, will set to 194.97 MiB (RSS), difference: 5.74 MiB | ||
| 5252 | 2025.01.29 21:09:49.367620 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5253 | 2025.01.29 21:09:49.367830 [ 263 ] {04cd2815-57a8-40f5-baac-16828b32f81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5254 | 2025.01.29 21:09:49.367925 [ 263 ] {04cd2815-57a8-40f5-baac-16828b32f81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5255 | 2025.01.29 21:09:49.368739 [ 263 ] {04cd2815-57a8-40f5-baac-16828b32f81f} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5256 | 2025.01.29 21:09:49.368785 [ 263 ] {04cd2815-57a8-40f5-baac-16828b32f81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5257 | 2025.01.29 21:09:49.369226 [ 263 ] {04cd2815-57a8-40f5-baac-16828b32f81f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5258 | 2025.01.29 21:09:49.369479 [ 263 ] {04cd2815-57a8-40f5-baac-16828b32f81f} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5259 | 2025.01.29 21:09:49.369674 [ 263 ] {04cd2815-57a8-40f5-baac-16828b32f81f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec. | ||
| 5260 | 2025.01.29 21:09:49.369736 [ 263 ] {04cd2815-57a8-40f5-baac-16828b32f81f} <Debug> TCPHandler: Processed in 0.002295668 sec. | ||
| 5261 | 2025.01.29 21:09:49.370096 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5262 | 2025.01.29 21:09:49.370316 [ 260 ] {0cf59c5a-5cdf-4f8b-a878-4edcd90f839f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5263 | 2025.01.29 21:09:49.370403 [ 260 ] {0cf59c5a-5cdf-4f8b-a878-4edcd90f839f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5264 | 2025.01.29 21:09:49.371238 [ 260 ] {0cf59c5a-5cdf-4f8b-a878-4edcd90f839f} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5265 | 2025.01.29 21:09:49.371290 [ 260 ] {0cf59c5a-5cdf-4f8b-a878-4edcd90f839f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5266 | 2025.01.29 21:09:49.371743 [ 260 ] {0cf59c5a-5cdf-4f8b-a878-4edcd90f839f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5267 | 2025.01.29 21:09:49.372004 [ 260 ] {0cf59c5a-5cdf-4f8b-a878-4edcd90f839f} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2025.01.29 21:09:49.372246 [ 260 ] {0cf59c5a-5cdf-4f8b-a878-4edcd90f839f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001993 sec., 6021.073758153538 rows/sec., 490.98 KiB/sec. | ||
| 5269 | 2025.01.29 21:09:49.372316 [ 260 ] {0cf59c5a-5cdf-4f8b-a878-4edcd90f839f} <Debug> TCPHandler: Processed in 0.002366468 sec. | ||
| 5270 | 2025.01.29 21:09:49.372483 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5271 | 2025.01.29 21:09:49.372616 [ 263 ] {20aad7f2-1db1-41e3-815c-f224e71e6cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5272 | 2025.01.29 21:09:49.372670 [ 263 ] {20aad7f2-1db1-41e3-815c-f224e71e6cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5273 | 2025.01.29 21:09:49.374056 [ 263 ] {20aad7f2-1db1-41e3-815c-f224e71e6cb3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5274 | 2025.01.29 21:09:49.374096 [ 263 ] {20aad7f2-1db1-41e3-815c-f224e71e6cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5275 | 2025.01.29 21:09:49.374559 [ 263 ] {20aad7f2-1db1-41e3-815c-f224e71e6cb3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5276 | 2025.01.29 21:09:49.374808 [ 263 ] {20aad7f2-1db1-41e3-815c-f224e71e6cb3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5277 | 2025.01.29 21:09:49.375001 [ 263 ] {20aad7f2-1db1-41e3-815c-f224e71e6cb3} <Debug> executeQuery: Read 1429 rows, 122.60 KiB in 0.002417 sec., 591228.7960281341 rows/sec., 49.54 MiB/sec. | ||
| 5278 | 2025.01.29 21:09:49.375062 [ 263 ] {20aad7f2-1db1-41e3-815c-f224e71e6cb3} <Debug> TCPHandler: Processed in 0.002639911 sec. | ||
| 5279 | 2025.01.29 21:09:49.375241 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5280 | 2025.01.29 21:09:49.375376 [ 260 ] {7a759da6-7d68-46f8-bd47-de49d2572d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5281 | 2025.01.29 21:09:49.375434 [ 260 ] {7a759da6-7d68-46f8-bd47-de49d2572d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5282 | 2025.01.29 21:09:49.376090 [ 260 ] {7a759da6-7d68-46f8-bd47-de49d2572d89} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5283 | 2025.01.29 21:09:49.376133 [ 260 ] {7a759da6-7d68-46f8-bd47-de49d2572d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5284 | 2025.01.29 21:09:49.376523 [ 260 ] {7a759da6-7d68-46f8-bd47-de49d2572d89} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5285 | 2025.01.29 21:09:49.376772 [ 260 ] {7a759da6-7d68-46f8-bd47-de49d2572d89} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5286 | 2025.01.29 21:09:49.376935 [ 36 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5287 | 2025.01.29 21:09:49.377017 [ 36 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5288 | 2025.01.29 21:09:49.377033 [ 260 ] {7a759da6-7d68-46f8-bd47-de49d2572d89} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001683 sec., 35056.446821152706 rows/sec., 2.50 MiB/sec. | ||
| 5289 | 2025.01.29 21:09:49.377065 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5290 | 2025.01.29 21:09:49.377199 [ 260 ] {7a759da6-7d68-46f8-bd47-de49d2572d89} <Debug> TCPHandler: Processed in 0.002012173 sec. | ||
| 5291 | 2025.01.29 21:09:49.377297 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::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 | ||
| 5292 | 2025.01.29 21:09:49.377403 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5293 | 2025.01.29 21:09:49.377431 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5294 | 2025.01.29 21:09:49.377466 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 65 rows starting from the beginning of the part | ||
| 5295 | 2025.01.29 21:09:49.377594 [ 263 ] {3b96f6bf-e1eb-4f22-b467-4552ff97acf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5296 | 2025.01.29 21:09:49.377612 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 47 rows starting from the beginning of the part | ||
| 5297 | 2025.01.29 21:09:49.377708 [ 263 ] {3b96f6bf-e1eb-4f22-b467-4552ff97acf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5298 | 2025.01.29 21:09:49.377856 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 51 rows starting from the beginning of the part | ||
| 5299 | 2025.01.29 21:09:49.378228 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 47 rows starting from the beginning of the part | ||
| 5300 | 2025.01.29 21:09:49.378418 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 47 rows starting from the beginning of the part | ||
| 5301 | 2025.01.29 21:09:49.378660 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 59 rows starting from the beginning of the part | ||
| 5302 | 2025.01.29 21:09:49.379753 [ 263 ] {3b96f6bf-e1eb-4f22-b467-4552ff97acf5} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5303 | 2025.01.29 21:09:49.379800 [ 263 ] {3b96f6bf-e1eb-4f22-b467-4552ff97acf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5304 | 2025.01.29 21:09:49.380379 [ 200 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.003189878 sec., 99063.34975820391 rows/sec., 7.47 MiB/sec. | ||
| 5305 | 2025.01.29 21:09:49.380407 [ 263 ] {3b96f6bf-e1eb-4f22-b467-4552ff97acf5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5306 | 2025.01.29 21:09:49.380520 [ 196 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5307 | 2025.01.29 21:09:49.380687 [ 263 ] {3b96f6bf-e1eb-4f22-b467-4552ff97acf5} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5308 | 2025.01.29 21:09:49.380894 [ 196 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5309 | 2025.01.29 21:09:49.380946 [ 263 ] {3b96f6bf-e1eb-4f22-b467-4552ff97acf5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003419 sec., 70780.93009651944 rows/sec., 4.80 MiB/sec. | ||
| 5310 | 2025.01.29 21:09:49.381003 [ 196 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_20_4} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5311 | 2025.01.29 21:09:49.381033 [ 263 ] {3b96f6bf-e1eb-4f22-b467-4552ff97acf5} <Debug> TCPHandler: Processed in 0.003705895 sec. | ||
| 5312 | 2025.01.29 21:09:49.381122 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5313 | 2025.01.29 21:09:49.381224 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5314 | 2025.01.29 21:09:49.381359 [ 260 ] {dc3a7df0-5df8-4f7d-8a22-58545138fbc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5315 | 2025.01.29 21:09:49.381416 [ 260 ] {dc3a7df0-5df8-4f7d-8a22-58545138fbc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5316 | 2025.01.29 21:09:49.382050 [ 260 ] {dc3a7df0-5df8-4f7d-8a22-58545138fbc2} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2025.01.29 21:09:49.382094 [ 260 ] {dc3a7df0-5df8-4f7d-8a22-58545138fbc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5318 | 2025.01.29 21:09:49.382500 [ 260 ] {dc3a7df0-5df8-4f7d-8a22-58545138fbc2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5319 | 2025.01.29 21:09:49.382769 [ 260 ] {dc3a7df0-5df8-4f7d-8a22-58545138fbc2} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2025.01.29 21:09:49.382991 [ 260 ] {dc3a7df0-5df8-4f7d-8a22-58545138fbc2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec. | ||
| 5321 | 2025.01.29 21:09:49.383055 [ 260 ] {dc3a7df0-5df8-4f7d-8a22-58545138fbc2} <Debug> TCPHandler: Processed in 0.001912383 sec. | ||
| 5322 | 2025.01.29 21:09:49.383215 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5323 | 2025.01.29 21:09:49.383331 [ 263 ] {652687f4-3a52-40ba-9737-79668920085e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5324 | 2025.01.29 21:09:49.383380 [ 263 ] {652687f4-3a52-40ba-9737-79668920085e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5325 | 2025.01.29 21:09:49.384430 [ 263 ] {652687f4-3a52-40ba-9737-79668920085e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5326 | 2025.01.29 21:09:49.384470 [ 263 ] {652687f4-3a52-40ba-9737-79668920085e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5327 | 2025.01.29 21:09:49.384864 [ 263 ] {652687f4-3a52-40ba-9737-79668920085e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5328 | 2025.01.29 21:09:49.385119 [ 263 ] {652687f4-3a52-40ba-9737-79668920085e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5329 | 2025.01.29 21:09:49.385347 [ 263 ] {652687f4-3a52-40ba-9737-79668920085e} <Debug> executeQuery: Read 890 rows, 66.15 KiB in 0.00204 sec., 436274.50980392157 rows/sec., 31.67 MiB/sec. | ||
| 5330 | 2025.01.29 21:09:49.385398 [ 263 ] {652687f4-3a52-40ba-9737-79668920085e} <Debug> TCPHandler: Processed in 0.002241857 sec. | ||
| 5331 | 2025.01.29 21:09:49.385625 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5332 | 2025.01.29 21:09:49.385868 [ 260 ] {2f6b7e0f-2c6e-4686-ac6f-93589070c044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5333 | 2025.01.29 21:09:49.385935 [ 260 ] {2f6b7e0f-2c6e-4686-ac6f-93589070c044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5334 | 2025.01.29 21:09:49.386457 [ 260 ] {2f6b7e0f-2c6e-4686-ac6f-93589070c044} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2025.01.29 21:09:49.386497 [ 260 ] {2f6b7e0f-2c6e-4686-ac6f-93589070c044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5336 | 2025.01.29 21:09:49.386889 [ 260 ] {2f6b7e0f-2c6e-4686-ac6f-93589070c044} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5337 | 2025.01.29 21:09:49.387156 [ 260 ] {2f6b7e0f-2c6e-4686-ac6f-93589070c044} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2025.01.29 21:09:49.387378 [ 260 ] {2f6b7e0f-2c6e-4686-ac6f-93589070c044} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec. | ||
| 5339 | 2025.01.29 21:09:49.387435 [ 260 ] {2f6b7e0f-2c6e-4686-ac6f-93589070c044} <Debug> TCPHandler: Processed in 0.001926213 sec. | ||
| 5340 | 2025.01.29 21:09:49.387615 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5341 | 2025.01.29 21:09:49.387754 [ 263 ] {3d20a73a-53cc-499d-ba10-b9ab548faa7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5342 | 2025.01.29 21:09:49.387816 [ 263 ] {3d20a73a-53cc-499d-ba10-b9ab548faa7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5343 | 2025.01.29 21:09:49.388732 [ 263 ] {3d20a73a-53cc-499d-ba10-b9ab548faa7f} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2025.01.29 21:09:49.388780 [ 263 ] {3d20a73a-53cc-499d-ba10-b9ab548faa7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5345 | 2025.01.29 21:09:49.389233 [ 263 ] {3d20a73a-53cc-499d-ba10-b9ab548faa7f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5346 | 2025.01.29 21:09:49.389490 [ 263 ] {3d20a73a-53cc-499d-ba10-b9ab548faa7f} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5347 | 2025.01.29 21:09:49.389701 [ 263 ] {3d20a73a-53cc-499d-ba10-b9ab548faa7f} <Debug> executeQuery: Read 897 rows, 61.19 KiB in 0.001979 sec., 453259.2218292067 rows/sec., 30.20 MiB/sec. | ||
| 5348 | 2025.01.29 21:09:49.389758 [ 263 ] {3d20a73a-53cc-499d-ba10-b9ab548faa7f} <Debug> TCPHandler: Processed in 0.002211177 sec. | ||
| 5349 | 2025.01.29 21:09:49.389918 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5350 | 2025.01.29 21:09:49.390061 [ 260 ] {34038dfc-e66d-4253-9c87-b4b8dc10fcd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5351 | 2025.01.29 21:09:49.390126 [ 260 ] {34038dfc-e66d-4253-9c87-b4b8dc10fcd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5352 | 2025.01.29 21:09:49.390714 [ 260 ] {34038dfc-e66d-4253-9c87-b4b8dc10fcd6} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5353 | 2025.01.29 21:09:49.390761 [ 260 ] {34038dfc-e66d-4253-9c87-b4b8dc10fcd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5354 | 2025.01.29 21:09:49.391157 [ 260 ] {34038dfc-e66d-4253-9c87-b4b8dc10fcd6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5355 | 2025.01.29 21:09:49.391410 [ 260 ] {34038dfc-e66d-4253-9c87-b4b8dc10fcd6} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5356 | 2025.01.29 21:09:49.391643 [ 260 ] {34038dfc-e66d-4253-9c87-b4b8dc10fcd6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001613 sec., 619.962802231866 rows/sec., 41.77 KiB/sec. | ||
| 5357 | 2025.01.29 21:09:49.391697 [ 260 ] {34038dfc-e66d-4253-9c87-b4b8dc10fcd6} <Debug> TCPHandler: Processed in 0.001849952 sec. | ||
| 5358 | 2025.01.29 21:09:49.391851 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5359 | 2025.01.29 21:09:49.391992 [ 263 ] {7cc4c151-1104-456e-9b89-c24d915c75f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5360 | 2025.01.29 21:09:49.392087 [ 263 ] {7cc4c151-1104-456e-9b89-c24d915c75f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5361 | 2025.01.29 21:09:49.393406 [ 263 ] {7cc4c151-1104-456e-9b89-c24d915c75f3} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.01.29 21:09:49.393447 [ 263 ] {7cc4c151-1104-456e-9b89-c24d915c75f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5363 | 2025.01.29 21:09:49.394114 [ 263 ] {7cc4c151-1104-456e-9b89-c24d915c75f3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5364 | 2025.01.29 21:09:49.394377 [ 263 ] {7cc4c151-1104-456e-9b89-c24d915c75f3} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2025.01.29 21:09:49.394622 [ 263 ] {7cc4c151-1104-456e-9b89-c24d915c75f3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002661 sec., 15031.942878617061 rows/sec., 26.94 MiB/sec. | ||
| 5366 | 2025.01.29 21:09:49.394721 [ 263 ] {7cc4c151-1104-456e-9b89-c24d915c75f3} <Debug> TCPHandler: Processed in 0.002928405 sec. | ||
| 5367 | 2025.01.29 21:09:49.394895 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5368 | 2025.01.29 21:09:49.395038 [ 260 ] {db48e2dd-6853-4696-9a55-4188f7e08a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5369 | 2025.01.29 21:09:49.395110 [ 260 ] {db48e2dd-6853-4696-9a55-4188f7e08a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5370 | 2025.01.29 21:09:49.395702 [ 260 ] {db48e2dd-6853-4696-9a55-4188f7e08a72} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2025.01.29 21:09:49.395750 [ 260 ] {db48e2dd-6853-4696-9a55-4188f7e08a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5372 | 2025.01.29 21:09:49.396163 [ 260 ] {db48e2dd-6853-4696-9a55-4188f7e08a72} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5373 | 2025.01.29 21:09:49.396421 [ 260 ] {db48e2dd-6853-4696-9a55-4188f7e08a72} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5374 | 2025.01.29 21:09:49.396635 [ 260 ] {db48e2dd-6853-4696-9a55-4188f7e08a72} <Debug> executeQuery: Read 56 rows, 3.55 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.13 MiB/sec. | ||
| 5375 | 2025.01.29 21:09:49.396696 [ 260 ] {db48e2dd-6853-4696-9a55-4188f7e08a72} <Debug> TCPHandler: Processed in 0.001870722 sec. | ||
| 5376 | 2025.01.29 21:09:50.061869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 734 | ||
| 5377 | 2025.01.29 21:09:50.065477 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2025.01.29 21:09:50.065534 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5379 | 2025.01.29 21:09:50.067053 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5380 | 2025.01.29 21:09:50.067383 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2025.01.29 21:09:50.067928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734 | ||
| 5382 | 2025.01.29 21:09:51.772636 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5383 | 2025.01.29 21:09:51.772854 [ 263 ] {9c8f6da2-ed71-422b-8c73-fe60e6390f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5384 | 2025.01.29 21:09:51.772934 [ 263 ] {9c8f6da2-ed71-422b-8c73-fe60e6390f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5385 | 2025.01.29 21:09:51.773714 [ 263 ] {9c8f6da2-ed71-422b-8c73-fe60e6390f6c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5386 | 2025.01.29 21:09:51.773756 [ 263 ] {9c8f6da2-ed71-422b-8c73-fe60e6390f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5387 | 2025.01.29 21:09:51.774202 [ 263 ] {9c8f6da2-ed71-422b-8c73-fe60e6390f6c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5388 | 2025.01.29 21:09:51.774474 [ 263 ] {9c8f6da2-ed71-422b-8c73-fe60e6390f6c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5389 | 2025.01.29 21:09:51.774695 [ 263 ] {9c8f6da2-ed71-422b-8c73-fe60e6390f6c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec. | ||
| 5390 | 2025.01.29 21:09:51.774752 [ 263 ] {9c8f6da2-ed71-422b-8c73-fe60e6390f6c} <Debug> TCPHandler: Processed in 0.002249297 sec. | ||
| 5391 | 2025.01.29 21:09:51.775067 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5392 | 2025.01.29 21:09:51.775366 [ 260 ] {1f811a1c-341b-47bb-be62-84eeb8fbd5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5393 | 2025.01.29 21:09:51.775480 [ 260 ] {1f811a1c-341b-47bb-be62-84eeb8fbd5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5394 | 2025.01.29 21:09:51.776496 [ 260 ] {1f811a1c-341b-47bb-be62-84eeb8fbd5a4} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5395 | 2025.01.29 21:09:51.776547 [ 260 ] {1f811a1c-341b-47bb-be62-84eeb8fbd5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5396 | 2025.01.29 21:09:51.777008 [ 260 ] {1f811a1c-341b-47bb-be62-84eeb8fbd5a4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5397 | 2025.01.29 21:09:51.777313 [ 260 ] {1f811a1c-341b-47bb-be62-84eeb8fbd5a4} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5398 | 2025.01.29 21:09:51.777552 [ 260 ] {1f811a1c-341b-47bb-be62-84eeb8fbd5a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002256 sec., 28368.79432624113 rows/sec., 2.21 MiB/sec. | ||
| 5399 | 2025.01.29 21:09:51.777624 [ 260 ] {1f811a1c-341b-47bb-be62-84eeb8fbd5a4} <Debug> TCPHandler: Processed in 0.002736142 sec. | ||
| 5400 | 2025.01.29 21:09:51.777847 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5401 | 2025.01.29 21:09:51.778071 [ 263 ] {e43373a3-d6fb-4aeb-989d-e3690e04c180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5402 | 2025.01.29 21:09:51.778170 [ 263 ] {e43373a3-d6fb-4aeb-989d-e3690e04c180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5403 | 2025.01.29 21:09:51.779062 [ 263 ] {e43373a3-d6fb-4aeb-989d-e3690e04c180} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5404 | 2025.01.29 21:09:51.779101 [ 263 ] {e43373a3-d6fb-4aeb-989d-e3690e04c180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5405 | 2025.01.29 21:09:51.779496 [ 263 ] {e43373a3-d6fb-4aeb-989d-e3690e04c180} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5406 | 2025.01.29 21:09:51.779746 [ 263 ] {e43373a3-d6fb-4aeb-989d-e3690e04c180} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5407 | 2025.01.29 21:09:51.779967 [ 263 ] {e43373a3-d6fb-4aeb-989d-e3690e04c180} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001954 sec., 33776.86796315251 rows/sec., 2.36 MiB/sec. | ||
| 5408 | 2025.01.29 21:09:51.780020 [ 263 ] {e43373a3-d6fb-4aeb-989d-e3690e04c180} <Debug> TCPHandler: Processed in 0.002284157 sec. | ||
| 5409 | 2025.01.29 21:09:51.780189 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5410 | 2025.01.29 21:09:51.780322 [ 260 ] {e4186606-9386-45d4-bf25-fae948c3c07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5411 | 2025.01.29 21:09:51.780382 [ 260 ] {e4186606-9386-45d4-bf25-fae948c3c07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5412 | 2025.01.29 21:09:51.780902 [ 260 ] {e4186606-9386-45d4-bf25-fae948c3c07a} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5413 | 2025.01.29 21:09:51.780945 [ 260 ] {e4186606-9386-45d4-bf25-fae948c3c07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5414 | 2025.01.29 21:09:51.781366 [ 260 ] {e4186606-9386-45d4-bf25-fae948c3c07a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5415 | 2025.01.29 21:09:51.781619 [ 260 ] {e4186606-9386-45d4-bf25-fae948c3c07a} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5416 | 2025.01.29 21:09:51.781849 [ 260 ] {e4186606-9386-45d4-bf25-fae948c3c07a} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001558 sec., 16688.06161745828 rows/sec., 1.12 MiB/sec. | ||
| 5417 | 2025.01.29 21:09:51.781904 [ 260 ] {e4186606-9386-45d4-bf25-fae948c3c07a} <Debug> TCPHandler: Processed in 0.001780562 sec. | ||
| 5418 | 2025.01.29 21:09:52.520566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12444 | ||
| 5419 | 2025.01.29 21:09:52.521197 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5420 | 2025.01.29 21:09:52.521243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5421 | 2025.01.29 21:09:52.521762 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5422 | 2025.01.29 21:09:52.522022 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5423 | 2025.01.29 21:09:52.522311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5424 | 2025.01.29 21:09:53.409417 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5425 | 2025.01.29 21:09:53.428285 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5426 | 2025.01.29 21:09:53.428351 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 5427 | 2025.01.29 21:09:53.435617 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5428 | 2025.01.29 21:09:53.436364 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5429 | 2025.01.29 21:09:53.439166 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5430 | 2025.01.29 21:09:56.777101 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5431 | 2025.01.29 21:09:56.777324 [ 263 ] {58099e80-a0a0-4b5f-af6c-ce30104b4e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5432 | 2025.01.29 21:09:56.777404 [ 263 ] {58099e80-a0a0-4b5f-af6c-ce30104b4e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5433 | 2025.01.29 21:09:56.778252 [ 263 ] {58099e80-a0a0-4b5f-af6c-ce30104b4e3f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2025.01.29 21:09:56.778302 [ 263 ] {58099e80-a0a0-4b5f-af6c-ce30104b4e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5435 | 2025.01.29 21:09:56.778748 [ 263 ] {58099e80-a0a0-4b5f-af6c-ce30104b4e3f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5436 | 2025.01.29 21:09:56.779012 [ 263 ] {58099e80-a0a0-4b5f-af6c-ce30104b4e3f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5437 | 2025.01.29 21:09:56.779258 [ 263 ] {58099e80-a0a0-4b5f-af6c-ce30104b4e3f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.16 MiB/sec. | ||
| 5438 | 2025.01.29 21:09:56.779327 [ 263 ] {58099e80-a0a0-4b5f-af6c-ce30104b4e3f} <Debug> TCPHandler: Processed in 0.002362979 sec. | ||
| 5439 | 2025.01.29 21:09:56.779584 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5440 | 2025.01.29 21:09:56.779809 [ 260 ] {5fa60278-0c08-4801-9358-e93504557142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5441 | 2025.01.29 21:09:56.779894 [ 260 ] {5fa60278-0c08-4801-9358-e93504557142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5442 | 2025.01.29 21:09:56.780726 [ 260 ] {5fa60278-0c08-4801-9358-e93504557142} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2025.01.29 21:09:56.780769 [ 260 ] {5fa60278-0c08-4801-9358-e93504557142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5444 | 2025.01.29 21:09:56.781260 [ 260 ] {5fa60278-0c08-4801-9358-e93504557142} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5445 | 2025.01.29 21:09:56.781531 [ 260 ] {5fa60278-0c08-4801-9358-e93504557142} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2025.01.29 21:09:56.781746 [ 260 ] {5fa60278-0c08-4801-9358-e93504557142} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002005 sec., 31920.199501246887 rows/sec., 2.49 MiB/sec. | ||
| 5447 | 2025.01.29 21:09:56.781814 [ 260 ] {5fa60278-0c08-4801-9358-e93504557142} <Debug> TCPHandler: Processed in 0.002363888 sec. | ||
| 5448 | 2025.01.29 21:09:56.781978 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5449 | 2025.01.29 21:09:56.782128 [ 263 ] {4298bb4d-406b-4020-9bbb-6bee80b4e3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5450 | 2025.01.29 21:09:56.782196 [ 263 ] {4298bb4d-406b-4020-9bbb-6bee80b4e3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5451 | 2025.01.29 21:09:56.782911 [ 263 ] {4298bb4d-406b-4020-9bbb-6bee80b4e3a1} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2025.01.29 21:09:56.782961 [ 263 ] {4298bb4d-406b-4020-9bbb-6bee80b4e3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5453 | 2025.01.29 21:09:56.783375 [ 263 ] {4298bb4d-406b-4020-9bbb-6bee80b4e3a1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5454 | 2025.01.29 21:09:56.783613 [ 263 ] {4298bb4d-406b-4020-9bbb-6bee80b4e3a1} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2025.01.29 21:09:56.783817 [ 263 ] {4298bb4d-406b-4020-9bbb-6bee80b4e3a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00177 sec., 90395.4802259887 rows/sec., 6.30 MiB/sec. | ||
| 5456 | 2025.01.29 21:09:56.783871 [ 263 ] {4298bb4d-406b-4020-9bbb-6bee80b4e3a1} <Debug> TCPHandler: Processed in 0.002007364 sec. | ||
| 5457 | 2025.01.29 21:09:56.784044 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5458 | 2025.01.29 21:09:56.784236 [ 260 ] {44e100b1-ad35-473e-8419-7f9c5507f6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5459 | 2025.01.29 21:09:56.784293 [ 260 ] {44e100b1-ad35-473e-8419-7f9c5507f6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5460 | 2025.01.29 21:09:56.784852 [ 260 ] {44e100b1-ad35-473e-8419-7f9c5507f6c6} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2025.01.29 21:09:56.784894 [ 260 ] {44e100b1-ad35-473e-8419-7f9c5507f6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5462 | 2025.01.29 21:09:56.785306 [ 260 ] {44e100b1-ad35-473e-8419-7f9c5507f6c6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5463 | 2025.01.29 21:09:56.785555 [ 260 ] {44e100b1-ad35-473e-8419-7f9c5507f6c6} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2025.01.29 21:09:56.785742 [ 260 ] {44e100b1-ad35-473e-8419-7f9c5507f6c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec. | ||
| 5465 | 2025.01.29 21:09:56.785798 [ 260 ] {44e100b1-ad35-473e-8419-7f9c5507f6c6} <Debug> TCPHandler: Processed in 0.001763811 sec. | ||
| 5466 | 2025.01.29 21:09:59.901213 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5467 | 2025.01.29 21:09:59.901270 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5468 | 2025.01.29 21:10:00.022567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12932 | ||
| 5469 | 2025.01.29 21:10:00.023729 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2025.01.29 21:10:00.023780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5471 | 2025.01.29 21:10:00.024319 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5472 | 2025.01.29 21:10:00.024591 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2025.01.29 21:10:00.024898 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12932 | ||
| 5474 | 2025.01.29 21:10:00.068316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 750 | ||
| 5475 | 2025.01.29 21:10:00.071038 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5476 | 2025.01.29 21:10:00.071083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5477 | 2025.01.29 21:10:00.072458 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5478 | 2025.01.29 21:10:00.072758 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2025.01.29 21:10:00.073384 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 750 | ||
| 5480 | 2025.01.29 21:10:00.939344 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5481 | 2025.01.29 21:10:00.960207 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5482 | 2025.01.29 21:10:00.960278 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5483 | 2025.01.29 21:10:00.967888 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5484 | 2025.01.29 21:10:00.968725 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5485 | 2025.01.29 21:10:00.971798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5486 | 2025.01.29 21:10:01.357439 [ 124 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5487 | 2025.01.29 21:10:01.357506 [ 124 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2025.01.29 21:10:01.357534 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5489 | 2025.01.29 21:10:01.357774 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 5490 | 2025.01.29 21:10:01.357982 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5491 | 2025.01.29 21:10:01.358028 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 5492 | 2025.01.29 21:10:01.358154 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 5493 | 2025.01.29 21:10:01.358460 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 5494 | 2025.01.29 21:10:01.358645 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 5495 | 2025.01.29 21:10:01.358814 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 5496 | 2025.01.29 21:10:01.360110 [ 196 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.00247797 sec., 304684.8831906763 rows/sec., 21.81 MiB/sec. | ||
| 5497 | 2025.01.29 21:10:01.360311 [ 196 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5498 | 2025.01.29 21:10:01.360651 [ 196 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_15_3} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5499 | 2025.01.29 21:10:01.360743 [ 196 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_15_3} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5500 | 2025.01.29 21:10:01.360845 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5501 | 2025.01.29 21:10:01.421913 [ 124 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5502 | 2025.01.29 21:10:01.421994 [ 124 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2025.01.29 21:10:01.422038 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5504 | 2025.01.29 21:10:01.422269 [ 194 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 5505 | 2025.01.29 21:10:01.422517 [ 194 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5506 | 2025.01.29 21:10:01.422557 [ 194 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 5507 | 2025.01.29 21:10:01.422639 [ 194 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5508 | 2025.01.29 21:10:01.422871 [ 194 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5509 | 2025.01.29 21:10:01.423256 [ 194 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5510 | 2025.01.29 21:10:01.423425 [ 194 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5511 | 2025.01.29 21:10:01.424453 [ 196 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.002318008 sec., 6902.478334846127 rows/sec., 463.42 KiB/sec. | ||
| 5512 | 2025.01.29 21:10:01.424623 [ 198 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5513 | 2025.01.29 21:10:01.424987 [ 198 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5514 | 2025.01.29 21:10:01.425087 [ 198 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_15_3} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5515 | 2025.01.29 21:10:01.425182 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5516 | 2025.01.29 21:10:01.570258 [ 124 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5517 | 2025.01.29 21:10:01.570349 [ 124 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5518 | 2025.01.29 21:10:01.570401 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5519 | 2025.01.29 21:10:01.570703 [ 194 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 5520 | 2025.01.29 21:10:01.571067 [ 194 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5521 | 2025.01.29 21:10:01.571125 [ 194 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 5522 | 2025.01.29 21:10:01.571239 [ 194 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 5523 | 2025.01.29 21:10:01.571657 [ 194 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 5524 | 2025.01.29 21:10:01.571871 [ 194 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 5525 | 2025.01.29 21:10:01.572020 [ 194 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 5526 | 2025.01.29 21:10:01.572974 [ 198 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002455739 sec., 36648.84582604258 rows/sec., 1.87 MiB/sec. | ||
| 5527 | 2025.01.29 21:10:01.573113 [ 198 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5528 | 2025.01.29 21:10:01.573435 [ 198 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_15_3} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2025.01.29 21:10:01.573511 [ 198 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_15_3} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5530 | 2025.01.29 21:10:01.573629 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5531 | 2025.01.29 21:10:01.783557 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2025.01.29 21:10:01.783744 [ 263 ] {c9705690-9ecc-4a7e-8795-e9824dd03111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5533 | 2025.01.29 21:10:01.783820 [ 263 ] {c9705690-9ecc-4a7e-8795-e9824dd03111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5534 | 2025.01.29 21:10:01.784616 [ 263 ] {c9705690-9ecc-4a7e-8795-e9824dd03111} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2025.01.29 21:10:01.784662 [ 263 ] {c9705690-9ecc-4a7e-8795-e9824dd03111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5536 | 2025.01.29 21:10:01.785070 [ 263 ] {c9705690-9ecc-4a7e-8795-e9824dd03111} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5537 | 2025.01.29 21:10:01.785330 [ 263 ] {c9705690-9ecc-4a7e-8795-e9824dd03111} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5538 | 2025.01.29 21:10:01.785575 [ 263 ] {c9705690-9ecc-4a7e-8795-e9824dd03111} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec. | ||
| 5539 | 2025.01.29 21:10:01.785632 [ 263 ] {c9705690-9ecc-4a7e-8795-e9824dd03111} <Debug> TCPHandler: Processed in 0.002206676 sec. | ||
| 5540 | 2025.01.29 21:10:01.785900 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5541 | 2025.01.29 21:10:01.786101 [ 260 ] {9149b46d-fde1-4a5b-83ca-6484f1d76ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5542 | 2025.01.29 21:10:01.786184 [ 260 ] {9149b46d-fde1-4a5b-83ca-6484f1d76ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5543 | 2025.01.29 21:10:01.787120 [ 260 ] {9149b46d-fde1-4a5b-83ca-6484f1d76ad6} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5544 | 2025.01.29 21:10:01.787162 [ 260 ] {9149b46d-fde1-4a5b-83ca-6484f1d76ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5545 | 2025.01.29 21:10:01.787661 [ 260 ] {9149b46d-fde1-4a5b-83ca-6484f1d76ad6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5546 | 2025.01.29 21:10:01.787920 [ 260 ] {9149b46d-fde1-4a5b-83ca-6484f1d76ad6} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5547 | 2025.01.29 21:10:01.788113 [ 143 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5548 | 2025.01.29 21:10:01.788178 [ 143 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2025.01.29 21:10:01.788191 [ 260 ] {9149b46d-fde1-4a5b-83ca-6484f1d76ad6} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002141 sec., 132181.22372723027 rows/sec., 11.68 MiB/sec. | ||
| 5550 | 2025.01.29 21:10:01.788225 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5551 | 2025.01.29 21:10:01.788349 [ 260 ] {9149b46d-fde1-4a5b-83ca-6484f1d76ad6} <Debug> TCPHandler: Processed in 0.002585961 sec. | ||
| 5552 | 2025.01.29 21:10:01.788467 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 5553 | 2025.01.29 21:10:01.788575 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5554 | 2025.01.29 21:10:01.788660 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5555 | 2025.01.29 21:10:01.788747 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1434 rows starting from the beginning of the part | ||
| 5556 | 2025.01.29 21:10:01.788827 [ 263 ] {10617236-6782-4dfe-95ac-2e28f8d5c249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5557 | 2025.01.29 21:10:01.788993 [ 263 ] {10617236-6782-4dfe-95ac-2e28f8d5c249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5558 | 2025.01.29 21:10:01.788993 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5559 | 2025.01.29 21:10:01.789437 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1429 rows starting from the beginning of the part | ||
| 5560 | 2025.01.29 21:10:01.789804 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5561 | 2025.01.29 21:10:01.790208 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 5562 | 2025.01.29 21:10:01.790672 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 283 rows starting from the beginning of the part | ||
| 5563 | 2025.01.29 21:10:01.791719 [ 263 ] {10617236-6782-4dfe-95ac-2e28f8d5c249} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5564 | 2025.01.29 21:10:01.791805 [ 263 ] {10617236-6782-4dfe-95ac-2e28f8d5c249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5565 | 2025.01.29 21:10:01.792682 [ 263 ] {10617236-6782-4dfe-95ac-2e28f8d5c249} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5566 | 2025.01.29 21:10:01.793245 [ 263 ] {10617236-6782-4dfe-95ac-2e28f8d5c249} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5567 | 2025.01.29 21:10:01.793490 [ 263 ] {10617236-6782-4dfe-95ac-2e28f8d5c249} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00474 sec., 9915.611814345992 rows/sec., 730.77 KiB/sec. | ||
| 5568 | 2025.01.29 21:10:01.793577 [ 263 ] {10617236-6782-4dfe-95ac-2e28f8d5c249} <Debug> TCPHandler: Processed in 0.005086041 sec. | ||
| 5569 | 2025.01.29 21:10:01.793778 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5570 | 2025.01.29 21:10:01.794101 [ 260 ] {3c0671ac-d893-4bc4-a974-db2d97434161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5571 | 2025.01.29 21:10:01.794108 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.005748558 sec., 576492.4003550108 rows/sec., 50.52 MiB/sec. | ||
| 5572 | 2025.01.29 21:10:01.794180 [ 260 ] {3c0671ac-d893-4bc4-a974-db2d97434161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5573 | 2025.01.29 21:10:01.794414 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5574 | 2025.01.29 21:10:01.795036 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2025.01.29 21:10:01.795254 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_41_8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5576 | 2025.01.29 21:10:01.795434 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5577 | 2025.01.29 21:10:01.795523 [ 260 ] {3c0671ac-d893-4bc4-a974-db2d97434161} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5578 | 2025.01.29 21:10:01.795571 [ 260 ] {3c0671ac-d893-4bc4-a974-db2d97434161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5579 | 2025.01.29 21:10:01.795943 [ 260 ] {3c0671ac-d893-4bc4-a974-db2d97434161} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5580 | 2025.01.29 21:10:01.796198 [ 260 ] {3c0671ac-d893-4bc4-a974-db2d97434161} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5581 | 2025.01.29 21:10:01.796422 [ 260 ] {3c0671ac-d893-4bc4-a974-db2d97434161} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002389 sec., 5860.192549183759 rows/sec., 410.41 KiB/sec. | ||
| 5582 | 2025.01.29 21:10:01.796482 [ 260 ] {3c0671ac-d893-4bc4-a974-db2d97434161} <Debug> TCPHandler: Processed in 0.002793764 sec. | ||
| 5583 | 2025.01.29 21:10:01.796650 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5584 | 2025.01.29 21:10:01.796788 [ 263 ] {a6f744ea-4817-40d9-bfda-c0587ce68892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5585 | 2025.01.29 21:10:01.796846 [ 263 ] {a6f744ea-4817-40d9-bfda-c0587ce68892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5586 | 2025.01.29 21:10:01.797495 [ 263 ] {a6f744ea-4817-40d9-bfda-c0587ce68892} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5587 | 2025.01.29 21:10:01.797532 [ 263 ] {a6f744ea-4817-40d9-bfda-c0587ce68892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5588 | 2025.01.29 21:10:01.797885 [ 263 ] {a6f744ea-4817-40d9-bfda-c0587ce68892} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5589 | 2025.01.29 21:10:01.798132 [ 263 ] {a6f744ea-4817-40d9-bfda-c0587ce68892} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5590 | 2025.01.29 21:10:01.798348 [ 263 ] {a6f744ea-4817-40d9-bfda-c0587ce68892} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001587 sec., 8191.556395715185 rows/sec., 510.74 KiB/sec. | ||
| 5591 | 2025.01.29 21:10:01.798571 [ 263 ] {a6f744ea-4817-40d9-bfda-c0587ce68892} <Debug> TCPHandler: Processed in 0.001988884 sec. | ||
| 5592 | 2025.01.29 21:10:01.798747 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5593 | 2025.01.29 21:10:01.798889 [ 260 ] {8d4303ec-6cc4-43f6-b1e7-91e5c6add4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5594 | 2025.01.29 21:10:01.798951 [ 260 ] {8d4303ec-6cc4-43f6-b1e7-91e5c6add4d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5595 | 2025.01.29 21:10:01.799756 [ 260 ] {8d4303ec-6cc4-43f6-b1e7-91e5c6add4d2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5596 | 2025.01.29 21:10:01.799798 [ 260 ] {8d4303ec-6cc4-43f6-b1e7-91e5c6add4d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5597 | 2025.01.29 21:10:01.800188 [ 260 ] {8d4303ec-6cc4-43f6-b1e7-91e5c6add4d2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5598 | 2025.01.29 21:10:01.800437 [ 260 ] {8d4303ec-6cc4-43f6-b1e7-91e5c6add4d2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5599 | 2025.01.29 21:10:01.800617 [ 143 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5600 | 2025.01.29 21:10:01.800678 [ 143 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5601 | 2025.01.29 21:10:01.800702 [ 260 ] {8d4303ec-6cc4-43f6-b1e7-91e5c6add4d2} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001831 sec., 230475.15019115238 rows/sec., 16.47 MiB/sec. | ||
| 5602 | 2025.01.29 21:10:01.800717 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5603 | 2025.01.29 21:10:01.800863 [ 260 ] {8d4303ec-6cc4-43f6-b1e7-91e5c6add4d2} <Debug> TCPHandler: Processed in 0.002176576 sec. | ||
| 5604 | 2025.01.29 21:10:01.801146 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5605 | 2025.01.29 21:10:01.801161 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 5606 | 2025.01.29 21:10:01.801574 [ 263 ] {1f7b3b99-f2c7-49e9-8f5b-8ac53c56f317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5607 | 2025.01.29 21:10:01.801803 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5608 | 2025.01.29 21:10:01.801815 [ 263 ] {1f7b3b99-f2c7-49e9-8f5b-8ac53c56f317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5609 | 2025.01.29 21:10:01.801886 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5610 | 2025.01.29 21:10:01.802216 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5611 | 2025.01.29 21:10:01.802553 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 890 rows starting from the beginning of the part | ||
| 5612 | 2025.01.29 21:10:01.802904 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5613 | 2025.01.29 21:10:01.803273 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part | ||
| 5614 | 2025.01.29 21:10:01.803591 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 422 rows starting from the beginning of the part | ||
| 5615 | 2025.01.29 21:10:01.804433 [ 263 ] {1f7b3b99-f2c7-49e9-8f5b-8ac53c56f317} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5616 | 2025.01.29 21:10:01.804495 [ 263 ] {1f7b3b99-f2c7-49e9-8f5b-8ac53c56f317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5617 | 2025.01.29 21:10:01.805301 [ 263 ] {1f7b3b99-f2c7-49e9-8f5b-8ac53c56f317} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5618 | 2025.01.29 21:10:01.805822 [ 263 ] {1f7b3b99-f2c7-49e9-8f5b-8ac53c56f317} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5619 | 2025.01.29 21:10:01.806169 [ 263 ] {1f7b3b99-f2c7-49e9-8f5b-8ac53c56f317} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004749 sec., 1263.4238787113077 rows/sec., 66.01 KiB/sec. | ||
| 5620 | 2025.01.29 21:10:01.806235 [ 263 ] {1f7b3b99-f2c7-49e9-8f5b-8ac53c56f317} <Debug> TCPHandler: Processed in 0.005242573 sec. | ||
| 5621 | 2025.01.29 21:10:01.806394 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5622 | 2025.01.29 21:10:01.806679 [ 260 ] {0269781f-16e8-4df5-bcc0-35846d4d5a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5623 | 2025.01.29 21:10:01.806843 [ 260 ] {0269781f-16e8-4df5-bcc0-35846d4d5a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5624 | 2025.01.29 21:10:01.806894 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.006041352 sec., 400241.53533844743 rows/sec., 30.70 MiB/sec. | ||
| 5625 | 2025.01.29 21:10:01.807209 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5626 | 2025.01.29 21:10:01.807748 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2025.01.29 21:10:01.807976 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_41_8} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5628 | 2025.01.29 21:10:01.808124 [ 260 ] {0269781f-16e8-4df5-bcc0-35846d4d5a76} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5629 | 2025.01.29 21:10:01.808138 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5630 | 2025.01.29 21:10:01.808188 [ 260 ] {0269781f-16e8-4df5-bcc0-35846d4d5a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5631 | 2025.01.29 21:10:01.808647 [ 260 ] {0269781f-16e8-4df5-bcc0-35846d4d5a76} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5632 | 2025.01.29 21:10:01.808899 [ 260 ] {0269781f-16e8-4df5-bcc0-35846d4d5a76} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5633 | 2025.01.29 21:10:01.809119 [ 260 ] {0269781f-16e8-4df5-bcc0-35846d4d5a76} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002549 sec., 92977.6382895253 rows/sec., 6.23 MiB/sec. | ||
| 5634 | 2025.01.29 21:10:01.809178 [ 260 ] {0269781f-16e8-4df5-bcc0-35846d4d5a76} <Debug> TCPHandler: Processed in 0.002845024 sec. | ||
| 5635 | 2025.01.29 21:10:01.809345 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5636 | 2025.01.29 21:10:01.809485 [ 263 ] {41b2248d-bed2-4099-b389-f34cdf0df0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5637 | 2025.01.29 21:10:01.809547 [ 263 ] {41b2248d-bed2-4099-b389-f34cdf0df0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5638 | 2025.01.29 21:10:01.810106 [ 263 ] {41b2248d-bed2-4099-b389-f34cdf0df0c9} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5639 | 2025.01.29 21:10:01.810152 [ 263 ] {41b2248d-bed2-4099-b389-f34cdf0df0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5640 | 2025.01.29 21:10:01.810538 [ 263 ] {41b2248d-bed2-4099-b389-f34cdf0df0c9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5641 | 2025.01.29 21:10:01.810780 [ 263 ] {41b2248d-bed2-4099-b389-f34cdf0df0c9} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5642 | 2025.01.29 21:10:01.810958 [ 263 ] {41b2248d-bed2-4099-b389-f34cdf0df0c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. | ||
| 5643 | 2025.01.29 21:10:01.811006 [ 263 ] {41b2248d-bed2-4099-b389-f34cdf0df0c9} <Debug> TCPHandler: Processed in 0.001724171 sec. | ||
| 5644 | 2025.01.29 21:10:01.811158 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5645 | 2025.01.29 21:10:01.811283 [ 260 ] {01d0f7c3-de9e-4409-86f4-347a00c9a028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5646 | 2025.01.29 21:10:01.811370 [ 260 ] {01d0f7c3-de9e-4409-86f4-347a00c9a028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5647 | 2025.01.29 21:10:01.812594 [ 260 ] {01d0f7c3-de9e-4409-86f4-347a00c9a028} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5648 | 2025.01.29 21:10:01.812635 [ 260 ] {01d0f7c3-de9e-4409-86f4-347a00c9a028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5649 | 2025.01.29 21:10:01.813329 [ 260 ] {01d0f7c3-de9e-4409-86f4-347a00c9a028} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5650 | 2025.01.29 21:10:01.813597 [ 260 ] {01d0f7c3-de9e-4409-86f4-347a00c9a028} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5651 | 2025.01.29 21:10:01.813866 [ 260 ] {01d0f7c3-de9e-4409-86f4-347a00c9a028} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002609 sec., 15331.544653123801 rows/sec., 27.47 MiB/sec. | ||
| 5652 | 2025.01.29 21:10:01.814081 [ 260 ] {01d0f7c3-de9e-4409-86f4-347a00c9a028} <Debug> TCPHandler: Processed in 0.002980095 sec. | ||
| 5653 | 2025.01.29 21:10:01.814245 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5654 | 2025.01.29 21:10:01.814382 [ 263 ] {3a061e88-0290-49e3-8a8b-2b1b8070ee4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5655 | 2025.01.29 21:10:01.814441 [ 263 ] {3a061e88-0290-49e3-8a8b-2b1b8070ee4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5656 | 2025.01.29 21:10:01.815017 [ 263 ] {3a061e88-0290-49e3-8a8b-2b1b8070ee4e} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5657 | 2025.01.29 21:10:01.815062 [ 263 ] {3a061e88-0290-49e3-8a8b-2b1b8070ee4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5658 | 2025.01.29 21:10:01.815484 [ 263 ] {3a061e88-0290-49e3-8a8b-2b1b8070ee4e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5659 | 2025.01.29 21:10:01.815724 [ 263 ] {3a061e88-0290-49e3-8a8b-2b1b8070ee4e} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5660 | 2025.01.29 21:10:01.815904 [ 263 ] {3a061e88-0290-49e3-8a8b-2b1b8070ee4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001553 sec., 52801.03026400515 rows/sec., 3.35 MiB/sec. | ||
| 5661 | 2025.01.29 21:10:01.815951 [ 263 ] {3a061e88-0290-49e3-8a8b-2b1b8070ee4e} <Debug> TCPHandler: Processed in 0.001777521 sec. | ||
| 5662 | 2025.01.29 21:10:06.778190 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5663 | 2025.01.29 21:10:06.778394 [ 263 ] {91c32ffe-cd04-401a-803a-cb6f7d1b0d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5664 | 2025.01.29 21:10:06.778473 [ 263 ] {91c32ffe-cd04-401a-803a-cb6f7d1b0d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5665 | 2025.01.29 21:10:06.779219 [ 263 ] {91c32ffe-cd04-401a-803a-cb6f7d1b0d40} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5666 | 2025.01.29 21:10:06.779272 [ 263 ] {91c32ffe-cd04-401a-803a-cb6f7d1b0d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5667 | 2025.01.29 21:10:06.779753 [ 263 ] {91c32ffe-cd04-401a-803a-cb6f7d1b0d40} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5668 | 2025.01.29 21:10:06.780014 [ 263 ] {91c32ffe-cd04-401a-803a-cb6f7d1b0d40} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5669 | 2025.01.29 21:10:06.780281 [ 263 ] {91c32ffe-cd04-401a-803a-cb6f7d1b0d40} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001933 sec., 1034.6611484738748 rows/sec., 84.37 KiB/sec. | ||
| 5670 | 2025.01.29 21:10:06.780370 [ 263 ] {91c32ffe-cd04-401a-803a-cb6f7d1b0d40} <Debug> TCPHandler: Processed in 0.002305187 sec. | ||
| 5671 | 2025.01.29 21:10:06.780635 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5672 | 2025.01.29 21:10:06.780832 [ 260 ] {2dacc174-53d1-4364-967f-91bdce07bfff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5673 | 2025.01.29 21:10:06.780906 [ 260 ] {2dacc174-53d1-4364-967f-91bdce07bfff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5674 | 2025.01.29 21:10:06.781706 [ 260 ] {2dacc174-53d1-4364-967f-91bdce07bfff} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5675 | 2025.01.29 21:10:06.781749 [ 260 ] {2dacc174-53d1-4364-967f-91bdce07bfff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5676 | 2025.01.29 21:10:06.782192 [ 260 ] {2dacc174-53d1-4364-967f-91bdce07bfff} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5677 | 2025.01.29 21:10:06.782457 [ 260 ] {2dacc174-53d1-4364-967f-91bdce07bfff} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5678 | 2025.01.29 21:10:06.782656 [ 260 ] {2dacc174-53d1-4364-967f-91bdce07bfff} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001879 sec., 30335.28472591804 rows/sec., 2.33 MiB/sec. | ||
| 5679 | 2025.01.29 21:10:06.782716 [ 260 ] {2dacc174-53d1-4364-967f-91bdce07bfff} <Debug> TCPHandler: Processed in 0.002216347 sec. | ||
| 5680 | 2025.01.29 21:10:06.782900 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5681 | 2025.01.29 21:10:06.783031 [ 263 ] {230d80dd-d864-46ca-bf19-aed0605f82f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5682 | 2025.01.29 21:10:06.783087 [ 263 ] {230d80dd-d864-46ca-bf19-aed0605f82f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5683 | 2025.01.29 21:10:06.783691 [ 263 ] {230d80dd-d864-46ca-bf19-aed0605f82f7} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5684 | 2025.01.29 21:10:06.783734 [ 263 ] {230d80dd-d864-46ca-bf19-aed0605f82f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5685 | 2025.01.29 21:10:06.784098 [ 263 ] {230d80dd-d864-46ca-bf19-aed0605f82f7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5686 | 2025.01.29 21:10:06.784342 [ 263 ] {230d80dd-d864-46ca-bf19-aed0605f82f7} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5687 | 2025.01.29 21:10:06.784563 [ 263 ] {230d80dd-d864-46ca-bf19-aed0605f82f7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001563 sec., 1279.5905310300705 rows/sec., 89.35 KiB/sec. | ||
| 5688 | 2025.01.29 21:10:06.784622 [ 263 ] {230d80dd-d864-46ca-bf19-aed0605f82f7} <Debug> TCPHandler: Processed in 0.001786161 sec. | ||
| 5689 | 2025.01.29 21:10:06.784802 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5690 | 2025.01.29 21:10:06.784946 [ 260 ] {23055567-bf32-4613-9d98-fc6cf8bc4bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5691 | 2025.01.29 21:10:06.785006 [ 260 ] {23055567-bf32-4613-9d98-fc6cf8bc4bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5692 | 2025.01.29 21:10:06.785702 [ 260 ] {23055567-bf32-4613-9d98-fc6cf8bc4bf7} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5693 | 2025.01.29 21:10:06.785741 [ 260 ] {23055567-bf32-4613-9d98-fc6cf8bc4bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5694 | 2025.01.29 21:10:06.786119 [ 260 ] {23055567-bf32-4613-9d98-fc6cf8bc4bf7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5695 | 2025.01.29 21:10:06.786400 [ 260 ] {23055567-bf32-4613-9d98-fc6cf8bc4bf7} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5696 | 2025.01.29 21:10:06.786599 [ 260 ] {23055567-bf32-4613-9d98-fc6cf8bc4bf7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001686 sec., 39145.907473309606 rows/sec., 3.06 MiB/sec. | ||
| 5697 | 2025.01.29 21:10:06.786732 [ 260 ] {23055567-bf32-4613-9d98-fc6cf8bc4bf7} <Debug> TCPHandler: Processed in 0.001997853 sec. | ||
| 5698 | 2025.01.29 21:10:06.786910 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5699 | 2025.01.29 21:10:06.787055 [ 263 ] {bc5ca550-47d7-41a0-91af-cad8fb3194b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5700 | 2025.01.29 21:10:06.787122 [ 263 ] {bc5ca550-47d7-41a0-91af-cad8fb3194b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5701 | 2025.01.29 21:10:06.787765 [ 263 ] {bc5ca550-47d7-41a0-91af-cad8fb3194b8} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5702 | 2025.01.29 21:10:06.787806 [ 263 ] {bc5ca550-47d7-41a0-91af-cad8fb3194b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5703 | 2025.01.29 21:10:06.788219 [ 263 ] {bc5ca550-47d7-41a0-91af-cad8fb3194b8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5704 | 2025.01.29 21:10:06.788458 [ 263 ] {bc5ca550-47d7-41a0-91af-cad8fb3194b8} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5705 | 2025.01.29 21:10:06.788628 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5706 | 2025.01.29 21:10:06.788699 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5707 | 2025.01.29 21:10:06.788706 [ 263 ] {bc5ca550-47d7-41a0-91af-cad8fb3194b8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001676 sec., 96062.05250596658 rows/sec., 6.69 MiB/sec. | ||
| 5708 | 2025.01.29 21:10:06.788741 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5709 | 2025.01.29 21:10:06.788865 [ 263 ] {bc5ca550-47d7-41a0-91af-cad8fb3194b8} <Debug> TCPHandler: Processed in 0.002019624 sec. | ||
| 5710 | 2025.01.29 21:10:06.789067 [ 199 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 5711 | 2025.01.29 21:10:06.789101 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5712 | 2025.01.29 21:10:06.789371 [ 260 ] {f0e631ec-685e-4359-a8ce-aa1bd8c89e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5713 | 2025.01.29 21:10:06.789395 [ 199 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5714 | 2025.01.29 21:10:06.789482 [ 260 ] {f0e631ec-685e-4359-a8ce-aa1bd8c89e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5715 | 2025.01.29 21:10:06.789487 [ 199 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10025 rows starting from the beginning of the part | ||
| 5716 | 2025.01.29 21:10:06.789899 [ 199 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 897 rows starting from the beginning of the part | ||
| 5717 | 2025.01.29 21:10:06.790311 [ 199 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 66 rows starting from the beginning of the part | ||
| 5718 | 2025.01.29 21:10:06.790639 [ 199 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5719 | 2025.01.29 21:10:06.790948 [ 199 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 5720 | 2025.01.29 21:10:06.791286 [ 199 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part | ||
| 5721 | 2025.01.29 21:10:06.791961 [ 260 ] {f0e631ec-685e-4359-a8ce-aa1bd8c89e8d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5722 | 2025.01.29 21:10:06.792027 [ 260 ] {f0e631ec-685e-4359-a8ce-aa1bd8c89e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5723 | 2025.01.29 21:10:06.792876 [ 260 ] {f0e631ec-685e-4359-a8ce-aa1bd8c89e8d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5724 | 2025.01.29 21:10:06.793271 [ 260 ] {f0e631ec-685e-4359-a8ce-aa1bd8c89e8d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5725 | 2025.01.29 21:10:06.793513 [ 61 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5726 | 2025.01.29 21:10:06.793590 [ 61 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2025.01.29 21:10:06.793670 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5728 | 2025.01.29 21:10:06.793737 [ 260 ] {f0e631ec-685e-4359-a8ce-aa1bd8c89e8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004435 sec., 13528.748590755356 rows/sec., 933.62 KiB/sec. | ||
| 5729 | 2025.01.29 21:10:06.794111 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5730 | 2025.01.29 21:10:06.794186 [ 260 ] {f0e631ec-685e-4359-a8ce-aa1bd8c89e8d} <Debug> TCPHandler: Processed in 0.005202002 sec. | ||
| 5731 | 2025.01.29 21:10:06.794641 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5732 | 2025.01.29 21:10:06.794723 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1976 rows starting from the beginning of the part | ||
| 5733 | 2025.01.29 21:10:06.794987 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5734 | 2025.01.29 21:10:06.795277 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5735 | 2025.01.29 21:10:06.795627 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5736 | 2025.01.29 21:10:06.795917 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5737 | 2025.01.29 21:10:06.796117 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 5738 | 2025.01.29 21:10:06.798338 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2260 rows, containing 4 columns (4 merged, 0 gathered) in 0.004520034 sec., 499996.23896634404 rows/sec., 32.54 MiB/sec. | ||
| 5739 | 2025.01.29 21:10:06.798780 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5740 | 2025.01.29 21:10:06.798828 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11546 rows, containing 5 columns (5 merged, 0 gathered) in 0.009940629 sec., 1161495.9174112624 rows/sec., 78.36 MiB/sec. | ||
| 5741 | 2025.01.29 21:10:06.799225 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_41_8} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.01.29 21:10:06.799361 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_41_8} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5743 | 2025.01.29 21:10:06.799524 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5744 | 2025.01.29 21:10:06.799534 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5745 | 2025.01.29 21:10:06.799870 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5746 | 2025.01.29 21:10:06.799955 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5747 | 2025.01.29 21:10:06.800048 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5748 | 2025.01.29 21:10:07.525137 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13359 | ||
| 5749 | 2025.01.29 21:10:07.525759 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5750 | 2025.01.29 21:10:07.525803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5751 | 2025.01.29 21:10:07.526353 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5752 | 2025.01.29 21:10:07.526621 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5753 | 2025.01.29 21:10:07.526852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5754 | 2025.01.29 21:10:08.471972 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 5755 | 2025.01.29 21:10:08.493454 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5756 | 2025.01.29 21:10:08.493524 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5757 | 2025.01.29 21:10:08.501103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5758 | 2025.01.29 21:10:08.501907 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2025.01.29 21:10:08.504540 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5760 | 2025.01.29 21:10:10.073701 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 784 | ||
| 5761 | 2025.01.29 21:10:10.077062 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5762 | 2025.01.29 21:10:10.077120 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5763 | 2025.01.29 21:10:10.078614 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5764 | 2025.01.29 21:10:10.078941 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2025.01.29 21:10:10.080046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784 | ||
| 5766 | 2025.01.29 21:10:11.784940 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5767 | 2025.01.29 21:10:11.785160 [ 263 ] {b8b2fc60-a4f9-40a1-ab2b-79cd8c03f2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5768 | 2025.01.29 21:10:11.785240 [ 263 ] {b8b2fc60-a4f9-40a1-ab2b-79cd8c03f2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5769 | 2025.01.29 21:10:11.786042 [ 263 ] {b8b2fc60-a4f9-40a1-ab2b-79cd8c03f2bb} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2025.01.29 21:10:11.786092 [ 263 ] {b8b2fc60-a4f9-40a1-ab2b-79cd8c03f2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5771 | 2025.01.29 21:10:11.786527 [ 263 ] {b8b2fc60-a4f9-40a1-ab2b-79cd8c03f2bb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5772 | 2025.01.29 21:10:11.786812 [ 263 ] {b8b2fc60-a4f9-40a1-ab2b-79cd8c03f2bb} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5773 | 2025.01.29 21:10:11.787016 [ 29 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5774 | 2025.01.29 21:10:11.787079 [ 263 ] {b8b2fc60-a4f9-40a1-ab2b-79cd8c03f2bb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 512.10 KiB/sec. | ||
| 5775 | 2025.01.29 21:10:11.787111 [ 29 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5776 | 2025.01.29 21:10:11.787192 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5777 | 2025.01.29 21:10:11.787216 [ 263 ] {b8b2fc60-a4f9-40a1-ab2b-79cd8c03f2bb} <Debug> TCPHandler: Processed in 0.002400939 sec. | ||
| 5778 | 2025.01.29 21:10:11.787544 [ 190 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 5779 | 2025.01.29 21:10:11.787603 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5780 | 2025.01.29 21:10:11.787798 [ 190 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5781 | 2025.01.29 21:10:11.787874 [ 190 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 5782 | 2025.01.29 21:10:11.787887 [ 260 ] {c58b1564-40d1-4d32-9f99-fc84fb98642f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5783 | 2025.01.29 21:10:11.788046 [ 260 ] {c58b1564-40d1-4d32-9f99-fc84fb98642f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5784 | 2025.01.29 21:10:11.788109 [ 190 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 5785 | 2025.01.29 21:10:11.788591 [ 190 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 5786 | 2025.01.29 21:10:11.788851 [ 190 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 5787 | 2025.01.29 21:10:11.789157 [ 190 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 5788 | 2025.01.29 21:10:11.791719 [ 260 ] {c58b1564-40d1-4d32-9f99-fc84fb98642f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2025.01.29 21:10:11.791805 [ 260 ] {c58b1564-40d1-4d32-9f99-fc84fb98642f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5790 | 2025.01.29 21:10:11.792286 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004950369 sec., 14140.360041847387 rows/sec., 1.05 MiB/sec. | ||
| 5791 | 2025.01.29 21:10:11.792625 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5792 | 2025.01.29 21:10:11.792728 [ 260 ] {c58b1564-40d1-4d32-9f99-fc84fb98642f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5793 | 2025.01.29 21:10:11.793227 [ 260 ] {c58b1564-40d1-4d32-9f99-fc84fb98642f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5794 | 2025.01.29 21:10:11.793232 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_17_4} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2025.01.29 21:10:11.793466 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_17_4} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5796 | 2025.01.29 21:10:11.793719 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5797 | 2025.01.29 21:10:11.793729 [ 260 ] {c58b1564-40d1-4d32-9f99-fc84fb98642f} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.005932 sec., 47707.34996628456 rows/sec., 4.21 MiB/sec. | ||
| 5798 | 2025.01.29 21:10:11.794037 [ 260 ] {c58b1564-40d1-4d32-9f99-fc84fb98642f} <Debug> TCPHandler: Processed in 0.00665922 sec. | ||
| 5799 | 2025.01.29 21:10:11.794311 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5800 | 2025.01.29 21:10:11.794485 [ 263 ] {5f6f87e1-cef5-4865-8687-e249d986769f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5801 | 2025.01.29 21:10:11.794542 [ 263 ] {5f6f87e1-cef5-4865-8687-e249d986769f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5802 | 2025.01.29 21:10:11.795166 [ 263 ] {5f6f87e1-cef5-4865-8687-e249d986769f} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5803 | 2025.01.29 21:10:11.795209 [ 263 ] {5f6f87e1-cef5-4865-8687-e249d986769f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5804 | 2025.01.29 21:10:11.795584 [ 263 ] {5f6f87e1-cef5-4865-8687-e249d986769f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5805 | 2025.01.29 21:10:11.795829 [ 263 ] {5f6f87e1-cef5-4865-8687-e249d986769f} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5806 | 2025.01.29 21:10:11.796064 [ 263 ] {5f6f87e1-cef5-4865-8687-e249d986769f} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001609 sec., 29210.68986948415 rows/sec., 2.10 MiB/sec. | ||
| 5807 | 2025.01.29 21:10:11.796123 [ 263 ] {5f6f87e1-cef5-4865-8687-e249d986769f} <Debug> TCPHandler: Processed in 0.001945624 sec. | ||
| 5808 | 2025.01.29 21:10:11.796338 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5809 | 2025.01.29 21:10:11.796566 [ 260 ] {2dd76e60-70ef-4664-a8b1-5428894db30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5810 | 2025.01.29 21:10:11.796661 [ 260 ] {2dd76e60-70ef-4664-a8b1-5428894db30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5811 | 2025.01.29 21:10:11.797297 [ 260 ] {2dd76e60-70ef-4664-a8b1-5428894db30b} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5812 | 2025.01.29 21:10:11.797335 [ 260 ] {2dd76e60-70ef-4664-a8b1-5428894db30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5813 | 2025.01.29 21:10:11.797715 [ 260 ] {2dd76e60-70ef-4664-a8b1-5428894db30b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5814 | 2025.01.29 21:10:11.797985 [ 260 ] {2dd76e60-70ef-4664-a8b1-5428894db30b} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5815 | 2025.01.29 21:10:11.798173 [ 260 ] {2dd76e60-70ef-4664-a8b1-5428894db30b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001664 sec., 8413.461538461539 rows/sec., 589.22 KiB/sec. | ||
| 5816 | 2025.01.29 21:10:11.798226 [ 260 ] {2dd76e60-70ef-4664-a8b1-5428894db30b} <Debug> TCPHandler: Processed in 0.002003854 sec. | ||
| 5817 | 2025.01.29 21:10:11.798389 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5818 | 2025.01.29 21:10:11.798537 [ 263 ] {56c83e99-360b-4871-910e-7b49e31c689f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5819 | 2025.01.29 21:10:11.798597 [ 263 ] {56c83e99-360b-4871-910e-7b49e31c689f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5820 | 2025.01.29 21:10:11.799188 [ 263 ] {56c83e99-360b-4871-910e-7b49e31c689f} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2025.01.29 21:10:11.799229 [ 263 ] {56c83e99-360b-4871-910e-7b49e31c689f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5822 | 2025.01.29 21:10:11.799595 [ 263 ] {56c83e99-360b-4871-910e-7b49e31c689f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5823 | 2025.01.29 21:10:11.799838 [ 263 ] {56c83e99-360b-4871-910e-7b49e31c689f} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5824 | 2025.01.29 21:10:11.800002 [ 29 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5825 | 2025.01.29 21:10:11.800074 [ 29 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5826 | 2025.01.29 21:10:11.800102 [ 263 ] {56c83e99-360b-4871-910e-7b49e31c689f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 5827 | 2025.01.29 21:10:11.800117 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5828 | 2025.01.29 21:10:11.800270 [ 263 ] {56c83e99-360b-4871-910e-7b49e31c689f} <Debug> TCPHandler: Processed in 0.001949563 sec. | ||
| 5829 | 2025.01.29 21:10:11.800361 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 5830 | 2025.01.29 21:10:11.800554 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5831 | 2025.01.29 21:10:11.800599 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5832 | 2025.01.29 21:10:11.800640 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 5833 | 2025.01.29 21:10:11.800855 [ 260 ] {c47da98f-2377-427e-bad3-5e133bc255b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5834 | 2025.01.29 21:10:11.800893 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 5835 | 2025.01.29 21:10:11.801027 [ 260 ] {c47da98f-2377-427e-bad3-5e133bc255b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5836 | 2025.01.29 21:10:11.801179 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 5837 | 2025.01.29 21:10:11.801544 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 5838 | 2025.01.29 21:10:11.801833 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 5839 | 2025.01.29 21:10:11.803895 [ 260 ] {c47da98f-2377-427e-bad3-5e133bc255b0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5840 | 2025.01.29 21:10:11.803975 [ 260 ] {c47da98f-2377-427e-bad3-5e133bc255b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5841 | 2025.01.29 21:10:11.804365 [ 197 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004120459 sec., 15774.941578110594 rows/sec., 1.02 MiB/sec. | ||
| 5842 | 2025.01.29 21:10:11.804551 [ 197 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5843 | 2025.01.29 21:10:11.804697 [ 260 ] {c47da98f-2377-427e-bad3-5e133bc255b0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5844 | 2025.01.29 21:10:11.804933 [ 197 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_17_4} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5845 | 2025.01.29 21:10:11.805025 [ 260 ] {c47da98f-2377-427e-bad3-5e133bc255b0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5846 | 2025.01.29 21:10:11.805068 [ 197 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_17_4} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5847 | 2025.01.29 21:10:11.805220 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5848 | 2025.01.29 21:10:11.805287 [ 260 ] {c47da98f-2377-427e-bad3-5e133bc255b0} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.004571 sec., 92321.1551082914 rows/sec., 6.60 MiB/sec. | ||
| 5849 | 2025.01.29 21:10:11.805349 [ 260 ] {c47da98f-2377-427e-bad3-5e133bc255b0} <Debug> TCPHandler: Processed in 0.004960399 sec. | ||
| 5850 | 2025.01.29 21:10:11.805513 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5851 | 2025.01.29 21:10:11.805661 [ 263 ] {4ad096fc-ae62-417b-9895-b4b72bb515d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5852 | 2025.01.29 21:10:11.805722 [ 263 ] {4ad096fc-ae62-417b-9895-b4b72bb515d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5853 | 2025.01.29 21:10:11.806225 [ 263 ] {4ad096fc-ae62-417b-9895-b4b72bb515d4} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5854 | 2025.01.29 21:10:11.806266 [ 263 ] {4ad096fc-ae62-417b-9895-b4b72bb515d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5855 | 2025.01.29 21:10:11.806649 [ 263 ] {4ad096fc-ae62-417b-9895-b4b72bb515d4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5856 | 2025.01.29 21:10:11.807000 [ 263 ] {4ad096fc-ae62-417b-9895-b4b72bb515d4} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5857 | 2025.01.29 21:10:11.807225 [ 263 ] {4ad096fc-ae62-417b-9895-b4b72bb515d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec. | ||
| 5858 | 2025.01.29 21:10:11.807283 [ 263 ] {4ad096fc-ae62-417b-9895-b4b72bb515d4} <Debug> TCPHandler: Processed in 0.001837372 sec. | ||
| 5859 | 2025.01.29 21:10:11.807441 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5860 | 2025.01.29 21:10:11.807563 [ 260 ] {0839972c-5d1e-47dc-854d-2572bf312375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5861 | 2025.01.29 21:10:11.807618 [ 260 ] {0839972c-5d1e-47dc-854d-2572bf312375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5862 | 2025.01.29 21:10:11.808219 [ 260 ] {0839972c-5d1e-47dc-854d-2572bf312375} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2025.01.29 21:10:11.808257 [ 260 ] {0839972c-5d1e-47dc-854d-2572bf312375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5864 | 2025.01.29 21:10:11.808666 [ 260 ] {0839972c-5d1e-47dc-854d-2572bf312375} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5865 | 2025.01.29 21:10:11.808924 [ 260 ] {0839972c-5d1e-47dc-854d-2572bf312375} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5866 | 2025.01.29 21:10:11.809111 [ 260 ] {0839972c-5d1e-47dc-854d-2572bf312375} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001574 sec., 150571.79161372298 rows/sec., 10.09 MiB/sec. | ||
| 5867 | 2025.01.29 21:10:11.809163 [ 260 ] {0839972c-5d1e-47dc-854d-2572bf312375} <Debug> TCPHandler: Processed in 0.001784152 sec. | ||
| 5868 | 2025.01.29 21:10:11.809311 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5869 | 2025.01.29 21:10:11.809439 [ 263 ] {5f588f5b-e9ad-4687-890f-9a7a1ae3f3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5870 | 2025.01.29 21:10:11.809494 [ 263 ] {5f588f5b-e9ad-4687-890f-9a7a1ae3f3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5871 | 2025.01.29 21:10:11.809984 [ 263 ] {5f588f5b-e9ad-4687-890f-9a7a1ae3f3e3} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5872 | 2025.01.29 21:10:11.810023 [ 263 ] {5f588f5b-e9ad-4687-890f-9a7a1ae3f3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5873 | 2025.01.29 21:10:11.810402 [ 263 ] {5f588f5b-e9ad-4687-890f-9a7a1ae3f3e3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5874 | 2025.01.29 21:10:11.810655 [ 263 ] {5f588f5b-e9ad-4687-890f-9a7a1ae3f3e3} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5875 | 2025.01.29 21:10:11.810874 [ 263 ] {5f588f5b-e9ad-4687-890f-9a7a1ae3f3e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec. | ||
| 5876 | 2025.01.29 21:10:11.810931 [ 263 ] {5f588f5b-e9ad-4687-890f-9a7a1ae3f3e3} <Debug> TCPHandler: Processed in 0.00168127 sec. | ||
| 5877 | 2025.01.29 21:10:11.811103 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5878 | 2025.01.29 21:10:11.811244 [ 260 ] {dfbcd20a-f5df-4fe5-9bce-3a52f391bef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5879 | 2025.01.29 21:10:11.811342 [ 260 ] {dfbcd20a-f5df-4fe5-9bce-3a52f391bef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5880 | 2025.01.29 21:10:11.812619 [ 260 ] {dfbcd20a-f5df-4fe5-9bce-3a52f391bef4} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5881 | 2025.01.29 21:10:11.812659 [ 260 ] {dfbcd20a-f5df-4fe5-9bce-3a52f391bef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5882 | 2025.01.29 21:10:11.813348 [ 260 ] {dfbcd20a-f5df-4fe5-9bce-3a52f391bef4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5883 | 2025.01.29 21:10:11.813631 [ 260 ] {dfbcd20a-f5df-4fe5-9bce-3a52f391bef4} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5884 | 2025.01.29 21:10:11.813833 [ 260 ] {dfbcd20a-f5df-4fe5-9bce-3a52f391bef4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00262 sec., 15267.175572519085 rows/sec., 27.36 MiB/sec. | ||
| 5885 | 2025.01.29 21:10:11.813926 [ 260 ] {dfbcd20a-f5df-4fe5-9bce-3a52f391bef4} <Debug> TCPHandler: Processed in 0.002892564 sec. | ||
| 5886 | 2025.01.29 21:10:11.814072 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5887 | 2025.01.29 21:10:11.814194 [ 263 ] {d3c77392-ca65-4d17-b457-7d7bae1a8115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5888 | 2025.01.29 21:10:11.814246 [ 263 ] {d3c77392-ca65-4d17-b457-7d7bae1a8115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5889 | 2025.01.29 21:10:11.814758 [ 263 ] {d3c77392-ca65-4d17-b457-7d7bae1a8115} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5890 | 2025.01.29 21:10:11.814797 [ 263 ] {d3c77392-ca65-4d17-b457-7d7bae1a8115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5891 | 2025.01.29 21:10:11.815184 [ 263 ] {d3c77392-ca65-4d17-b457-7d7bae1a8115} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5892 | 2025.01.29 21:10:11.815455 [ 263 ] {d3c77392-ca65-4d17-b457-7d7bae1a8115} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5893 | 2025.01.29 21:10:11.815705 [ 263 ] {d3c77392-ca65-4d17-b457-7d7bae1a8115} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001531 sec., 53559.76485956891 rows/sec., 3.40 MiB/sec. | ||
| 5894 | 2025.01.29 21:10:11.815829 [ 263 ] {d3c77392-ca65-4d17-b457-7d7bae1a8115} <Debug> TCPHandler: Processed in 0.001810511 sec. | ||
| 5895 | 2025.01.29 21:10:14.901319 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5896 | 2025.01.29 21:10:14.901379 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5897 | 2025.01.29 21:10:15.027067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13847 | ||
| 5898 | 2025.01.29 21:10:15.027726 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5899 | 2025.01.29 21:10:15.027772 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5900 | 2025.01.29 21:10:15.028297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5901 | 2025.01.29 21:10:15.028573 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5902 | 2025.01.29 21:10:15.028841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13847 | ||
| 5903 | 2025.01.29 21:10:16.004705 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5904 | 2025.01.29 21:10:16.027083 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5905 | 2025.01.29 21:10:16.027141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5906 | 2025.01.29 21:10:16.034769 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5907 | 2025.01.29 21:10:16.035598 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5908 | 2025.01.29 21:10:16.039177 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5909 | 2025.01.29 21:10:16.777262 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5910 | 2025.01.29 21:10:16.777457 [ 263 ] {a8a581fe-3813-4967-a5ee-b99c2c641fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5911 | 2025.01.29 21:10:16.777539 [ 263 ] {a8a581fe-3813-4967-a5ee-b99c2c641fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5912 | 2025.01.29 21:10:16.778350 [ 263 ] {a8a581fe-3813-4967-a5ee-b99c2c641fb6} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2025.01.29 21:10:16.778403 [ 263 ] {a8a581fe-3813-4967-a5ee-b99c2c641fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5914 | 2025.01.29 21:10:16.778846 [ 263 ] {a8a581fe-3813-4967-a5ee-b99c2c641fb6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5915 | 2025.01.29 21:10:16.779127 [ 263 ] {a8a581fe-3813-4967-a5ee-b99c2c641fb6} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2025.01.29 21:10:16.779348 [ 263 ] {a8a581fe-3813-4967-a5ee-b99c2c641fb6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec. | ||
| 5917 | 2025.01.29 21:10:16.779415 [ 263 ] {a8a581fe-3813-4967-a5ee-b99c2c641fb6} <Debug> TCPHandler: Processed in 0.002283607 sec. | ||
| 5918 | 2025.01.29 21:10:16.779709 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5919 | 2025.01.29 21:10:16.779926 [ 260 ] {1457f6b5-7296-4d73-9819-38532e4ceab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5920 | 2025.01.29 21:10:16.780006 [ 260 ] {1457f6b5-7296-4d73-9819-38532e4ceab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5921 | 2025.01.29 21:10:16.780827 [ 260 ] {1457f6b5-7296-4d73-9819-38532e4ceab1} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5922 | 2025.01.29 21:10:16.780884 [ 260 ] {1457f6b5-7296-4d73-9819-38532e4ceab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5923 | 2025.01.29 21:10:16.781348 [ 260 ] {1457f6b5-7296-4d73-9819-38532e4ceab1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5924 | 2025.01.29 21:10:16.781613 [ 260 ] {1457f6b5-7296-4d73-9819-38532e4ceab1} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5925 | 2025.01.29 21:10:16.781857 [ 260 ] {1457f6b5-7296-4d73-9819-38532e4ceab1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001989 sec., 32176.973353443944 rows/sec., 2.51 MiB/sec. | ||
| 5926 | 2025.01.29 21:10:16.781924 [ 260 ] {1457f6b5-7296-4d73-9819-38532e4ceab1} <Debug> TCPHandler: Processed in 0.002360898 sec. | ||
| 5927 | 2025.01.29 21:10:16.782105 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5928 | 2025.01.29 21:10:16.782236 [ 263 ] {49cd0773-667e-495a-a7db-ddc6ccd423d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5929 | 2025.01.29 21:10:16.782294 [ 263 ] {49cd0773-667e-495a-a7db-ddc6ccd423d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5930 | 2025.01.29 21:10:16.782902 [ 263 ] {49cd0773-667e-495a-a7db-ddc6ccd423d4} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2025.01.29 21:10:16.782941 [ 263 ] {49cd0773-667e-495a-a7db-ddc6ccd423d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5932 | 2025.01.29 21:10:16.783344 [ 263 ] {49cd0773-667e-495a-a7db-ddc6ccd423d4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5933 | 2025.01.29 21:10:16.783581 [ 263 ] {49cd0773-667e-495a-a7db-ddc6ccd423d4} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2025.01.29 21:10:16.783776 [ 263 ] {49cd0773-667e-495a-a7db-ddc6ccd423d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 5935 | 2025.01.29 21:10:16.783829 [ 263 ] {49cd0773-667e-495a-a7db-ddc6ccd423d4} <Debug> TCPHandler: Processed in 0.001789462 sec. | ||
| 5936 | 2025.01.29 21:10:16.784005 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5937 | 2025.01.29 21:10:16.784151 [ 260 ] {03c3b0a3-2ea7-4a16-a408-6445e73dc722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5938 | 2025.01.29 21:10:16.784218 [ 260 ] {03c3b0a3-2ea7-4a16-a408-6445e73dc722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5939 | 2025.01.29 21:10:16.784841 [ 260 ] {03c3b0a3-2ea7-4a16-a408-6445e73dc722} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2025.01.29 21:10:16.784890 [ 260 ] {03c3b0a3-2ea7-4a16-a408-6445e73dc722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5941 | 2025.01.29 21:10:16.785280 [ 260 ] {03c3b0a3-2ea7-4a16-a408-6445e73dc722} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5942 | 2025.01.29 21:10:16.785518 [ 260 ] {03c3b0a3-2ea7-4a16-a408-6445e73dc722} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2025.01.29 21:10:16.785738 [ 260 ] {03c3b0a3-2ea7-4a16-a408-6445e73dc722} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec. | ||
| 5944 | 2025.01.29 21:10:16.785787 [ 260 ] {03c3b0a3-2ea7-4a16-a408-6445e73dc722} <Debug> TCPHandler: Processed in 0.001857502 sec. | ||
| 5945 | 2025.01.29 21:10:19.368937 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5946 | 2025.01.29 21:10:19.369230 [ 263 ] {67d1c254-c3f2-4c37-af71-fb5099539eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5947 | 2025.01.29 21:10:19.369350 [ 263 ] {67d1c254-c3f2-4c37-af71-fb5099539eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5948 | 2025.01.29 21:10:19.370408 [ 263 ] {67d1c254-c3f2-4c37-af71-fb5099539eba} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5949 | 2025.01.29 21:10:19.370463 [ 263 ] {67d1c254-c3f2-4c37-af71-fb5099539eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5950 | 2025.01.29 21:10:19.370905 [ 263 ] {67d1c254-c3f2-4c37-af71-fb5099539eba} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5951 | 2025.01.29 21:10:19.371165 [ 263 ] {67d1c254-c3f2-4c37-af71-fb5099539eba} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5952 | 2025.01.29 21:10:19.371452 [ 263 ] {67d1c254-c3f2-4c37-af71-fb5099539eba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002297 sec., 6094.90639965172 rows/sec., 438.75 KiB/sec. | ||
| 5953 | 2025.01.29 21:10:19.371659 [ 263 ] {67d1c254-c3f2-4c37-af71-fb5099539eba} <Debug> TCPHandler: Processed in 0.002859994 sec. | ||
| 5954 | 2025.01.29 21:10:19.372069 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5955 | 2025.01.29 21:10:19.372383 [ 260 ] {519c7cc9-12fa-4913-85c9-bee33412418e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5956 | 2025.01.29 21:10:19.372511 [ 260 ] {519c7cc9-12fa-4913-85c9-bee33412418e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5957 | 2025.01.29 21:10:19.373478 [ 260 ] {519c7cc9-12fa-4913-85c9-bee33412418e} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5958 | 2025.01.29 21:10:19.373535 [ 260 ] {519c7cc9-12fa-4913-85c9-bee33412418e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5959 | 2025.01.29 21:10:19.373968 [ 260 ] {519c7cc9-12fa-4913-85c9-bee33412418e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5960 | 2025.01.29 21:10:19.374233 [ 260 ] {519c7cc9-12fa-4913-85c9-bee33412418e} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5961 | 2025.01.29 21:10:19.374531 [ 260 ] {519c7cc9-12fa-4913-85c9-bee33412418e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002222 sec., 1800.1800180018001 rows/sec., 146.79 KiB/sec. | ||
| 5962 | 2025.01.29 21:10:19.374699 [ 260 ] {519c7cc9-12fa-4913-85c9-bee33412418e} <Debug> TCPHandler: Processed in 0.002825234 sec. | ||
| 5963 | 2025.01.29 21:10:19.374862 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2025.01.29 21:10:19.374991 [ 263 ] {13c7b04c-1468-4616-acdd-ed392245c2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5965 | 2025.01.29 21:10:19.375050 [ 263 ] {13c7b04c-1468-4616-acdd-ed392245c2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5966 | 2025.01.29 21:10:19.376228 [ 263 ] {13c7b04c-1468-4616-acdd-ed392245c2c8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2025.01.29 21:10:19.376270 [ 263 ] {13c7b04c-1468-4616-acdd-ed392245c2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5968 | 2025.01.29 21:10:19.376757 [ 263 ] {13c7b04c-1468-4616-acdd-ed392245c2c8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5969 | 2025.01.29 21:10:19.376998 [ 263 ] {13c7b04c-1468-4616-acdd-ed392245c2c8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2025.01.29 21:10:19.377276 [ 263 ] {13c7b04c-1468-4616-acdd-ed392245c2c8} <Debug> executeQuery: Read 1425 rows, 122.31 KiB in 0.002293 sec., 621456.6070649804 rows/sec., 52.09 MiB/sec. | ||
| 5971 | 2025.01.29 21:10:19.377351 [ 263 ] {13c7b04c-1468-4616-acdd-ed392245c2c8} <Debug> TCPHandler: Processed in 0.0025494 sec. | ||
| 5972 | 2025.01.29 21:10:19.377701 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5973 | 2025.01.29 21:10:19.377951 [ 260 ] {5241994b-73de-470e-adb2-e1594613e39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5974 | 2025.01.29 21:10:19.378040 [ 260 ] {5241994b-73de-470e-adb2-e1594613e39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5975 | 2025.01.29 21:10:19.378669 [ 260 ] {5241994b-73de-470e-adb2-e1594613e39c} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5976 | 2025.01.29 21:10:19.378712 [ 260 ] {5241994b-73de-470e-adb2-e1594613e39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5977 | 2025.01.29 21:10:19.379086 [ 260 ] {5241994b-73de-470e-adb2-e1594613e39c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5978 | 2025.01.29 21:10:19.379340 [ 260 ] {5241994b-73de-470e-adb2-e1594613e39c} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5979 | 2025.01.29 21:10:19.379564 [ 260 ] {5241994b-73de-470e-adb2-e1594613e39c} <Debug> executeQuery: Read 51 rows, 3.74 KiB in 0.001673 sec., 30484.16019127316 rows/sec., 2.18 MiB/sec. | ||
| 5980 | 2025.01.29 21:10:19.379621 [ 260 ] {5241994b-73de-470e-adb2-e1594613e39c} <Debug> TCPHandler: Processed in 0.002159156 sec. | ||
| 5981 | 2025.01.29 21:10:19.379839 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5982 | 2025.01.29 21:10:19.380065 [ 263 ] {fb48821d-a457-483b-a4d5-366f5d941089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5983 | 2025.01.29 21:10:19.380157 [ 263 ] {fb48821d-a457-483b-a4d5-366f5d941089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5984 | 2025.01.29 21:10:19.381184 [ 263 ] {fb48821d-a457-483b-a4d5-366f5d941089} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5985 | 2025.01.29 21:10:19.381225 [ 263 ] {fb48821d-a457-483b-a4d5-366f5d941089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5986 | 2025.01.29 21:10:19.381602 [ 263 ] {fb48821d-a457-483b-a4d5-366f5d941089} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5987 | 2025.01.29 21:10:19.381831 [ 263 ] {fb48821d-a457-483b-a4d5-366f5d941089} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5988 | 2025.01.29 21:10:19.382120 [ 263 ] {fb48821d-a457-483b-a4d5-366f5d941089} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002109 sec., 114746.32527264106 rows/sec., 7.77 MiB/sec. | ||
| 5989 | 2025.01.29 21:10:19.382367 [ 263 ] {fb48821d-a457-483b-a4d5-366f5d941089} <Debug> TCPHandler: Processed in 0.002638072 sec. | ||
| 5990 | 2025.01.29 21:10:19.382629 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5991 | 2025.01.29 21:10:19.382852 [ 260 ] {00dc9a90-6f1f-44c8-9c06-d4595beb74cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5992 | 2025.01.29 21:10:19.382946 [ 260 ] {00dc9a90-6f1f-44c8-9c06-d4595beb74cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5993 | 2025.01.29 21:10:19.383572 [ 260 ] {00dc9a90-6f1f-44c8-9c06-d4595beb74cb} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5994 | 2025.01.29 21:10:19.383613 [ 260 ] {00dc9a90-6f1f-44c8-9c06-d4595beb74cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 5995 | 2025.01.29 21:10:19.383965 [ 260 ] {00dc9a90-6f1f-44c8-9c06-d4595beb74cb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5996 | 2025.01.29 21:10:19.384207 [ 260 ] {00dc9a90-6f1f-44c8-9c06-d4595beb74cb} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5997 | 2025.01.29 21:10:19.384419 [ 260 ] {00dc9a90-6f1f-44c8-9c06-d4595beb74cb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec. | ||
| 5998 | 2025.01.29 21:10:19.384473 [ 260 ] {00dc9a90-6f1f-44c8-9c06-d4595beb74cb} <Debug> TCPHandler: Processed in 0.001985464 sec. | ||
| 5999 | 2025.01.29 21:10:19.384620 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6000 | 2025.01.29 21:10:19.384760 [ 263 ] {e32ec8ce-bab0-488f-b83e-631d64f9e182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6001 | 2025.01.29 21:10:19.384819 [ 263 ] {e32ec8ce-bab0-488f-b83e-631d64f9e182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6002 | 2025.01.29 21:10:19.385789 [ 263 ] {e32ec8ce-bab0-488f-b83e-631d64f9e182} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6003 | 2025.01.29 21:10:19.385828 [ 263 ] {e32ec8ce-bab0-488f-b83e-631d64f9e182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6004 | 2025.01.29 21:10:19.386222 [ 263 ] {e32ec8ce-bab0-488f-b83e-631d64f9e182} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6005 | 2025.01.29 21:10:19.386459 [ 263 ] {e32ec8ce-bab0-488f-b83e-631d64f9e182} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6006 | 2025.01.29 21:10:19.386723 [ 263 ] {e32ec8ce-bab0-488f-b83e-631d64f9e182} <Debug> executeQuery: Read 882 rows, 65.50 KiB in 0.001987 sec., 443885.2541519879 rows/sec., 32.19 MiB/sec. | ||
| 6007 | 2025.01.29 21:10:19.386934 [ 263 ] {e32ec8ce-bab0-488f-b83e-631d64f9e182} <Debug> TCPHandler: Processed in 0.002378029 sec. | ||
| 6008 | 2025.01.29 21:10:19.387237 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6009 | 2025.01.29 21:10:19.387462 [ 260 ] {bee3f140-74ee-44a8-98c1-59b61ea962db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6010 | 2025.01.29 21:10:19.387567 [ 260 ] {bee3f140-74ee-44a8-98c1-59b61ea962db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6011 | 2025.01.29 21:10:19.388257 [ 260 ] {bee3f140-74ee-44a8-98c1-59b61ea962db} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2025.01.29 21:10:19.388298 [ 260 ] {bee3f140-74ee-44a8-98c1-59b61ea962db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6013 | 2025.01.29 21:10:19.388662 [ 260 ] {bee3f140-74ee-44a8-98c1-59b61ea962db} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6014 | 2025.01.29 21:10:19.388904 [ 260 ] {bee3f140-74ee-44a8-98c1-59b61ea962db} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2025.01.29 21:10:19.389129 [ 260 ] {bee3f140-74ee-44a8-98c1-59b61ea962db} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001723 sec., 3482.298316889147 rows/sec., 181.94 KiB/sec. | ||
| 6016 | 2025.01.29 21:10:19.389262 [ 260 ] {bee3f140-74ee-44a8-98c1-59b61ea962db} <Debug> TCPHandler: Processed in 0.002178347 sec. | ||
| 6017 | 2025.01.29 21:10:19.389485 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6018 | 2025.01.29 21:10:19.389710 [ 263 ] {7f37b140-80f3-410a-9c97-700d6f94821d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6019 | 2025.01.29 21:10:19.389808 [ 263 ] {7f37b140-80f3-410a-9c97-700d6f94821d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6020 | 2025.01.29 21:10:19.390643 [ 263 ] {7f37b140-80f3-410a-9c97-700d6f94821d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6021 | 2025.01.29 21:10:19.390683 [ 263 ] {7f37b140-80f3-410a-9c97-700d6f94821d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6022 | 2025.01.29 21:10:19.391122 [ 263 ] {7f37b140-80f3-410a-9c97-700d6f94821d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6023 | 2025.01.29 21:10:19.391357 [ 263 ] {7f37b140-80f3-410a-9c97-700d6f94821d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6024 | 2025.01.29 21:10:19.391609 [ 263 ] {7f37b140-80f3-410a-9c97-700d6f94821d} <Debug> executeQuery: Read 895 rows, 61.06 KiB in 0.001942 sec., 460865.08753862 rows/sec., 30.71 MiB/sec. | ||
| 6025 | 2025.01.29 21:10:19.391664 [ 263 ] {7f37b140-80f3-410a-9c97-700d6f94821d} <Debug> TCPHandler: Processed in 0.002292287 sec. | ||
| 6026 | 2025.01.29 21:10:19.391990 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6027 | 2025.01.29 21:10:19.392230 [ 260 ] {aca49651-693d-417f-875e-24a1142c7a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6028 | 2025.01.29 21:10:19.392325 [ 260 ] {aca49651-693d-417f-875e-24a1142c7a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6029 | 2025.01.29 21:10:19.393096 [ 260 ] {aca49651-693d-417f-875e-24a1142c7a22} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6030 | 2025.01.29 21:10:19.393136 [ 260 ] {aca49651-693d-417f-875e-24a1142c7a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6031 | 2025.01.29 21:10:19.393601 [ 260 ] {aca49651-693d-417f-875e-24a1142c7a22} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6032 | 2025.01.29 21:10:19.393850 [ 260 ] {aca49651-693d-417f-875e-24a1142c7a22} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6033 | 2025.01.29 21:10:19.394124 [ 260 ] {aca49651-693d-417f-875e-24a1142c7a22} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001935 sec., 516.7958656330749 rows/sec., 34.82 KiB/sec. | ||
| 6034 | 2025.01.29 21:10:19.394301 [ 260 ] {aca49651-693d-417f-875e-24a1142c7a22} <Debug> TCPHandler: Processed in 0.00253053 sec. | ||
| 6035 | 2025.01.29 21:10:19.394522 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6036 | 2025.01.29 21:10:19.394747 [ 263 ] {c9bb8d1f-a1f3-42d5-9510-0a1a4858ad01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6037 | 2025.01.29 21:10:19.394885 [ 263 ] {c9bb8d1f-a1f3-42d5-9510-0a1a4858ad01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6038 | 2025.01.29 21:10:19.396109 [ 263 ] {c9bb8d1f-a1f3-42d5-9510-0a1a4858ad01} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6039 | 2025.01.29 21:10:19.396148 [ 263 ] {c9bb8d1f-a1f3-42d5-9510-0a1a4858ad01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6040 | 2025.01.29 21:10:19.396820 [ 263 ] {c9bb8d1f-a1f3-42d5-9510-0a1a4858ad01} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6041 | 2025.01.29 21:10:19.397077 [ 263 ] {c9bb8d1f-a1f3-42d5-9510-0a1a4858ad01} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6042 | 2025.01.29 21:10:19.397254 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6043 | 2025.01.29 21:10:19.397342 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2025.01.29 21:10:19.397339 [ 263 ] {c9bb8d1f-a1f3-42d5-9510-0a1a4858ad01} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00264 sec., 15151.515151515152 rows/sec., 27.15 MiB/sec. | ||
| 6045 | 2025.01.29 21:10:19.397379 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6046 | 2025.01.29 21:10:19.398054 [ 263 ] {c9bb8d1f-a1f3-42d5-9510-0a1a4858ad01} <Debug> TCPHandler: Processed in 0.003639884 sec. | ||
| 6047 | 2025.01.29 21:10:19.398054 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 6048 | 2025.01.29 21:10:19.398346 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6049 | 2025.01.29 21:10:19.398633 [ 260 ] {9f02a234-15ff-49ad-b1aa-aab77f172f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6050 | 2025.01.29 21:10:19.398771 [ 260 ] {9f02a234-15ff-49ad-b1aa-aab77f172f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6051 | 2025.01.29 21:10:19.398829 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6052 | 2025.01.29 21:10:19.399084 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 581 rows starting from the beginning of the part | ||
| 6053 | 2025.01.29 21:10:19.399933 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 6054 | 2025.01.29 21:10:19.400770 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 6055 | 2025.01.29 21:10:19.400831 [ 260 ] {9f02a234-15ff-49ad-b1aa-aab77f172f30} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6056 | 2025.01.29 21:10:19.400912 [ 260 ] {9f02a234-15ff-49ad-b1aa-aab77f172f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6057 | 2025.01.29 21:10:19.401361 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 6058 | 2025.01.29 21:10:19.402062 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 6059 | 2025.01.29 21:10:19.402249 [ 260 ] {9f02a234-15ff-49ad-b1aa-aab77f172f30} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6060 | 2025.01.29 21:10:19.402610 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 6061 | 2025.01.29 21:10:19.403157 [ 260 ] {9f02a234-15ff-49ad-b1aa-aab77f172f30} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2025.01.29 21:10:19.403918 [ 260 ] {9f02a234-15ff-49ad-b1aa-aab77f172f30} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.005349 sec., 10843.148252009722 rows/sec., 687.37 KiB/sec. | ||
| 6063 | 2025.01.29 21:10:19.404220 [ 260 ] {9f02a234-15ff-49ad-b1aa-aab77f172f30} <Debug> TCPHandler: Processed in 0.006038022 sec. | ||
| 6064 | 2025.01.29 21:10:19.422027 [ 188 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 781 rows, containing 19 columns (19 merged, 0 gathered) in 0.024504983 sec., 31871.068835265054 rows/sec., 57.11 MiB/sec. | ||
| 6065 | 2025.01.29 21:10:19.423383 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6066 | 2025.01.29 21:10:19.423821 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6067 | 2025.01.29 21:10:19.423907 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6068 | 2025.01.29 21:10:19.424091 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.79 MiB. | ||
| 6069 | 2025.01.29 21:10:20.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.29 MiB, peak 206.04 MiB, free memory in arenas 0.00 B, will set to 200.38 MiB (RSS), difference: 2.09 MiB | ||
| 6070 | 2025.01.29 21:10:20.080428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 838 | ||
| 6071 | 2025.01.29 21:10:20.084207 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6072 | 2025.01.29 21:10:20.084259 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6073 | 2025.01.29 21:10:20.085775 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6074 | 2025.01.29 21:10:20.086097 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6075 | 2025.01.29 21:10:20.086259 [ 72 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6076 | 2025.01.29 21:10:20.086321 [ 72 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6077 | 2025.01.29 21:10:20.086355 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6078 | 2025.01.29 21:10:20.086670 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 6079 | 2025.01.29 21:10:20.087984 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 838 | ||
| 6080 | 2025.01.29 21:10:20.088220 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6081 | 2025.01.29 21:10:20.088349 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 650 rows starting from the beginning of the part | ||
| 6082 | 2025.01.29 21:10:20.088911 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
| 6083 | 2025.01.29 21:10:20.089413 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 54 rows starting from the beginning of the part | ||
| 6084 | 2025.01.29 21:10:20.089900 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
| 6085 | 2025.01.29 21:10:20.090403 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part | ||
| 6086 | 2025.01.29 21:10:20.090945 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 54 rows starting from the beginning of the part | ||
| 6087 | 2025.01.29 21:10:20.099722 [ 197 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 838 rows, containing 72 columns (72 merged, 0 gathered) in 0.013290959 sec., 63050.37883270876 rows/sec., 52.95 MiB/sec. | ||
| 6088 | 2025.01.29 21:10:20.101319 [ 194 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6089 | 2025.01.29 21:10:20.102208 [ 194 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6090 | 2025.01.29 21:10:20.102314 [ 194 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_21_4} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6091 | 2025.01.29 21:10:20.102682 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 6092 | 2025.01.29 21:10:21.773714 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6093 | 2025.01.29 21:10:21.773942 [ 263 ] {7aacd363-0b3e-4666-95ef-9303ba9f4678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6094 | 2025.01.29 21:10:21.774024 [ 263 ] {7aacd363-0b3e-4666-95ef-9303ba9f4678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6095 | 2025.01.29 21:10:21.774818 [ 263 ] {7aacd363-0b3e-4666-95ef-9303ba9f4678} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6096 | 2025.01.29 21:10:21.774866 [ 263 ] {7aacd363-0b3e-4666-95ef-9303ba9f4678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6097 | 2025.01.29 21:10:21.775311 [ 263 ] {7aacd363-0b3e-4666-95ef-9303ba9f4678} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6098 | 2025.01.29 21:10:21.775718 [ 263 ] {7aacd363-0b3e-4666-95ef-9303ba9f4678} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.01.29 21:10:21.775934 [ 151 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6100 | 2025.01.29 21:10:21.775981 [ 151 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6101 | 2025.01.29 21:10:21.776010 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6102 | 2025.01.29 21:10:21.776025 [ 263 ] {7aacd363-0b3e-4666-95ef-9303ba9f4678} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002135 sec., 26229.50819672131 rows/sec., 2.01 MiB/sec. | ||
| 6103 | 2025.01.29 21:10:21.776449 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 6104 | 2025.01.29 21:10:21.776443 [ 263 ] {7aacd363-0b3e-4666-95ef-9303ba9f4678} <Debug> TCPHandler: Processed in 0.002858544 sec. | ||
| 6105 | 2025.01.29 21:10:21.776742 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6106 | 2025.01.29 21:10:21.776790 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1434 rows starting from the beginning of the part | ||
| 6107 | 2025.01.29 21:10:21.776851 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6108 | 2025.01.29 21:10:21.776925 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 57 rows starting from the beginning of the part | ||
| 6109 | 2025.01.29 21:10:21.777121 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 283 rows starting from the beginning of the part | ||
| 6110 | 2025.01.29 21:10:21.777181 [ 260 ] {bf2fba9d-0637-4f65-9f92-47d75ce313fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6111 | 2025.01.29 21:10:21.777291 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 6112 | 2025.01.29 21:10:21.777310 [ 260 ] {bf2fba9d-0637-4f65-9f92-47d75ce313fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6113 | 2025.01.29 21:10:21.777502 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1425 rows starting from the beginning of the part | ||
| 6114 | 2025.01.29 21:10:21.777680 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 6115 | 2025.01.29 21:10:21.778760 [ 260 ] {bf2fba9d-0637-4f65-9f92-47d75ce313fa} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2025.01.29 21:10:21.778813 [ 260 ] {bf2fba9d-0637-4f65-9f92-47d75ce313fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6117 | 2025.01.29 21:10:21.779376 [ 260 ] {bf2fba9d-0637-4f65-9f92-47d75ce313fa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6118 | 2025.01.29 21:10:21.779671 [ 260 ] {bf2fba9d-0637-4f65-9f92-47d75ce313fa} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6119 | 2025.01.29 21:10:21.779929 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.003799405 sec., 871452.2405481911 rows/sec., 76.37 MiB/sec. | ||
| 6120 | 2025.01.29 21:10:21.779947 [ 151 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6121 | 2025.01.29 21:10:21.780036 [ 151 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6122 | 2025.01.29 21:10:21.780088 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6123 | 2025.01.29 21:10:21.780101 [ 260 ] {bf2fba9d-0637-4f65-9f92-47d75ce313fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002999 sec., 21340.446815605203 rows/sec., 1.67 MiB/sec. | ||
| 6124 | 2025.01.29 21:10:21.780271 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6125 | 2025.01.29 21:10:21.780428 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 6126 | 2025.01.29 21:10:21.780431 [ 260 ] {bf2fba9d-0637-4f65-9f92-47d75ce313fa} <Debug> TCPHandler: Processed in 0.003729845 sec. | ||
| 6127 | 2025.01.29 21:10:21.780638 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6128 | 2025.01.29 21:10:21.780698 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6129 | 2025.01.29 21:10:21.780713 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 6130 | 2025.01.29 21:10:21.781072 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2025.01.29 21:10:21.781089 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 66 rows starting from the beginning of the part | ||
| 6132 | 2025.01.29 21:10:21.781220 [ 263 ] {fe092e77-4608-4608-8e61-dd7560aaba6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6133 | 2025.01.29 21:10:21.781544 [ 263 ] {fe092e77-4608-4608-8e61-dd7560aaba6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6134 | 2025.01.29 21:10:21.781677 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 422 rows starting from the beginning of the part | ||
| 6135 | 2025.01.29 21:10:21.781699 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_46_9} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6136 | 2025.01.29 21:10:21.782304 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 6137 | 2025.01.29 21:10:21.782319 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6138 | 2025.01.29 21:10:21.782677 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 882 rows starting from the beginning of the part | ||
| 6139 | 2025.01.29 21:10:21.783020 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 6140 | 2025.01.29 21:10:21.784768 [ 263 ] {fe092e77-4608-4608-8e61-dd7560aaba6a} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6141 | 2025.01.29 21:10:21.784845 [ 263 ] {fe092e77-4608-4608-8e61-dd7560aaba6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6142 | 2025.01.29 21:10:21.785864 [ 263 ] {fe092e77-4608-4608-8e61-dd7560aaba6a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6143 | 2025.01.29 21:10:21.786238 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.006036242 sec., 399586.36515898467 rows/sec., 30.64 MiB/sec. | ||
| 6144 | 2025.01.29 21:10:21.786377 [ 263 ] {fe092e77-4608-4608-8e61-dd7560aaba6a} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6145 | 2025.01.29 21:10:21.786480 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6146 | 2025.01.29 21:10:21.786815 [ 263 ] {fe092e77-4608-4608-8e61-dd7560aaba6a} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005819 sec., 10998.453342498711 rows/sec., 784.41 KiB/sec. | ||
| 6147 | 2025.01.29 21:10:21.786989 [ 263 ] {fe092e77-4608-4608-8e61-dd7560aaba6a} <Debug> TCPHandler: Processed in 0.006429246 sec. | ||
| 6148 | 2025.01.29 21:10:21.787202 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6149 | 2025.01.29 21:10:21.787210 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6150 | 2025.01.29 21:10:21.787291 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_46_9} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6151 | 2025.01.29 21:10:21.787382 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6152 | 2025.01.29 21:10:21.787387 [ 260 ] {87c560bc-f6f7-491f-b7b9-b6b39b502835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6153 | 2025.01.29 21:10:21.787460 [ 260 ] {87c560bc-f6f7-491f-b7b9-b6b39b502835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6154 | 2025.01.29 21:10:21.788030 [ 260 ] {87c560bc-f6f7-491f-b7b9-b6b39b502835} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6155 | 2025.01.29 21:10:21.788076 [ 260 ] {87c560bc-f6f7-491f-b7b9-b6b39b502835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6156 | 2025.01.29 21:10:21.788462 [ 260 ] {87c560bc-f6f7-491f-b7b9-b6b39b502835} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6157 | 2025.01.29 21:10:21.788749 [ 260 ] {87c560bc-f6f7-491f-b7b9-b6b39b502835} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6158 | 2025.01.29 21:10:21.789023 [ 260 ] {87c560bc-f6f7-491f-b7b9-b6b39b502835} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001686 sec., 14234.875444839858 rows/sec., 982.35 KiB/sec. | ||
| 6159 | 2025.01.29 21:10:21.789137 [ 260 ] {87c560bc-f6f7-491f-b7b9-b6b39b502835} <Debug> TCPHandler: Processed in 0.002018094 sec. | ||
| 6160 | 2025.01.29 21:10:22.529090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14274 | ||
| 6161 | 2025.01.29 21:10:22.529838 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6162 | 2025.01.29 21:10:22.529900 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6163 | 2025.01.29 21:10:22.530490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6164 | 2025.01.29 21:10:22.530785 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2025.01.29 21:10:22.531006 [ 90 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6166 | 2025.01.29 21:10:22.531075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6167 | 2025.01.29 21:10:22.531101 [ 90 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6168 | 2025.01.29 21:10:22.531132 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6169 | 2025.01.29 21:10:22.531249 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6170 | 2025.01.29 21:10:22.531386 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6171 | 2025.01.29 21:10:22.531429 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6172 | 2025.01.29 21:10:22.531514 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6173 | 2025.01.29 21:10:22.531720 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6174 | 2025.01.29 21:10:22.531956 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6175 | 2025.01.29 21:10:22.532138 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6176 | 2025.01.29 21:10:22.532309 [ 198 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6177 | 2025.01.29 21:10:22.534613 [ 193 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003411711 sec., 4183824.4798577605 rows/sec., 59.85 MiB/sec. | ||
| 6178 | 2025.01.29 21:10:22.535008 [ 192 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6179 | 2025.01.29 21:10:22.535324 [ 192 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_31_6} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2025.01.29 21:10:22.535409 [ 192 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_31_6} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6181 | 2025.01.29 21:10:22.535518 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6182 | 2025.01.29 21:10:23.539349 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6183 | 2025.01.29 21:10:23.561426 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6184 | 2025.01.29 21:10:23.561493 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6185 | 2025.01.29 21:10:23.569176 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6186 | 2025.01.29 21:10:23.570022 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2025.01.29 21:10:23.570385 [ 88 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6188 | 2025.01.29 21:10:23.570511 [ 88 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6189 | 2025.01.29 21:10:23.570578 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6190 | 2025.01.29 21:10:23.570963 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 6191 | 2025.01.29 21:10:23.586840 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6192 | 2025.01.29 21:10:23.588048 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6193 | 2025.01.29 21:10:23.589555 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 6194 | 2025.01.29 21:10:23.595241 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 6195 | 2025.01.29 21:10:23.601702 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 6196 | 2025.01.29 21:10:23.606962 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 6197 | 2025.01.29 21:10:23.612419 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 6198 | 2025.01.29 21:10:23.616750 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 6199 | 2025.01.29 21:10:23.675292 [ 193 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104574911 sec., 2237.630400660824 rows/sec., 11.57 MiB/sec. | ||
| 6200 | 2025.01.29 21:10:23.677945 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6201 | 2025.01.29 21:10:23.680935 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_31_6} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6202 | 2025.01.29 21:10:23.681036 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_31_6} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6203 | 2025.01.29 21:10:23.683450 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6204 | 2025.01.29 21:10:24.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.44 MiB, peak 212.00 MiB, free memory in arenas 0.00 B, will set to 203.04 MiB (RSS), difference: 1.60 MiB | ||
| 6205 | 2025.01.29 21:10:26.779430 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6206 | 2025.01.29 21:10:26.779747 [ 263 ] {66f7fe24-e982-49ea-8434-133f2af68d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6207 | 2025.01.29 21:10:26.779865 [ 263 ] {66f7fe24-e982-49ea-8434-133f2af68d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6208 | 2025.01.29 21:10:26.780820 [ 263 ] {66f7fe24-e982-49ea-8434-133f2af68d18} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6209 | 2025.01.29 21:10:26.780922 [ 263 ] {66f7fe24-e982-49ea-8434-133f2af68d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6210 | 2025.01.29 21:10:26.781350 [ 263 ] {66f7fe24-e982-49ea-8434-133f2af68d18} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6211 | 2025.01.29 21:10:26.781606 [ 263 ] {66f7fe24-e982-49ea-8434-133f2af68d18} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6212 | 2025.01.29 21:10:26.781844 [ 263 ] {66f7fe24-e982-49ea-8434-133f2af68d18} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002181 sec., 25676.295277395686 rows/sec., 1.97 MiB/sec. | ||
| 6213 | 2025.01.29 21:10:26.781909 [ 263 ] {66f7fe24-e982-49ea-8434-133f2af68d18} <Debug> TCPHandler: Processed in 0.002661012 sec. | ||
| 6214 | 2025.01.29 21:10:26.782200 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6215 | 2025.01.29 21:10:26.782414 [ 260 ] {19029b1c-4083-4912-b4ad-ee54b9dcd22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6216 | 2025.01.29 21:10:26.782498 [ 260 ] {19029b1c-4083-4912-b4ad-ee54b9dcd22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6217 | 2025.01.29 21:10:26.783393 [ 260 ] {19029b1c-4083-4912-b4ad-ee54b9dcd22c} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6218 | 2025.01.29 21:10:26.783509 [ 260 ] {19029b1c-4083-4912-b4ad-ee54b9dcd22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6219 | 2025.01.29 21:10:26.783963 [ 260 ] {19029b1c-4083-4912-b4ad-ee54b9dcd22c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6220 | 2025.01.29 21:10:26.784229 [ 260 ] {19029b1c-4083-4912-b4ad-ee54b9dcd22c} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6221 | 2025.01.29 21:10:26.784495 [ 260 ] {19029b1c-4083-4912-b4ad-ee54b9dcd22c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002141 sec., 29892.573563755253 rows/sec., 2.33 MiB/sec. | ||
| 6222 | 2025.01.29 21:10:26.784552 [ 260 ] {19029b1c-4083-4912-b4ad-ee54b9dcd22c} <Debug> TCPHandler: Processed in 0.00249754 sec. | ||
| 6223 | 2025.01.29 21:10:26.784790 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6224 | 2025.01.29 21:10:26.785024 [ 263 ] {06fd12bc-699d-4ece-842d-1ef754a1f23e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6225 | 2025.01.29 21:10:26.785127 [ 263 ] {06fd12bc-699d-4ece-842d-1ef754a1f23e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6226 | 2025.01.29 21:10:26.785788 [ 263 ] {06fd12bc-699d-4ece-842d-1ef754a1f23e} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6227 | 2025.01.29 21:10:26.785830 [ 263 ] {06fd12bc-699d-4ece-842d-1ef754a1f23e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6228 | 2025.01.29 21:10:26.786246 [ 263 ] {06fd12bc-699d-4ece-842d-1ef754a1f23e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6229 | 2025.01.29 21:10:26.786510 [ 263 ] {06fd12bc-699d-4ece-842d-1ef754a1f23e} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6230 | 2025.01.29 21:10:26.786735 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6231 | 2025.01.29 21:10:26.786752 [ 263 ] {06fd12bc-699d-4ece-842d-1ef754a1f23e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001782 sec., 89786.75645342312 rows/sec., 6.25 MiB/sec. | ||
| 6232 | 2025.01.29 21:10:26.786845 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6233 | 2025.01.29 21:10:26.786917 [ 263 ] {06fd12bc-699d-4ece-842d-1ef754a1f23e} <Debug> TCPHandler: Processed in 0.002232207 sec. | ||
| 6234 | 2025.01.29 21:10:26.786931 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6235 | 2025.01.29 21:10:26.787182 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 6236 | 2025.01.29 21:10:26.787202 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6237 | 2025.01.29 21:10:26.787502 [ 260 ] {0429dd0b-4978-4d0e-9a7d-ec1e7834f16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6238 | 2025.01.29 21:10:26.787507 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6239 | 2025.01.29 21:10:26.787590 [ 260 ] {0429dd0b-4978-4d0e-9a7d-ec1e7834f16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6240 | 2025.01.29 21:10:26.787615 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11546 rows starting from the beginning of the part | ||
| 6241 | 2025.01.29 21:10:26.787956 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
| 6242 | 2025.01.29 21:10:26.788384 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 6243 | 2025.01.29 21:10:26.788747 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 895 rows starting from the beginning of the part | ||
| 6244 | 2025.01.29 21:10:26.788956 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 6245 | 2025.01.29 21:10:26.789336 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 6246 | 2025.01.29 21:10:26.790037 [ 260 ] {0429dd0b-4978-4d0e-9a7d-ec1e7834f16a} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2025.01.29 21:10:26.790097 [ 260 ] {0429dd0b-4978-4d0e-9a7d-ec1e7834f16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6248 | 2025.01.29 21:10:26.790998 [ 260 ] {0429dd0b-4978-4d0e-9a7d-ec1e7834f16a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6249 | 2025.01.29 21:10:26.791329 [ 260 ] {0429dd0b-4978-4d0e-9a7d-ec1e7834f16a} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2025.01.29 21:10:26.791612 [ 148 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6251 | 2025.01.29 21:10:26.791713 [ 148 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2025.01.29 21:10:26.791794 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6253 | 2025.01.29 21:10:26.791959 [ 260 ] {0429dd0b-4978-4d0e-9a7d-ec1e7834f16a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004518 sec., 13280.212483399733 rows/sec., 916.47 KiB/sec. | ||
| 6254 | 2025.01.29 21:10:26.792263 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 6255 | 2025.01.29 21:10:26.792291 [ 260 ] {0429dd0b-4978-4d0e-9a7d-ec1e7834f16a} <Debug> TCPHandler: Processed in 0.005238402 sec. | ||
| 6256 | 2025.01.29 21:10:26.792641 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6257 | 2025.01.29 21:10:26.792695 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2260 rows starting from the beginning of the part | ||
| 6258 | 2025.01.29 21:10:26.792967 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 6259 | 2025.01.29 21:10:26.793261 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 6260 | 2025.01.29 21:10:26.793511 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 58 rows starting from the beginning of the part | ||
| 6261 | 2025.01.29 21:10:26.793838 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
| 6262 | 2025.01.29 21:10:26.793997 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 6263 | 2025.01.29 21:10:26.796166 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2544 rows, containing 4 columns (4 merged, 0 gathered) in 0.00421655 sec., 603336.8512172273 rows/sec., 39.27 MiB/sec. | ||
| 6264 | 2025.01.29 21:10:26.796584 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6265 | 2025.01.29 21:10:26.797025 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13062 rows, containing 5 columns (5 merged, 0 gathered) in 0.009917349 sec., 1317085.8462276561 rows/sec., 88.85 MiB/sec. | ||
| 6266 | 2025.01.29 21:10:26.797211 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6267 | 2025.01.29 21:10:26.797319 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_46_9} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6268 | 2025.01.29 21:10:26.797439 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6269 | 2025.01.29 21:10:26.797562 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6270 | 2025.01.29 21:10:26.797910 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6271 | 2025.01.29 21:10:26.798004 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6272 | 2025.01.29 21:10:26.798113 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. | ||
| 6273 | 2025.01.29 21:10:29.901423 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6274 | 2025.01.29 21:10:29.901475 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6275 | 2025.01.29 21:10:30.001574 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001039002 sec. | ||
| 6276 | 2025.01.29 21:10:30.031306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14762 | ||
| 6277 | 2025.01.29 21:10:30.031983 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6278 | 2025.01.29 21:10:30.032031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6279 | 2025.01.29 21:10:30.032586 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6280 | 2025.01.29 21:10:30.032864 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6281 | 2025.01.29 21:10:30.033121 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14762 | ||
| 6282 | 2025.01.29 21:10:30.088468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 854 | ||
| 6283 | 2025.01.29 21:10:30.091662 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6284 | 2025.01.29 21:10:30.091709 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6285 | 2025.01.29 21:10:30.093140 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6286 | 2025.01.29 21:10:30.093445 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6287 | 2025.01.29 21:10:30.094820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 854 | ||
| 6288 | 2025.01.29 21:10:31.082239 [ 145 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 6289 | 2025.01.29 21:10:31.082329 [ 145 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2025.01.29 21:10:31.082353 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6291 | 2025.01.29 21:10:31.082508 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::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 | ||
| 6292 | 2025.01.29 21:10:31.082671 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6293 | 2025.01.29 21:10:31.082711 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 65 rows starting from the beginning of the part | ||
| 6294 | 2025.01.29 21:10:31.082793 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 47 rows starting from the beginning of the part | ||
| 6295 | 2025.01.29 21:10:31.083065 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 6296 | 2025.01.29 21:10:31.083255 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 47 rows starting from the beginning of the part | ||
| 6297 | 2025.01.29 21:10:31.083495 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 51 rows starting from the beginning of the part | ||
| 6298 | 2025.01.29 21:10:31.084614 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.002184926 sec., 97028.45771435738 rows/sec., 7.31 MiB/sec. | ||
| 6299 | 2025.01.29 21:10:31.084805 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 6300 | 2025.01.29 21:10:31.085135 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6301 | 2025.01.29 21:10:31.085232 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_24_5} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 6302 | 2025.01.29 21:10:31.085335 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6303 | 2025.01.29 21:10:31.087031 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6304 | 2025.01.29 21:10:31.105974 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6305 | 2025.01.29 21:10:31.106035 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6306 | 2025.01.29 21:10:31.113054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6307 | 2025.01.29 21:10:31.113855 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2025.01.29 21:10:31.116502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6309 | 2025.01.29 21:10:31.609479 [ 144 ] {} <Debug> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6310 | 2025.01.29 21:10:31.609555 [ 144 ] {} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6311 | 2025.01.29 21:10:31.609583 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6312 | 2025.01.29 21:10:31.609884 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 6313 | 2025.01.29 21:10:31.610157 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6314 | 2025.01.29 21:10:31.610221 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 6315 | 2025.01.29 21:10:31.610407 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 6316 | 2025.01.29 21:10:31.610716 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 6317 | 2025.01.29 21:10:31.610923 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 6318 | 2025.01.29 21:10:31.611079 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 6319 | 2025.01.29 21:10:31.612257 [ 191 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002572421 sec., 15549.554291463177 rows/sec., 1.30 MiB/sec. | ||
| 6320 | 2025.01.29 21:10:31.612475 [ 196 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6321 | 2025.01.29 21:10:31.612828 [ 196 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_9_2} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6322 | 2025.01.29 21:10:31.612920 [ 196 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_9_2} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6323 | 2025.01.29 21:10:31.613024 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6324 | 2025.01.29 21:10:31.785093 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6325 | 2025.01.29 21:10:31.785288 [ 263 ] {a625c824-8d62-4f8e-b6cf-79a7aed208f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6326 | 2025.01.29 21:10:31.785366 [ 263 ] {a625c824-8d62-4f8e-b6cf-79a7aed208f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6327 | 2025.01.29 21:10:31.786139 [ 263 ] {a625c824-8d62-4f8e-b6cf-79a7aed208f6} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6328 | 2025.01.29 21:10:31.786189 [ 263 ] {a625c824-8d62-4f8e-b6cf-79a7aed208f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6329 | 2025.01.29 21:10:31.786610 [ 263 ] {a625c824-8d62-4f8e-b6cf-79a7aed208f6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6330 | 2025.01.29 21:10:31.786868 [ 263 ] {a625c824-8d62-4f8e-b6cf-79a7aed208f6} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2025.01.29 21:10:31.787128 [ 263 ] {a625c824-8d62-4f8e-b6cf-79a7aed208f6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec. | ||
| 6332 | 2025.01.29 21:10:31.787236 [ 263 ] {a625c824-8d62-4f8e-b6cf-79a7aed208f6} <Debug> TCPHandler: Processed in 0.002270397 sec. | ||
| 6333 | 2025.01.29 21:10:31.787536 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6334 | 2025.01.29 21:10:31.787752 [ 260 ] {d830b8f1-68b1-4cf4-babf-e54a36f9cce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6335 | 2025.01.29 21:10:31.787839 [ 260 ] {d830b8f1-68b1-4cf4-babf-e54a36f9cce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6336 | 2025.01.29 21:10:31.788850 [ 260 ] {d830b8f1-68b1-4cf4-babf-e54a36f9cce5} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2025.01.29 21:10:31.788897 [ 260 ] {d830b8f1-68b1-4cf4-babf-e54a36f9cce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6338 | 2025.01.29 21:10:31.789392 [ 260 ] {d830b8f1-68b1-4cf4-babf-e54a36f9cce5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6339 | 2025.01.29 21:10:31.789681 [ 260 ] {d830b8f1-68b1-4cf4-babf-e54a36f9cce5} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2025.01.29 21:10:31.789929 [ 260 ] {d830b8f1-68b1-4cf4-babf-e54a36f9cce5} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002227 sec., 127076.78491243826 rows/sec., 11.23 MiB/sec. | ||
| 6341 | 2025.01.29 21:10:31.790059 [ 260 ] {d830b8f1-68b1-4cf4-babf-e54a36f9cce5} <Debug> TCPHandler: Processed in 0.002670381 sec. | ||
| 6342 | 2025.01.29 21:10:31.790314 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6343 | 2025.01.29 21:10:31.790473 [ 263 ] {5eb71078-77ca-488f-9859-53be2a998137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6344 | 2025.01.29 21:10:31.790528 [ 263 ] {5eb71078-77ca-488f-9859-53be2a998137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6345 | 2025.01.29 21:10:31.791153 [ 263 ] {5eb71078-77ca-488f-9859-53be2a998137} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2025.01.29 21:10:31.791196 [ 263 ] {5eb71078-77ca-488f-9859-53be2a998137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6347 | 2025.01.29 21:10:31.791566 [ 263 ] {5eb71078-77ca-488f-9859-53be2a998137} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6348 | 2025.01.29 21:10:31.791817 [ 263 ] {5eb71078-77ca-488f-9859-53be2a998137} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2025.01.29 21:10:31.792028 [ 263 ] {5eb71078-77ca-488f-9859-53be2a998137} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001587 sec., 29615.626969124132 rows/sec., 2.13 MiB/sec. | ||
| 6350 | 2025.01.29 21:10:31.792084 [ 263 ] {5eb71078-77ca-488f-9859-53be2a998137} <Debug> TCPHandler: Processed in 0.001896083 sec. | ||
| 6351 | 2025.01.29 21:10:31.792244 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6352 | 2025.01.29 21:10:31.792369 [ 260 ] {9c3d3c00-326e-481f-b4ca-f3f6c314b4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6353 | 2025.01.29 21:10:31.792423 [ 260 ] {9c3d3c00-326e-481f-b4ca-f3f6c314b4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6354 | 2025.01.29 21:10:31.793134 [ 260 ] {9c3d3c00-326e-481f-b4ca-f3f6c314b4ba} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6355 | 2025.01.29 21:10:31.793180 [ 260 ] {9c3d3c00-326e-481f-b4ca-f3f6c314b4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6356 | 2025.01.29 21:10:31.793623 [ 260 ] {9c3d3c00-326e-481f-b4ca-f3f6c314b4ba} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6357 | 2025.01.29 21:10:31.793873 [ 260 ] {9c3d3c00-326e-481f-b4ca-f3f6c314b4ba} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6358 | 2025.01.29 21:10:31.794105 [ 260 ] {9c3d3c00-326e-481f-b4ca-f3f6c314b4ba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001765 sec., 7932.011331444759 rows/sec., 555.51 KiB/sec. | ||
| 6359 | 2025.01.29 21:10:31.794320 [ 260 ] {9c3d3c00-326e-481f-b4ca-f3f6c314b4ba} <Debug> TCPHandler: Processed in 0.002135345 sec. | ||
| 6360 | 2025.01.29 21:10:31.794490 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6361 | 2025.01.29 21:10:31.794611 [ 263 ] {9aea5060-ab6e-4680-8d56-8bb161fd9a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6362 | 2025.01.29 21:10:31.794661 [ 263 ] {9aea5060-ab6e-4680-8d56-8bb161fd9a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6363 | 2025.01.29 21:10:31.795236 [ 263 ] {9aea5060-ab6e-4680-8d56-8bb161fd9a5a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6364 | 2025.01.29 21:10:31.795277 [ 263 ] {9aea5060-ab6e-4680-8d56-8bb161fd9a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6365 | 2025.01.29 21:10:31.795626 [ 263 ] {9aea5060-ab6e-4680-8d56-8bb161fd9a5a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6366 | 2025.01.29 21:10:31.795863 [ 263 ] {9aea5060-ab6e-4680-8d56-8bb161fd9a5a} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6367 | 2025.01.29 21:10:31.796110 [ 263 ] {9aea5060-ab6e-4680-8d56-8bb161fd9a5a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec. | ||
| 6368 | 2025.01.29 21:10:31.796325 [ 263 ] {9aea5060-ab6e-4680-8d56-8bb161fd9a5a} <Debug> TCPHandler: Processed in 0.001889332 sec. | ||
| 6369 | 2025.01.29 21:10:31.796488 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6370 | 2025.01.29 21:10:31.796628 [ 260 ] {3a9a6d52-c34e-4321-9831-cad555f38175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6371 | 2025.01.29 21:10:31.796686 [ 260 ] {3a9a6d52-c34e-4321-9831-cad555f38175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6372 | 2025.01.29 21:10:31.797535 [ 260 ] {3a9a6d52-c34e-4321-9831-cad555f38175} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6373 | 2025.01.29 21:10:31.797574 [ 260 ] {3a9a6d52-c34e-4321-9831-cad555f38175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6374 | 2025.01.29 21:10:31.797973 [ 260 ] {3a9a6d52-c34e-4321-9831-cad555f38175} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6375 | 2025.01.29 21:10:31.798229 [ 260 ] {3a9a6d52-c34e-4321-9831-cad555f38175} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6376 | 2025.01.29 21:10:31.798415 [ 260 ] {3a9a6d52-c34e-4321-9831-cad555f38175} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001822 sec., 231613.61141602634 rows/sec., 16.55 MiB/sec. | ||
| 6377 | 2025.01.29 21:10:31.798472 [ 260 ] {3a9a6d52-c34e-4321-9831-cad555f38175} <Debug> TCPHandler: Processed in 0.002051785 sec. | ||
| 6378 | 2025.01.29 21:10:31.798628 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6379 | 2025.01.29 21:10:31.798771 [ 263 ] {fdc7c7b0-41d9-41ad-8cc9-70442338d919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6380 | 2025.01.29 21:10:31.798834 [ 263 ] {fdc7c7b0-41d9-41ad-8cc9-70442338d919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6381 | 2025.01.29 21:10:31.799404 [ 263 ] {fdc7c7b0-41d9-41ad-8cc9-70442338d919} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2025.01.29 21:10:31.799451 [ 263 ] {fdc7c7b0-41d9-41ad-8cc9-70442338d919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6383 | 2025.01.29 21:10:31.799829 [ 263 ] {fdc7c7b0-41d9-41ad-8cc9-70442338d919} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6384 | 2025.01.29 21:10:31.800084 [ 263 ] {fdc7c7b0-41d9-41ad-8cc9-70442338d919} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.01.29 21:10:31.800305 [ 263 ] {fdc7c7b0-41d9-41ad-8cc9-70442338d919} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 200.30 KiB/sec. | ||
| 6386 | 2025.01.29 21:10:31.800360 [ 263 ] {fdc7c7b0-41d9-41ad-8cc9-70442338d919} <Debug> TCPHandler: Processed in 0.001796412 sec. | ||
| 6387 | 2025.01.29 21:10:31.800519 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6388 | 2025.01.29 21:10:31.800658 [ 260 ] {c3784447-e549-459e-bf1f-82bdf8868ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6389 | 2025.01.29 21:10:31.800725 [ 260 ] {c3784447-e549-459e-bf1f-82bdf8868ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6390 | 2025.01.29 21:10:31.801434 [ 260 ] {c3784447-e549-459e-bf1f-82bdf8868ee2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6391 | 2025.01.29 21:10:31.801473 [ 260 ] {c3784447-e549-459e-bf1f-82bdf8868ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6392 | 2025.01.29 21:10:31.801884 [ 260 ] {c3784447-e549-459e-bf1f-82bdf8868ee2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6393 | 2025.01.29 21:10:31.802133 [ 260 ] {c3784447-e549-459e-bf1f-82bdf8868ee2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6394 | 2025.01.29 21:10:31.802349 [ 260 ] {c3784447-e549-459e-bf1f-82bdf8868ee2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001721 sec., 137710.6333527019 rows/sec., 9.23 MiB/sec. | ||
| 6395 | 2025.01.29 21:10:31.802553 [ 260 ] {c3784447-e549-459e-bf1f-82bdf8868ee2} <Debug> TCPHandler: Processed in 0.002098715 sec. | ||
| 6396 | 2025.01.29 21:10:31.802782 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6397 | 2025.01.29 21:10:31.802904 [ 263 ] {84e1c9ef-c392-47df-a0f2-d3f2a26b2f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6398 | 2025.01.29 21:10:31.802958 [ 263 ] {84e1c9ef-c392-47df-a0f2-d3f2a26b2f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6399 | 2025.01.29 21:10:31.803431 [ 263 ] {84e1c9ef-c392-47df-a0f2-d3f2a26b2f4c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.01.29 21:10:31.803470 [ 263 ] {84e1c9ef-c392-47df-a0f2-d3f2a26b2f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6401 | 2025.01.29 21:10:31.803829 [ 263 ] {84e1c9ef-c392-47df-a0f2-d3f2a26b2f4c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6402 | 2025.01.29 21:10:31.804080 [ 263 ] {84e1c9ef-c392-47df-a0f2-d3f2a26b2f4c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.01.29 21:10:31.804319 [ 263 ] {84e1c9ef-c392-47df-a0f2-d3f2a26b2f4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001427 sec., 700.7708479327259 rows/sec., 47.22 KiB/sec. | ||
| 6404 | 2025.01.29 21:10:31.804524 [ 263 ] {84e1c9ef-c392-47df-a0f2-d3f2a26b2f4c} <Debug> TCPHandler: Processed in 0.001851142 sec. | ||
| 6405 | 2025.01.29 21:10:31.804717 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6406 | 2025.01.29 21:10:31.804844 [ 260 ] {91f7051f-fb0c-4bc5-9825-cae6f064202e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6407 | 2025.01.29 21:10:31.804935 [ 260 ] {91f7051f-fb0c-4bc5-9825-cae6f064202e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6408 | 2025.01.29 21:10:31.806265 [ 260 ] {91f7051f-fb0c-4bc5-9825-cae6f064202e} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6409 | 2025.01.29 21:10:31.806304 [ 260 ] {91f7051f-fb0c-4bc5-9825-cae6f064202e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6410 | 2025.01.29 21:10:31.807014 [ 260 ] {91f7051f-fb0c-4bc5-9825-cae6f064202e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6411 | 2025.01.29 21:10:31.807277 [ 260 ] {91f7051f-fb0c-4bc5-9825-cae6f064202e} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2025.01.29 21:10:31.807511 [ 260 ] {91f7051f-fb0c-4bc5-9825-cae6f064202e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002688 sec., 14880.952380952382 rows/sec., 26.67 MiB/sec. | ||
| 6413 | 2025.01.29 21:10:31.807604 [ 260 ] {91f7051f-fb0c-4bc5-9825-cae6f064202e} <Debug> TCPHandler: Processed in 0.002958355 sec. | ||
| 6414 | 2025.01.29 21:10:31.807794 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6415 | 2025.01.29 21:10:31.807933 [ 263 ] {12f2feaa-21e2-4e81-8ac8-fbed5b5d36e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6416 | 2025.01.29 21:10:31.807996 [ 263 ] {12f2feaa-21e2-4e81-8ac8-fbed5b5d36e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6417 | 2025.01.29 21:10:31.808561 [ 263 ] {12f2feaa-21e2-4e81-8ac8-fbed5b5d36e0} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6418 | 2025.01.29 21:10:31.808601 [ 263 ] {12f2feaa-21e2-4e81-8ac8-fbed5b5d36e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6419 | 2025.01.29 21:10:31.808976 [ 263 ] {12f2feaa-21e2-4e81-8ac8-fbed5b5d36e0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6420 | 2025.01.29 21:10:31.809223 [ 263 ] {12f2feaa-21e2-4e81-8ac8-fbed5b5d36e0} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6421 | 2025.01.29 21:10:31.809437 [ 263 ] {12f2feaa-21e2-4e81-8ac8-fbed5b5d36e0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
| 6422 | 2025.01.29 21:10:31.809498 [ 263 ] {12f2feaa-21e2-4e81-8ac8-fbed5b5d36e0} <Debug> TCPHandler: Processed in 0.001773341 sec. | ||
| 6423 | 2025.01.29 21:10:32.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.55 MiB, peak 212.04 MiB, free memory in arenas 0.00 B, will set to 204.32 MiB (RSS), difference: -1.23 MiB | ||
| 6424 | 2025.01.29 21:10:36.778774 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6425 | 2025.01.29 21:10:36.779003 [ 263 ] {02a44b8c-5eb6-4069-9dee-d4b3acef8324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6426 | 2025.01.29 21:10:36.779084 [ 263 ] {02a44b8c-5eb6-4069-9dee-d4b3acef8324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6427 | 2025.01.29 21:10:36.779926 [ 263 ] {02a44b8c-5eb6-4069-9dee-d4b3acef8324} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2025.01.29 21:10:36.779979 [ 263 ] {02a44b8c-5eb6-4069-9dee-d4b3acef8324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6429 | 2025.01.29 21:10:36.780432 [ 263 ] {02a44b8c-5eb6-4069-9dee-d4b3acef8324} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6430 | 2025.01.29 21:10:36.780748 [ 263 ] {02a44b8c-5eb6-4069-9dee-d4b3acef8324} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2025.01.29 21:10:36.781028 [ 263 ] {02a44b8c-5eb6-4069-9dee-d4b3acef8324} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002076 sec., 26974.95183044316 rows/sec., 2.07 MiB/sec. | ||
| 6432 | 2025.01.29 21:10:36.781151 [ 263 ] {02a44b8c-5eb6-4069-9dee-d4b3acef8324} <Debug> TCPHandler: Processed in 0.00251359 sec. | ||
| 6433 | 2025.01.29 21:10:36.781499 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6434 | 2025.01.29 21:10:36.781719 [ 260 ] {c7d5a380-cdf3-4110-bfd6-36079a4828f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6435 | 2025.01.29 21:10:36.781802 [ 260 ] {c7d5a380-cdf3-4110-bfd6-36079a4828f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6436 | 2025.01.29 21:10:36.782674 [ 260 ] {c7d5a380-cdf3-4110-bfd6-36079a4828f8} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6437 | 2025.01.29 21:10:36.782725 [ 260 ] {c7d5a380-cdf3-4110-bfd6-36079a4828f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6438 | 2025.01.29 21:10:36.783171 [ 260 ] {c7d5a380-cdf3-4110-bfd6-36079a4828f8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6439 | 2025.01.29 21:10:36.783437 [ 260 ] {c7d5a380-cdf3-4110-bfd6-36079a4828f8} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6440 | 2025.01.29 21:10:36.783679 [ 260 ] {c7d5a380-cdf3-4110-bfd6-36079a4828f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00202 sec., 31683.16831683168 rows/sec., 2.47 MiB/sec. | ||
| 6441 | 2025.01.29 21:10:36.783738 [ 260 ] {c7d5a380-cdf3-4110-bfd6-36079a4828f8} <Debug> TCPHandler: Processed in 0.002420229 sec. | ||
| 6442 | 2025.01.29 21:10:36.783926 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6443 | 2025.01.29 21:10:36.784077 [ 263 ] {0c35cedb-1568-483b-a5dd-d93f241ca95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6444 | 2025.01.29 21:10:36.784145 [ 263 ] {0c35cedb-1568-483b-a5dd-d93f241ca95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6445 | 2025.01.29 21:10:36.784821 [ 263 ] {0c35cedb-1568-483b-a5dd-d93f241ca95c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6446 | 2025.01.29 21:10:36.784863 [ 263 ] {0c35cedb-1568-483b-a5dd-d93f241ca95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6447 | 2025.01.29 21:10:36.785284 [ 263 ] {0c35cedb-1568-483b-a5dd-d93f241ca95c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6448 | 2025.01.29 21:10:36.785528 [ 263 ] {0c35cedb-1568-483b-a5dd-d93f241ca95c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6449 | 2025.01.29 21:10:36.785755 [ 263 ] {0c35cedb-1568-483b-a5dd-d93f241ca95c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
| 6450 | 2025.01.29 21:10:36.785843 [ 263 ] {0c35cedb-1568-483b-a5dd-d93f241ca95c} <Debug> TCPHandler: Processed in 0.001988884 sec. | ||
| 6451 | 2025.01.29 21:10:36.786105 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6452 | 2025.01.29 21:10:36.786337 [ 260 ] {5878ee2b-367f-4b3b-b22c-5aa622e0fa82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6453 | 2025.01.29 21:10:36.786437 [ 260 ] {5878ee2b-367f-4b3b-b22c-5aa622e0fa82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6454 | 2025.01.29 21:10:36.787091 [ 260 ] {5878ee2b-367f-4b3b-b22c-5aa622e0fa82} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6455 | 2025.01.29 21:10:36.787131 [ 260 ] {5878ee2b-367f-4b3b-b22c-5aa622e0fa82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6456 | 2025.01.29 21:10:36.787521 [ 260 ] {5878ee2b-367f-4b3b-b22c-5aa622e0fa82} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6457 | 2025.01.29 21:10:36.787777 [ 260 ] {5878ee2b-367f-4b3b-b22c-5aa622e0fa82} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2025.01.29 21:10:36.787999 [ 260 ] {5878ee2b-367f-4b3b-b22c-5aa622e0fa82} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001718 sec., 34924.33061699651 rows/sec., 2.35 MiB/sec. | ||
| 6459 | 2025.01.29 21:10:36.788051 [ 260 ] {5878ee2b-367f-4b3b-b22c-5aa622e0fa82} <Debug> TCPHandler: Processed in 0.002053675 sec. | ||
| 6460 | 2025.01.29 21:10:37.533348 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15189 | ||
| 6461 | 2025.01.29 21:10:37.534010 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6462 | 2025.01.29 21:10:37.534061 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6463 | 2025.01.29 21:10:37.534660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6464 | 2025.01.29 21:10:37.534970 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6465 | 2025.01.29 21:10:37.535205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6466 | 2025.01.29 21:10:38.616671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6467 | 2025.01.29 21:10:38.636042 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6468 | 2025.01.29 21:10:38.636104 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6469 | 2025.01.29 21:10:38.643618 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6470 | 2025.01.29 21:10:38.644391 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2025.01.29 21:10:38.647657 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6472 | 2025.01.29 21:10:40.095128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 884 | ||
| 6473 | 2025.01.29 21:10:40.098731 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6474 | 2025.01.29 21:10:40.098792 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6475 | 2025.01.29 21:10:40.100400 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6476 | 2025.01.29 21:10:40.100747 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6477 | 2025.01.29 21:10:40.102327 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 884 | ||
| 6478 | 2025.01.29 21:10:41.785377 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6479 | 2025.01.29 21:10:41.785701 [ 263 ] {69afa476-c39f-45b7-ac3b-4978e5c11ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6480 | 2025.01.29 21:10:41.785818 [ 263 ] {69afa476-c39f-45b7-ac3b-4978e5c11ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6481 | 2025.01.29 21:10:41.786607 [ 263 ] {69afa476-c39f-45b7-ac3b-4978e5c11ba7} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6482 | 2025.01.29 21:10:41.786658 [ 263 ] {69afa476-c39f-45b7-ac3b-4978e5c11ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6483 | 2025.01.29 21:10:41.787099 [ 263 ] {69afa476-c39f-45b7-ac3b-4978e5c11ba7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6484 | 2025.01.29 21:10:41.787354 [ 263 ] {69afa476-c39f-45b7-ac3b-4978e5c11ba7} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6485 | 2025.01.29 21:10:41.787623 [ 263 ] {69afa476-c39f-45b7-ac3b-4978e5c11ba7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002005 sec., 6982.543640897756 rows/sec., 502.65 KiB/sec. | ||
| 6486 | 2025.01.29 21:10:41.787756 [ 263 ] {69afa476-c39f-45b7-ac3b-4978e5c11ba7} <Debug> TCPHandler: Processed in 0.002570141 sec. | ||
| 6487 | 2025.01.29 21:10:41.788104 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6488 | 2025.01.29 21:10:41.788412 [ 260 ] {56be4c0d-5867-4631-9f63-05870e097f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6489 | 2025.01.29 21:10:41.788533 [ 260 ] {56be4c0d-5867-4631-9f63-05870e097f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6490 | 2025.01.29 21:10:41.789612 [ 260 ] {56be4c0d-5867-4631-9f63-05870e097f2b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6491 | 2025.01.29 21:10:41.789662 [ 260 ] {56be4c0d-5867-4631-9f63-05870e097f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6492 | 2025.01.29 21:10:41.790132 [ 260 ] {56be4c0d-5867-4631-9f63-05870e097f2b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6493 | 2025.01.29 21:10:41.790409 [ 260 ] {56be4c0d-5867-4631-9f63-05870e097f2b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6494 | 2025.01.29 21:10:41.790675 [ 260 ] {56be4c0d-5867-4631-9f63-05870e097f2b} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00235 sec., 120425.53191489361 rows/sec., 10.64 MiB/sec. | ||
| 6495 | 2025.01.29 21:10:41.790745 [ 260 ] {56be4c0d-5867-4631-9f63-05870e097f2b} <Debug> TCPHandler: Processed in 0.002836324 sec. | ||
| 6496 | 2025.01.29 21:10:41.790955 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6497 | 2025.01.29 21:10:41.791086 [ 263 ] {b43b2f96-54d7-4c31-8c2a-a3a681a0dce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6498 | 2025.01.29 21:10:41.791143 [ 263 ] {b43b2f96-54d7-4c31-8c2a-a3a681a0dce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6499 | 2025.01.29 21:10:41.791778 [ 263 ] {b43b2f96-54d7-4c31-8c2a-a3a681a0dce8} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6500 | 2025.01.29 21:10:41.791821 [ 263 ] {b43b2f96-54d7-4c31-8c2a-a3a681a0dce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6501 | 2025.01.29 21:10:41.792205 [ 263 ] {b43b2f96-54d7-4c31-8c2a-a3a681a0dce8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6502 | 2025.01.29 21:10:41.792461 [ 263 ] {b43b2f96-54d7-4c31-8c2a-a3a681a0dce8} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6503 | 2025.01.29 21:10:41.792703 [ 263 ] {b43b2f96-54d7-4c31-8c2a-a3a681a0dce8} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001646 sec., 28554.070473876065 rows/sec., 2.06 MiB/sec. | ||
| 6504 | 2025.01.29 21:10:41.792854 [ 263 ] {b43b2f96-54d7-4c31-8c2a-a3a681a0dce8} <Debug> TCPHandler: Processed in 0.001964233 sec. | ||
| 6505 | 2025.01.29 21:10:41.793118 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6506 | 2025.01.29 21:10:41.793349 [ 260 ] {fdd1ed8a-b40a-4a95-a44c-b6a119ee1652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6507 | 2025.01.29 21:10:41.793445 [ 260 ] {fdd1ed8a-b40a-4a95-a44c-b6a119ee1652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6508 | 2025.01.29 21:10:41.794231 [ 260 ] {fdd1ed8a-b40a-4a95-a44c-b6a119ee1652} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6509 | 2025.01.29 21:10:41.794271 [ 260 ] {fdd1ed8a-b40a-4a95-a44c-b6a119ee1652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6510 | 2025.01.29 21:10:41.794641 [ 260 ] {fdd1ed8a-b40a-4a95-a44c-b6a119ee1652} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6511 | 2025.01.29 21:10:41.794895 [ 260 ] {fdd1ed8a-b40a-4a95-a44c-b6a119ee1652} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6512 | 2025.01.29 21:10:41.795046 [ 132 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6513 | 2025.01.29 21:10:41.795090 [ 260 ] {fdd1ed8a-b40a-4a95-a44c-b6a119ee1652} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0018 sec., 7777.777777777778 rows/sec., 544.70 KiB/sec. | ||
| 6514 | 2025.01.29 21:10:41.795102 [ 132 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6515 | 2025.01.29 21:10:41.795147 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6516 | 2025.01.29 21:10:41.795164 [ 260 ] {fdd1ed8a-b40a-4a95-a44c-b6a119ee1652} <Debug> TCPHandler: Processed in 0.002163696 sec. | ||
| 6517 | 2025.01.29 21:10:41.795373 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6518 | 2025.01.29 21:10:41.795383 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 6519 | 2025.01.29 21:10:41.795586 [ 263 ] {bfd975a9-831b-4bcb-9da7-97c2dcfed435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6520 | 2025.01.29 21:10:41.795666 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6521 | 2025.01.29 21:10:41.795693 [ 263 ] {bfd975a9-831b-4bcb-9da7-97c2dcfed435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6522 | 2025.01.29 21:10:41.795748 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 6523 | 2025.01.29 21:10:41.796047 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 6524 | 2025.01.29 21:10:41.796384 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 6525 | 2025.01.29 21:10:41.796706 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 6526 | 2025.01.29 21:10:41.797003 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 6527 | 2025.01.29 21:10:41.797430 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 6528 | 2025.01.29 21:10:41.798715 [ 263 ] {bfd975a9-831b-4bcb-9da7-97c2dcfed435} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6529 | 2025.01.29 21:10:41.798801 [ 263 ] {bfd975a9-831b-4bcb-9da7-97c2dcfed435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6530 | 2025.01.29 21:10:41.799767 [ 263 ] {bfd975a9-831b-4bcb-9da7-97c2dcfed435} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6531 | 2025.01.29 21:10:41.800400 [ 263 ] {bfd975a9-831b-4bcb-9da7-97c2dcfed435} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6532 | 2025.01.29 21:10:41.800504 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005233413 sec., 103374.2225197973 rows/sec., 7.40 MiB/sec. | ||
| 6533 | 2025.01.29 21:10:41.800770 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6534 | 2025.01.29 21:10:41.800819 [ 263 ] {bfd975a9-831b-4bcb-9da7-97c2dcfed435} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0053 sec., 2452.830188679245 rows/sec., 152.93 KiB/sec. | ||
| 6535 | 2025.01.29 21:10:41.800975 [ 263 ] {bfd975a9-831b-4bcb-9da7-97c2dcfed435} <Debug> TCPHandler: Processed in 0.005711868 sec. | ||
| 6536 | 2025.01.29 21:10:41.801259 [ 196 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_20_4} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6537 | 2025.01.29 21:10:41.801280 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6538 | 2025.01.29 21:10:41.801421 [ 196 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_20_4} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6539 | 2025.01.29 21:10:41.801610 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 6540 | 2025.01.29 21:10:41.801674 [ 260 ] {f87f5746-4ffe-498c-b9aa-53c03d9298c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6541 | 2025.01.29 21:10:41.801774 [ 260 ] {f87f5746-4ffe-498c-b9aa-53c03d9298c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6542 | 2025.01.29 21:10:41.802599 [ 260 ] {f87f5746-4ffe-498c-b9aa-53c03d9298c2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.01.29 21:10:41.802639 [ 260 ] {f87f5746-4ffe-498c-b9aa-53c03d9298c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6544 | 2025.01.29 21:10:41.803056 [ 260 ] {f87f5746-4ffe-498c-b9aa-53c03d9298c2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6545 | 2025.01.29 21:10:41.803308 [ 260 ] {f87f5746-4ffe-498c-b9aa-53c03d9298c2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6546 | 2025.01.29 21:10:41.803495 [ 260 ] {f87f5746-4ffe-498c-b9aa-53c03d9298c2} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.00195 sec., 216410.2564102564 rows/sec., 15.47 MiB/sec. | ||
| 6547 | 2025.01.29 21:10:41.803549 [ 260 ] {f87f5746-4ffe-498c-b9aa-53c03d9298c2} <Debug> TCPHandler: Processed in 0.002454449 sec. | ||
| 6548 | 2025.01.29 21:10:41.803723 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6549 | 2025.01.29 21:10:41.803862 [ 263 ] {cd5dbcca-3f62-4d2c-824a-14afae1116ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6550 | 2025.01.29 21:10:41.803919 [ 263 ] {cd5dbcca-3f62-4d2c-824a-14afae1116ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6551 | 2025.01.29 21:10:41.804431 [ 263 ] {cd5dbcca-3f62-4d2c-824a-14afae1116ad} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2025.01.29 21:10:41.804473 [ 263 ] {cd5dbcca-3f62-4d2c-824a-14afae1116ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6553 | 2025.01.29 21:10:41.804845 [ 263 ] {cd5dbcca-3f62-4d2c-824a-14afae1116ad} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6554 | 2025.01.29 21:10:41.805090 [ 263 ] {cd5dbcca-3f62-4d2c-824a-14afae1116ad} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2025.01.29 21:10:41.805254 [ 132 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6556 | 2025.01.29 21:10:41.805322 [ 132 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2025.01.29 21:10:41.805358 [ 263 ] {cd5dbcca-3f62-4d2c-824a-14afae1116ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 6558 | 2025.01.29 21:10:41.805367 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6559 | 2025.01.29 21:10:41.805505 [ 263 ] {cd5dbcca-3f62-4d2c-824a-14afae1116ad} <Debug> TCPHandler: Processed in 0.001851483 sec. | ||
| 6560 | 2025.01.29 21:10:41.805590 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 6561 | 2025.01.29 21:10:41.805684 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6562 | 2025.01.29 21:10:41.805733 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6563 | 2025.01.29 21:10:41.805777 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 6564 | 2025.01.29 21:10:41.805815 [ 260 ] {06e57193-a9ac-408e-a2af-4b626cdb1084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6565 | 2025.01.29 21:10:41.805902 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 6566 | 2025.01.29 21:10:41.806010 [ 260 ] {06e57193-a9ac-408e-a2af-4b626cdb1084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6567 | 2025.01.29 21:10:41.806321 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 6568 | 2025.01.29 21:10:41.806571 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 6569 | 2025.01.29 21:10:41.806912 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 6570 | 2025.01.29 21:10:41.807139 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 6571 | 2025.01.29 21:10:41.808032 [ 260 ] {06e57193-a9ac-408e-a2af-4b626cdb1084} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2025.01.29 21:10:41.808081 [ 260 ] {06e57193-a9ac-408e-a2af-4b626cdb1084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6573 | 2025.01.29 21:10:41.808709 [ 201 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003201678 sec., 37480.346243438595 rows/sec., 1.91 MiB/sec. | ||
| 6574 | 2025.01.29 21:10:41.808772 [ 260 ] {06e57193-a9ac-408e-a2af-4b626cdb1084} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6575 | 2025.01.29 21:10:41.808854 [ 201 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6576 | 2025.01.29 21:10:41.809101 [ 260 ] {06e57193-a9ac-408e-a2af-4b626cdb1084} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6577 | 2025.01.29 21:10:41.809386 [ 201 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_20_4} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6578 | 2025.01.29 21:10:41.809448 [ 260 ] {06e57193-a9ac-408e-a2af-4b626cdb1084} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003659 sec., 64771.79557256081 rows/sec., 4.34 MiB/sec. | ||
| 6579 | 2025.01.29 21:10:41.809692 [ 201 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_20_4} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6580 | 2025.01.29 21:10:41.809855 [ 260 ] {06e57193-a9ac-408e-a2af-4b626cdb1084} <Debug> TCPHandler: Processed in 0.00421988 sec. | ||
| 6581 | 2025.01.29 21:10:41.810031 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6582 | 2025.01.29 21:10:41.810193 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6583 | 2025.01.29 21:10:41.810350 [ 263 ] {b7f030a0-23ec-480f-a85e-5dbc42788efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6584 | 2025.01.29 21:10:41.810413 [ 263 ] {b7f030a0-23ec-480f-a85e-5dbc42788efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6585 | 2025.01.29 21:10:41.810974 [ 263 ] {b7f030a0-23ec-480f-a85e-5dbc42788efb} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6586 | 2025.01.29 21:10:41.811014 [ 263 ] {b7f030a0-23ec-480f-a85e-5dbc42788efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6587 | 2025.01.29 21:10:41.811394 [ 263 ] {b7f030a0-23ec-480f-a85e-5dbc42788efb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6588 | 2025.01.29 21:10:41.811642 [ 263 ] {b7f030a0-23ec-480f-a85e-5dbc42788efb} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6589 | 2025.01.29 21:10:41.811821 [ 132 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6590 | 2025.01.29 21:10:41.811879 [ 132 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2025.01.29 21:10:41.811897 [ 263 ] {b7f030a0-23ec-480f-a85e-5dbc42788efb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001575 sec., 634.9206349206349 rows/sec., 42.78 KiB/sec. | ||
| 6592 | 2025.01.29 21:10:41.811915 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6593 | 2025.01.29 21:10:41.812081 [ 263 ] {b7f030a0-23ec-480f-a85e-5dbc42788efb} <Debug> TCPHandler: Processed in 0.002043504 sec. | ||
| 6594 | 2025.01.29 21:10:41.812142 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 6595 | 2025.01.29 21:10:41.812288 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6596 | 2025.01.29 21:10:41.812301 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6597 | 2025.01.29 21:10:41.812343 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part | ||
| 6598 | 2025.01.29 21:10:41.812531 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6599 | 2025.01.29 21:10:41.812576 [ 260 ] {3e053421-0c8a-4289-b63f-aa769476624f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6600 | 2025.01.29 21:10:41.812802 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6601 | 2025.01.29 21:10:41.812889 [ 260 ] {3e053421-0c8a-4289-b63f-aa769476624f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6602 | 2025.01.29 21:10:41.813075 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6603 | 2025.01.29 21:10:41.813439 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6604 | 2025.01.29 21:10:41.813707 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6605 | 2025.01.29 21:10:41.815775 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.003739554 sec., 5615.642934959624 rows/sec., 377.35 KiB/sec. | ||
| 6606 | 2025.01.29 21:10:41.815909 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6607 | 2025.01.29 21:10:41.816198 [ 260 ] {3e053421-0c8a-4289-b63f-aa769476624f} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2025.01.29 21:10:41.816244 [ 260 ] {3e053421-0c8a-4289-b63f-aa769476624f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6609 | 2025.01.29 21:10:41.816313 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6610 | 2025.01.29 21:10:41.816438 [ 189 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_20_4} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6611 | 2025.01.29 21:10:41.816514 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6612 | 2025.01.29 21:10:41.817013 [ 260 ] {3e053421-0c8a-4289-b63f-aa769476624f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6613 | 2025.01.29 21:10:41.817287 [ 260 ] {3e053421-0c8a-4289-b63f-aa769476624f} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6614 | 2025.01.29 21:10:41.817486 [ 260 ] {3e053421-0c8a-4289-b63f-aa769476624f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005067 sec., 7894.21748569173 rows/sec., 14.15 MiB/sec. | ||
| 6615 | 2025.01.29 21:10:41.817598 [ 260 ] {3e053421-0c8a-4289-b63f-aa769476624f} <Debug> TCPHandler: Processed in 0.005398504 sec. | ||
| 6616 | 2025.01.29 21:10:41.817766 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6617 | 2025.01.29 21:10:41.817913 [ 263 ] {aa4ddbed-7855-446a-95fc-6a346b70548b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6618 | 2025.01.29 21:10:41.817977 [ 263 ] {aa4ddbed-7855-446a-95fc-6a346b70548b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6619 | 2025.01.29 21:10:41.818585 [ 263 ] {aa4ddbed-7855-446a-95fc-6a346b70548b} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6620 | 2025.01.29 21:10:41.818634 [ 263 ] {aa4ddbed-7855-446a-95fc-6a346b70548b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6621 | 2025.01.29 21:10:41.819072 [ 263 ] {aa4ddbed-7855-446a-95fc-6a346b70548b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6622 | 2025.01.29 21:10:41.819338 [ 263 ] {aa4ddbed-7855-446a-95fc-6a346b70548b} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2025.01.29 21:10:41.819577 [ 263 ] {aa4ddbed-7855-446a-95fc-6a346b70548b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001694 sec., 48406.139315230226 rows/sec., 3.07 MiB/sec. | ||
| 6624 | 2025.01.29 21:10:41.819682 [ 263 ] {aa4ddbed-7855-446a-95fc-6a346b70548b} <Debug> TCPHandler: Processed in 0.001986714 sec. | ||
| 6625 | 2025.01.29 21:10:44.901515 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6626 | 2025.01.29 21:10:44.901570 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6627 | 2025.01.29 21:10:45.035439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15677 | ||
| 6628 | 2025.01.29 21:10:45.036128 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6629 | 2025.01.29 21:10:45.036178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6630 | 2025.01.29 21:10:45.036705 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6631 | 2025.01.29 21:10:45.036985 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6632 | 2025.01.29 21:10:45.037235 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15677 | ||
| 6633 | 2025.01.29 21:10:46.147830 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6634 | 2025.01.29 21:10:46.169529 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6635 | 2025.01.29 21:10:46.169591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6636 | 2025.01.29 21:10:46.177368 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6637 | 2025.01.29 21:10:46.178193 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6638 | 2025.01.29 21:10:46.181486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6639 | 2025.01.29 21:10:46.778980 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6640 | 2025.01.29 21:10:46.779282 [ 263 ] {e58168c1-19cc-43f1-baed-7cdaa3b17cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6641 | 2025.01.29 21:10:46.779400 [ 263 ] {e58168c1-19cc-43f1-baed-7cdaa3b17cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6642 | 2025.01.29 21:10:46.780440 [ 263 ] {e58168c1-19cc-43f1-baed-7cdaa3b17cd2} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6643 | 2025.01.29 21:10:46.780483 [ 263 ] {e58168c1-19cc-43f1-baed-7cdaa3b17cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6644 | 2025.01.29 21:10:46.780918 [ 263 ] {e58168c1-19cc-43f1-baed-7cdaa3b17cd2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6645 | 2025.01.29 21:10:46.781177 [ 263 ] {e58168c1-19cc-43f1-baed-7cdaa3b17cd2} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6646 | 2025.01.29 21:10:46.781331 [ 127 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6647 | 2025.01.29 21:10:46.781377 [ 127 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2025.01.29 21:10:46.781397 [ 263 ] {e58168c1-19cc-43f1-baed-7cdaa3b17cd2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002197 sec., 25489.30359581247 rows/sec., 1.96 MiB/sec. | ||
| 6649 | 2025.01.29 21:10:46.781405 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6650 | 2025.01.29 21:10:46.781519 [ 263 ] {e58168c1-19cc-43f1-baed-7cdaa3b17cd2} <Debug> TCPHandler: Processed in 0.002726573 sec. | ||
| 6651 | 2025.01.29 21:10:46.781684 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 6652 | 2025.01.29 21:10:46.781875 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6653 | 2025.01.29 21:10:46.781887 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6654 | 2025.01.29 21:10:46.781924 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1434 rows starting from the beginning of the part | ||
| 6655 | 2025.01.29 21:10:46.782107 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
| 6656 | 2025.01.29 21:10:46.782410 [ 260 ] {701f428d-2e38-4932-b0f8-a0b8052433a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6657 | 2025.01.29 21:10:46.782470 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 283 rows starting from the beginning of the part | ||
| 6658 | 2025.01.29 21:10:46.782584 [ 260 ] {701f428d-2e38-4932-b0f8-a0b8052433a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6659 | 2025.01.29 21:10:46.782758 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part | ||
| 6660 | 2025.01.29 21:10:46.783062 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 283 rows starting from the beginning of the part | ||
| 6661 | 2025.01.29 21:10:46.783335 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6662 | 2025.01.29 21:10:46.785344 [ 260 ] {701f428d-2e38-4932-b0f8-a0b8052433a5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2025.01.29 21:10:46.785441 [ 260 ] {701f428d-2e38-4932-b0f8-a0b8052433a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6664 | 2025.01.29 21:10:46.786312 [ 260 ] {701f428d-2e38-4932-b0f8-a0b8052433a5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6665 | 2025.01.29 21:10:46.786722 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005181762 sec., 418390.5011461352 rows/sec., 36.92 MiB/sec. | ||
| 6666 | 2025.01.29 21:10:46.786850 [ 260 ] {701f428d-2e38-4932-b0f8-a0b8052433a5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6667 | 2025.01.29 21:10:46.787136 [ 127 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6668 | 2025.01.29 21:10:46.787284 [ 260 ] {701f428d-2e38-4932-b0f8-a0b8052433a5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005068 sec., 12628.255722178375 rows/sec., 1009.32 KiB/sec. | ||
| 6669 | 2025.01.29 21:10:46.787294 [ 127 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6670 | 2025.01.29 21:10:46.787308 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6671 | 2025.01.29 21:10:46.787456 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6672 | 2025.01.29 21:10:46.787562 [ 260 ] {701f428d-2e38-4932-b0f8-a0b8052433a5} <Debug> TCPHandler: Processed in 0.005878851 sec. | ||
| 6673 | 2025.01.29 21:10:46.787988 [ 187 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 6674 | 2025.01.29 21:10:46.788097 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6675 | 2025.01.29 21:10:46.788330 [ 187 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6676 | 2025.01.29 21:10:46.788344 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2025.01.29 21:10:46.788433 [ 187 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6678 | 2025.01.29 21:10:46.788488 [ 263 ] {baca5e2b-a756-4651-b167-1a1545af9016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6679 | 2025.01.29 21:10:46.788781 [ 263 ] {baca5e2b-a756-4651-b167-1a1545af9016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6680 | 2025.01.29 21:10:46.788837 [ 187 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
| 6681 | 2025.01.29 21:10:46.789049 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_51_10} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6682 | 2025.01.29 21:10:46.789288 [ 187 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 422 rows starting from the beginning of the part | ||
| 6683 | 2025.01.29 21:10:46.789777 [ 187 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part | ||
| 6684 | 2025.01.29 21:10:46.790167 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6685 | 2025.01.29 21:10:46.790264 [ 187 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 422 rows starting from the beginning of the part | ||
| 6686 | 2025.01.29 21:10:46.790552 [ 187 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6687 | 2025.01.29 21:10:46.792010 [ 263 ] {baca5e2b-a756-4651-b167-1a1545af9016} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6688 | 2025.01.29 21:10:46.792080 [ 263 ] {baca5e2b-a756-4651-b167-1a1545af9016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6689 | 2025.01.29 21:10:46.793160 [ 263 ] {baca5e2b-a756-4651-b167-1a1545af9016} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6690 | 2025.01.29 21:10:46.793610 [ 263 ] {baca5e2b-a756-4651-b167-1a1545af9016} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6691 | 2025.01.29 21:10:46.793767 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.006081993 sec., 320618.5867034046 rows/sec., 24.54 MiB/sec. | ||
| 6692 | 2025.01.29 21:10:46.794007 [ 263 ] {baca5e2b-a756-4651-b167-1a1545af9016} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005667 sec., 28233.63331568731 rows/sec., 1.97 MiB/sec. | ||
| 6693 | 2025.01.29 21:10:46.794044 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6694 | 2025.01.29 21:10:46.794321 [ 263 ] {baca5e2b-a756-4651-b167-1a1545af9016} <Debug> TCPHandler: Processed in 0.006624989 sec. | ||
| 6695 | 2025.01.29 21:10:46.794871 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6696 | 2025.01.29 21:10:46.795066 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6697 | 2025.01.29 21:10:46.795281 [ 260 ] {e45add30-6979-4ed6-b952-0c098d82ecc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6698 | 2025.01.29 21:10:46.795291 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_51_10} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6699 | 2025.01.29 21:10:46.795367 [ 260 ] {e45add30-6979-4ed6-b952-0c098d82ecc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6700 | 2025.01.29 21:10:46.795473 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6701 | 2025.01.29 21:10:46.796036 [ 260 ] {e45add30-6979-4ed6-b952-0c098d82ecc6} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2025.01.29 21:10:46.796082 [ 260 ] {e45add30-6979-4ed6-b952-0c098d82ecc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6703 | 2025.01.29 21:10:46.796481 [ 260 ] {e45add30-6979-4ed6-b952-0c098d82ecc6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6704 | 2025.01.29 21:10:46.796738 [ 260 ] {e45add30-6979-4ed6-b952-0c098d82ecc6} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2025.01.29 21:10:46.796959 [ 260 ] {e45add30-6979-4ed6-b952-0c098d82ecc6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001745 sec., 34383.95415472779 rows/sec., 2.32 MiB/sec. | ||
| 6706 | 2025.01.29 21:10:46.797014 [ 260 ] {e45add30-6979-4ed6-b952-0c098d82ecc6} <Debug> TCPHandler: Processed in 0.00250694 sec. | ||
| 6707 | 2025.01.29 21:10:49.368765 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6708 | 2025.01.29 21:10:49.368979 [ 263 ] {d95814c9-469d-4c2d-a60d-ea61dc70e531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6709 | 2025.01.29 21:10:49.369061 [ 263 ] {d95814c9-469d-4c2d-a60d-ea61dc70e531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6710 | 2025.01.29 21:10:49.369823 [ 263 ] {d95814c9-469d-4c2d-a60d-ea61dc70e531} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2025.01.29 21:10:49.369876 [ 263 ] {d95814c9-469d-4c2d-a60d-ea61dc70e531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6712 | 2025.01.29 21:10:49.370312 [ 263 ] {d95814c9-469d-4c2d-a60d-ea61dc70e531} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6713 | 2025.01.29 21:10:49.370565 [ 263 ] {d95814c9-469d-4c2d-a60d-ea61dc70e531} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2025.01.29 21:10:49.370772 [ 121 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6715 | 2025.01.29 21:10:49.370839 [ 263 ] {d95814c9-469d-4c2d-a60d-ea61dc70e531} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec. | ||
| 6716 | 2025.01.29 21:10:49.370859 [ 121 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2025.01.29 21:10:49.370940 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6718 | 2025.01.29 21:10:49.370995 [ 263 ] {d95814c9-469d-4c2d-a60d-ea61dc70e531} <Debug> TCPHandler: Processed in 0.002365788 sec. | ||
| 6719 | 2025.01.29 21:10:49.371184 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 6720 | 2025.01.29 21:10:49.371314 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6721 | 2025.01.29 21:10:49.371403 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6722 | 2025.01.29 21:10:49.371468 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 6723 | 2025.01.29 21:10:49.371649 [ 260 ] {086f0c2b-0df5-4b29-8b94-4dd7af81cc3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6724 | 2025.01.29 21:10:49.371714 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 6725 | 2025.01.29 21:10:49.371823 [ 260 ] {086f0c2b-0df5-4b29-8b94-4dd7af81cc3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6726 | 2025.01.29 21:10:49.372111 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 6727 | 2025.01.29 21:10:49.372420 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 6728 | 2025.01.29 21:10:49.372727 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 6729 | 2025.01.29 21:10:49.374399 [ 260 ] {086f0c2b-0df5-4b29-8b94-4dd7af81cc3d} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6730 | 2025.01.29 21:10:49.374478 [ 260 ] {086f0c2b-0df5-4b29-8b94-4dd7af81cc3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6731 | 2025.01.29 21:10:49.375354 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004293691 sec., 16302.989665534853 rows/sec., 1.21 MiB/sec. | ||
| 6732 | 2025.01.29 21:10:49.375465 [ 260 ] {086f0c2b-0df5-4b29-8b94-4dd7af81cc3d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6733 | 2025.01.29 21:10:49.375554 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6734 | 2025.01.29 21:10:49.375959 [ 260 ] {086f0c2b-0df5-4b29-8b94-4dd7af81cc3d} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6735 | 2025.01.29 21:10:49.376114 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_21_5} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6736 | 2025.01.29 21:10:49.376296 [ 186 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_21_5} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6737 | 2025.01.29 21:10:49.376550 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6738 | 2025.01.29 21:10:49.376686 [ 260 ] {086f0c2b-0df5-4b29-8b94-4dd7af81cc3d} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.005146 sec., 2331.9082782743876 rows/sec., 190.15 KiB/sec. | ||
| 6739 | 2025.01.29 21:10:49.376800 [ 260 ] {086f0c2b-0df5-4b29-8b94-4dd7af81cc3d} <Debug> TCPHandler: Processed in 0.005650948 sec. | ||
| 6740 | 2025.01.29 21:10:49.376980 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6741 | 2025.01.29 21:10:49.377123 [ 263 ] {db8e4b77-cecc-4ed4-a93d-a73c1fa76ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6742 | 2025.01.29 21:10:49.377179 [ 263 ] {db8e4b77-cecc-4ed4-a93d-a73c1fa76ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6743 | 2025.01.29 21:10:49.378531 [ 263 ] {db8e4b77-cecc-4ed4-a93d-a73c1fa76ebb} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6744 | 2025.01.29 21:10:49.378574 [ 263 ] {db8e4b77-cecc-4ed4-a93d-a73c1fa76ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6745 | 2025.01.29 21:10:49.379041 [ 263 ] {db8e4b77-cecc-4ed4-a93d-a73c1fa76ebb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6746 | 2025.01.29 21:10:49.379293 [ 263 ] {db8e4b77-cecc-4ed4-a93d-a73c1fa76ebb} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6747 | 2025.01.29 21:10:49.379506 [ 263 ] {db8e4b77-cecc-4ed4-a93d-a73c1fa76ebb} <Debug> executeQuery: Read 1429 rows, 122.60 KiB in 0.002413 sec., 592208.8686282635 rows/sec., 49.62 MiB/sec. | ||
| 6748 | 2025.01.29 21:10:49.379565 [ 263 ] {db8e4b77-cecc-4ed4-a93d-a73c1fa76ebb} <Debug> TCPHandler: Processed in 0.002655332 sec. | ||
| 6749 | 2025.01.29 21:10:49.379753 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6750 | 2025.01.29 21:10:49.379876 [ 260 ] {9a437a20-ebce-432f-9e99-7bbc3be51180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6751 | 2025.01.29 21:10:49.379928 [ 260 ] {9a437a20-ebce-432f-9e99-7bbc3be51180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6752 | 2025.01.29 21:10:49.380567 [ 260 ] {9a437a20-ebce-432f-9e99-7bbc3be51180} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6753 | 2025.01.29 21:10:49.380608 [ 260 ] {9a437a20-ebce-432f-9e99-7bbc3be51180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6754 | 2025.01.29 21:10:49.380990 [ 260 ] {9a437a20-ebce-432f-9e99-7bbc3be51180} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6755 | 2025.01.29 21:10:49.381253 [ 260 ] {9a437a20-ebce-432f-9e99-7bbc3be51180} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6756 | 2025.01.29 21:10:49.381501 [ 260 ] {9a437a20-ebce-432f-9e99-7bbc3be51180} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001642 sec., 35931.79049939098 rows/sec., 2.56 MiB/sec. | ||
| 6757 | 2025.01.29 21:10:49.381705 [ 260 ] {9a437a20-ebce-432f-9e99-7bbc3be51180} <Debug> TCPHandler: Processed in 0.002014724 sec. | ||
| 6758 | 2025.01.29 21:10:49.381949 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6759 | 2025.01.29 21:10:49.382161 [ 263 ] {c63b4afe-e976-47c4-94c7-b922adaef5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6760 | 2025.01.29 21:10:49.382219 [ 263 ] {c63b4afe-e976-47c4-94c7-b922adaef5aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6761 | 2025.01.29 21:10:49.383024 [ 263 ] {c63b4afe-e976-47c4-94c7-b922adaef5aa} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6762 | 2025.01.29 21:10:49.383073 [ 263 ] {c63b4afe-e976-47c4-94c7-b922adaef5aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6763 | 2025.01.29 21:10:49.383456 [ 263 ] {c63b4afe-e976-47c4-94c7-b922adaef5aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6764 | 2025.01.29 21:10:49.383694 [ 263 ] {c63b4afe-e976-47c4-94c7-b922adaef5aa} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6765 | 2025.01.29 21:10:49.383904 [ 263 ] {c63b4afe-e976-47c4-94c7-b922adaef5aa} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001778 sec., 136107.9865016873 rows/sec., 9.22 MiB/sec. | ||
| 6766 | 2025.01.29 21:10:49.383959 [ 263 ] {c63b4afe-e976-47c4-94c7-b922adaef5aa} <Debug> TCPHandler: Processed in 0.002124725 sec. | ||
| 6767 | 2025.01.29 21:10:49.384120 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6768 | 2025.01.29 21:10:49.384343 [ 260 ] {c3444ac3-77e0-44c3-98bb-b3dfd04a1072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6769 | 2025.01.29 21:10:49.384435 [ 260 ] {c3444ac3-77e0-44c3-98bb-b3dfd04a1072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6770 | 2025.01.29 21:10:49.385342 [ 260 ] {c3444ac3-77e0-44c3-98bb-b3dfd04a1072} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6771 | 2025.01.29 21:10:49.385382 [ 260 ] {c3444ac3-77e0-44c3-98bb-b3dfd04a1072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6772 | 2025.01.29 21:10:49.385745 [ 260 ] {c3444ac3-77e0-44c3-98bb-b3dfd04a1072} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6773 | 2025.01.29 21:10:49.385983 [ 260 ] {c3444ac3-77e0-44c3-98bb-b3dfd04a1072} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6774 | 2025.01.29 21:10:49.386163 [ 121 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6775 | 2025.01.29 21:10:49.386243 [ 121 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6776 | 2025.01.29 21:10:49.386252 [ 260 ] {c3444ac3-77e0-44c3-98bb-b3dfd04a1072} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001954 sec., 6653.019447287616 rows/sec., 414.81 KiB/sec. | ||
| 6777 | 2025.01.29 21:10:49.386284 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6778 | 2025.01.29 21:10:49.386409 [ 260 ] {c3444ac3-77e0-44c3-98bb-b3dfd04a1072} <Debug> TCPHandler: Processed in 0.002355108 sec. | ||
| 6779 | 2025.01.29 21:10:49.386474 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 6780 | 2025.01.29 21:10:49.386618 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6781 | 2025.01.29 21:10:49.386664 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 6782 | 2025.01.29 21:10:49.386680 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6783 | 2025.01.29 21:10:49.386835 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 6784 | 2025.01.29 21:10:49.387103 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 6785 | 2025.01.29 21:10:49.387242 [ 263 ] {0fe2c35c-015b-4eb1-8d7e-ccb528b793ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6786 | 2025.01.29 21:10:49.387345 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 6787 | 2025.01.29 21:10:49.387378 [ 263 ] {0fe2c35c-015b-4eb1-8d7e-ccb528b793ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6788 | 2025.01.29 21:10:49.387750 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 6789 | 2025.01.29 21:10:49.389998 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003588983 sec., 18110.980185751785 rows/sec., 1.17 MiB/sec. | ||
| 6790 | 2025.01.29 21:10:49.390110 [ 263 ] {0fe2c35c-015b-4eb1-8d7e-ccb528b793ee} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6791 | 2025.01.29 21:10:49.390167 [ 263 ] {0fe2c35c-015b-4eb1-8d7e-ccb528b793ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6792 | 2025.01.29 21:10:49.390190 [ 195 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6793 | 2025.01.29 21:10:49.390801 [ 195 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_21_5} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6794 | 2025.01.29 21:10:49.390931 [ 195 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_21_5} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6795 | 2025.01.29 21:10:49.390962 [ 263 ] {0fe2c35c-015b-4eb1-8d7e-ccb528b793ee} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6796 | 2025.01.29 21:10:49.391086 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6797 | 2025.01.29 21:10:49.391286 [ 263 ] {0fe2c35c-015b-4eb1-8d7e-ccb528b793ee} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6798 | 2025.01.29 21:10:49.391503 [ 263 ] {0fe2c35c-015b-4eb1-8d7e-ccb528b793ee} <Debug> executeQuery: Read 890 rows, 66.15 KiB in 0.004394 sec., 202548.93035958122 rows/sec., 14.70 MiB/sec. | ||
| 6799 | 2025.01.29 21:10:49.391569 [ 263 ] {0fe2c35c-015b-4eb1-8d7e-ccb528b793ee} <Debug> TCPHandler: Processed in 0.00503085 sec. | ||
| 6800 | 2025.01.29 21:10:49.391735 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6801 | 2025.01.29 21:10:49.391874 [ 260 ] {d3ea060c-6a72-456a-b91d-cb6b5307c8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6802 | 2025.01.29 21:10:49.391936 [ 260 ] {d3ea060c-6a72-456a-b91d-cb6b5307c8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6803 | 2025.01.29 21:10:49.392464 [ 260 ] {d3ea060c-6a72-456a-b91d-cb6b5307c8e9} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6804 | 2025.01.29 21:10:49.392505 [ 260 ] {d3ea060c-6a72-456a-b91d-cb6b5307c8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6805 | 2025.01.29 21:10:49.392873 [ 260 ] {d3ea060c-6a72-456a-b91d-cb6b5307c8e9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6806 | 2025.01.29 21:10:49.393113 [ 260 ] {d3ea060c-6a72-456a-b91d-cb6b5307c8e9} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2025.01.29 21:10:49.393376 [ 260 ] {d3ea060c-6a72-456a-b91d-cb6b5307c8e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec. | ||
| 6808 | 2025.01.29 21:10:49.393582 [ 260 ] {d3ea060c-6a72-456a-b91d-cb6b5307c8e9} <Debug> TCPHandler: Processed in 0.001911813 sec. | ||
| 6809 | 2025.01.29 21:10:49.393766 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6810 | 2025.01.29 21:10:49.393904 [ 263 ] {dcd53c77-91bb-432e-9ec8-8d0274356ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6811 | 2025.01.29 21:10:49.393966 [ 263 ] {dcd53c77-91bb-432e-9ec8-8d0274356ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6812 | 2025.01.29 21:10:49.394761 [ 263 ] {dcd53c77-91bb-432e-9ec8-8d0274356ee7} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6813 | 2025.01.29 21:10:49.394801 [ 263 ] {dcd53c77-91bb-432e-9ec8-8d0274356ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6814 | 2025.01.29 21:10:49.395240 [ 263 ] {dcd53c77-91bb-432e-9ec8-8d0274356ee7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6815 | 2025.01.29 21:10:49.395480 [ 263 ] {dcd53c77-91bb-432e-9ec8-8d0274356ee7} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6816 | 2025.01.29 21:10:49.395664 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6817 | 2025.01.29 21:10:49.395721 [ 263 ] {dcd53c77-91bb-432e-9ec8-8d0274356ee7} <Debug> executeQuery: Read 897 rows, 61.19 KiB in 0.00184 sec., 487500 rows/sec., 32.48 MiB/sec. | ||
| 6818 | 2025.01.29 21:10:49.395726 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6819 | 2025.01.29 21:10:49.395804 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6820 | 2025.01.29 21:10:49.395858 [ 263 ] {dcd53c77-91bb-432e-9ec8-8d0274356ee7} <Debug> TCPHandler: Processed in 0.002170456 sec. | ||
| 6821 | 2025.01.29 21:10:49.396160 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2025.01.29 21:10:49.396171 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 6823 | 2025.01.29 21:10:49.396741 [ 260 ] {0397fe73-6278-4946-bea3-98d80a8c6f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6824 | 2025.01.29 21:10:49.396821 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6825 | 2025.01.29 21:10:49.396921 [ 260 ] {0397fe73-6278-4946-bea3-98d80a8c6f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6826 | 2025.01.29 21:10:49.396937 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13062 rows starting from the beginning of the part | ||
| 6827 | 2025.01.29 21:10:49.397339 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 6828 | 2025.01.29 21:10:49.397772 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 6829 | 2025.01.29 21:10:49.398069 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 6830 | 2025.01.29 21:10:49.398359 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 6831 | 2025.01.29 21:10:49.398556 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 897 rows starting from the beginning of the part | ||
| 6832 | 2025.01.29 21:10:49.399428 [ 260 ] {0397fe73-6278-4946-bea3-98d80a8c6f6c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2025.01.29 21:10:49.399498 [ 260 ] {0397fe73-6278-4946-bea3-98d80a8c6f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6834 | 2025.01.29 21:10:49.400153 [ 260 ] {0397fe73-6278-4946-bea3-98d80a8c6f6c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6835 | 2025.01.29 21:10:49.400587 [ 260 ] {0397fe73-6278-4946-bea3-98d80a8c6f6c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2025.01.29 21:10:49.401177 [ 260 ] {0397fe73-6278-4946-bea3-98d80a8c6f6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004687 sec., 213.3560913164071 rows/sec., 14.38 KiB/sec. | ||
| 6837 | 2025.01.29 21:10:49.401536 [ 260 ] {0397fe73-6278-4946-bea3-98d80a8c6f6c} <Debug> TCPHandler: Processed in 0.005555136 sec. | ||
| 6838 | 2025.01.29 21:10:49.401829 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6839 | 2025.01.29 21:10:49.402158 [ 263 ] {325af20b-2c90-487e-b450-87db7f96c95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6840 | 2025.01.29 21:10:49.402270 [ 263 ] {325af20b-2c90-487e-b450-87db7f96c95e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6841 | 2025.01.29 21:10:49.404002 [ 263 ] {325af20b-2c90-487e-b450-87db7f96c95e} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6842 | 2025.01.29 21:10:49.404046 [ 263 ] {325af20b-2c90-487e-b450-87db7f96c95e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6843 | 2025.01.29 21:10:49.404938 [ 263 ] {325af20b-2c90-487e-b450-87db7f96c95e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6844 | 2025.01.29 21:10:49.405312 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14753 rows, containing 5 columns (5 merged, 0 gathered) in 0.009381103 sec., 1572629.5724500627 rows/sec., 106.06 MiB/sec. | ||
| 6845 | 2025.01.29 21:10:49.405368 [ 263 ] {325af20b-2c90-487e-b450-87db7f96c95e} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6846 | 2025.01.29 21:10:49.405762 [ 263 ] {325af20b-2c90-487e-b450-87db7f96c95e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003668 sec., 10905.125408942204 rows/sec., 19.54 MiB/sec. | ||
| 6847 | 2025.01.29 21:10:49.406246 [ 263 ] {325af20b-2c90-487e-b450-87db7f96c95e} <Debug> TCPHandler: Processed in 0.004562545 sec. | ||
| 6848 | 2025.01.29 21:10:49.406246 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6849 | 2025.01.29 21:10:49.406459 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6850 | 2025.01.29 21:10:49.406616 [ 260 ] {9d45f535-661d-401e-90a4-f91e03178b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6851 | 2025.01.29 21:10:49.406677 [ 260 ] {9d45f535-661d-401e-90a4-f91e03178b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6852 | 2025.01.29 21:10:49.406915 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6853 | 2025.01.29 21:10:49.407034 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6854 | 2025.01.29 21:10:49.407159 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
| 6855 | 2025.01.29 21:10:49.407298 [ 260 ] {9d45f535-661d-401e-90a4-f91e03178b89} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6856 | 2025.01.29 21:10:49.407335 [ 260 ] {9d45f535-661d-401e-90a4-f91e03178b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6857 | 2025.01.29 21:10:49.407698 [ 260 ] {9d45f535-661d-401e-90a4-f91e03178b89} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6858 | 2025.01.29 21:10:49.407937 [ 260 ] {9d45f535-661d-401e-90a4-f91e03178b89} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6859 | 2025.01.29 21:10:49.408067 [ 120 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6860 | 2025.01.29 21:10:49.408104 [ 120 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6861 | 2025.01.29 21:10:49.408126 [ 260 ] {9d45f535-661d-401e-90a4-f91e03178b89} <Debug> executeQuery: Read 56 rows, 3.55 KiB in 0.00154 sec., 36363.63636363637 rows/sec., 2.25 MiB/sec. | ||
| 6862 | 2025.01.29 21:10:49.408129 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6863 | 2025.01.29 21:10:49.408269 [ 260 ] {9d45f535-661d-401e-90a4-f91e03178b89} <Debug> TCPHandler: Processed in 0.001916413 sec. | ||
| 6864 | 2025.01.29 21:10:49.408438 [ 194 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 6865 | 2025.01.29 21:10:49.408651 [ 194 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6866 | 2025.01.29 21:10:49.408691 [ 194 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2544 rows starting from the beginning of the part | ||
| 6867 | 2025.01.29 21:10:49.408809 [ 194 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 6868 | 2025.01.29 21:10:49.409019 [ 194 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 6869 | 2025.01.29 21:10:49.409191 [ 194 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 6870 | 2025.01.29 21:10:49.409321 [ 194 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 6871 | 2025.01.29 21:10:49.409547 [ 194 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6872 | 2025.01.29 21:10:49.411165 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2884 rows, containing 4 columns (4 merged, 0 gathered) in 0.002918295 sec., 988248.2751058409 rows/sec., 64.27 MiB/sec. | ||
| 6873 | 2025.01.29 21:10:49.411510 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6874 | 2025.01.29 21:10:49.411873 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2025.01.29 21:10:49.411981 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_51_10} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6876 | 2025.01.29 21:10:49.412088 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6877 | 2025.01.29 21:10:50.102650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 938 | ||
| 6878 | 2025.01.29 21:10:50.106369 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6879 | 2025.01.29 21:10:50.106417 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 6880 | 2025.01.29 21:10:50.107961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6881 | 2025.01.29 21:10:50.108281 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6882 | 2025.01.29 21:10:50.108865 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 938 | ||
| 6883 | 2025.01.29 21:10:51.774844 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6884 | 2025.01.29 21:10:51.775161 [ 263 ] {8c48b644-40fd-4b2b-89a2-6613f4debdc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6885 | 2025.01.29 21:10:51.775262 [ 263 ] {8c48b644-40fd-4b2b-89a2-6613f4debdc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6886 | 2025.01.29 21:10:51.776011 [ 263 ] {8c48b644-40fd-4b2b-89a2-6613f4debdc1} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6887 | 2025.01.29 21:10:51.776061 [ 263 ] {8c48b644-40fd-4b2b-89a2-6613f4debdc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6888 | 2025.01.29 21:10:51.776486 [ 263 ] {8c48b644-40fd-4b2b-89a2-6613f4debdc1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6889 | 2025.01.29 21:10:51.776743 [ 263 ] {8c48b644-40fd-4b2b-89a2-6613f4debdc1} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6890 | 2025.01.29 21:10:51.777031 [ 263 ] {8c48b644-40fd-4b2b-89a2-6613f4debdc1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.21 MiB/sec. | ||
| 6891 | 2025.01.29 21:10:51.777090 [ 263 ] {8c48b644-40fd-4b2b-89a2-6613f4debdc1} <Debug> TCPHandler: Processed in 0.002424889 sec. | ||
| 6892 | 2025.01.29 21:10:51.777381 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6893 | 2025.01.29 21:10:51.777596 [ 260 ] {06e4eff8-b002-4fda-bc98-9eeec06e0172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6894 | 2025.01.29 21:10:51.777679 [ 260 ] {06e4eff8-b002-4fda-bc98-9eeec06e0172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6895 | 2025.01.29 21:10:51.778530 [ 260 ] {06e4eff8-b002-4fda-bc98-9eeec06e0172} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6896 | 2025.01.29 21:10:51.778582 [ 260 ] {06e4eff8-b002-4fda-bc98-9eeec06e0172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6897 | 2025.01.29 21:10:51.779029 [ 260 ] {06e4eff8-b002-4fda-bc98-9eeec06e0172} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6898 | 2025.01.29 21:10:51.779285 [ 260 ] {06e4eff8-b002-4fda-bc98-9eeec06e0172} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6899 | 2025.01.29 21:10:51.779592 [ 260 ] {06e4eff8-b002-4fda-bc98-9eeec06e0172} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002055 sec., 31143.552311435524 rows/sec., 2.43 MiB/sec. | ||
| 6900 | 2025.01.29 21:10:51.779655 [ 260 ] {06e4eff8-b002-4fda-bc98-9eeec06e0172} <Debug> TCPHandler: Processed in 0.002417518 sec. | ||
| 6901 | 2025.01.29 21:10:51.779870 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6902 | 2025.01.29 21:10:51.780025 [ 263 ] {f9fa5601-9fb2-4223-84a9-7279abfec0e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6903 | 2025.01.29 21:10:51.780090 [ 263 ] {f9fa5601-9fb2-4223-84a9-7279abfec0e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6904 | 2025.01.29 21:10:51.780656 [ 263 ] {f9fa5601-9fb2-4223-84a9-7279abfec0e3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6905 | 2025.01.29 21:10:51.780697 [ 263 ] {f9fa5601-9fb2-4223-84a9-7279abfec0e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6906 | 2025.01.29 21:10:51.781091 [ 263 ] {f9fa5601-9fb2-4223-84a9-7279abfec0e3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6907 | 2025.01.29 21:10:51.781330 [ 263 ] {f9fa5601-9fb2-4223-84a9-7279abfec0e3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6908 | 2025.01.29 21:10:51.781536 [ 263 ] {f9fa5601-9fb2-4223-84a9-7279abfec0e3} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001543 sec., 42773.81723914452 rows/sec., 2.99 MiB/sec. | ||
| 6909 | 2025.01.29 21:10:51.781588 [ 263 ] {f9fa5601-9fb2-4223-84a9-7279abfec0e3} <Debug> TCPHandler: Processed in 0.001844423 sec. | ||
| 6910 | 2025.01.29 21:10:51.781735 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6911 | 2025.01.29 21:10:51.781875 [ 260 ] {56750f05-4dc5-46a3-a3bf-ee6298257be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6912 | 2025.01.29 21:10:51.781937 [ 260 ] {56750f05-4dc5-46a3-a3bf-ee6298257be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6913 | 2025.01.29 21:10:51.782487 [ 260 ] {56750f05-4dc5-46a3-a3bf-ee6298257be5} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2025.01.29 21:10:51.782526 [ 260 ] {56750f05-4dc5-46a3-a3bf-ee6298257be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6915 | 2025.01.29 21:10:51.782908 [ 260 ] {56750f05-4dc5-46a3-a3bf-ee6298257be5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6916 | 2025.01.29 21:10:51.783173 [ 260 ] {56750f05-4dc5-46a3-a3bf-ee6298257be5} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6917 | 2025.01.29 21:10:51.783424 [ 260 ] {56750f05-4dc5-46a3-a3bf-ee6298257be5} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001573 sec., 16528.92561983471 rows/sec., 1.11 MiB/sec. | ||
| 6918 | 2025.01.29 21:10:51.783483 [ 260 ] {56750f05-4dc5-46a3-a3bf-ee6298257be5} <Debug> TCPHandler: Processed in 0.001815401 sec. | ||
| 6919 | 2025.01.29 21:10:52.537459 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16104 | ||
| 6920 | 2025.01.29 21:10:52.538104 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6921 | 2025.01.29 21:10:52.538158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6922 | 2025.01.29 21:10:52.538698 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6923 | 2025.01.29 21:10:52.538970 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2025.01.29 21:10:52.539244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6925 | 2025.01.29 21:10:53.681657 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6926 | 2025.01.29 21:10:53.703739 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6927 | 2025.01.29 21:10:53.703805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6928 | 2025.01.29 21:10:53.711421 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6929 | 2025.01.29 21:10:53.712229 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6930 | 2025.01.29 21:10:53.715205 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6931 | 2025.01.29 21:10:56.778102 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6932 | 2025.01.29 21:10:56.778332 [ 263 ] {9fb8e444-98bf-4473-97e8-2fc5e2aa7dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6933 | 2025.01.29 21:10:56.778417 [ 263 ] {9fb8e444-98bf-4473-97e8-2fc5e2aa7dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6934 | 2025.01.29 21:10:56.779206 [ 263 ] {9fb8e444-98bf-4473-97e8-2fc5e2aa7dd0} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2025.01.29 21:10:56.779261 [ 263 ] {9fb8e444-98bf-4473-97e8-2fc5e2aa7dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6936 | 2025.01.29 21:10:56.779714 [ 263 ] {9fb8e444-98bf-4473-97e8-2fc5e2aa7dd0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6937 | 2025.01.29 21:10:56.779961 [ 263 ] {9fb8e444-98bf-4473-97e8-2fc5e2aa7dd0} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2025.01.29 21:10:56.780236 [ 263 ] {9fb8e444-98bf-4473-97e8-2fc5e2aa7dd0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec. | ||
| 6939 | 2025.01.29 21:10:56.780437 [ 263 ] {9fb8e444-98bf-4473-97e8-2fc5e2aa7dd0} <Debug> TCPHandler: Processed in 0.00247574 sec. | ||
| 6940 | 2025.01.29 21:10:56.780774 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6941 | 2025.01.29 21:10:56.780994 [ 260 ] {24473665-4a65-4202-99f4-ad984b771140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6942 | 2025.01.29 21:10:56.781078 [ 260 ] {24473665-4a65-4202-99f4-ad984b771140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6943 | 2025.01.29 21:10:56.781911 [ 260 ] {24473665-4a65-4202-99f4-ad984b771140} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6944 | 2025.01.29 21:10:56.781961 [ 260 ] {24473665-4a65-4202-99f4-ad984b771140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6945 | 2025.01.29 21:10:56.782405 [ 260 ] {24473665-4a65-4202-99f4-ad984b771140} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6946 | 2025.01.29 21:10:56.782658 [ 260 ] {24473665-4a65-4202-99f4-ad984b771140} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6947 | 2025.01.29 21:10:56.782911 [ 260 ] {24473665-4a65-4202-99f4-ad984b771140} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001979 sec., 32339.56543708944 rows/sec., 2.52 MiB/sec. | ||
| 6948 | 2025.01.29 21:10:56.782979 [ 260 ] {24473665-4a65-4202-99f4-ad984b771140} <Debug> TCPHandler: Processed in 0.002382678 sec. | ||
| 6949 | 2025.01.29 21:10:56.783216 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6950 | 2025.01.29 21:10:56.783440 [ 263 ] {7749f66a-df63-40a3-ba24-887fdab717fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6951 | 2025.01.29 21:10:56.783508 [ 263 ] {7749f66a-df63-40a3-ba24-887fdab717fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6952 | 2025.01.29 21:10:56.784221 [ 263 ] {7749f66a-df63-40a3-ba24-887fdab717fe} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6953 | 2025.01.29 21:10:56.784271 [ 263 ] {7749f66a-df63-40a3-ba24-887fdab717fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6954 | 2025.01.29 21:10:56.784697 [ 263 ] {7749f66a-df63-40a3-ba24-887fdab717fe} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6955 | 2025.01.29 21:10:56.784954 [ 263 ] {7749f66a-df63-40a3-ba24-887fdab717fe} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6956 | 2025.01.29 21:10:56.785175 [ 263 ] {7749f66a-df63-40a3-ba24-887fdab717fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001784 sec., 89686.09865470852 rows/sec., 6.25 MiB/sec. | ||
| 6957 | 2025.01.29 21:10:56.785231 [ 263 ] {7749f66a-df63-40a3-ba24-887fdab717fe} <Debug> TCPHandler: Processed in 0.002135596 sec. | ||
| 6958 | 2025.01.29 21:10:56.785411 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6959 | 2025.01.29 21:10:56.785559 [ 260 ] {5fdd6135-70fe-410d-ac6d-aca636869f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6960 | 2025.01.29 21:10:56.785624 [ 260 ] {5fdd6135-70fe-410d-ac6d-aca636869f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6961 | 2025.01.29 21:10:56.786245 [ 260 ] {5fdd6135-70fe-410d-ac6d-aca636869f21} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6962 | 2025.01.29 21:10:56.786294 [ 260 ] {5fdd6135-70fe-410d-ac6d-aca636869f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6963 | 2025.01.29 21:10:56.786703 [ 260 ] {5fdd6135-70fe-410d-ac6d-aca636869f21} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6964 | 2025.01.29 21:10:56.786945 [ 260 ] {5fdd6135-70fe-410d-ac6d-aca636869f21} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6965 | 2025.01.29 21:10:56.787160 [ 260 ] {5fdd6135-70fe-410d-ac6d-aca636869f21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. | ||
| 6966 | 2025.01.29 21:10:56.787213 [ 260 ] {5fdd6135-70fe-410d-ac6d-aca636869f21} <Debug> TCPHandler: Processed in 0.001867842 sec. | ||
| 6967 | 2025.01.29 21:10:59.901632 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6968 | 2025.01.29 21:10:59.901705 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6969 | 2025.01.29 21:11:00.039497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16592 | ||
| 6970 | 2025.01.29 21:11:00.040638 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6971 | 2025.01.29 21:11:00.040738 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6972 | 2025.01.29 21:11:00.041365 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6973 | 2025.01.29 21:11:00.041629 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6974 | 2025.01.29 21:11:00.041831 [ 110 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6975 | 2025.01.29 21:11:00.041889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16592 | ||
| 6976 | 2025.01.29 21:11:00.041912 [ 110 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6977 | 2025.01.29 21:11:00.041946 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6978 | 2025.01.29 21:11:00.042066 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6979 | 2025.01.29 21:11:00.042178 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6980 | 2025.01.29 21:11:00.042211 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6981 | 2025.01.29 21:11:00.042275 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6982 | 2025.01.29 21:11:00.042367 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6983 | 2025.01.29 21:11:00.042628 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6984 | 2025.01.29 21:11:00.042871 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6985 | 2025.01.29 21:11:00.042962 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 6986 | 2025.01.29 21:11:00.045539 [ 188 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16592 rows, containing 4 columns (4 merged, 0 gathered) in 0.003528113 sec., 4702797.217662813 rows/sec., 67.27 MiB/sec. | ||
| 6987 | 2025.01.29 21:11:00.045717 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6988 | 2025.01.29 21:11:00.046148 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_36_7} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6989 | 2025.01.29 21:11:00.046265 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_36_7} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6990 | 2025.01.29 21:11:00.046407 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. | ||
| 6991 | 2025.01.29 21:11:00.109243 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 954 | ||
| 6992 | 2025.01.29 21:11:00.111815 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2025.01.29 21:11:00.111861 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 6994 | 2025.01.29 21:11:00.113402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6995 | 2025.01.29 21:11:00.113733 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6996 | 2025.01.29 21:11:00.114975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954 | ||
| 6997 | 2025.01.29 21:11:01.215369 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6998 | 2025.01.29 21:11:01.237958 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6999 | 2025.01.29 21:11:01.238022 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7000 | 2025.01.29 21:11:01.245572 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7001 | 2025.01.29 21:11:01.246430 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7002 | 2025.01.29 21:11:01.246828 [ 109 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7003 | 2025.01.29 21:11:01.246973 [ 109 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7004 | 2025.01.29 21:11:01.247049 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7005 | 2025.01.29 21:11:01.247448 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7006 | 2025.01.29 21:11:01.263801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7007 | 2025.01.29 21:11:01.265080 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7008 | 2025.01.29 21:11:01.266699 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7009 | 2025.01.29 21:11:01.272124 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7010 | 2025.01.29 21:11:01.277631 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7011 | 2025.01.29 21:11:01.283092 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7012 | 2025.01.29 21:11:01.289563 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7013 | 2025.01.29 21:11:01.294105 [ 201 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7014 | 2025.01.29 21:11:01.353118 [ 188 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.105906006 sec., 2568.3151529668676 rows/sec., 13.28 MiB/sec. | ||
| 7015 | 2025.01.29 21:11:01.356490 [ 188 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7016 | 2025.01.29 21:11:01.359760 [ 188 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_36_7} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7017 | 2025.01.29 21:11:01.359903 [ 188 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_36_7} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7018 | 2025.01.29 21:11:01.362679 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7019 | 2025.01.29 21:11:01.784827 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7020 | 2025.01.29 21:11:01.785125 [ 263 ] {293e3ecf-a79e-46df-9950-51f515b94d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7021 | 2025.01.29 21:11:01.785242 [ 263 ] {293e3ecf-a79e-46df-9950-51f515b94d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7022 | 2025.01.29 21:11:01.786162 [ 263 ] {293e3ecf-a79e-46df-9950-51f515b94d36} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7023 | 2025.01.29 21:11:01.786217 [ 263 ] {293e3ecf-a79e-46df-9950-51f515b94d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7024 | 2025.01.29 21:11:01.786657 [ 263 ] {293e3ecf-a79e-46df-9950-51f515b94d36} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7025 | 2025.01.29 21:11:01.786913 [ 263 ] {293e3ecf-a79e-46df-9950-51f515b94d36} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7026 | 2025.01.29 21:11:01.787178 [ 263 ] {293e3ecf-a79e-46df-9950-51f515b94d36} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002129 sec., 6575.857209957727 rows/sec., 473.37 KiB/sec. | ||
| 7027 | 2025.01.29 21:11:01.787306 [ 263 ] {293e3ecf-a79e-46df-9950-51f515b94d36} <Debug> TCPHandler: Processed in 0.002661132 sec. | ||
| 7028 | 2025.01.29 21:11:01.787605 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7029 | 2025.01.29 21:11:01.787815 [ 260 ] {ca85a337-091b-4c45-b115-db0d06324029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7030 | 2025.01.29 21:11:01.787895 [ 260 ] {ca85a337-091b-4c45-b115-db0d06324029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7031 | 2025.01.29 21:11:01.788851 [ 260 ] {ca85a337-091b-4c45-b115-db0d06324029} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.01.29 21:11:01.788900 [ 260 ] {ca85a337-091b-4c45-b115-db0d06324029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7033 | 2025.01.29 21:11:01.789377 [ 260 ] {ca85a337-091b-4c45-b115-db0d06324029} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7034 | 2025.01.29 21:11:01.789638 [ 260 ] {ca85a337-091b-4c45-b115-db0d06324029} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.01.29 21:11:01.789885 [ 260 ] {ca85a337-091b-4c45-b115-db0d06324029} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00213 sec., 132863.84976525823 rows/sec., 11.74 MiB/sec. | ||
| 7036 | 2025.01.29 21:11:01.789949 [ 260 ] {ca85a337-091b-4c45-b115-db0d06324029} <Debug> TCPHandler: Processed in 0.00248403 sec. | ||
| 7037 | 2025.01.29 21:11:01.790165 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7038 | 2025.01.29 21:11:01.790406 [ 263 ] {225ae32e-d067-4036-8da9-34108eb1d006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7039 | 2025.01.29 21:11:01.790503 [ 263 ] {225ae32e-d067-4036-8da9-34108eb1d006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7040 | 2025.01.29 21:11:01.791167 [ 263 ] {225ae32e-d067-4036-8da9-34108eb1d006} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7041 | 2025.01.29 21:11:01.791209 [ 263 ] {225ae32e-d067-4036-8da9-34108eb1d006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7042 | 2025.01.29 21:11:01.791598 [ 263 ] {225ae32e-d067-4036-8da9-34108eb1d006} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7043 | 2025.01.29 21:11:01.791839 [ 263 ] {225ae32e-d067-4036-8da9-34108eb1d006} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7044 | 2025.01.29 21:11:01.792058 [ 263 ] {225ae32e-d067-4036-8da9-34108eb1d006} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001713 sec., 27437.244600116755 rows/sec., 1.97 MiB/sec. | ||
| 7045 | 2025.01.29 21:11:01.792114 [ 263 ] {225ae32e-d067-4036-8da9-34108eb1d006} <Debug> TCPHandler: Processed in 0.002060774 sec. | ||
| 7046 | 2025.01.29 21:11:01.792323 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7047 | 2025.01.29 21:11:01.792554 [ 260 ] {1c10237b-d8e5-4fd4-a51e-39992a20d190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7048 | 2025.01.29 21:11:01.792639 [ 260 ] {1c10237b-d8e5-4fd4-a51e-39992a20d190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7049 | 2025.01.29 21:11:01.793253 [ 260 ] {1c10237b-d8e5-4fd4-a51e-39992a20d190} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7050 | 2025.01.29 21:11:01.793295 [ 260 ] {1c10237b-d8e5-4fd4-a51e-39992a20d190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7051 | 2025.01.29 21:11:01.793700 [ 260 ] {1c10237b-d8e5-4fd4-a51e-39992a20d190} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7052 | 2025.01.29 21:11:01.793941 [ 260 ] {1c10237b-d8e5-4fd4-a51e-39992a20d190} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7053 | 2025.01.29 21:11:01.794227 [ 260 ] {1c10237b-d8e5-4fd4-a51e-39992a20d190} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00172 sec., 8139.53488372093 rows/sec., 570.04 KiB/sec. | ||
| 7054 | 2025.01.29 21:11:01.794307 [ 260 ] {1c10237b-d8e5-4fd4-a51e-39992a20d190} <Debug> TCPHandler: Processed in 0.002095825 sec. | ||
| 7055 | 2025.01.29 21:11:01.794555 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7056 | 2025.01.29 21:11:01.794806 [ 263 ] {ec0e02b8-0e99-4c37-98c0-fc769345cae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7057 | 2025.01.29 21:11:01.794899 [ 263 ] {ec0e02b8-0e99-4c37-98c0-fc769345cae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7058 | 2025.01.29 21:11:01.795799 [ 263 ] {ec0e02b8-0e99-4c37-98c0-fc769345cae3} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7059 | 2025.01.29 21:11:01.795840 [ 263 ] {ec0e02b8-0e99-4c37-98c0-fc769345cae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7060 | 2025.01.29 21:11:01.796208 [ 263 ] {ec0e02b8-0e99-4c37-98c0-fc769345cae3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7061 | 2025.01.29 21:11:01.796450 [ 263 ] {ec0e02b8-0e99-4c37-98c0-fc769345cae3} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7062 | 2025.01.29 21:11:01.796671 [ 263 ] {ec0e02b8-0e99-4c37-98c0-fc769345cae3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00192 sec., 6770.833333333333 rows/sec., 422.16 KiB/sec. | ||
| 7063 | 2025.01.29 21:11:01.796726 [ 263 ] {ec0e02b8-0e99-4c37-98c0-fc769345cae3} <Debug> TCPHandler: Processed in 0.002291178 sec. | ||
| 7064 | 2025.01.29 21:11:01.796895 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7065 | 2025.01.29 21:11:01.797035 [ 260 ] {033d4684-214a-40ec-9819-fb541f88b571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7066 | 2025.01.29 21:11:01.797095 [ 260 ] {033d4684-214a-40ec-9819-fb541f88b571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7067 | 2025.01.29 21:11:01.797890 [ 260 ] {033d4684-214a-40ec-9819-fb541f88b571} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7068 | 2025.01.29 21:11:01.797930 [ 260 ] {033d4684-214a-40ec-9819-fb541f88b571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7069 | 2025.01.29 21:11:01.798337 [ 260 ] {033d4684-214a-40ec-9819-fb541f88b571} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7070 | 2025.01.29 21:11:01.798585 [ 260 ] {033d4684-214a-40ec-9819-fb541f88b571} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7071 | 2025.01.29 21:11:01.798846 [ 260 ] {033d4684-214a-40ec-9819-fb541f88b571} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001835 sec., 229972.75204359673 rows/sec., 16.44 MiB/sec. | ||
| 7072 | 2025.01.29 21:11:01.798959 [ 260 ] {033d4684-214a-40ec-9819-fb541f88b571} <Debug> TCPHandler: Processed in 0.002130945 sec. | ||
| 7073 | 2025.01.29 21:11:01.799204 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7074 | 2025.01.29 21:11:01.799442 [ 263 ] {d9ce78cf-4f17-41fd-a1a0-f4183b7a15e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7075 | 2025.01.29 21:11:01.799537 [ 263 ] {d9ce78cf-4f17-41fd-a1a0-f4183b7a15e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7076 | 2025.01.29 21:11:01.800051 [ 263 ] {d9ce78cf-4f17-41fd-a1a0-f4183b7a15e6} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7077 | 2025.01.29 21:11:01.800088 [ 263 ] {d9ce78cf-4f17-41fd-a1a0-f4183b7a15e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7078 | 2025.01.29 21:11:01.800456 [ 263 ] {d9ce78cf-4f17-41fd-a1a0-f4183b7a15e6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7079 | 2025.01.29 21:11:01.800699 [ 263 ] {d9ce78cf-4f17-41fd-a1a0-f4183b7a15e6} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2025.01.29 21:11:01.800908 [ 263 ] {d9ce78cf-4f17-41fd-a1a0-f4183b7a15e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec. | ||
| 7081 | 2025.01.29 21:11:01.800960 [ 263 ] {d9ce78cf-4f17-41fd-a1a0-f4183b7a15e6} <Debug> TCPHandler: Processed in 0.001904232 sec. | ||
| 7082 | 2025.01.29 21:11:01.801120 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7083 | 2025.01.29 21:11:01.801267 [ 260 ] {49373603-3be6-489e-9e4c-1a4926dc8c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7084 | 2025.01.29 21:11:01.801333 [ 260 ] {49373603-3be6-489e-9e4c-1a4926dc8c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7085 | 2025.01.29 21:11:01.801972 [ 260 ] {49373603-3be6-489e-9e4c-1a4926dc8c04} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7086 | 2025.01.29 21:11:01.802012 [ 260 ] {49373603-3be6-489e-9e4c-1a4926dc8c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7087 | 2025.01.29 21:11:01.802424 [ 260 ] {49373603-3be6-489e-9e4c-1a4926dc8c04} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7088 | 2025.01.29 21:11:01.802674 [ 260 ] {49373603-3be6-489e-9e4c-1a4926dc8c04} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7089 | 2025.01.29 21:11:01.802892 [ 260 ] {49373603-3be6-489e-9e4c-1a4926dc8c04} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001657 sec., 143029.57151478576 rows/sec., 9.59 MiB/sec. | ||
| 7090 | 2025.01.29 21:11:01.802956 [ 260 ] {49373603-3be6-489e-9e4c-1a4926dc8c04} <Debug> TCPHandler: Processed in 0.001902942 sec. | ||
| 7091 | 2025.01.29 21:11:01.803233 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7092 | 2025.01.29 21:11:01.803451 [ 263 ] {1a2c5f18-b047-407c-afc2-7ba0261ba895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7093 | 2025.01.29 21:11:01.803549 [ 263 ] {1a2c5f18-b047-407c-afc2-7ba0261ba895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7094 | 2025.01.29 21:11:01.804043 [ 263 ] {1a2c5f18-b047-407c-afc2-7ba0261ba895} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7095 | 2025.01.29 21:11:01.804082 [ 263 ] {1a2c5f18-b047-407c-afc2-7ba0261ba895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7096 | 2025.01.29 21:11:01.804448 [ 263 ] {1a2c5f18-b047-407c-afc2-7ba0261ba895} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7097 | 2025.01.29 21:11:01.804695 [ 263 ] {1a2c5f18-b047-407c-afc2-7ba0261ba895} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7098 | 2025.01.29 21:11:01.804903 [ 263 ] {1a2c5f18-b047-407c-afc2-7ba0261ba895} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. | ||
| 7099 | 2025.01.29 21:11:01.804953 [ 263 ] {1a2c5f18-b047-407c-afc2-7ba0261ba895} <Debug> TCPHandler: Processed in 0.001911003 sec. | ||
| 7100 | 2025.01.29 21:11:01.805118 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7101 | 2025.01.29 21:11:01.805256 [ 260 ] {9b2f086e-f00d-43a5-8db8-04c153f415f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7102 | 2025.01.29 21:11:01.805350 [ 260 ] {9b2f086e-f00d-43a5-8db8-04c153f415f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7103 | 2025.01.29 21:11:01.806619 [ 260 ] {9b2f086e-f00d-43a5-8db8-04c153f415f4} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7104 | 2025.01.29 21:11:01.806658 [ 260 ] {9b2f086e-f00d-43a5-8db8-04c153f415f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7105 | 2025.01.29 21:11:01.807363 [ 260 ] {9b2f086e-f00d-43a5-8db8-04c153f415f4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7106 | 2025.01.29 21:11:01.807631 [ 260 ] {9b2f086e-f00d-43a5-8db8-04c153f415f4} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7107 | 2025.01.29 21:11:01.807947 [ 260 ] {9b2f086e-f00d-43a5-8db8-04c153f415f4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002713 sec., 14743.826022852929 rows/sec., 26.42 MiB/sec. | ||
| 7108 | 2025.01.29 21:11:01.808555 [ 260 ] {9b2f086e-f00d-43a5-8db8-04c153f415f4} <Debug> TCPHandler: Processed in 0.003501542 sec. | ||
| 7109 | 2025.01.29 21:11:01.808761 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7110 | 2025.01.29 21:11:01.808896 [ 263 ] {aaec0df9-7b72-4632-b0fd-59b86a284dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7111 | 2025.01.29 21:11:01.808955 [ 263 ] {aaec0df9-7b72-4632-b0fd-59b86a284dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7112 | 2025.01.29 21:11:01.809508 [ 263 ] {aaec0df9-7b72-4632-b0fd-59b86a284dd0} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7113 | 2025.01.29 21:11:01.809553 [ 263 ] {aaec0df9-7b72-4632-b0fd-59b86a284dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7114 | 2025.01.29 21:11:01.809927 [ 263 ] {aaec0df9-7b72-4632-b0fd-59b86a284dd0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7115 | 2025.01.29 21:11:01.810160 [ 263 ] {aaec0df9-7b72-4632-b0fd-59b86a284dd0} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7116 | 2025.01.29 21:11:01.810378 [ 263 ] {aaec0df9-7b72-4632-b0fd-59b86a284dd0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001512 sec., 54232.80423280423 rows/sec., 3.44 MiB/sec. | ||
| 7117 | 2025.01.29 21:11:01.810428 [ 263 ] {aaec0df9-7b72-4632-b0fd-59b86a284dd0} <Debug> TCPHandler: Processed in 0.001771262 sec. | ||
| 7118 | 2025.01.29 21:11:06.778411 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7119 | 2025.01.29 21:11:06.778611 [ 263 ] {7bad358f-4b10-4c1f-9d23-237dcad660eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7120 | 2025.01.29 21:11:06.778683 [ 263 ] {7bad358f-4b10-4c1f-9d23-237dcad660eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7121 | 2025.01.29 21:11:06.779442 [ 263 ] {7bad358f-4b10-4c1f-9d23-237dcad660eb} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7122 | 2025.01.29 21:11:06.779487 [ 263 ] {7bad358f-4b10-4c1f-9d23-237dcad660eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7123 | 2025.01.29 21:11:06.779906 [ 263 ] {7bad358f-4b10-4c1f-9d23-237dcad660eb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7124 | 2025.01.29 21:11:06.780166 [ 263 ] {7bad358f-4b10-4c1f-9d23-237dcad660eb} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7125 | 2025.01.29 21:11:06.780413 [ 263 ] {7bad358f-4b10-4c1f-9d23-237dcad660eb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001852 sec., 1079.9136069114472 rows/sec., 88.06 KiB/sec. | ||
| 7126 | 2025.01.29 21:11:06.780481 [ 263 ] {7bad358f-4b10-4c1f-9d23-237dcad660eb} <Debug> TCPHandler: Processed in 0.002197407 sec. | ||
| 7127 | 2025.01.29 21:11:06.780753 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7128 | 2025.01.29 21:11:06.780973 [ 260 ] {23050d56-ffd8-46a0-b895-51fa8264da31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7129 | 2025.01.29 21:11:06.781061 [ 260 ] {23050d56-ffd8-46a0-b895-51fa8264da31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7130 | 2025.01.29 21:11:06.781959 [ 260 ] {23050d56-ffd8-46a0-b895-51fa8264da31} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7131 | 2025.01.29 21:11:06.782009 [ 260 ] {23050d56-ffd8-46a0-b895-51fa8264da31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7132 | 2025.01.29 21:11:06.782465 [ 260 ] {23050d56-ffd8-46a0-b895-51fa8264da31} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7133 | 2025.01.29 21:11:06.782727 [ 260 ] {23050d56-ffd8-46a0-b895-51fa8264da31} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7134 | 2025.01.29 21:11:06.782934 [ 102 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7135 | 2025.01.29 21:11:06.783004 [ 260 ] {23050d56-ffd8-46a0-b895-51fa8264da31} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002091 sec., 27259.684361549498 rows/sec., 2.09 MiB/sec. | ||
| 7136 | 2025.01.29 21:11:06.783031 [ 102 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7137 | 2025.01.29 21:11:06.783093 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7138 | 2025.01.29 21:11:06.783148 [ 260 ] {23050d56-ffd8-46a0-b895-51fa8264da31} <Debug> TCPHandler: Processed in 0.00253151 sec. | ||
| 7139 | 2025.01.29 21:11:06.783340 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 7140 | 2025.01.29 21:11:06.783395 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7141 | 2025.01.29 21:11:06.783593 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7142 | 2025.01.29 21:11:06.783664 [ 263 ] {910459eb-2495-4b62-b9a4-c0aad7fd1e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7143 | 2025.01.29 21:11:06.783666 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1434 rows starting from the beginning of the part | ||
| 7144 | 2025.01.29 21:11:06.783773 [ 263 ] {910459eb-2495-4b62-b9a4-c0aad7fd1e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7145 | 2025.01.29 21:11:06.783910 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1429 rows starting from the beginning of the part | ||
| 7146 | 2025.01.29 21:11:06.784311 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7147 | 2025.01.29 21:11:06.784655 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 7148 | 2025.01.29 21:11:06.785119 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 283 rows starting from the beginning of the part | ||
| 7149 | 2025.01.29 21:11:06.785474 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 57 rows starting from the beginning of the part | ||
| 7150 | 2025.01.29 21:11:06.786703 [ 263 ] {910459eb-2495-4b62-b9a4-c0aad7fd1e69} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2025.01.29 21:11:06.786762 [ 263 ] {910459eb-2495-4b62-b9a4-c0aad7fd1e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7152 | 2025.01.29 21:11:06.787724 [ 263 ] {910459eb-2495-4b62-b9a4-c0aad7fd1e69} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7153 | 2025.01.29 21:11:06.788178 [ 263 ] {910459eb-2495-4b62-b9a4-c0aad7fd1e69} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2025.01.29 21:11:06.788376 [ 102 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 7155 | 2025.01.29 21:11:06.788451 [ 102 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2025.01.29 21:11:06.788529 [ 263 ] {910459eb-2495-4b62-b9a4-c0aad7fd1e69} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004887 sec., 409.24902803355843 rows/sec., 28.58 KiB/sec. | ||
| 7157 | 2025.01.29 21:11:06.788547 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7158 | 2025.01.29 21:11:06.788835 [ 263 ] {910459eb-2495-4b62-b9a4-c0aad7fd1e69} <Debug> TCPHandler: Processed in 0.005538796 sec. | ||
| 7159 | 2025.01.29 21:11:06.789189 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7160 | 2025.01.29 21:11:06.789317 [ 189 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::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 | ||
| 7161 | 2025.01.29 21:11:06.789541 [ 260 ] {075a39dd-8c2c-423f-a849-4c51477b98b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7162 | 2025.01.29 21:11:06.789613 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.006401306 sec., 517863.07356655033 rows/sec., 45.38 MiB/sec. | ||
| 7163 | 2025.01.29 21:11:06.789666 [ 260 ] {075a39dd-8c2c-423f-a849-4c51477b98b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7164 | 2025.01.29 21:11:06.789704 [ 189 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7165 | 2025.01.29 21:11:06.789779 [ 189 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 65 rows starting from the beginning of the part | ||
| 7166 | 2025.01.29 21:11:06.790054 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7167 | 2025.01.29 21:11:06.790168 [ 189 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 47 rows starting from the beginning of the part | ||
| 7168 | 2025.01.29 21:11:06.790723 [ 189 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 47 rows starting from the beginning of the part | ||
| 7169 | 2025.01.29 21:11:06.791254 [ 189 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 59 rows starting from the beginning of the part | ||
| 7170 | 2025.01.29 21:11:06.791384 [ 187 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2025.01.29 21:11:06.791700 [ 189 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 47 rows starting from the beginning of the part | ||
| 7172 | 2025.01.29 21:11:06.791874 [ 187 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_56_11} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7173 | 2025.01.29 21:11:06.792228 [ 189 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 7174 | 2025.01.29 21:11:06.792342 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 7175 | 2025.01.29 21:11:06.793073 [ 260 ] {075a39dd-8c2c-423f-a849-4c51477b98b3} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7176 | 2025.01.29 21:11:06.793129 [ 260 ] {075a39dd-8c2c-423f-a849-4c51477b98b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7177 | 2025.01.29 21:11:06.793717 [ 260 ] {075a39dd-8c2c-423f-a849-4c51477b98b3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7178 | 2025.01.29 21:11:06.794019 [ 199 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.005226822 sec., 51082.665527925 rows/sec., 3.85 MiB/sec. | ||
| 7179 | 2025.01.29 21:11:06.794123 [ 260 ] {075a39dd-8c2c-423f-a849-4c51477b98b3} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7180 | 2025.01.29 21:11:06.794225 [ 199 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 7181 | 2025.01.29 21:11:06.794510 [ 102 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7182 | 2025.01.29 21:11:06.794589 [ 260 ] {075a39dd-8c2c-423f-a849-4c51477b98b3} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005137 sec., 12847.96573875803 rows/sec., 1.00 MiB/sec. | ||
| 7183 | 2025.01.29 21:11:06.794598 [ 102 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7184 | 2025.01.29 21:11:06.794761 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7185 | 2025.01.29 21:11:06.794840 [ 260 ] {075a39dd-8c2c-423f-a849-4c51477b98b3} <Debug> TCPHandler: Processed in 0.00584778 sec. | ||
| 7186 | 2025.01.29 21:11:06.795140 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7187 | 2025.01.29 21:11:06.795153 [ 199 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2025.01.29 21:11:06.795309 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 7189 | 2025.01.29 21:11:06.795466 [ 263 ] {e9d77de2-268a-493a-9946-d2e8035f490f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7190 | 2025.01.29 21:11:06.795508 [ 199 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_29_6} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 7191 | 2025.01.29 21:11:06.795589 [ 263 ] {e9d77de2-268a-493a-9946-d2e8035f490f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7192 | 2025.01.29 21:11:06.795710 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7193 | 2025.01.29 21:11:06.795800 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7194 | 2025.01.29 21:11:06.795835 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7195 | 2025.01.29 21:11:06.796146 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 890 rows starting from the beginning of the part | ||
| 7196 | 2025.01.29 21:11:06.796516 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7197 | 2025.01.29 21:11:06.796822 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 7198 | 2025.01.29 21:11:06.797104 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 422 rows starting from the beginning of the part | ||
| 7199 | 2025.01.29 21:11:06.797276 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 66 rows starting from the beginning of the part | ||
| 7200 | 2025.01.29 21:11:06.797975 [ 263 ] {e9d77de2-268a-493a-9946-d2e8035f490f} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7201 | 2025.01.29 21:11:06.798021 [ 263 ] {e9d77de2-268a-493a-9946-d2e8035f490f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7202 | 2025.01.29 21:11:06.798599 [ 263 ] {e9d77de2-268a-493a-9946-d2e8035f490f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7203 | 2025.01.29 21:11:06.798914 [ 263 ] {e9d77de2-268a-493a-9946-d2e8035f490f} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7204 | 2025.01.29 21:11:06.799247 [ 263 ] {e9d77de2-268a-493a-9946-d2e8035f490f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003873 sec., 41569.842499354505 rows/sec., 2.90 MiB/sec. | ||
| 7205 | 2025.01.29 21:11:06.799568 [ 263 ] {e9d77de2-268a-493a-9946-d2e8035f490f} <Debug> TCPHandler: Processed in 0.004580815 sec. | ||
| 7206 | 2025.01.29 21:11:06.800235 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.005277843 sec., 458520.64943955326 rows/sec., 35.17 MiB/sec. | ||
| 7207 | 2025.01.29 21:11:06.800309 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7208 | 2025.01.29 21:11:06.800507 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7209 | 2025.01.29 21:11:06.800695 [ 260 ] {721effad-79d6-4d0d-bbfb-b7b3d3cf51a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7210 | 2025.01.29 21:11:06.800832 [ 260 ] {721effad-79d6-4d0d-bbfb-b7b3d3cf51a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7211 | 2025.01.29 21:11:06.801029 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7212 | 2025.01.29 21:11:06.801338 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_56_11} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7213 | 2025.01.29 21:11:06.801483 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7214 | 2025.01.29 21:11:06.801768 [ 260 ] {721effad-79d6-4d0d-bbfb-b7b3d3cf51a0} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7215 | 2025.01.29 21:11:06.801812 [ 260 ] {721effad-79d6-4d0d-bbfb-b7b3d3cf51a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7216 | 2025.01.29 21:11:06.802196 [ 260 ] {721effad-79d6-4d0d-bbfb-b7b3d3cf51a0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7217 | 2025.01.29 21:11:06.802451 [ 260 ] {721effad-79d6-4d0d-bbfb-b7b3d3cf51a0} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7218 | 2025.01.29 21:11:06.802680 [ 260 ] {721effad-79d6-4d0d-bbfb-b7b3d3cf51a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002074 sec., 28929.604628736743 rows/sec., 1.95 MiB/sec. | ||
| 7219 | 2025.01.29 21:11:06.802737 [ 260 ] {721effad-79d6-4d0d-bbfb-b7b3d3cf51a0} <Debug> TCPHandler: Processed in 0.003027237 sec. | ||
| 7220 | 2025.01.29 21:11:07.542122 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17019 | ||
| 7221 | 2025.01.29 21:11:07.542775 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2025.01.29 21:11:07.542824 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7223 | 2025.01.29 21:11:07.543336 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7224 | 2025.01.29 21:11:07.543586 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2025.01.29 21:11:07.543808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7226 | 2025.01.29 21:11:08.763982 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7227 | 2025.01.29 21:11:08.784079 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7228 | 2025.01.29 21:11:08.784136 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7229 | 2025.01.29 21:11:08.791243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7230 | 2025.01.29 21:11:08.792022 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7231 | 2025.01.29 21:11:08.795556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7232 | 2025.01.29 21:11:10.115253 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 988 | ||
| 7233 | 2025.01.29 21:11:10.118429 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7234 | 2025.01.29 21:11:10.118487 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7235 | 2025.01.29 21:11:10.119937 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7236 | 2025.01.29 21:11:10.120249 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7237 | 2025.01.29 21:11:10.120473 [ 97 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7238 | 2025.01.29 21:11:10.120606 [ 97 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7239 | 2025.01.29 21:11:10.120686 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7240 | 2025.01.29 21:11:10.121147 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 7241 | 2025.01.29 21:11:10.121822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 988 | ||
| 7242 | 2025.01.29 21:11:10.122296 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7243 | 2025.01.29 21:11:10.122475 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 838 rows starting from the beginning of the part | ||
| 7244 | 2025.01.29 21:11:10.123083 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part | ||
| 7245 | 2025.01.29 21:11:10.123698 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 7246 | 2025.01.29 21:11:10.124402 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 54 rows starting from the beginning of the part | ||
| 7247 | 2025.01.29 21:11:10.125087 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
| 7248 | 2025.01.29 21:11:10.125675 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part | ||
| 7249 | 2025.01.29 21:11:10.133770 [ 194 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 988 rows, containing 72 columns (72 merged, 0 gathered) in 0.012881274 sec., 76700.48785547144 rows/sec., 62.87 MiB/sec. | ||
| 7250 | 2025.01.29 21:11:10.134915 [ 194 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7251 | 2025.01.29 21:11:10.135616 [ 194 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7252 | 2025.01.29 21:11:10.135705 [ 194 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_26_5} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7253 | 2025.01.29 21:11:10.135904 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 7254 | 2025.01.29 21:11:11.784605 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7255 | 2025.01.29 21:11:11.784835 [ 263 ] {cf2750b2-03cb-48a8-99fd-a78e10afd448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7256 | 2025.01.29 21:11:11.784920 [ 263 ] {cf2750b2-03cb-48a8-99fd-a78e10afd448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7257 | 2025.01.29 21:11:11.785703 [ 263 ] {cf2750b2-03cb-48a8-99fd-a78e10afd448} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7258 | 2025.01.29 21:11:11.785758 [ 263 ] {cf2750b2-03cb-48a8-99fd-a78e10afd448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7259 | 2025.01.29 21:11:11.786198 [ 263 ] {cf2750b2-03cb-48a8-99fd-a78e10afd448} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7260 | 2025.01.29 21:11:11.786514 [ 263 ] {cf2750b2-03cb-48a8-99fd-a78e10afd448} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7261 | 2025.01.29 21:11:11.786799 [ 263 ] {cf2750b2-03cb-48a8-99fd-a78e10afd448} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002011 sec., 6961.7105917454 rows/sec., 501.15 KiB/sec. | ||
| 7262 | 2025.01.29 21:11:11.787017 [ 263 ] {cf2750b2-03cb-48a8-99fd-a78e10afd448} <Debug> TCPHandler: Processed in 0.00254273 sec. | ||
| 7263 | 2025.01.29 21:11:11.787325 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7264 | 2025.01.29 21:11:11.787546 [ 260 ] {6b2b647d-a1c9-4a4b-923a-0255c44251da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7265 | 2025.01.29 21:11:11.787633 [ 260 ] {6b2b647d-a1c9-4a4b-923a-0255c44251da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7266 | 2025.01.29 21:11:11.788613 [ 260 ] {6b2b647d-a1c9-4a4b-923a-0255c44251da} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7267 | 2025.01.29 21:11:11.788666 [ 260 ] {6b2b647d-a1c9-4a4b-923a-0255c44251da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7268 | 2025.01.29 21:11:11.789138 [ 260 ] {6b2b647d-a1c9-4a4b-923a-0255c44251da} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7269 | 2025.01.29 21:11:11.789399 [ 260 ] {6b2b647d-a1c9-4a4b-923a-0255c44251da} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7270 | 2025.01.29 21:11:11.789637 [ 260 ] {6b2b647d-a1c9-4a4b-923a-0255c44251da} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00215 sec., 131627.90697674418 rows/sec., 11.63 MiB/sec. | ||
| 7271 | 2025.01.29 21:11:11.789706 [ 260 ] {6b2b647d-a1c9-4a4b-923a-0255c44251da} <Debug> TCPHandler: Processed in 0.00253233 sec. | ||
| 7272 | 2025.01.29 21:11:11.789878 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7273 | 2025.01.29 21:11:11.790026 [ 263 ] {cd511b44-b86f-44ee-9ecb-bd81b93d4811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7274 | 2025.01.29 21:11:11.790089 [ 263 ] {cd511b44-b86f-44ee-9ecb-bd81b93d4811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7275 | 2025.01.29 21:11:11.790839 [ 263 ] {cd511b44-b86f-44ee-9ecb-bd81b93d4811} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7276 | 2025.01.29 21:11:11.790889 [ 263 ] {cd511b44-b86f-44ee-9ecb-bd81b93d4811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7277 | 2025.01.29 21:11:11.791254 [ 263 ] {cd511b44-b86f-44ee-9ecb-bd81b93d4811} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7278 | 2025.01.29 21:11:11.791488 [ 263 ] {cd511b44-b86f-44ee-9ecb-bd81b93d4811} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7279 | 2025.01.29 21:11:11.791696 [ 263 ] {cd511b44-b86f-44ee-9ecb-bd81b93d4811} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001706 sec., 27549.824150058615 rows/sec., 1.98 MiB/sec. | ||
| 7280 | 2025.01.29 21:11:11.791751 [ 263 ] {cd511b44-b86f-44ee-9ecb-bd81b93d4811} <Debug> TCPHandler: Processed in 0.001941023 sec. | ||
| 7281 | 2025.01.29 21:11:11.791913 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7282 | 2025.01.29 21:11:11.792132 [ 260 ] {e9313c11-5e79-456a-8240-c4cd137d0e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7283 | 2025.01.29 21:11:11.792229 [ 260 ] {e9313c11-5e79-456a-8240-c4cd137d0e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7284 | 2025.01.29 21:11:11.793153 [ 260 ] {e9313c11-5e79-456a-8240-c4cd137d0e39} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7285 | 2025.01.29 21:11:11.793195 [ 260 ] {e9313c11-5e79-456a-8240-c4cd137d0e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7286 | 2025.01.29 21:11:11.793565 [ 260 ] {e9313c11-5e79-456a-8240-c4cd137d0e39} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7287 | 2025.01.29 21:11:11.793810 [ 260 ] {e9313c11-5e79-456a-8240-c4cd137d0e39} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7288 | 2025.01.29 21:11:11.794042 [ 260 ] {e9313c11-5e79-456a-8240-c4cd137d0e39} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001968 sec., 7113.821138211381 rows/sec., 498.21 KiB/sec. | ||
| 7289 | 2025.01.29 21:11:11.794169 [ 260 ] {e9313c11-5e79-456a-8240-c4cd137d0e39} <Debug> TCPHandler: Processed in 0.002314588 sec. | ||
| 7290 | 2025.01.29 21:11:11.794344 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7291 | 2025.01.29 21:11:11.794481 [ 263 ] {618d6438-be3e-4155-b127-c4aca8d0ab52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7292 | 2025.01.29 21:11:11.794539 [ 263 ] {618d6438-be3e-4155-b127-c4aca8d0ab52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7293 | 2025.01.29 21:11:11.795191 [ 263 ] {618d6438-be3e-4155-b127-c4aca8d0ab52} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7294 | 2025.01.29 21:11:11.795230 [ 263 ] {618d6438-be3e-4155-b127-c4aca8d0ab52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7295 | 2025.01.29 21:11:11.795573 [ 263 ] {618d6438-be3e-4155-b127-c4aca8d0ab52} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7296 | 2025.01.29 21:11:11.795804 [ 263 ] {618d6438-be3e-4155-b127-c4aca8d0ab52} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7297 | 2025.01.29 21:11:11.796105 [ 263 ] {618d6438-be3e-4155-b127-c4aca8d0ab52} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec. | ||
| 7298 | 2025.01.29 21:11:11.796322 [ 263 ] {618d6438-be3e-4155-b127-c4aca8d0ab52} <Debug> TCPHandler: Processed in 0.002041914 sec. | ||
| 7299 | 2025.01.29 21:11:11.796533 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7300 | 2025.01.29 21:11:11.796674 [ 260 ] {0668de04-20fc-4961-8459-b7d051f41727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7301 | 2025.01.29 21:11:11.796733 [ 260 ] {0668de04-20fc-4961-8459-b7d051f41727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7302 | 2025.01.29 21:11:11.797536 [ 260 ] {0668de04-20fc-4961-8459-b7d051f41727} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7303 | 2025.01.29 21:11:11.797577 [ 260 ] {0668de04-20fc-4961-8459-b7d051f41727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7304 | 2025.01.29 21:11:11.797969 [ 260 ] {0668de04-20fc-4961-8459-b7d051f41727} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7305 | 2025.01.29 21:11:11.798216 [ 260 ] {0668de04-20fc-4961-8459-b7d051f41727} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7306 | 2025.01.29 21:11:11.798477 [ 260 ] {0668de04-20fc-4961-8459-b7d051f41727} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001824 sec., 231359.649122807 rows/sec., 16.54 MiB/sec. | ||
| 7307 | 2025.01.29 21:11:11.798572 [ 260 ] {0668de04-20fc-4961-8459-b7d051f41727} <Debug> TCPHandler: Processed in 0.002104995 sec. | ||
| 7308 | 2025.01.29 21:11:11.798813 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7309 | 2025.01.29 21:11:11.798980 [ 263 ] {33da3352-6954-41d9-8e8d-350864e02b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7310 | 2025.01.29 21:11:11.799042 [ 263 ] {33da3352-6954-41d9-8e8d-350864e02b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7311 | 2025.01.29 21:11:11.799616 [ 263 ] {33da3352-6954-41d9-8e8d-350864e02b61} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7312 | 2025.01.29 21:11:11.799664 [ 263 ] {33da3352-6954-41d9-8e8d-350864e02b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7313 | 2025.01.29 21:11:11.800063 [ 263 ] {33da3352-6954-41d9-8e8d-350864e02b61} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7314 | 2025.01.29 21:11:11.800307 [ 263 ] {33da3352-6954-41d9-8e8d-350864e02b61} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2025.01.29 21:11:11.800530 [ 263 ] {33da3352-6954-41d9-8e8d-350864e02b61} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec. | ||
| 7316 | 2025.01.29 21:11:11.800582 [ 263 ] {33da3352-6954-41d9-8e8d-350864e02b61} <Debug> TCPHandler: Processed in 0.001898792 sec. | ||
| 7317 | 2025.01.29 21:11:11.800734 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2025.01.29 21:11:11.800852 [ 260 ] {466414ff-af19-4c72-9716-ed5030522858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7319 | 2025.01.29 21:11:11.800905 [ 260 ] {466414ff-af19-4c72-9716-ed5030522858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7320 | 2025.01.29 21:11:11.801954 [ 260 ] {466414ff-af19-4c72-9716-ed5030522858} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2025.01.29 21:11:11.801998 [ 260 ] {466414ff-af19-4c72-9716-ed5030522858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7322 | 2025.01.29 21:11:11.802413 [ 260 ] {466414ff-af19-4c72-9716-ed5030522858} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7323 | 2025.01.29 21:11:11.802655 [ 260 ] {466414ff-af19-4c72-9716-ed5030522858} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7324 | 2025.01.29 21:11:11.802820 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7325 | 2025.01.29 21:11:11.802897 [ 260 ] {466414ff-af19-4c72-9716-ed5030522858} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002064 sec., 114825.58139534884 rows/sec., 7.70 MiB/sec. | ||
| 7326 | 2025.01.29 21:11:11.802912 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7327 | 2025.01.29 21:11:11.802981 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7328 | 2025.01.29 21:11:11.803033 [ 260 ] {466414ff-af19-4c72-9716-ed5030522858} <Debug> TCPHandler: Processed in 0.002351378 sec. | ||
| 7329 | 2025.01.29 21:11:11.803235 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7330 | 2025.01.29 21:11:11.803237 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 7331 | 2025.01.29 21:11:11.803408 [ 263 ] {2092467b-13d0-490d-95c4-5aa6c1a0a62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7332 | 2025.01.29 21:11:11.803437 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7333 | 2025.01.29 21:11:11.803487 [ 263 ] {2092467b-13d0-490d-95c4-5aa6c1a0a62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7334 | 2025.01.29 21:11:11.803491 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14753 rows starting from the beginning of the part | ||
| 7335 | 2025.01.29 21:11:11.803743 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 66 rows starting from the beginning of the part | ||
| 7336 | 2025.01.29 21:11:11.804048 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 7337 | 2025.01.29 21:11:11.804255 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 7338 | 2025.01.29 21:11:11.804397 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 161 rows starting from the beginning of the part | ||
| 7339 | 2025.01.29 21:11:11.804616 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part | ||
| 7340 | 2025.01.29 21:11:11.805214 [ 263 ] {2092467b-13d0-490d-95c4-5aa6c1a0a62f} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7341 | 2025.01.29 21:11:11.805261 [ 263 ] {2092467b-13d0-490d-95c4-5aa6c1a0a62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7342 | 2025.01.29 21:11:11.805772 [ 263 ] {2092467b-13d0-490d-95c4-5aa6c1a0a62f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7343 | 2025.01.29 21:11:11.806119 [ 263 ] {2092467b-13d0-490d-95c4-5aa6c1a0a62f} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7344 | 2025.01.29 21:11:11.806563 [ 263 ] {2092467b-13d0-490d-95c4-5aa6c1a0a62f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00317 sec., 315.45741324921136 rows/sec., 21.26 KiB/sec. | ||
| 7345 | 2025.01.29 21:11:11.806973 [ 263 ] {2092467b-13d0-490d-95c4-5aa6c1a0a62f} <Debug> TCPHandler: Processed in 0.003834595 sec. | ||
| 7346 | 2025.01.29 21:11:11.807432 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7347 | 2025.01.29 21:11:11.807731 [ 260 ] {77dea1e0-378d-479e-b51a-29b3ea512756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7348 | 2025.01.29 21:11:11.808002 [ 260 ] {77dea1e0-378d-479e-b51a-29b3ea512756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7349 | 2025.01.29 21:11:11.809940 [ 260 ] {77dea1e0-378d-479e-b51a-29b3ea512756} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7350 | 2025.01.29 21:11:11.809981 [ 260 ] {77dea1e0-378d-479e-b51a-29b3ea512756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7351 | 2025.01.29 21:11:11.811200 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15614 rows, containing 5 columns (5 merged, 0 gathered) in 0.008098917 sec., 1927912.0899744988 rows/sec., 130.11 MiB/sec. | ||
| 7352 | 2025.01.29 21:11:11.811234 [ 260 ] {77dea1e0-378d-479e-b51a-29b3ea512756} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7353 | 2025.01.29 21:11:11.811526 [ 260 ] {77dea1e0-378d-479e-b51a-29b3ea512756} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7354 | 2025.01.29 21:11:11.811742 [ 98 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7355 | 2025.01.29 21:11:11.811839 [ 98 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7356 | 2025.01.29 21:11:11.811909 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7357 | 2025.01.29 21:11:11.811929 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7358 | 2025.01.29 21:11:11.811937 [ 260 ] {77dea1e0-378d-479e-b51a-29b3ea512756} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004312 sec., 9276.43784786642 rows/sec., 16.62 MiB/sec. | ||
| 7359 | 2025.01.29 21:11:11.812533 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 7360 | 2025.01.29 21:11:11.813224 [ 260 ] {77dea1e0-378d-479e-b51a-29b3ea512756} <Debug> TCPHandler: Processed in 0.006098423 sec. | ||
| 7361 | 2025.01.29 21:11:11.813450 [ 197 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7362 | 2025.01.29 21:11:11.813633 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7363 | 2025.01.29 21:11:11.813976 [ 197 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7364 | 2025.01.29 21:11:11.814052 [ 263 ] {def9be3d-6887-43e1-8a02-1cf41327cd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7365 | 2025.01.29 21:11:11.814269 [ 263 ] {def9be3d-6887-43e1-8a02-1cf41327cd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7366 | 2025.01.29 21:11:11.814735 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7367 | 2025.01.29 21:11:11.814951 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 7368 | 2025.01.29 21:11:11.815151 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 781 rows starting from the beginning of the part | ||
| 7369 | 2025.01.29 21:11:11.815996 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 7370 | 2025.01.29 21:11:11.816893 [ 263 ] {def9be3d-6887-43e1-8a02-1cf41327cd3c} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7371 | 2025.01.29 21:11:11.816899 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 7372 | 2025.01.29 21:11:11.816952 [ 263 ] {def9be3d-6887-43e1-8a02-1cf41327cd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7373 | 2025.01.29 21:11:11.817861 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 7374 | 2025.01.29 21:11:11.818141 [ 263 ] {def9be3d-6887-43e1-8a02-1cf41327cd3c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7375 | 2025.01.29 21:11:11.818586 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 7376 | 2025.01.29 21:11:11.818801 [ 263 ] {def9be3d-6887-43e1-8a02-1cf41327cd3c} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7377 | 2025.01.29 21:11:11.819236 [ 186 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 7378 | 2025.01.29 21:11:11.819569 [ 98 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7379 | 2025.01.29 21:11:11.819614 [ 263 ] {def9be3d-6887-43e1-8a02-1cf41327cd3c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005679 sec., 14439.161824264835 rows/sec., 939.08 KiB/sec. | ||
| 7380 | 2025.01.29 21:11:11.819948 [ 263 ] {def9be3d-6887-43e1-8a02-1cf41327cd3c} <Debug> TCPHandler: Processed in 0.006524898 sec. | ||
| 7381 | 2025.01.29 21:11:11.820255 [ 98 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2025.01.29 21:11:11.820351 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7383 | 2025.01.29 21:11:11.820752 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 7384 | 2025.01.29 21:11:11.820948 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7385 | 2025.01.29 21:11:11.821020 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2884 rows starting from the beginning of the part | ||
| 7386 | 2025.01.29 21:11:11.821276 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 7387 | 2025.01.29 21:11:11.821462 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 7388 | 2025.01.29 21:11:11.821792 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 7389 | 2025.01.29 21:11:11.822109 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 7390 | 2025.01.29 21:11:11.822418 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
| 7391 | 2025.01.29 21:11:11.824189 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3194 rows, containing 4 columns (4 merged, 0 gathered) in 0.003676575 sec., 868743.3276894937 rows/sec., 56.52 MiB/sec. | ||
| 7392 | 2025.01.29 21:11:11.824615 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7393 | 2025.01.29 21:11:11.825352 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_56_11} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7394 | 2025.01.29 21:11:11.825588 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_56_11} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7395 | 2025.01.29 21:11:11.825760 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7396 | 2025.01.29 21:11:11.834667 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 981 rows, containing 19 columns (19 merged, 0 gathered) in 0.02259248 sec., 43421.52787122086 rows/sec., 77.81 MiB/sec. | ||
| 7397 | 2025.01.29 21:11:11.836336 [ 198 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7398 | 2025.01.29 21:11:11.836818 [ 198 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7399 | 2025.01.29 21:11:11.836908 [ 198 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7400 | 2025.01.29 21:11:11.837082 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||
| 7401 | 2025.01.29 21:11:12.000242 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.64 MiB, peak 219.99 MiB, free memory in arenas 0.00 B, will set to 213.37 MiB (RSS), difference: 2.72 MiB | ||
| 7402 | 2025.01.29 21:11:14.901758 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7403 | 2025.01.29 21:11:14.901817 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7404 | 2025.01.29 21:11:15.044048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17507 | ||
| 7405 | 2025.01.29 21:11:15.045272 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7406 | 2025.01.29 21:11:15.045372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 7407 | 2025.01.29 21:11:15.045955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7408 | 2025.01.29 21:11:15.046216 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2025.01.29 21:11:15.046541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17507 | ||
| 7410 | 2025.01.29 21:11:16.295727 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7411 | 2025.01.29 21:11:16.316378 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7412 | 2025.01.29 21:11:16.316464 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7413 | 2025.01.29 21:11:16.324386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7414 | 2025.01.29 21:11:16.325167 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7415 | 2025.01.29 21:11:16.329043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7416 | 2025.01.29 21:11:16.778799 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7417 | 2025.01.29 21:11:16.779103 [ 263 ] {6c0367dd-adf6-41a4-970a-53a6ad8d6f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7418 | 2025.01.29 21:11:16.779200 [ 263 ] {6c0367dd-adf6-41a4-970a-53a6ad8d6f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7419 | 2025.01.29 21:11:16.780007 [ 263 ] {6c0367dd-adf6-41a4-970a-53a6ad8d6f65} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2025.01.29 21:11:16.780061 [ 263 ] {6c0367dd-adf6-41a4-970a-53a6ad8d6f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7421 | 2025.01.29 21:11:16.780509 [ 263 ] {6c0367dd-adf6-41a4-970a-53a6ad8d6f65} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7422 | 2025.01.29 21:11:16.780768 [ 263 ] {6c0367dd-adf6-41a4-970a-53a6ad8d6f65} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2025.01.29 21:11:16.781030 [ 263 ] {6c0367dd-adf6-41a4-970a-53a6ad8d6f65} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.14 MiB/sec. | ||
| 7424 | 2025.01.29 21:11:16.781103 [ 263 ] {6c0367dd-adf6-41a4-970a-53a6ad8d6f65} <Debug> TCPHandler: Processed in 0.00249759 sec. | ||
| 7425 | 2025.01.29 21:11:16.781374 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2025.01.29 21:11:16.781574 [ 260 ] {9f578d3f-0499-4495-beb1-5f793de55f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7427 | 2025.01.29 21:11:16.781650 [ 260 ] {9f578d3f-0499-4495-beb1-5f793de55f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7428 | 2025.01.29 21:11:16.782462 [ 260 ] {9f578d3f-0499-4495-beb1-5f793de55f67} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2025.01.29 21:11:16.782505 [ 260 ] {9f578d3f-0499-4495-beb1-5f793de55f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7430 | 2025.01.29 21:11:16.782966 [ 260 ] {9f578d3f-0499-4495-beb1-5f793de55f67} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7431 | 2025.01.29 21:11:16.783232 [ 260 ] {9f578d3f-0499-4495-beb1-5f793de55f67} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2025.01.29 21:11:16.783456 [ 260 ] {9f578d3f-0499-4495-beb1-5f793de55f67} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.59 MiB/sec. | ||
| 7433 | 2025.01.29 21:11:16.783565 [ 260 ] {9f578d3f-0499-4495-beb1-5f793de55f67} <Debug> TCPHandler: Processed in 0.002324158 sec. | ||
| 7434 | 2025.01.29 21:11:16.783827 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7435 | 2025.01.29 21:11:16.784008 [ 263 ] {cb3c39da-2334-4b96-8056-00101609be81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7436 | 2025.01.29 21:11:16.784078 [ 263 ] {cb3c39da-2334-4b96-8056-00101609be81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7437 | 2025.01.29 21:11:16.784693 [ 263 ] {cb3c39da-2334-4b96-8056-00101609be81} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2025.01.29 21:11:16.784735 [ 263 ] {cb3c39da-2334-4b96-8056-00101609be81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7439 | 2025.01.29 21:11:16.785152 [ 263 ] {cb3c39da-2334-4b96-8056-00101609be81} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7440 | 2025.01.29 21:11:16.785393 [ 263 ] {cb3c39da-2334-4b96-8056-00101609be81} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7441 | 2025.01.29 21:11:16.785611 [ 263 ] {cb3c39da-2334-4b96-8056-00101609be81} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 7442 | 2025.01.29 21:11:16.785666 [ 263 ] {cb3c39da-2334-4b96-8056-00101609be81} <Debug> TCPHandler: Processed in 0.001972104 sec. | ||
| 7443 | 2025.01.29 21:11:16.785837 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7444 | 2025.01.29 21:11:16.785978 [ 260 ] {d789d088-dd1b-4e0a-a922-75318fb5d543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7445 | 2025.01.29 21:11:16.786040 [ 260 ] {d789d088-dd1b-4e0a-a922-75318fb5d543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7446 | 2025.01.29 21:11:16.786586 [ 260 ] {d789d088-dd1b-4e0a-a922-75318fb5d543} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.01.29 21:11:16.786623 [ 260 ] {d789d088-dd1b-4e0a-a922-75318fb5d543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7448 | 2025.01.29 21:11:16.787018 [ 260 ] {d789d088-dd1b-4e0a-a922-75318fb5d543} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7449 | 2025.01.29 21:11:16.787275 [ 260 ] {d789d088-dd1b-4e0a-a922-75318fb5d543} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7450 | 2025.01.29 21:11:16.787452 [ 260 ] {d789d088-dd1b-4e0a-a922-75318fb5d543} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec. | ||
| 7451 | 2025.01.29 21:11:16.787503 [ 260 ] {d789d088-dd1b-4e0a-a922-75318fb5d543} <Debug> TCPHandler: Processed in 0.001734351 sec. | ||
| 7452 | 2025.01.29 21:11:19.370162 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7453 | 2025.01.29 21:11:19.370357 [ 263 ] {c9c01ac4-bb2f-4dc8-beed-c9dd5ae38be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7454 | 2025.01.29 21:11:19.370435 [ 263 ] {c9c01ac4-bb2f-4dc8-beed-c9dd5ae38be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7455 | 2025.01.29 21:11:19.371269 [ 263 ] {c9c01ac4-bb2f-4dc8-beed-c9dd5ae38be4} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7456 | 2025.01.29 21:11:19.371312 [ 263 ] {c9c01ac4-bb2f-4dc8-beed-c9dd5ae38be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7457 | 2025.01.29 21:11:19.371731 [ 263 ] {c9c01ac4-bb2f-4dc8-beed-c9dd5ae38be4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7458 | 2025.01.29 21:11:19.371979 [ 263 ] {c9c01ac4-bb2f-4dc8-beed-c9dd5ae38be4} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2025.01.29 21:11:19.372187 [ 263 ] {c9c01ac4-bb2f-4dc8-beed-c9dd5ae38be4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 7460 | 2025.01.29 21:11:19.372244 [ 263 ] {c9c01ac4-bb2f-4dc8-beed-c9dd5ae38be4} <Debug> TCPHandler: Processed in 0.002206157 sec. | ||
| 7461 | 2025.01.29 21:11:19.372593 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7462 | 2025.01.29 21:11:19.372910 [ 260 ] {627076e5-2959-4f50-b50b-e25c44d6c9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7463 | 2025.01.29 21:11:19.373034 [ 260 ] {627076e5-2959-4f50-b50b-e25c44d6c9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7464 | 2025.01.29 21:11:19.373858 [ 260 ] {627076e5-2959-4f50-b50b-e25c44d6c9d2} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7465 | 2025.01.29 21:11:19.373910 [ 260 ] {627076e5-2959-4f50-b50b-e25c44d6c9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7466 | 2025.01.29 21:11:19.374347 [ 260 ] {627076e5-2959-4f50-b50b-e25c44d6c9d2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7467 | 2025.01.29 21:11:19.374600 [ 260 ] {627076e5-2959-4f50-b50b-e25c44d6c9d2} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7468 | 2025.01.29 21:11:19.374842 [ 260 ] {627076e5-2959-4f50-b50b-e25c44d6c9d2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002021 sec., 1979.2182088075213 rows/sec., 161.39 KiB/sec. | ||
| 7469 | 2025.01.29 21:11:19.374901 [ 260 ] {627076e5-2959-4f50-b50b-e25c44d6c9d2} <Debug> TCPHandler: Processed in 0.00250827 sec. | ||
| 7470 | 2025.01.29 21:11:19.375111 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7471 | 2025.01.29 21:11:19.375306 [ 263 ] {1817ccfc-b75b-4c72-96fb-6c98aeabbe2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7472 | 2025.01.29 21:11:19.375365 [ 263 ] {1817ccfc-b75b-4c72-96fb-6c98aeabbe2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7473 | 2025.01.29 21:11:19.377147 [ 263 ] {1817ccfc-b75b-4c72-96fb-6c98aeabbe2b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7474 | 2025.01.29 21:11:19.377185 [ 263 ] {1817ccfc-b75b-4c72-96fb-6c98aeabbe2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7475 | 2025.01.29 21:11:19.377609 [ 263 ] {1817ccfc-b75b-4c72-96fb-6c98aeabbe2b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7476 | 2025.01.29 21:11:19.377834 [ 263 ] {1817ccfc-b75b-4c72-96fb-6c98aeabbe2b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7477 | 2025.01.29 21:11:19.378014 [ 263 ] {1817ccfc-b75b-4c72-96fb-6c98aeabbe2b} <Debug> executeQuery: Read 1425 rows, 122.31 KiB in 0.002775 sec., 513513.5135135135 rows/sec., 43.04 MiB/sec. | ||
| 7478 | 2025.01.29 21:11:19.378097 [ 263 ] {1817ccfc-b75b-4c72-96fb-6c98aeabbe2b} <Debug> TCPHandler: Processed in 0.003144387 sec. | ||
| 7479 | 2025.01.29 21:11:19.378459 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7480 | 2025.01.29 21:11:19.378730 [ 260 ] {ac7d3a49-66b7-4b84-b8fa-d6f43ab086e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7481 | 2025.01.29 21:11:19.378823 [ 260 ] {ac7d3a49-66b7-4b84-b8fa-d6f43ab086e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7482 | 2025.01.29 21:11:19.379660 [ 260 ] {ac7d3a49-66b7-4b84-b8fa-d6f43ab086e8} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7483 | 2025.01.29 21:11:19.379702 [ 260 ] {ac7d3a49-66b7-4b84-b8fa-d6f43ab086e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7484 | 2025.01.29 21:11:19.380069 [ 260 ] {ac7d3a49-66b7-4b84-b8fa-d6f43ab086e8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7485 | 2025.01.29 21:11:19.380307 [ 260 ] {ac7d3a49-66b7-4b84-b8fa-d6f43ab086e8} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7486 | 2025.01.29 21:11:19.380533 [ 260 ] {ac7d3a49-66b7-4b84-b8fa-d6f43ab086e8} <Debug> executeQuery: Read 51 rows, 3.74 KiB in 0.001859 sec., 27434.10435718128 rows/sec., 1.97 MiB/sec. | ||
| 7487 | 2025.01.29 21:11:19.380586 [ 260 ] {ac7d3a49-66b7-4b84-b8fa-d6f43ab086e8} <Debug> TCPHandler: Processed in 0.002340468 sec. | ||
| 7488 | 2025.01.29 21:11:19.380812 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7489 | 2025.01.29 21:11:19.381038 [ 263 ] {d60ab571-361a-4c5e-a920-90008a646f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7490 | 2025.01.29 21:11:19.381128 [ 263 ] {d60ab571-361a-4c5e-a920-90008a646f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7491 | 2025.01.29 21:11:19.381864 [ 263 ] {d60ab571-361a-4c5e-a920-90008a646f77} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7492 | 2025.01.29 21:11:19.381901 [ 263 ] {d60ab571-361a-4c5e-a920-90008a646f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7493 | 2025.01.29 21:11:19.382272 [ 263 ] {d60ab571-361a-4c5e-a920-90008a646f77} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7494 | 2025.01.29 21:11:19.382509 [ 263 ] {d60ab571-361a-4c5e-a920-90008a646f77} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7495 | 2025.01.29 21:11:19.382695 [ 263 ] {d60ab571-361a-4c5e-a920-90008a646f77} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001713 sec., 141272.62113251607 rows/sec., 9.57 MiB/sec. | ||
| 7496 | 2025.01.29 21:11:19.382746 [ 263 ] {d60ab571-361a-4c5e-a920-90008a646f77} <Debug> TCPHandler: Processed in 0.002052564 sec. | ||
| 7497 | 2025.01.29 21:11:19.382966 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7498 | 2025.01.29 21:11:19.383194 [ 260 ] {ba2c4945-5cd2-49d1-abe0-45e0ec7d71e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7499 | 2025.01.29 21:11:19.383277 [ 260 ] {ba2c4945-5cd2-49d1-abe0-45e0ec7d71e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7500 | 2025.01.29 21:11:19.383863 [ 260 ] {ba2c4945-5cd2-49d1-abe0-45e0ec7d71e4} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7501 | 2025.01.29 21:11:19.383903 [ 260 ] {ba2c4945-5cd2-49d1-abe0-45e0ec7d71e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7502 | 2025.01.29 21:11:19.384263 [ 260 ] {ba2c4945-5cd2-49d1-abe0-45e0ec7d71e4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7503 | 2025.01.29 21:11:19.384517 [ 260 ] {ba2c4945-5cd2-49d1-abe0-45e0ec7d71e4} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7504 | 2025.01.29 21:11:19.384770 [ 260 ] {ba2c4945-5cd2-49d1-abe0-45e0ec7d71e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec. | ||
| 7505 | 2025.01.29 21:11:19.384860 [ 260 ] {ba2c4945-5cd2-49d1-abe0-45e0ec7d71e4} <Debug> TCPHandler: Processed in 0.002005844 sec. | ||
| 7506 | 2025.01.29 21:11:19.385165 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2025.01.29 21:11:19.385344 [ 263 ] {40372bc3-0d27-4a03-91c0-7f3bcaea27ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7508 | 2025.01.29 21:11:19.385402 [ 263 ] {40372bc3-0d27-4a03-91c0-7f3bcaea27ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7509 | 2025.01.29 21:11:19.386401 [ 263 ] {40372bc3-0d27-4a03-91c0-7f3bcaea27ac} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2025.01.29 21:11:19.386440 [ 263 ] {40372bc3-0d27-4a03-91c0-7f3bcaea27ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7511 | 2025.01.29 21:11:19.386828 [ 263 ] {40372bc3-0d27-4a03-91c0-7f3bcaea27ac} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7512 | 2025.01.29 21:11:19.387070 [ 263 ] {40372bc3-0d27-4a03-91c0-7f3bcaea27ac} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2025.01.29 21:11:19.387272 [ 263 ] {40372bc3-0d27-4a03-91c0-7f3bcaea27ac} <Debug> executeQuery: Read 882 rows, 65.50 KiB in 0.001951 sec., 452075.8585340851 rows/sec., 32.79 MiB/sec. | ||
| 7514 | 2025.01.29 21:11:19.387334 [ 263 ] {40372bc3-0d27-4a03-91c0-7f3bcaea27ac} <Debug> TCPHandler: Processed in 0.002385338 sec. | ||
| 7515 | 2025.01.29 21:11:19.387593 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7516 | 2025.01.29 21:11:19.387742 [ 260 ] {493ca99a-4541-4a29-aaa8-07af3cb39462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7517 | 2025.01.29 21:11:19.387802 [ 260 ] {493ca99a-4541-4a29-aaa8-07af3cb39462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7518 | 2025.01.29 21:11:19.388352 [ 260 ] {493ca99a-4541-4a29-aaa8-07af3cb39462} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7519 | 2025.01.29 21:11:19.388392 [ 260 ] {493ca99a-4541-4a29-aaa8-07af3cb39462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7520 | 2025.01.29 21:11:19.388752 [ 260 ] {493ca99a-4541-4a29-aaa8-07af3cb39462} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7521 | 2025.01.29 21:11:19.388987 [ 260 ] {493ca99a-4541-4a29-aaa8-07af3cb39462} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7522 | 2025.01.29 21:11:19.389250 [ 260 ] {493ca99a-4541-4a29-aaa8-07af3cb39462} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec. | ||
| 7523 | 2025.01.29 21:11:19.389454 [ 260 ] {493ca99a-4541-4a29-aaa8-07af3cb39462} <Debug> TCPHandler: Processed in 0.001995463 sec. | ||
| 7524 | 2025.01.29 21:11:19.389682 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7525 | 2025.01.29 21:11:19.389910 [ 263 ] {960f6015-f13b-4cf0-a8e8-6b902cc0d310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7526 | 2025.01.29 21:11:19.390009 [ 263 ] {960f6015-f13b-4cf0-a8e8-6b902cc0d310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7527 | 2025.01.29 21:11:19.390864 [ 263 ] {960f6015-f13b-4cf0-a8e8-6b902cc0d310} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7528 | 2025.01.29 21:11:19.390903 [ 263 ] {960f6015-f13b-4cf0-a8e8-6b902cc0d310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7529 | 2025.01.29 21:11:19.391337 [ 263 ] {960f6015-f13b-4cf0-a8e8-6b902cc0d310} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7530 | 2025.01.29 21:11:19.391575 [ 263 ] {960f6015-f13b-4cf0-a8e8-6b902cc0d310} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7531 | 2025.01.29 21:11:19.391791 [ 263 ] {960f6015-f13b-4cf0-a8e8-6b902cc0d310} <Debug> executeQuery: Read 895 rows, 61.06 KiB in 0.001928 sec., 464211.6182572614 rows/sec., 30.93 MiB/sec. | ||
| 7532 | 2025.01.29 21:11:19.391854 [ 263 ] {960f6015-f13b-4cf0-a8e8-6b902cc0d310} <Debug> TCPHandler: Processed in 0.002284557 sec. | ||
| 7533 | 2025.01.29 21:11:19.392100 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7534 | 2025.01.29 21:11:19.392274 [ 260 ] {30bad1b5-f780-424d-8188-15f928d52e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7535 | 2025.01.29 21:11:19.392336 [ 260 ] {30bad1b5-f780-424d-8188-15f928d52e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7536 | 2025.01.29 21:11:19.392893 [ 260 ] {30bad1b5-f780-424d-8188-15f928d52e9e} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7537 | 2025.01.29 21:11:19.392940 [ 260 ] {30bad1b5-f780-424d-8188-15f928d52e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7538 | 2025.01.29 21:11:19.393341 [ 260 ] {30bad1b5-f780-424d-8188-15f928d52e9e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7539 | 2025.01.29 21:11:19.393576 [ 260 ] {30bad1b5-f780-424d-8188-15f928d52e9e} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7540 | 2025.01.29 21:11:19.393829 [ 260 ] {30bad1b5-f780-424d-8188-15f928d52e9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001584 sec., 631.3131313131314 rows/sec., 42.54 KiB/sec. | ||
| 7541 | 2025.01.29 21:11:19.394021 [ 260 ] {30bad1b5-f780-424d-8188-15f928d52e9e} <Debug> TCPHandler: Processed in 0.002061445 sec. | ||
| 7542 | 2025.01.29 21:11:19.394188 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7543 | 2025.01.29 21:11:19.394325 [ 263 ] {54253182-fe78-4071-bf1a-b0da6ac71723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7544 | 2025.01.29 21:11:19.394417 [ 263 ] {54253182-fe78-4071-bf1a-b0da6ac71723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7545 | 2025.01.29 21:11:19.395697 [ 263 ] {54253182-fe78-4071-bf1a-b0da6ac71723} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2025.01.29 21:11:19.395736 [ 263 ] {54253182-fe78-4071-bf1a-b0da6ac71723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7547 | 2025.01.29 21:11:19.396375 [ 263 ] {54253182-fe78-4071-bf1a-b0da6ac71723} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7548 | 2025.01.29 21:11:19.396674 [ 263 ] {54253182-fe78-4071-bf1a-b0da6ac71723} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2025.01.29 21:11:19.396970 [ 263 ] {54253182-fe78-4071-bf1a-b0da6ac71723} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002647 sec., 15111.446921042689 rows/sec., 27.08 MiB/sec. | ||
| 7550 | 2025.01.29 21:11:19.397381 [ 263 ] {54253182-fe78-4071-bf1a-b0da6ac71723} <Debug> TCPHandler: Processed in 0.003255719 sec. | ||
| 7551 | 2025.01.29 21:11:19.397561 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7552 | 2025.01.29 21:11:19.397712 [ 260 ] {e4f86b7a-5400-4664-a0b0-18fc1a214929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7553 | 2025.01.29 21:11:19.397774 [ 260 ] {e4f86b7a-5400-4664-a0b0-18fc1a214929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7554 | 2025.01.29 21:11:19.398344 [ 260 ] {e4f86b7a-5400-4664-a0b0-18fc1a214929} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7555 | 2025.01.29 21:11:19.398384 [ 260 ] {e4f86b7a-5400-4664-a0b0-18fc1a214929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7556 | 2025.01.29 21:11:19.398757 [ 260 ] {e4f86b7a-5400-4664-a0b0-18fc1a214929} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7557 | 2025.01.29 21:11:19.398998 [ 260 ] {e4f86b7a-5400-4664-a0b0-18fc1a214929} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7558 | 2025.01.29 21:11:19.399217 [ 260 ] {e4f86b7a-5400-4664-a0b0-18fc1a214929} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001538 sec., 37711.3133940182 rows/sec., 2.33 MiB/sec. | ||
| 7559 | 2025.01.29 21:11:19.399275 [ 260 ] {e4f86b7a-5400-4664-a0b0-18fc1a214929} <Debug> TCPHandler: Processed in 0.001784641 sec. | ||
| 7560 | 2025.01.29 21:11:20.122189 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1042 | ||
| 7561 | 2025.01.29 21:11:20.126387 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7562 | 2025.01.29 21:11:20.126458 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7563 | 2025.01.29 21:11:20.127970 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7564 | 2025.01.29 21:11:20.128303 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7565 | 2025.01.29 21:11:20.129831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1042 | ||
| 7566 | 2025.01.29 21:11:21.773495 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7567 | 2025.01.29 21:11:21.773719 [ 263 ] {a4a14eb5-d33b-423d-9608-4337bb456025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7568 | 2025.01.29 21:11:21.773802 [ 263 ] {a4a14eb5-d33b-423d-9608-4337bb456025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7569 | 2025.01.29 21:11:21.774729 [ 263 ] {a4a14eb5-d33b-423d-9608-4337bb456025} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7570 | 2025.01.29 21:11:21.774785 [ 263 ] {a4a14eb5-d33b-423d-9608-4337bb456025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7571 | 2025.01.29 21:11:21.775221 [ 263 ] {a4a14eb5-d33b-423d-9608-4337bb456025} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7572 | 2025.01.29 21:11:21.775476 [ 263 ] {a4a14eb5-d33b-423d-9608-4337bb456025} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7573 | 2025.01.29 21:11:21.775704 [ 263 ] {a4a14eb5-d33b-423d-9608-4337bb456025} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.11 MiB/sec. | ||
| 7574 | 2025.01.29 21:11:21.775821 [ 263 ] {a4a14eb5-d33b-423d-9608-4337bb456025} <Debug> TCPHandler: Processed in 0.00247569 sec. | ||
| 7575 | 2025.01.29 21:11:21.776253 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7576 | 2025.01.29 21:11:21.776498 [ 260 ] {84ea6603-a898-4161-998f-a23960260341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7577 | 2025.01.29 21:11:21.776578 [ 260 ] {84ea6603-a898-4161-998f-a23960260341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7578 | 2025.01.29 21:11:21.777452 [ 260 ] {84ea6603-a898-4161-998f-a23960260341} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7579 | 2025.01.29 21:11:21.777500 [ 260 ] {84ea6603-a898-4161-998f-a23960260341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7580 | 2025.01.29 21:11:21.777948 [ 260 ] {84ea6603-a898-4161-998f-a23960260341} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7581 | 2025.01.29 21:11:21.778199 [ 260 ] {84ea6603-a898-4161-998f-a23960260341} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7582 | 2025.01.29 21:11:21.778448 [ 260 ] {84ea6603-a898-4161-998f-a23960260341} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002011 sec., 31824.962705121827 rows/sec., 2.48 MiB/sec. | ||
| 7583 | 2025.01.29 21:11:21.778532 [ 260 ] {84ea6603-a898-4161-998f-a23960260341} <Debug> TCPHandler: Processed in 0.00250936 sec. | ||
| 7584 | 2025.01.29 21:11:21.778744 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7585 | 2025.01.29 21:11:21.778977 [ 263 ] {c00bce17-db6a-41f4-a146-48f4de2a6738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7586 | 2025.01.29 21:11:21.779080 [ 263 ] {c00bce17-db6a-41f4-a146-48f4de2a6738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7587 | 2025.01.29 21:11:21.779757 [ 263 ] {c00bce17-db6a-41f4-a146-48f4de2a6738} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7588 | 2025.01.29 21:11:21.779796 [ 263 ] {c00bce17-db6a-41f4-a146-48f4de2a6738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7589 | 2025.01.29 21:11:21.780190 [ 263 ] {c00bce17-db6a-41f4-a146-48f4de2a6738} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7590 | 2025.01.29 21:11:21.780437 [ 263 ] {c00bce17-db6a-41f4-a146-48f4de2a6738} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7591 | 2025.01.29 21:11:21.780620 [ 263 ] {c00bce17-db6a-41f4-a146-48f4de2a6738} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001704 sec., 37558.68544600939 rows/sec., 2.62 MiB/sec. | ||
| 7592 | 2025.01.29 21:11:21.780676 [ 263 ] {c00bce17-db6a-41f4-a146-48f4de2a6738} <Debug> TCPHandler: Processed in 0.002044314 sec. | ||
| 7593 | 2025.01.29 21:11:21.780848 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7594 | 2025.01.29 21:11:21.780987 [ 260 ] {9009bd0a-8306-4330-bebb-3534a9116587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7595 | 2025.01.29 21:11:21.781050 [ 260 ] {9009bd0a-8306-4330-bebb-3534a9116587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7596 | 2025.01.29 21:11:21.781605 [ 260 ] {9009bd0a-8306-4330-bebb-3534a9116587} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7597 | 2025.01.29 21:11:21.781645 [ 260 ] {9009bd0a-8306-4330-bebb-3534a9116587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7598 | 2025.01.29 21:11:21.782026 [ 260 ] {9009bd0a-8306-4330-bebb-3534a9116587} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7599 | 2025.01.29 21:11:21.782264 [ 260 ] {9009bd0a-8306-4330-bebb-3534a9116587} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7600 | 2025.01.29 21:11:21.782496 [ 260 ] {9009bd0a-8306-4330-bebb-3534a9116587} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001539 sec., 15594.541910331383 rows/sec., 1.05 MiB/sec. | ||
| 7601 | 2025.01.29 21:11:21.782570 [ 260 ] {9009bd0a-8306-4330-bebb-3534a9116587} <Debug> TCPHandler: Processed in 0.001789662 sec. | ||
| 7602 | 2025.01.29 21:11:22.546781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17934 | ||
| 7603 | 2025.01.29 21:11:22.547441 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7604 | 2025.01.29 21:11:22.547502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7605 | 2025.01.29 21:11:22.548033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7606 | 2025.01.29 21:11:22.548313 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7607 | 2025.01.29 21:11:22.548580 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7608 | 2025.01.29 21:11:23.829218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7609 | 2025.01.29 21:11:23.851031 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7610 | 2025.01.29 21:11:23.851101 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7611 | 2025.01.29 21:11:23.859132 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7612 | 2025.01.29 21:11:23.859932 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7613 | 2025.01.29 21:11:23.863016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7614 | 2025.01.29 21:11:26.778126 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7615 | 2025.01.29 21:11:26.778349 [ 263 ] {e78912a0-129d-4fd7-a365-c3b2fbb3a176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7616 | 2025.01.29 21:11:26.778430 [ 263 ] {e78912a0-129d-4fd7-a365-c3b2fbb3a176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7617 | 2025.01.29 21:11:26.779218 [ 263 ] {e78912a0-129d-4fd7-a365-c3b2fbb3a176} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7618 | 2025.01.29 21:11:26.779266 [ 263 ] {e78912a0-129d-4fd7-a365-c3b2fbb3a176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7619 | 2025.01.29 21:11:26.779688 [ 263 ] {e78912a0-129d-4fd7-a365-c3b2fbb3a176} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7620 | 2025.01.29 21:11:26.779941 [ 263 ] {e78912a0-129d-4fd7-a365-c3b2fbb3a176} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7621 | 2025.01.29 21:11:26.780157 [ 77 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7622 | 2025.01.29 21:11:26.780215 [ 263 ] {e78912a0-129d-4fd7-a365-c3b2fbb3a176} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec. | ||
| 7623 | 2025.01.29 21:11:26.780294 [ 77 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7624 | 2025.01.29 21:11:26.780347 [ 263 ] {e78912a0-129d-4fd7-a365-c3b2fbb3a176} <Debug> TCPHandler: Processed in 0.002358258 sec. | ||
| 7625 | 2025.01.29 21:11:26.780373 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7626 | 2025.01.29 21:11:26.780593 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 7627 | 2025.01.29 21:11:26.780661 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7628 | 2025.01.29 21:11:26.780748 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7629 | 2025.01.29 21:11:26.780800 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1434 rows starting from the beginning of the part | ||
| 7630 | 2025.01.29 21:11:26.780864 [ 260 ] {b8ad0d35-2e98-40d1-916c-cbdd46c511d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7631 | 2025.01.29 21:11:26.780936 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 283 rows starting from the beginning of the part | ||
| 7632 | 2025.01.29 21:11:26.780981 [ 260 ] {b8ad0d35-2e98-40d1-916c-cbdd46c511d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7633 | 2025.01.29 21:11:26.781298 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7634 | 2025.01.29 21:11:26.781638 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1425 rows starting from the beginning of the part | ||
| 7635 | 2025.01.29 21:11:26.781806 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7636 | 2025.01.29 21:11:26.782001 [ 201 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part | ||
| 7637 | 2025.01.29 21:11:26.783017 [ 260 ] {b8ad0d35-2e98-40d1-916c-cbdd46c511d8} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7638 | 2025.01.29 21:11:26.783065 [ 260 ] {b8ad0d35-2e98-40d1-916c-cbdd46c511d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7639 | 2025.01.29 21:11:26.783661 [ 260 ] {b8ad0d35-2e98-40d1-916c-cbdd46c511d8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7640 | 2025.01.29 21:11:26.783931 [ 260 ] {b8ad0d35-2e98-40d1-916c-cbdd46c511d8} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7641 | 2025.01.29 21:11:26.784115 [ 77 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7642 | 2025.01.29 21:11:26.784160 [ 77 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2025.01.29 21:11:26.784198 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7644 | 2025.01.29 21:11:26.784221 [ 260 ] {b8ad0d35-2e98-40d1-916c-cbdd46c511d8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00342 sec., 18713.45029239766 rows/sec., 1.46 MiB/sec. | ||
| 7645 | 2025.01.29 21:11:26.784609 [ 260 ] {b8ad0d35-2e98-40d1-916c-cbdd46c511d8} <Debug> TCPHandler: Processed in 0.004092109 sec. | ||
| 7646 | 2025.01.29 21:11:26.784626 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 7647 | 2025.01.29 21:11:26.784966 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7648 | 2025.01.29 21:11:26.785193 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.004666676 sec., 709284.2957171228 rows/sec., 62.16 MiB/sec. | ||
| 7649 | 2025.01.29 21:11:26.785214 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7650 | 2025.01.29 21:11:26.785271 [ 263 ] {a5351caf-bc7d-47b6-bed3-0168ddd29751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7651 | 2025.01.29 21:11:26.785343 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 7652 | 2025.01.29 21:11:26.785425 [ 263 ] {a5351caf-bc7d-47b6-bed3-0168ddd29751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7653 | 2025.01.29 21:11:26.785722 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 422 rows starting from the beginning of the part | ||
| 7654 | 2025.01.29 21:11:26.785719 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7655 | 2025.01.29 21:11:26.786253 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7656 | 2025.01.29 21:11:26.786803 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 882 rows starting from the beginning of the part | ||
| 7657 | 2025.01.29 21:11:26.787119 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7658 | 2025.01.29 21:11:26.787205 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7659 | 2025.01.29 21:11:26.787478 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part | ||
| 7660 | 2025.01.29 21:11:26.787573 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_61_12} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7661 | 2025.01.29 21:11:26.788011 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 7662 | 2025.01.29 21:11:26.789357 [ 263 ] {a5351caf-bc7d-47b6-bed3-0168ddd29751} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7663 | 2025.01.29 21:11:26.789434 [ 263 ] {a5351caf-bc7d-47b6-bed3-0168ddd29751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7664 | 2025.01.29 21:11:26.790344 [ 263 ] {a5351caf-bc7d-47b6-bed3-0168ddd29751} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7665 | 2025.01.29 21:11:26.790666 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006392966 sec., 376976.8210874264 rows/sec., 28.91 MiB/sec. | ||
| 7666 | 2025.01.29 21:11:26.790847 [ 263 ] {a5351caf-bc7d-47b6-bed3-0168ddd29751} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7667 | 2025.01.29 21:11:26.790949 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7668 | 2025.01.29 21:11:26.791361 [ 263 ] {a5351caf-bc7d-47b6-bed3-0168ddd29751} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006108 sec., 26195.153896529144 rows/sec., 1.82 MiB/sec. | ||
| 7669 | 2025.01.29 21:11:26.791635 [ 263 ] {a5351caf-bc7d-47b6-bed3-0168ddd29751} <Debug> TCPHandler: Processed in 0.006887342 sec. | ||
| 7670 | 2025.01.29 21:11:26.791918 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7671 | 2025.01.29 21:11:26.792168 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7672 | 2025.01.29 21:11:26.792282 [ 260 ] {a09a9aca-a38e-4541-8fa1-ba3d86243a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7673 | 2025.01.29 21:11:26.792356 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_61_12} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7674 | 2025.01.29 21:11:26.792362 [ 260 ] {a09a9aca-a38e-4541-8fa1-ba3d86243a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7675 | 2025.01.29 21:11:26.792466 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7676 | 2025.01.29 21:11:26.792939 [ 260 ] {a09a9aca-a38e-4541-8fa1-ba3d86243a8f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7677 | 2025.01.29 21:11:26.792979 [ 260 ] {a09a9aca-a38e-4541-8fa1-ba3d86243a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7678 | 2025.01.29 21:11:26.793360 [ 260 ] {a09a9aca-a38e-4541-8fa1-ba3d86243a8f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7679 | 2025.01.29 21:11:26.793608 [ 260 ] {a09a9aca-a38e-4541-8fa1-ba3d86243a8f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7680 | 2025.01.29 21:11:26.793825 [ 260 ] {a09a9aca-a38e-4541-8fa1-ba3d86243a8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001656 sec., 36231.884057971016 rows/sec., 2.44 MiB/sec. | ||
| 7681 | 2025.01.29 21:11:26.793879 [ 260 ] {a09a9aca-a38e-4541-8fa1-ba3d86243a8f} <Debug> TCPHandler: Processed in 0.002123275 sec. | ||
| 7682 | 2025.01.29 21:11:29.901863 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7683 | 2025.01.29 21:11:29.901945 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7684 | 2025.01.29 21:11:30.048803 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18422 | ||
| 7685 | 2025.01.29 21:11:30.049598 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2025.01.29 21:11:30.049676 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7687 | 2025.01.29 21:11:30.050205 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7688 | 2025.01.29 21:11:30.050464 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2025.01.29 21:11:30.050731 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18422 | ||
| 7690 | 2025.01.29 21:11:30.130177 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1058 | ||
| 7691 | 2025.01.29 21:11:30.132826 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7692 | 2025.01.29 21:11:30.132876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7693 | 2025.01.29 21:11:30.134296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7694 | 2025.01.29 21:11:30.134607 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7695 | 2025.01.29 21:11:30.135491 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1058 | ||
| 7696 | 2025.01.29 21:11:30.275665 [ 70 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7697 | 2025.01.29 21:11:30.275740 [ 70 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7698 | 2025.01.29 21:11:30.275765 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7699 | 2025.01.29 21:11:30.275933 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 7700 | 2025.01.29 21:11:30.276107 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7701 | 2025.01.29 21:11:30.276148 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 7702 | 2025.01.29 21:11:30.276234 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 7703 | 2025.01.29 21:11:30.276515 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 7704 | 2025.01.29 21:11:30.276661 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 7705 | 2025.01.29 21:11:30.276917 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 7706 | 2025.01.29 21:11:30.278130 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002283067 sec., 63073.05041858167 rows/sec., 3.22 MiB/sec. | ||
| 7707 | 2025.01.29 21:11:30.278289 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7708 | 2025.01.29 21:11:30.278591 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_24_5} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2025.01.29 21:11:30.278687 [ 187 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_24_5} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7710 | 2025.01.29 21:11:30.278770 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7711 | 2025.01.29 21:11:30.787716 [ 70 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7712 | 2025.01.29 21:11:30.787805 [ 70 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7713 | 2025.01.29 21:11:30.787847 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7714 | 2025.01.29 21:11:30.788044 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 7715 | 2025.01.29 21:11:30.788240 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7716 | 2025.01.29 21:11:30.788286 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 21 rows starting from the beginning of the part | ||
| 7717 | 2025.01.29 21:11:30.788382 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7718 | 2025.01.29 21:11:30.788707 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7719 | 2025.01.29 21:11:30.788935 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7720 | 2025.01.29 21:11:30.789172 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7721 | 2025.01.29 21:11:30.790450 [ 187 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.002503279 sec., 9986.90118041177 rows/sec., 671.39 KiB/sec. | ||
| 7722 | 2025.01.29 21:11:30.790596 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7723 | 2025.01.29 21:11:30.790888 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7724 | 2025.01.29 21:11:30.790972 [ 191 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_24_5} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7725 | 2025.01.29 21:11:30.791050 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7726 | 2025.01.29 21:11:31.363183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7727 | 2025.01.29 21:11:31.384661 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7728 | 2025.01.29 21:11:31.384712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7729 | 2025.01.29 21:11:31.392310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7730 | 2025.01.29 21:11:31.393083 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7731 | 2025.01.29 21:11:31.396007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7732 | 2025.01.29 21:11:31.567573 [ 68 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7733 | 2025.01.29 21:11:31.567645 [ 68 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7734 | 2025.01.29 21:11:31.567673 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7735 | 2025.01.29 21:11:31.567857 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 7736 | 2025.01.29 21:11:31.568091 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7737 | 2025.01.29 21:11:31.568128 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 7738 | 2025.01.29 21:11:31.568212 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 7739 | 2025.01.29 21:11:31.568492 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 7740 | 2025.01.29 21:11:31.568642 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 7741 | 2025.01.29 21:11:31.568788 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 7742 | 2025.01.29 21:11:31.569978 [ 187 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002239077 sec., 337192.51280773286 rows/sec., 24.14 MiB/sec. | ||
| 7743 | 2025.01.29 21:11:31.570215 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7744 | 2025.01.29 21:11:31.570644 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_24_5} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7745 | 2025.01.29 21:11:31.570753 [ 194 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_24_5} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7746 | 2025.01.29 21:11:31.570867 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7747 | 2025.01.29 21:11:31.785404 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7748 | 2025.01.29 21:11:31.785693 [ 263 ] {b8d97931-2fc9-4167-9c37-d97700819cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7749 | 2025.01.29 21:11:31.785818 [ 263 ] {b8d97931-2fc9-4167-9c37-d97700819cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7750 | 2025.01.29 21:11:31.786535 [ 263 ] {b8d97931-2fc9-4167-9c37-d97700819cef} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2025.01.29 21:11:31.786577 [ 263 ] {b8d97931-2fc9-4167-9c37-d97700819cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7752 | 2025.01.29 21:11:31.786973 [ 263 ] {b8d97931-2fc9-4167-9c37-d97700819cef} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7753 | 2025.01.29 21:11:31.787228 [ 263 ] {b8d97931-2fc9-4167-9c37-d97700819cef} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2025.01.29 21:11:31.787370 [ 68 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7755 | 2025.01.29 21:11:31.787408 [ 68 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7756 | 2025.01.29 21:11:31.787435 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7757 | 2025.01.29 21:11:31.787437 [ 263 ] {b8d97931-2fc9-4167-9c37-d97700819cef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec. | ||
| 7758 | 2025.01.29 21:11:31.787697 [ 263 ] {b8d97931-2fc9-4167-9c37-d97700819cef} <Debug> TCPHandler: Processed in 0.002470999 sec. | ||
| 7759 | 2025.01.29 21:11:31.787766 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 7760 | 2025.01.29 21:11:31.788251 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7761 | 2025.01.29 21:11:31.788251 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7762 | 2025.01.29 21:11:31.788293 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 7763 | 2025.01.29 21:11:31.788551 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 7764 | 2025.01.29 21:11:31.788683 [ 260 ] {c1b05d4f-c04b-41e4-a58d-6681c13a7ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7765 | 2025.01.29 21:11:31.788884 [ 260 ] {c1b05d4f-c04b-41e4-a58d-6681c13a7ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7766 | 2025.01.29 21:11:31.788895 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 7767 | 2025.01.29 21:11:31.789243 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 7768 | 2025.01.29 21:11:31.789536 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 7769 | 2025.01.29 21:11:31.791788 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004287821 sec., 16325.308355922507 rows/sec., 1.21 MiB/sec. | ||
| 7770 | 2025.01.29 21:11:31.791981 [ 260 ] {c1b05d4f-c04b-41e4-a58d-6681c13a7ecf} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7771 | 2025.01.29 21:11:31.792032 [ 187 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7772 | 2025.01.29 21:11:31.792042 [ 260 ] {c1b05d4f-c04b-41e4-a58d-6681c13a7ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7773 | 2025.01.29 21:11:31.792623 [ 187 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_25_6} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7774 | 2025.01.29 21:11:31.792842 [ 187 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_25_6} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7775 | 2025.01.29 21:11:31.792900 [ 260 ] {c1b05d4f-c04b-41e4-a58d-6681c13a7ecf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7776 | 2025.01.29 21:11:31.792979 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7777 | 2025.01.29 21:11:31.793225 [ 260 ] {c1b05d4f-c04b-41e4-a58d-6681c13a7ecf} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7778 | 2025.01.29 21:11:31.793472 [ 260 ] {c1b05d4f-c04b-41e4-a58d-6681c13a7ecf} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.004936 sec., 57333.87358184765 rows/sec., 5.07 MiB/sec. | ||
| 7779 | 2025.01.29 21:11:31.793544 [ 260 ] {c1b05d4f-c04b-41e4-a58d-6681c13a7ecf} <Debug> TCPHandler: Processed in 0.005667968 sec. | ||
| 7780 | 2025.01.29 21:11:31.793755 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7781 | 2025.01.29 21:11:31.793903 [ 263 ] {7a882a2a-4599-4157-b22b-3c1a771a1d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7782 | 2025.01.29 21:11:31.793965 [ 263 ] {7a882a2a-4599-4157-b22b-3c1a771a1d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7783 | 2025.01.29 21:11:31.794694 [ 263 ] {7a882a2a-4599-4157-b22b-3c1a771a1d89} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2025.01.29 21:11:31.794733 [ 263 ] {7a882a2a-4599-4157-b22b-3c1a771a1d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7785 | 2025.01.29 21:11:31.795096 [ 263 ] {7a882a2a-4599-4157-b22b-3c1a771a1d89} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7786 | 2025.01.29 21:11:31.795337 [ 263 ] {7a882a2a-4599-4157-b22b-3c1a771a1d89} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7787 | 2025.01.29 21:11:31.795534 [ 263 ] {7a882a2a-4599-4157-b22b-3c1a771a1d89} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001665 sec., 28228.22822822823 rows/sec., 2.03 MiB/sec. | ||
| 7788 | 2025.01.29 21:11:31.795658 [ 263 ] {7a882a2a-4599-4157-b22b-3c1a771a1d89} <Debug> TCPHandler: Processed in 0.001970684 sec. | ||
| 7789 | 2025.01.29 21:11:31.795832 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7790 | 2025.01.29 21:11:31.795978 [ 260 ] {e3748004-e394-4a1e-af16-3a494c368b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7791 | 2025.01.29 21:11:31.796041 [ 260 ] {e3748004-e394-4a1e-af16-3a494c368b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7792 | 2025.01.29 21:11:31.796734 [ 260 ] {e3748004-e394-4a1e-af16-3a494c368b6a} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7793 | 2025.01.29 21:11:31.796775 [ 260 ] {e3748004-e394-4a1e-af16-3a494c368b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7794 | 2025.01.29 21:11:31.797143 [ 260 ] {e3748004-e394-4a1e-af16-3a494c368b6a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7795 | 2025.01.29 21:11:31.797382 [ 260 ] {e3748004-e394-4a1e-af16-3a494c368b6a} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7796 | 2025.01.29 21:11:31.797594 [ 260 ] {e3748004-e394-4a1e-af16-3a494c368b6a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001653 sec., 8469.449485783425 rows/sec., 593.15 KiB/sec. | ||
| 7797 | 2025.01.29 21:11:31.797652 [ 260 ] {e3748004-e394-4a1e-af16-3a494c368b6a} <Debug> TCPHandler: Processed in 0.001889022 sec. | ||
| 7798 | 2025.01.29 21:11:31.797813 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7799 | 2025.01.29 21:11:31.797953 [ 263 ] {ad6929f2-077e-4bba-a853-4329c5ee02f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7800 | 2025.01.29 21:11:31.798010 [ 263 ] {ad6929f2-077e-4bba-a853-4329c5ee02f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7801 | 2025.01.29 21:11:31.798706 [ 263 ] {ad6929f2-077e-4bba-a853-4329c5ee02f0} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2025.01.29 21:11:31.798742 [ 263 ] {ad6929f2-077e-4bba-a853-4329c5ee02f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7803 | 2025.01.29 21:11:31.799093 [ 263 ] {ad6929f2-077e-4bba-a853-4329c5ee02f0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7804 | 2025.01.29 21:11:31.799340 [ 263 ] {ad6929f2-077e-4bba-a853-4329c5ee02f0} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7805 | 2025.01.29 21:11:31.799463 [ 68 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7806 | 2025.01.29 21:11:31.799498 [ 68 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7807 | 2025.01.29 21:11:31.799521 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7808 | 2025.01.29 21:11:31.799532 [ 263 ] {ad6929f2-077e-4bba-a853-4329c5ee02f0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec. | ||
| 7809 | 2025.01.29 21:11:31.799775 [ 263 ] {ad6929f2-077e-4bba-a853-4329c5ee02f0} <Debug> TCPHandler: Processed in 0.002032534 sec. | ||
| 7810 | 2025.01.29 21:11:31.799808 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 7811 | 2025.01.29 21:11:31.800146 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7812 | 2025.01.29 21:11:31.800383 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7813 | 2025.01.29 21:11:31.800521 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 7814 | 2025.01.29 21:11:31.800600 [ 260 ] {cfa89254-227a-4c8a-8c32-38031957fe1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7815 | 2025.01.29 21:11:31.800738 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 7816 | 2025.01.29 21:11:31.800805 [ 260 ] {cfa89254-227a-4c8a-8c32-38031957fe1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7817 | 2025.01.29 21:11:31.801111 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 7818 | 2025.01.29 21:11:31.801509 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 7819 | 2025.01.29 21:11:31.801831 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 7820 | 2025.01.29 21:11:31.803961 [ 260 ] {cfa89254-227a-4c8a-8c32-38031957fe1e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7821 | 2025.01.29 21:11:31.804023 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004451234 sec., 14602.692197264849 rows/sec., 967.52 KiB/sec. | ||
| 7822 | 2025.01.29 21:11:31.804033 [ 260 ] {cfa89254-227a-4c8a-8c32-38031957fe1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7823 | 2025.01.29 21:11:31.804196 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7824 | 2025.01.29 21:11:31.804733 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_25_6} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7825 | 2025.01.29 21:11:31.804778 [ 260 ] {cfa89254-227a-4c8a-8c32-38031957fe1e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7826 | 2025.01.29 21:11:31.804874 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_25_6} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7827 | 2025.01.29 21:11:31.805009 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7828 | 2025.01.29 21:11:31.805178 [ 260 ] {cfa89254-227a-4c8a-8c32-38031957fe1e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7829 | 2025.01.29 21:11:31.805411 [ 260 ] {cfa89254-227a-4c8a-8c32-38031957fe1e} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.004922 sec., 85737.50507923609 rows/sec., 6.13 MiB/sec. | ||
| 7830 | 2025.01.29 21:11:31.805474 [ 260 ] {cfa89254-227a-4c8a-8c32-38031957fe1e} <Debug> TCPHandler: Processed in 0.005604287 sec. | ||
| 7831 | 2025.01.29 21:11:31.805672 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7832 | 2025.01.29 21:11:31.805798 [ 263 ] {e5c49257-81f5-4243-8df3-f2f94de0e9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7833 | 2025.01.29 21:11:31.805851 [ 263 ] {e5c49257-81f5-4243-8df3-f2f94de0e9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7834 | 2025.01.29 21:11:31.806352 [ 263 ] {e5c49257-81f5-4243-8df3-f2f94de0e9ee} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7835 | 2025.01.29 21:11:31.806391 [ 263 ] {e5c49257-81f5-4243-8df3-f2f94de0e9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7836 | 2025.01.29 21:11:31.806749 [ 263 ] {e5c49257-81f5-4243-8df3-f2f94de0e9ee} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7837 | 2025.01.29 21:11:31.806994 [ 263 ] {e5c49257-81f5-4243-8df3-f2f94de0e9ee} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7838 | 2025.01.29 21:11:31.807215 [ 263 ] {e5c49257-81f5-4243-8df3-f2f94de0e9ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec. | ||
| 7839 | 2025.01.29 21:11:31.807266 [ 263 ] {e5c49257-81f5-4243-8df3-f2f94de0e9ee} <Debug> TCPHandler: Processed in 0.00166962 sec. | ||
| 7840 | 2025.01.29 21:11:31.807413 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7841 | 2025.01.29 21:11:31.807529 [ 260 ] {322ccf1d-a9f0-4ff5-958b-d8b483d8da50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7842 | 2025.01.29 21:11:31.807581 [ 260 ] {322ccf1d-a9f0-4ff5-958b-d8b483d8da50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7843 | 2025.01.29 21:11:31.808169 [ 260 ] {322ccf1d-a9f0-4ff5-958b-d8b483d8da50} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7844 | 2025.01.29 21:11:31.808210 [ 260 ] {322ccf1d-a9f0-4ff5-958b-d8b483d8da50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7845 | 2025.01.29 21:11:31.808604 [ 260 ] {322ccf1d-a9f0-4ff5-958b-d8b483d8da50} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7846 | 2025.01.29 21:11:31.808850 [ 260 ] {322ccf1d-a9f0-4ff5-958b-d8b483d8da50} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7847 | 2025.01.29 21:11:31.809057 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7848 | 2025.01.29 21:11:31.809104 [ 260 ] {322ccf1d-a9f0-4ff5-958b-d8b483d8da50} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec. | ||
| 7849 | 2025.01.29 21:11:31.809168 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7850 | 2025.01.29 21:11:31.809224 [ 260 ] {322ccf1d-a9f0-4ff5-958b-d8b483d8da50} <Debug> TCPHandler: Processed in 0.001864363 sec. | ||
| 7851 | 2025.01.29 21:11:31.809253 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7852 | 2025.01.29 21:11:31.809412 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7853 | 2025.01.29 21:11:31.809502 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 7854 | 2025.01.29 21:11:31.809638 [ 263 ] {4a9b4a87-4371-4ab9-9f58-5a0e0f81386d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7855 | 2025.01.29 21:11:31.809772 [ 263 ] {4a9b4a87-4371-4ab9-9f58-5a0e0f81386d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7856 | 2025.01.29 21:11:31.809922 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7857 | 2025.01.29 21:11:31.810016 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15614 rows starting from the beginning of the part | ||
| 7858 | 2025.01.29 21:11:31.810368 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 7859 | 2025.01.29 21:11:31.810741 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 895 rows starting from the beginning of the part | ||
| 7860 | 2025.01.29 21:11:31.811035 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part | ||
| 7861 | 2025.01.29 21:11:31.811313 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 7862 | 2025.01.29 21:11:31.811456 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 7863 | 2025.01.29 21:11:31.812085 [ 263 ] {4a9b4a87-4371-4ab9-9f58-5a0e0f81386d} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7864 | 2025.01.29 21:11:31.812128 [ 263 ] {4a9b4a87-4371-4ab9-9f58-5a0e0f81386d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7865 | 2025.01.29 21:11:31.812617 [ 263 ] {4a9b4a87-4371-4ab9-9f58-5a0e0f81386d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7866 | 2025.01.29 21:11:31.812947 [ 263 ] {4a9b4a87-4371-4ab9-9f58-5a0e0f81386d} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7867 | 2025.01.29 21:11:31.813260 [ 263 ] {4a9b4a87-4371-4ab9-9f58-5a0e0f81386d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003685 sec., 271.37042062415196 rows/sec., 18.29 KiB/sec. | ||
| 7868 | 2025.01.29 21:11:31.813627 [ 263 ] {4a9b4a87-4371-4ab9-9f58-5a0e0f81386d} <Debug> TCPHandler: Processed in 0.004297091 sec. | ||
| 7869 | 2025.01.29 21:11:31.814196 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2025.01.29 21:11:31.814482 [ 260 ] {1719dbee-e731-4e6c-843f-fc65826c05fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7871 | 2025.01.29 21:11:31.814627 [ 260 ] {1719dbee-e731-4e6c-843f-fc65826c05fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7872 | 2025.01.29 21:11:31.816416 [ 260 ] {1719dbee-e731-4e6c-843f-fc65826c05fd} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2025.01.29 21:11:31.816456 [ 260 ] {1719dbee-e731-4e6c-843f-fc65826c05fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7874 | 2025.01.29 21:11:31.817597 [ 260 ] {1719dbee-e731-4e6c-843f-fc65826c05fd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7875 | 2025.01.29 21:11:31.817977 [ 260 ] {1719dbee-e731-4e6c-843f-fc65826c05fd} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.01.29 21:11:31.818609 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17130 rows, containing 5 columns (5 merged, 0 gathered) in 0.00923437 sec., 1855026.3851242694 rows/sec., 125.18 MiB/sec. | ||
| 7877 | 2025.01.29 21:11:31.818687 [ 260 ] {1719dbee-e731-4e6c-843f-fc65826c05fd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004295 sec., 9313.154831199068 rows/sec., 16.69 MiB/sec. | ||
| 7878 | 2025.01.29 21:11:31.818915 [ 260 ] {1719dbee-e731-4e6c-843f-fc65826c05fd} <Debug> TCPHandler: Processed in 0.005181082 sec. | ||
| 7879 | 2025.01.29 21:11:31.818985 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7880 | 2025.01.29 21:11:31.819154 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7881 | 2025.01.29 21:11:31.819346 [ 263 ] {5fb0a892-3f14-4c1e-a07d-6f8b62867f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7882 | 2025.01.29 21:11:31.819433 [ 263 ] {5fb0a892-3f14-4c1e-a07d-6f8b62867f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7883 | 2025.01.29 21:11:31.819604 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2025.01.29 21:11:31.819864 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7885 | 2025.01.29 21:11:31.820042 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 7886 | 2025.01.29 21:11:31.820336 [ 263 ] {5fb0a892-3f14-4c1e-a07d-6f8b62867f4c} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7887 | 2025.01.29 21:11:31.820380 [ 263 ] {5fb0a892-3f14-4c1e-a07d-6f8b62867f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7888 | 2025.01.29 21:11:31.820754 [ 263 ] {5fb0a892-3f14-4c1e-a07d-6f8b62867f4c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7889 | 2025.01.29 21:11:31.820989 [ 263 ] {5fb0a892-3f14-4c1e-a07d-6f8b62867f4c} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7890 | 2025.01.29 21:11:31.821167 [ 66 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7891 | 2025.01.29 21:11:31.821238 [ 66 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2025.01.29 21:11:31.821243 [ 263 ] {5fb0a892-3f14-4c1e-a07d-6f8b62867f4c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001943 sec., 42202.779207411215 rows/sec., 2.68 MiB/sec. | ||
| 7893 | 2025.01.29 21:11:31.821282 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7894 | 2025.01.29 21:11:31.821415 [ 263 ] {5fb0a892-3f14-4c1e-a07d-6f8b62867f4c} <Debug> TCPHandler: Processed in 0.002389678 sec. | ||
| 7895 | 2025.01.29 21:11:31.821543 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 7896 | 2025.01.29 21:11:31.821661 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7897 | 2025.01.29 21:11:31.821698 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3194 rows starting from the beginning of the part | ||
| 7898 | 2025.01.29 21:11:31.821828 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 7899 | 2025.01.29 21:11:31.822028 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 58 rows starting from the beginning of the part | ||
| 7900 | 2025.01.29 21:11:31.822214 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part | ||
| 7901 | 2025.01.29 21:11:31.822378 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 7902 | 2025.01.29 21:11:31.822541 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 7903 | 2025.01.29 21:11:31.824195 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3478 rows, containing 4 columns (4 merged, 0 gathered) in 0.002766493 sec., 1257187.3487480357 rows/sec., 81.81 MiB/sec. | ||
| 7904 | 2025.01.29 21:11:31.824489 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7905 | 2025.01.29 21:11:31.824761 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7906 | 2025.01.29 21:11:31.824831 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_61_12} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7907 | 2025.01.29 21:11:31.824901 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 7908 | 2025.01.29 21:11:36.779465 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7909 | 2025.01.29 21:11:36.779789 [ 263 ] {b3c07a34-1a19-4dda-b871-c1b9a9ed18c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7910 | 2025.01.29 21:11:36.779919 [ 263 ] {b3c07a34-1a19-4dda-b871-c1b9a9ed18c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7911 | 2025.01.29 21:11:36.780736 [ 263 ] {b3c07a34-1a19-4dda-b871-c1b9a9ed18c4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7912 | 2025.01.29 21:11:36.780778 [ 263 ] {b3c07a34-1a19-4dda-b871-c1b9a9ed18c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7913 | 2025.01.29 21:11:36.781216 [ 263 ] {b3c07a34-1a19-4dda-b871-c1b9a9ed18c4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7914 | 2025.01.29 21:11:36.781469 [ 263 ] {b3c07a34-1a19-4dda-b871-c1b9a9ed18c4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7915 | 2025.01.29 21:11:36.781697 [ 263 ] {b3c07a34-1a19-4dda-b871-c1b9a9ed18c4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001993 sec., 28098.344204716508 rows/sec., 2.16 MiB/sec. | ||
| 7916 | 2025.01.29 21:11:36.781757 [ 263 ] {b3c07a34-1a19-4dda-b871-c1b9a9ed18c4} <Debug> TCPHandler: Processed in 0.002475719 sec. | ||
| 7917 | 2025.01.29 21:11:36.782088 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7918 | 2025.01.29 21:11:36.782391 [ 260 ] {55a3dd6f-33ef-4b28-93d0-b3cb6ca16b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7919 | 2025.01.29 21:11:36.782508 [ 260 ] {55a3dd6f-33ef-4b28-93d0-b3cb6ca16b16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7920 | 2025.01.29 21:11:36.783438 [ 260 ] {55a3dd6f-33ef-4b28-93d0-b3cb6ca16b16} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7921 | 2025.01.29 21:11:36.783485 [ 260 ] {55a3dd6f-33ef-4b28-93d0-b3cb6ca16b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7922 | 2025.01.29 21:11:36.783910 [ 260 ] {55a3dd6f-33ef-4b28-93d0-b3cb6ca16b16} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7923 | 2025.01.29 21:11:36.784162 [ 260 ] {55a3dd6f-33ef-4b28-93d0-b3cb6ca16b16} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7924 | 2025.01.29 21:11:36.784402 [ 260 ] {55a3dd6f-33ef-4b28-93d0-b3cb6ca16b16} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002096 sec., 30534.351145038167 rows/sec., 2.38 MiB/sec. | ||
| 7925 | 2025.01.29 21:11:36.784473 [ 260 ] {55a3dd6f-33ef-4b28-93d0-b3cb6ca16b16} <Debug> TCPHandler: Processed in 0.002573281 sec. | ||
| 7926 | 2025.01.29 21:11:36.784712 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7927 | 2025.01.29 21:11:36.784892 [ 263 ] {bd3c6df6-1ce0-4ab3-b0fa-bb2f355aaee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7928 | 2025.01.29 21:11:36.784948 [ 263 ] {bd3c6df6-1ce0-4ab3-b0fa-bb2f355aaee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7929 | 2025.01.29 21:11:36.785542 [ 263 ] {bd3c6df6-1ce0-4ab3-b0fa-bb2f355aaee3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7930 | 2025.01.29 21:11:36.785582 [ 263 ] {bd3c6df6-1ce0-4ab3-b0fa-bb2f355aaee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7931 | 2025.01.29 21:11:36.785977 [ 263 ] {bd3c6df6-1ce0-4ab3-b0fa-bb2f355aaee3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7932 | 2025.01.29 21:11:36.786219 [ 263 ] {bd3c6df6-1ce0-4ab3-b0fa-bb2f355aaee3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7933 | 2025.01.29 21:11:36.786489 [ 263 ] {bd3c6df6-1ce0-4ab3-b0fa-bb2f355aaee3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 7934 | 2025.01.29 21:11:36.786607 [ 263 ] {bd3c6df6-1ce0-4ab3-b0fa-bb2f355aaee3} <Debug> TCPHandler: Processed in 0.002034544 sec. | ||
| 7935 | 2025.01.29 21:11:36.786867 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7936 | 2025.01.29 21:11:36.787030 [ 260 ] {16237754-57d5-421e-a168-a127ca8673f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7937 | 2025.01.29 21:11:36.787090 [ 260 ] {16237754-57d5-421e-a168-a127ca8673f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7938 | 2025.01.29 21:11:36.787691 [ 260 ] {16237754-57d5-421e-a168-a127ca8673f4} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7939 | 2025.01.29 21:11:36.787740 [ 260 ] {16237754-57d5-421e-a168-a127ca8673f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7940 | 2025.01.29 21:11:36.788138 [ 260 ] {16237754-57d5-421e-a168-a127ca8673f4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7941 | 2025.01.29 21:11:36.788374 [ 260 ] {16237754-57d5-421e-a168-a127ca8673f4} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7942 | 2025.01.29 21:11:36.788593 [ 260 ] {16237754-57d5-421e-a168-a127ca8673f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec. | ||
| 7943 | 2025.01.29 21:11:36.788659 [ 260 ] {16237754-57d5-421e-a168-a127ca8673f4} <Debug> TCPHandler: Processed in 0.001942223 sec. | ||
| 7944 | 2025.01.29 21:11:37.550975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18849 | ||
| 7945 | 2025.01.29 21:11:37.551635 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2025.01.29 21:11:37.551696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7947 | 2025.01.29 21:11:37.552264 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7948 | 2025.01.29 21:11:37.552530 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2025.01.29 21:11:37.552744 [ 62 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7950 | 2025.01.29 21:11:37.552811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7951 | 2025.01.29 21:11:37.552855 [ 62 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2025.01.29 21:11:37.552885 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7953 | 2025.01.29 21:11:37.553040 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 7954 | 2025.01.29 21:11:37.553180 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7955 | 2025.01.29 21:11:37.553220 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 7956 | 2025.01.29 21:11:37.553306 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 7957 | 2025.01.29 21:11:37.553526 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 7958 | 2025.01.29 21:11:37.553718 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 7959 | 2025.01.29 21:11:37.553831 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 7960 | 2025.01.29 21:11:37.553942 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 7961 | 2025.01.29 21:11:37.556925 [ 190 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003966607 sec., 4751920.217959582 rows/sec., 67.98 MiB/sec. | ||
| 7962 | 2025.01.29 21:11:37.557188 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7963 | 2025.01.29 21:11:37.557535 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_41_8} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7964 | 2025.01.29 21:11:37.557626 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_41_8} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7965 | 2025.01.29 21:11:37.557725 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7966 | 2025.01.29 21:11:38.896171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7967 | 2025.01.29 21:11:38.918104 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7968 | 2025.01.29 21:11:38.918162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7969 | 2025.01.29 21:11:38.925792 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7970 | 2025.01.29 21:11:38.926605 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2025.01.29 21:11:38.926994 [ 60 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7972 | 2025.01.29 21:11:38.927114 [ 60 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7973 | 2025.01.29 21:11:38.927181 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7974 | 2025.01.29 21:11:38.927674 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7975 | 2025.01.29 21:11:38.938386 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7976 | 2025.01.29 21:11:38.939385 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7977 | 2025.01.29 21:11:38.940331 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7978 | 2025.01.29 21:11:38.944968 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7979 | 2025.01.29 21:11:38.949781 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7980 | 2025.01.29 21:11:38.954832 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7981 | 2025.01.29 21:11:38.960180 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7982 | 2025.01.29 21:11:38.964693 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 7983 | 2025.01.29 21:11:39.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.23 MiB, peak 225.23 MiB, free memory in arenas 0.00 B, will set to 217.16 MiB (RSS), difference: -8.07 MiB | ||
| 7984 | 2025.01.29 21:11:39.025275 [ 196 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.097960351 sec., 3154.337411469667 rows/sec., 16.31 MiB/sec. | ||
| 7985 | 2025.01.29 21:11:39.028337 [ 196 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7986 | 2025.01.29 21:11:39.031470 [ 196 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_41_8} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7987 | 2025.01.29 21:11:39.031604 [ 196 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_41_8} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7988 | 2025.01.29 21:11:39.034053 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7989 | 2025.01.29 21:11:40.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.75 MiB, peak 225.23 MiB, free memory in arenas 0.00 B, will set to 218.57 MiB (RSS), difference: 10.83 MiB | ||
| 7990 | 2025.01.29 21:11:40.135771 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1088 | ||
| 7991 | 2025.01.29 21:11:40.138842 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7992 | 2025.01.29 21:11:40.138886 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 7993 | 2025.01.29 21:11:40.140330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7994 | 2025.01.29 21:11:40.140636 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7995 | 2025.01.29 21:11:40.141799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1088 | ||
| 7996 | 2025.01.29 21:11:41.785443 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7997 | 2025.01.29 21:11:41.785673 [ 263 ] {a347bd93-28db-4fff-8c22-07d2f8121b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7998 | 2025.01.29 21:11:41.785756 [ 263 ] {a347bd93-28db-4fff-8c22-07d2f8121b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7999 | 2025.01.29 21:11:41.786565 [ 263 ] {a347bd93-28db-4fff-8c22-07d2f8121b1d} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8000 | 2025.01.29 21:11:41.786614 [ 263 ] {a347bd93-28db-4fff-8c22-07d2f8121b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8001 | 2025.01.29 21:11:41.787043 [ 263 ] {a347bd93-28db-4fff-8c22-07d2f8121b1d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8002 | 2025.01.29 21:11:41.787299 [ 263 ] {a347bd93-28db-4fff-8c22-07d2f8121b1d} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): 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.29 21:11:41.787539 [ 263 ] {a347bd93-28db-4fff-8c22-07d2f8121b1d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec. | ||
| 8004 | 2025.01.29 21:11:41.787606 [ 263 ] {a347bd93-28db-4fff-8c22-07d2f8121b1d} <Debug> TCPHandler: Processed in 0.002299148 sec. | ||
| 8005 | 2025.01.29 21:11:41.787891 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8006 | 2025.01.29 21:11:41.788109 [ 260 ] {d045a75b-32b5-48ae-a82d-cb7f689b8862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8007 | 2025.01.29 21:11:41.788196 [ 260 ] {d045a75b-32b5-48ae-a82d-cb7f689b8862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8008 | 2025.01.29 21:11:41.789267 [ 260 ] {d045a75b-32b5-48ae-a82d-cb7f689b8862} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8009 | 2025.01.29 21:11:41.789316 [ 260 ] {d045a75b-32b5-48ae-a82d-cb7f689b8862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8010 | 2025.01.29 21:11:41.789791 [ 260 ] {d045a75b-32b5-48ae-a82d-cb7f689b8862} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8011 | 2025.01.29 21:11:41.790074 [ 260 ] {d045a75b-32b5-48ae-a82d-cb7f689b8862} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8012 | 2025.01.29 21:11:41.790313 [ 260 ] {d045a75b-32b5-48ae-a82d-cb7f689b8862} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002265 sec., 124944.8123620309 rows/sec., 11.04 MiB/sec. | ||
| 8013 | 2025.01.29 21:11:41.790384 [ 260 ] {d045a75b-32b5-48ae-a82d-cb7f689b8862} <Debug> TCPHandler: Processed in 0.002641972 sec. | ||
| 8014 | 2025.01.29 21:11:41.790547 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8015 | 2025.01.29 21:11:41.790674 [ 263 ] {865a80a7-af8b-472e-99cc-c09d4661194c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8016 | 2025.01.29 21:11:41.790727 [ 263 ] {865a80a7-af8b-472e-99cc-c09d4661194c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8017 | 2025.01.29 21:11:41.791357 [ 263 ] {865a80a7-af8b-472e-99cc-c09d4661194c} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8018 | 2025.01.29 21:11:41.791399 [ 263 ] {865a80a7-af8b-472e-99cc-c09d4661194c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8019 | 2025.01.29 21:11:41.791781 [ 263 ] {865a80a7-af8b-472e-99cc-c09d4661194c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8020 | 2025.01.29 21:11:41.792026 [ 263 ] {865a80a7-af8b-472e-99cc-c09d4661194c} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8021 | 2025.01.29 21:11:41.792260 [ 263 ] {865a80a7-af8b-472e-99cc-c09d4661194c} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001613 sec., 29138.251704897706 rows/sec., 2.10 MiB/sec. | ||
| 8022 | 2025.01.29 21:11:41.792384 [ 263 ] {865a80a7-af8b-472e-99cc-c09d4661194c} <Debug> TCPHandler: Processed in 0.001894753 sec. | ||
| 8023 | 2025.01.29 21:11:41.792565 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8024 | 2025.01.29 21:11:41.792711 [ 260 ] {038a97c9-b52c-490a-8d7f-489d44a084eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8025 | 2025.01.29 21:11:41.792776 [ 260 ] {038a97c9-b52c-490a-8d7f-489d44a084eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8026 | 2025.01.29 21:11:41.793411 [ 260 ] {038a97c9-b52c-490a-8d7f-489d44a084eb} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8027 | 2025.01.29 21:11:41.793453 [ 260 ] {038a97c9-b52c-490a-8d7f-489d44a084eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8028 | 2025.01.29 21:11:41.793825 [ 260 ] {038a97c9-b52c-490a-8d7f-489d44a084eb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8029 | 2025.01.29 21:11:41.794077 [ 260 ] {038a97c9-b52c-490a-8d7f-489d44a084eb} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8030 | 2025.01.29 21:11:41.794305 [ 260 ] {038a97c9-b52c-490a-8d7f-489d44a084eb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec. | ||
| 8031 | 2025.01.29 21:11:41.794449 [ 260 ] {038a97c9-b52c-490a-8d7f-489d44a084eb} <Debug> TCPHandler: Processed in 0.001967853 sec. | ||
| 8032 | 2025.01.29 21:11:41.794605 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8033 | 2025.01.29 21:11:41.794728 [ 263 ] {440879b0-c2f1-488c-bc5c-a1fddfa14410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8034 | 2025.01.29 21:11:41.794779 [ 263 ] {440879b0-c2f1-488c-bc5c-a1fddfa14410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8035 | 2025.01.29 21:11:41.795339 [ 263 ] {440879b0-c2f1-488c-bc5c-a1fddfa14410} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8036 | 2025.01.29 21:11:41.795377 [ 263 ] {440879b0-c2f1-488c-bc5c-a1fddfa14410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8037 | 2025.01.29 21:11:41.795711 [ 263 ] {440879b0-c2f1-488c-bc5c-a1fddfa14410} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8038 | 2025.01.29 21:11:41.796016 [ 263 ] {440879b0-c2f1-488c-bc5c-a1fddfa14410} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8039 | 2025.01.29 21:11:41.796242 [ 263 ] {440879b0-c2f1-488c-bc5c-a1fddfa14410} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001532 sec., 8485.639686684073 rows/sec., 529.08 KiB/sec. | ||
| 8040 | 2025.01.29 21:11:41.796362 [ 263 ] {440879b0-c2f1-488c-bc5c-a1fddfa14410} <Debug> TCPHandler: Processed in 0.001820342 sec. | ||
| 8041 | 2025.01.29 21:11:41.796572 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8042 | 2025.01.29 21:11:41.796797 [ 260 ] {5b56dc8a-d994-4ebd-8218-b2396da8d28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8043 | 2025.01.29 21:11:41.796891 [ 260 ] {5b56dc8a-d994-4ebd-8218-b2396da8d28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8044 | 2025.01.29 21:11:41.797716 [ 260 ] {5b56dc8a-d994-4ebd-8218-b2396da8d28e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2025.01.29 21:11:41.797757 [ 260 ] {5b56dc8a-d994-4ebd-8218-b2396da8d28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8046 | 2025.01.29 21:11:41.798158 [ 260 ] {5b56dc8a-d994-4ebd-8218-b2396da8d28e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8047 | 2025.01.29 21:11:41.798408 [ 260 ] {5b56dc8a-d994-4ebd-8218-b2396da8d28e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2025.01.29 21:11:41.798629 [ 260 ] {5b56dc8a-d994-4ebd-8218-b2396da8d28e} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001887 sec., 223635.40010598834 rows/sec., 15.98 MiB/sec. | ||
| 8049 | 2025.01.29 21:11:41.798685 [ 260 ] {5b56dc8a-d994-4ebd-8218-b2396da8d28e} <Debug> TCPHandler: Processed in 0.002225997 sec. | ||
| 8050 | 2025.01.29 21:11:41.798893 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8051 | 2025.01.29 21:11:41.799118 [ 263 ] {39640564-c300-4cb3-9464-750bd1345dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8052 | 2025.01.29 21:11:41.799214 [ 263 ] {39640564-c300-4cb3-9464-750bd1345dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8053 | 2025.01.29 21:11:41.800087 [ 263 ] {39640564-c300-4cb3-9464-750bd1345dca} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8054 | 2025.01.29 21:11:41.800126 [ 263 ] {39640564-c300-4cb3-9464-750bd1345dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8055 | 2025.01.29 21:11:41.800489 [ 263 ] {39640564-c300-4cb3-9464-750bd1345dca} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8056 | 2025.01.29 21:11:41.800724 [ 263 ] {39640564-c300-4cb3-9464-750bd1345dca} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8057 | 2025.01.29 21:11:41.800946 [ 263 ] {39640564-c300-4cb3-9464-750bd1345dca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001884 sec., 3184.7133757961783 rows/sec., 166.39 KiB/sec. | ||
| 8058 | 2025.01.29 21:11:41.801062 [ 263 ] {39640564-c300-4cb3-9464-750bd1345dca} <Debug> TCPHandler: Processed in 0.002285937 sec. | ||
| 8059 | 2025.01.29 21:11:41.801276 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2025.01.29 21:11:41.801497 [ 260 ] {1733829c-d50d-4d15-9afa-503d13341304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8061 | 2025.01.29 21:11:41.801597 [ 260 ] {1733829c-d50d-4d15-9afa-503d13341304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8062 | 2025.01.29 21:11:41.802400 [ 260 ] {1733829c-d50d-4d15-9afa-503d13341304} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2025.01.29 21:11:41.802439 [ 260 ] {1733829c-d50d-4d15-9afa-503d13341304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8064 | 2025.01.29 21:11:41.802844 [ 260 ] {1733829c-d50d-4d15-9afa-503d13341304} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8065 | 2025.01.29 21:11:41.803093 [ 260 ] {1733829c-d50d-4d15-9afa-503d13341304} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2025.01.29 21:11:41.803330 [ 260 ] {1733829c-d50d-4d15-9afa-503d13341304} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001888 sec., 125529.66101694916 rows/sec., 8.41 MiB/sec. | ||
| 8067 | 2025.01.29 21:11:41.803443 [ 260 ] {1733829c-d50d-4d15-9afa-503d13341304} <Debug> TCPHandler: Processed in 0.002281848 sec. | ||
| 8068 | 2025.01.29 21:11:41.803701 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2025.01.29 21:11:41.803945 [ 263 ] {655bb4ff-1c92-466b-9849-6003bec8aa1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8070 | 2025.01.29 21:11:41.804041 [ 263 ] {655bb4ff-1c92-466b-9849-6003bec8aa1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8071 | 2025.01.29 21:11:41.804539 [ 263 ] {655bb4ff-1c92-466b-9849-6003bec8aa1b} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2025.01.29 21:11:41.804577 [ 263 ] {655bb4ff-1c92-466b-9849-6003bec8aa1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8073 | 2025.01.29 21:11:41.804933 [ 263 ] {655bb4ff-1c92-466b-9849-6003bec8aa1b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8074 | 2025.01.29 21:11:41.805173 [ 263 ] {655bb4ff-1c92-466b-9849-6003bec8aa1b} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8075 | 2025.01.29 21:11:41.805379 [ 263 ] {655bb4ff-1c92-466b-9849-6003bec8aa1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 8076 | 2025.01.29 21:11:41.805430 [ 263 ] {655bb4ff-1c92-466b-9849-6003bec8aa1b} <Debug> TCPHandler: Processed in 0.001901763 sec. | ||
| 8077 | 2025.01.29 21:11:41.805577 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8078 | 2025.01.29 21:11:41.805716 [ 260 ] {ba86641f-c367-469f-9486-5a1d1e761d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8079 | 2025.01.29 21:11:41.805811 [ 260 ] {ba86641f-c367-469f-9486-5a1d1e761d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8080 | 2025.01.29 21:11:41.807001 [ 260 ] {ba86641f-c367-469f-9486-5a1d1e761d2b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8081 | 2025.01.29 21:11:41.807040 [ 260 ] {ba86641f-c367-469f-9486-5a1d1e761d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8082 | 2025.01.29 21:11:41.807708 [ 260 ] {ba86641f-c367-469f-9486-5a1d1e761d2b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8083 | 2025.01.29 21:11:41.807972 [ 260 ] {ba86641f-c367-469f-9486-5a1d1e761d2b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8084 | 2025.01.29 21:11:41.808303 [ 260 ] {ba86641f-c367-469f-9486-5a1d1e761d2b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002604 sec., 15360.983102918586 rows/sec., 27.53 MiB/sec. | ||
| 8085 | 2025.01.29 21:11:41.808793 [ 260 ] {ba86641f-c367-469f-9486-5a1d1e761d2b} <Debug> TCPHandler: Processed in 0.003282919 sec. | ||
| 8086 | 2025.01.29 21:11:41.808952 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8087 | 2025.01.29 21:11:41.809090 [ 263 ] {22322a04-1a18-491d-bcf9-8598f8df0efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8088 | 2025.01.29 21:11:41.809148 [ 263 ] {22322a04-1a18-491d-bcf9-8598f8df0efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8089 | 2025.01.29 21:11:41.809716 [ 263 ] {22322a04-1a18-491d-bcf9-8598f8df0efe} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2025.01.29 21:11:41.809761 [ 263 ] {22322a04-1a18-491d-bcf9-8598f8df0efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8091 | 2025.01.29 21:11:41.810173 [ 263 ] {22322a04-1a18-491d-bcf9-8598f8df0efe} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8092 | 2025.01.29 21:11:41.810407 [ 263 ] {22322a04-1a18-491d-bcf9-8598f8df0efe} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8093 | 2025.01.29 21:11:41.810632 [ 263 ] {22322a04-1a18-491d-bcf9-8598f8df0efe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001571 sec., 52196.053469127946 rows/sec., 3.32 MiB/sec. | ||
| 8094 | 2025.01.29 21:11:41.810716 [ 263 ] {22322a04-1a18-491d-bcf9-8598f8df0efe} <Debug> TCPHandler: Processed in 0.001833242 sec. | ||
| 8095 | 2025.01.29 21:11:44.902003 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8096 | 2025.01.29 21:11:44.902083 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8097 | 2025.01.29 21:11:45.053036 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19337 | ||
| 8098 | 2025.01.29 21:11:45.053756 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2025.01.29 21:11:45.053880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 8100 | 2025.01.29 21:11:45.054448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8101 | 2025.01.29 21:11:45.054712 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2025.01.29 21:11:45.054967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19337 | ||
| 8103 | 2025.01.29 21:11:46.438564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8104 | 2025.01.29 21:11:46.457339 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2025.01.29 21:11:46.457397 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8106 | 2025.01.29 21:11:46.464233 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8107 | 2025.01.29 21:11:46.464991 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8108 | 2025.01.29 21:11:46.467628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8109 | 2025.01.29 21:11:46.778651 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8110 | 2025.01.29 21:11:46.778861 [ 263 ] {8d84f704-d6dc-4166-bc08-d325211d3dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8111 | 2025.01.29 21:11:46.778943 [ 263 ] {8d84f704-d6dc-4166-bc08-d325211d3dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8112 | 2025.01.29 21:11:46.779750 [ 263 ] {8d84f704-d6dc-4166-bc08-d325211d3dc9} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8113 | 2025.01.29 21:11:46.779794 [ 263 ] {8d84f704-d6dc-4166-bc08-d325211d3dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8114 | 2025.01.29 21:11:46.780222 [ 263 ] {8d84f704-d6dc-4166-bc08-d325211d3dc9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8115 | 2025.01.29 21:11:46.780469 [ 263 ] {8d84f704-d6dc-4166-bc08-d325211d3dc9} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8116 | 2025.01.29 21:11:46.780684 [ 263 ] {8d84f704-d6dc-4166-bc08-d325211d3dc9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.29 MiB/sec. | ||
| 8117 | 2025.01.29 21:11:46.780748 [ 263 ] {8d84f704-d6dc-4166-bc08-d325211d3dc9} <Debug> TCPHandler: Processed in 0.002235516 sec. | ||
| 8118 | 2025.01.29 21:11:46.781004 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8119 | 2025.01.29 21:11:46.781230 [ 260 ] {76556691-2890-4c3e-be3c-5ee360870e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8120 | 2025.01.29 21:11:46.781312 [ 260 ] {76556691-2890-4c3e-be3c-5ee360870e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8121 | 2025.01.29 21:11:46.782098 [ 260 ] {76556691-2890-4c3e-be3c-5ee360870e5d} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8122 | 2025.01.29 21:11:46.782155 [ 260 ] {76556691-2890-4c3e-be3c-5ee360870e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8123 | 2025.01.29 21:11:46.782615 [ 260 ] {76556691-2890-4c3e-be3c-5ee360870e5d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8124 | 2025.01.29 21:11:46.782883 [ 260 ] {76556691-2890-4c3e-be3c-5ee360870e5d} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8125 | 2025.01.29 21:11:46.783159 [ 260 ] {76556691-2890-4c3e-be3c-5ee360870e5d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001991 sec., 32144.650929181313 rows/sec., 2.51 MiB/sec. | ||
| 8126 | 2025.01.29 21:11:46.783229 [ 260 ] {76556691-2890-4c3e-be3c-5ee360870e5d} <Debug> TCPHandler: Processed in 0.002373338 sec. | ||
| 8127 | 2025.01.29 21:11:46.783380 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8128 | 2025.01.29 21:11:46.783507 [ 263 ] {dd53da4e-cd56-48b7-9b86-ccc7e8b91171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8129 | 2025.01.29 21:11:46.783563 [ 263 ] {dd53da4e-cd56-48b7-9b86-ccc7e8b91171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8130 | 2025.01.29 21:11:46.784159 [ 263 ] {dd53da4e-cd56-48b7-9b86-ccc7e8b91171} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8131 | 2025.01.29 21:11:46.784196 [ 263 ] {dd53da4e-cd56-48b7-9b86-ccc7e8b91171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8132 | 2025.01.29 21:11:46.784587 [ 263 ] {dd53da4e-cd56-48b7-9b86-ccc7e8b91171} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8133 | 2025.01.29 21:11:46.784833 [ 263 ] {dd53da4e-cd56-48b7-9b86-ccc7e8b91171} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8134 | 2025.01.29 21:11:46.785013 [ 263 ] {dd53da4e-cd56-48b7-9b86-ccc7e8b91171} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
| 8135 | 2025.01.29 21:11:46.785070 [ 263 ] {dd53da4e-cd56-48b7-9b86-ccc7e8b91171} <Debug> TCPHandler: Processed in 0.001749511 sec. | ||
| 8136 | 2025.01.29 21:11:46.785211 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8137 | 2025.01.29 21:11:46.785356 [ 260 ] {b64fbcb9-1605-44bf-8053-1646c222c1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8138 | 2025.01.29 21:11:46.785423 [ 260 ] {b64fbcb9-1605-44bf-8053-1646c222c1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8139 | 2025.01.29 21:11:46.786050 [ 260 ] {b64fbcb9-1605-44bf-8053-1646c222c1be} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8140 | 2025.01.29 21:11:46.786101 [ 260 ] {b64fbcb9-1605-44bf-8053-1646c222c1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8141 | 2025.01.29 21:11:46.786505 [ 260 ] {b64fbcb9-1605-44bf-8053-1646c222c1be} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8142 | 2025.01.29 21:11:46.786748 [ 260 ] {b64fbcb9-1605-44bf-8053-1646c222c1be} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8143 | 2025.01.29 21:11:46.786968 [ 260 ] {b64fbcb9-1605-44bf-8053-1646c222c1be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00165 sec., 36363.63636363636 rows/sec., 2.45 MiB/sec. | ||
| 8144 | 2025.01.29 21:11:46.787023 [ 260 ] {b64fbcb9-1605-44bf-8053-1646c222c1be} <Debug> TCPHandler: Processed in 0.001870712 sec. | ||
| 8145 | 2025.01.29 21:11:49.371940 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8146 | 2025.01.29 21:11:49.372249 [ 263 ] {81988fe5-a0aa-4ced-8586-1def2796e0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8147 | 2025.01.29 21:11:49.372367 [ 263 ] {81988fe5-a0aa-4ced-8586-1def2796e0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8148 | 2025.01.29 21:11:49.373164 [ 263 ] {81988fe5-a0aa-4ced-8586-1def2796e0b9} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8149 | 2025.01.29 21:11:49.373219 [ 263 ] {81988fe5-a0aa-4ced-8586-1def2796e0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8150 | 2025.01.29 21:11:49.373654 [ 263 ] {81988fe5-a0aa-4ced-8586-1def2796e0b9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8151 | 2025.01.29 21:11:49.373905 [ 263 ] {81988fe5-a0aa-4ced-8586-1def2796e0b9} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8152 | 2025.01.29 21:11:49.374163 [ 263 ] {81988fe5-a0aa-4ced-8586-1def2796e0b9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 504.16 KiB/sec. | ||
| 8153 | 2025.01.29 21:11:49.374233 [ 263 ] {81988fe5-a0aa-4ced-8586-1def2796e0b9} <Debug> TCPHandler: Processed in 0.00249664 sec. | ||
| 8154 | 2025.01.29 21:11:49.374525 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8155 | 2025.01.29 21:11:49.374738 [ 260 ] {ae77fb2e-c56d-439d-8172-e66e7ced7c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8156 | 2025.01.29 21:11:49.374828 [ 260 ] {ae77fb2e-c56d-439d-8172-e66e7ced7c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8157 | 2025.01.29 21:11:49.375605 [ 260 ] {ae77fb2e-c56d-439d-8172-e66e7ced7c8f} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8158 | 2025.01.29 21:11:49.375658 [ 260 ] {ae77fb2e-c56d-439d-8172-e66e7ced7c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8159 | 2025.01.29 21:11:49.376091 [ 260 ] {ae77fb2e-c56d-439d-8172-e66e7ced7c8f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8160 | 2025.01.29 21:11:49.376345 [ 260 ] {ae77fb2e-c56d-439d-8172-e66e7ced7c8f} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8161 | 2025.01.29 21:11:49.376607 [ 260 ] {ae77fb2e-c56d-439d-8172-e66e7ced7c8f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001922 sec., 6243.496357960457 rows/sec., 509.11 KiB/sec. | ||
| 8162 | 2025.01.29 21:11:49.376700 [ 260 ] {ae77fb2e-c56d-439d-8172-e66e7ced7c8f} <Debug> TCPHandler: Processed in 0.002316537 sec. | ||
| 8163 | 2025.01.29 21:11:49.376888 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8164 | 2025.01.29 21:11:49.377038 [ 263 ] {f43d787a-839e-45ad-8d87-b797cabacc5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8165 | 2025.01.29 21:11:49.377101 [ 263 ] {f43d787a-839e-45ad-8d87-b797cabacc5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8166 | 2025.01.29 21:11:49.378487 [ 263 ] {f43d787a-839e-45ad-8d87-b797cabacc5e} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8167 | 2025.01.29 21:11:49.378529 [ 263 ] {f43d787a-839e-45ad-8d87-b797cabacc5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8168 | 2025.01.29 21:11:49.378979 [ 263 ] {f43d787a-839e-45ad-8d87-b797cabacc5e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8169 | 2025.01.29 21:11:49.379217 [ 263 ] {f43d787a-839e-45ad-8d87-b797cabacc5e} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8170 | 2025.01.29 21:11:49.379411 [ 46 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8171 | 2025.01.29 21:11:49.379450 [ 263 ] {f43d787a-839e-45ad-8d87-b797cabacc5e} <Debug> executeQuery: Read 1429 rows, 122.60 KiB in 0.002446 sec., 584219.1332788226 rows/sec., 48.95 MiB/sec. | ||
| 8172 | 2025.01.29 21:11:49.379503 [ 46 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8173 | 2025.01.29 21:11:49.379569 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8174 | 2025.01.29 21:11:49.379590 [ 263 ] {f43d787a-839e-45ad-8d87-b797cabacc5e} <Debug> TCPHandler: Processed in 0.002764893 sec. | ||
| 8175 | 2025.01.29 21:11:49.379772 [ 200 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 8176 | 2025.01.29 21:11:49.379796 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8177 | 2025.01.29 21:11:49.380025 [ 200 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8178 | 2025.01.29 21:11:49.380041 [ 260 ] {dc477fb9-ca6c-4ea8-abc1-c62e0a5a1158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8179 | 2025.01.29 21:11:49.380091 [ 200 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1434 rows starting from the beginning of the part | ||
| 8180 | 2025.01.29 21:11:49.380143 [ 260 ] {dc477fb9-ca6c-4ea8-abc1-c62e0a5a1158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8181 | 2025.01.29 21:11:49.380477 [ 200 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 283 rows starting from the beginning of the part | ||
| 8182 | 2025.01.29 21:11:49.380795 [ 200 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part | ||
| 8183 | 2025.01.29 21:11:49.381164 [ 200 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 283 rows starting from the beginning of the part | ||
| 8184 | 2025.01.29 21:11:49.381597 [ 200 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 8185 | 2025.01.29 21:11:49.381987 [ 200 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1429 rows starting from the beginning of the part | ||
| 8186 | 2025.01.29 21:11:49.383108 [ 260 ] {dc477fb9-ca6c-4ea8-abc1-c62e0a5a1158} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8187 | 2025.01.29 21:11:49.383173 [ 260 ] {dc477fb9-ca6c-4ea8-abc1-c62e0a5a1158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8188 | 2025.01.29 21:11:49.384333 [ 260 ] {dc477fb9-ca6c-4ea8-abc1-c62e0a5a1158} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8189 | 2025.01.29 21:11:49.384725 [ 260 ] {dc477fb9-ca6c-4ea8-abc1-c62e0a5a1158} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8190 | 2025.01.29 21:11:49.384916 [ 45 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 8191 | 2025.01.29 21:11:49.384963 [ 45 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2025.01.29 21:11:49.384984 [ 260 ] {dc477fb9-ca6c-4ea8-abc1-c62e0a5a1158} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.005021 sec., 11750.647281418043 rows/sec., 856.75 KiB/sec. | ||
| 8193 | 2025.01.29 21:11:49.384989 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8194 | 2025.01.29 21:11:49.385276 [ 260 ] {dc477fb9-ca6c-4ea8-abc1-c62e0a5a1158} <Debug> TCPHandler: Processed in 0.005573727 sec. | ||
| 8195 | 2025.01.29 21:11:49.385639 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8196 | 2025.01.29 21:11:49.385739 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 8197 | 2025.01.29 21:11:49.386046 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006375716 sec., 555388.6026291008 rows/sec., 48.93 MiB/sec. | ||
| 8198 | 2025.01.29 21:11:49.386071 [ 263 ] {6e4feca9-16e1-4cc2-9836-888d5a67d412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8199 | 2025.01.29 21:11:49.386231 [ 263 ] {6e4feca9-16e1-4cc2-9836-888d5a67d412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8200 | 2025.01.29 21:11:49.386247 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8201 | 2025.01.29 21:11:49.386422 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 65 rows starting from the beginning of the part | ||
| 8202 | 2025.01.29 21:11:49.386493 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8203 | 2025.01.29 21:11:49.387043 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 47 rows starting from the beginning of the part | ||
| 8204 | 2025.01.29 21:11:49.387505 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 51 rows starting from the beginning of the part | ||
| 8205 | 2025.01.29 21:11:49.387754 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8206 | 2025.01.29 21:11:49.388140 [ 199 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_66_13} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8207 | 2025.01.29 21:11:49.388312 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 47 rows starting from the beginning of the part | ||
| 8208 | 2025.01.29 21:11:49.388403 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 8209 | 2025.01.29 21:11:49.388725 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 47 rows starting from the beginning of the part | ||
| 8210 | 2025.01.29 21:11:49.389110 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 59 rows starting from the beginning of the part | ||
| 8211 | 2025.01.29 21:11:49.389794 [ 263 ] {6e4feca9-16e1-4cc2-9836-888d5a67d412} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8212 | 2025.01.29 21:11:49.389851 [ 263 ] {6e4feca9-16e1-4cc2-9836-888d5a67d412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8213 | 2025.01.29 21:11:49.390841 [ 263 ] {6e4feca9-16e1-4cc2-9836-888d5a67d412} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8214 | 2025.01.29 21:11:49.391442 [ 263 ] {6e4feca9-16e1-4cc2-9836-888d5a67d412} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8215 | 2025.01.29 21:11:49.392059 [ 263 ] {6e4feca9-16e1-4cc2-9836-888d5a67d412} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006063 sec., 39914.23387761834 rows/sec., 2.70 MiB/sec. | ||
| 8216 | 2025.01.29 21:11:49.392431 [ 263 ] {6e4feca9-16e1-4cc2-9836-888d5a67d412} <Debug> TCPHandler: Processed in 0.007010894 sec. | ||
| 8217 | 2025.01.29 21:11:49.392551 [ 201 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.007367478 sec., 42891.20374706243 rows/sec., 3.23 MiB/sec. | ||
| 8218 | 2025.01.29 21:11:49.392741 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8219 | 2025.01.29 21:11:49.392918 [ 199 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 8220 | 2025.01.29 21:11:49.393034 [ 260 ] {33bd26a1-2a1f-4b63-935b-db8ab782ef04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8221 | 2025.01.29 21:11:49.393141 [ 260 ] {33bd26a1-2a1f-4b63-935b-db8ab782ef04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8222 | 2025.01.29 21:11:49.393535 [ 199 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8223 | 2025.01.29 21:11:49.393795 [ 199 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_34_7} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 8224 | 2025.01.29 21:11:49.393977 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8225 | 2025.01.29 21:11:49.394325 [ 260 ] {33bd26a1-2a1f-4b63-935b-db8ab782ef04} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2025.01.29 21:11:49.394371 [ 260 ] {33bd26a1-2a1f-4b63-935b-db8ab782ef04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8227 | 2025.01.29 21:11:49.394758 [ 260 ] {33bd26a1-2a1f-4b63-935b-db8ab782ef04} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8228 | 2025.01.29 21:11:49.395012 [ 260 ] {33bd26a1-2a1f-4b63-935b-db8ab782ef04} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8229 | 2025.01.29 21:11:49.395205 [ 260 ] {33bd26a1-2a1f-4b63-935b-db8ab782ef04} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002262 sec., 5747.126436781609 rows/sec., 358.33 KiB/sec. | ||
| 8230 | 2025.01.29 21:11:49.395261 [ 260 ] {33bd26a1-2a1f-4b63-935b-db8ab782ef04} <Debug> TCPHandler: Processed in 0.002701223 sec. | ||
| 8231 | 2025.01.29 21:11:49.395496 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8232 | 2025.01.29 21:11:49.395722 [ 263 ] {45106f26-30bc-4662-ac5f-fc67835f8787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8233 | 2025.01.29 21:11:49.395815 [ 263 ] {45106f26-30bc-4662-ac5f-fc67835f8787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8234 | 2025.01.29 21:11:49.397177 [ 263 ] {45106f26-30bc-4662-ac5f-fc67835f8787} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8235 | 2025.01.29 21:11:49.397216 [ 263 ] {45106f26-30bc-4662-ac5f-fc67835f8787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8236 | 2025.01.29 21:11:49.397614 [ 263 ] {45106f26-30bc-4662-ac5f-fc67835f8787} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8237 | 2025.01.29 21:11:49.397844 [ 263 ] {45106f26-30bc-4662-ac5f-fc67835f8787} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2025.01.29 21:11:49.398037 [ 45 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8239 | 2025.01.29 21:11:49.398102 [ 263 ] {45106f26-30bc-4662-ac5f-fc67835f8787} <Debug> executeQuery: Read 890 rows, 66.15 KiB in 0.002427 sec., 366707.8697981047 rows/sec., 26.62 MiB/sec. | ||
| 8240 | 2025.01.29 21:11:49.398111 [ 45 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8241 | 2025.01.29 21:11:49.398188 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8242 | 2025.01.29 21:11:49.398245 [ 263 ] {45106f26-30bc-4662-ac5f-fc67835f8787} <Debug> TCPHandler: Processed in 0.002862704 sec. | ||
| 8243 | 2025.01.29 21:11:49.398407 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 8244 | 2025.01.29 21:11:49.398502 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8245 | 2025.01.29 21:11:49.398547 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8246 | 2025.01.29 21:11:49.398583 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8247 | 2025.01.29 21:11:49.398730 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 422 rows starting from the beginning of the part | ||
| 8248 | 2025.01.29 21:11:49.398732 [ 260 ] {9bd0e51b-6baf-46b6-b884-f8129322ba3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8249 | 2025.01.29 21:11:49.398881 [ 260 ] {9bd0e51b-6baf-46b6-b884-f8129322ba3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8250 | 2025.01.29 21:11:49.398886 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
| 8251 | 2025.01.29 21:11:49.399111 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 422 rows starting from the beginning of the part | ||
| 8252 | 2025.01.29 21:11:49.399348 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 8253 | 2025.01.29 21:11:49.399560 [ 201 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 890 rows starting from the beginning of the part | ||
| 8254 | 2025.01.29 21:11:49.400099 [ 260 ] {9bd0e51b-6baf-46b6-b884-f8129322ba3d} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2025.01.29 21:11:49.400143 [ 260 ] {9bd0e51b-6baf-46b6-b884-f8129322ba3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8256 | 2025.01.29 21:11:49.400704 [ 260 ] {9bd0e51b-6baf-46b6-b884-f8129322ba3d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8257 | 2025.01.29 21:11:49.401013 [ 260 ] {9bd0e51b-6baf-46b6-b884-f8129322ba3d} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2025.01.29 21:11:49.401216 [ 260 ] {9bd0e51b-6baf-46b6-b884-f8129322ba3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002563 sec., 2341.006632852126 rows/sec., 122.31 KiB/sec. | ||
| 8259 | 2025.01.29 21:11:49.401315 [ 260 ] {9bd0e51b-6baf-46b6-b884-f8129322ba3d} <Debug> TCPHandler: Processed in 0.002932755 sec. | ||
| 8260 | 2025.01.29 21:11:49.401557 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8261 | 2025.01.29 21:11:49.401581 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.003300279 sec., 841141.0065633844 rows/sec., 64.24 MiB/sec. | ||
| 8262 | 2025.01.29 21:11:49.401725 [ 263 ] {a425a67e-8aa4-45b3-9c7c-d6228f6a3b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8263 | 2025.01.29 21:11:49.401813 [ 263 ] {a425a67e-8aa4-45b3-9c7c-d6228f6a3b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8264 | 2025.01.29 21:11:49.401877 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8265 | 2025.01.29 21:11:49.402565 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8266 | 2025.01.29 21:11:49.402739 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_66_13} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8267 | 2025.01.29 21:11:49.402932 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 8268 | 2025.01.29 21:11:49.403206 [ 263 ] {a425a67e-8aa4-45b3-9c7c-d6228f6a3b6e} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2025.01.29 21:11:49.403251 [ 263 ] {a425a67e-8aa4-45b3-9c7c-d6228f6a3b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8270 | 2025.01.29 21:11:49.403699 [ 263 ] {a425a67e-8aa4-45b3-9c7c-d6228f6a3b6e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8271 | 2025.01.29 21:11:49.403934 [ 263 ] {a425a67e-8aa4-45b3-9c7c-d6228f6a3b6e} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2025.01.29 21:11:49.404171 [ 263 ] {a425a67e-8aa4-45b3-9c7c-d6228f6a3b6e} <Debug> executeQuery: Read 897 rows, 61.19 KiB in 0.002488 sec., 360530.5466237942 rows/sec., 24.02 MiB/sec. | ||
| 8273 | 2025.01.29 21:11:49.404233 [ 263 ] {a425a67e-8aa4-45b3-9c7c-d6228f6a3b6e} <Debug> TCPHandler: Processed in 0.002799854 sec. | ||
| 8274 | 2025.01.29 21:11:49.404382 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8275 | 2025.01.29 21:11:49.404506 [ 260 ] {f981bd80-4916-4017-9333-ed33853712a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8276 | 2025.01.29 21:11:49.404562 [ 260 ] {f981bd80-4916-4017-9333-ed33853712a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8277 | 2025.01.29 21:11:49.405045 [ 260 ] {f981bd80-4916-4017-9333-ed33853712a7} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2025.01.29 21:11:49.405083 [ 260 ] {f981bd80-4916-4017-9333-ed33853712a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8279 | 2025.01.29 21:11:49.405453 [ 260 ] {f981bd80-4916-4017-9333-ed33853712a7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8280 | 2025.01.29 21:11:49.405698 [ 260 ] {f981bd80-4916-4017-9333-ed33853712a7} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2025.01.29 21:11:49.405883 [ 260 ] {f981bd80-4916-4017-9333-ed33853712a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001403 sec., 712.7583749109052 rows/sec., 48.03 KiB/sec. | ||
| 8282 | 2025.01.29 21:11:49.405939 [ 260 ] {f981bd80-4916-4017-9333-ed33853712a7} <Debug> TCPHandler: Processed in 0.001618359 sec. | ||
| 8283 | 2025.01.29 21:11:49.406082 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8284 | 2025.01.29 21:11:49.406200 [ 263 ] {8231b3e8-5a21-4706-b361-1bec2aae975b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8285 | 2025.01.29 21:11:49.406281 [ 263 ] {8231b3e8-5a21-4706-b361-1bec2aae975b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8286 | 2025.01.29 21:11:49.407515 [ 263 ] {8231b3e8-5a21-4706-b361-1bec2aae975b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8287 | 2025.01.29 21:11:49.407555 [ 263 ] {8231b3e8-5a21-4706-b361-1bec2aae975b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8288 | 2025.01.29 21:11:49.408213 [ 263 ] {8231b3e8-5a21-4706-b361-1bec2aae975b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8289 | 2025.01.29 21:11:49.408460 [ 263 ] {8231b3e8-5a21-4706-b361-1bec2aae975b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8290 | 2025.01.29 21:11:49.408765 [ 263 ] {8231b3e8-5a21-4706-b361-1bec2aae975b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002589 sec., 15449.98068752414 rows/sec., 27.69 MiB/sec. | ||
| 8291 | 2025.01.29 21:11:49.409275 [ 263 ] {8231b3e8-5a21-4706-b361-1bec2aae975b} <Debug> TCPHandler: Processed in 0.003249569 sec. | ||
| 8292 | 2025.01.29 21:11:49.409443 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8293 | 2025.01.29 21:11:49.409569 [ 260 ] {d77cad2b-3b2e-4476-978a-c786eb58ee9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8294 | 2025.01.29 21:11:49.409621 [ 260 ] {d77cad2b-3b2e-4476-978a-c786eb58ee9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8295 | 2025.01.29 21:11:49.410124 [ 260 ] {d77cad2b-3b2e-4476-978a-c786eb58ee9a} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8296 | 2025.01.29 21:11:49.410161 [ 260 ] {d77cad2b-3b2e-4476-978a-c786eb58ee9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8297 | 2025.01.29 21:11:49.410580 [ 260 ] {d77cad2b-3b2e-4476-978a-c786eb58ee9a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8298 | 2025.01.29 21:11:49.410842 [ 260 ] {d77cad2b-3b2e-4476-978a-c786eb58ee9a} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8299 | 2025.01.29 21:11:49.411031 [ 260 ] {d77cad2b-3b2e-4476-978a-c786eb58ee9a} <Debug> executeQuery: Read 56 rows, 3.55 KiB in 0.001487 sec., 37659.71755211836 rows/sec., 2.33 MiB/sec. | ||
| 8300 | 2025.01.29 21:11:49.411083 [ 260 ] {d77cad2b-3b2e-4476-978a-c786eb58ee9a} <Debug> TCPHandler: Processed in 0.001697331 sec. | ||
| 8301 | 2025.01.29 21:11:50.142121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1142 | ||
| 8302 | 2025.01.29 21:11:50.145715 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2025.01.29 21:11:50.145768 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8304 | 2025.01.29 21:11:50.147250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8305 | 2025.01.29 21:11:50.147578 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2025.01.29 21:11:50.148182 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1142 | ||
| 8307 | 2025.01.29 21:11:51.776155 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8308 | 2025.01.29 21:11:51.776472 [ 263 ] {f6c48386-f399-4a5f-8638-9eeedb2f2774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8309 | 2025.01.29 21:11:51.776545 [ 263 ] {f6c48386-f399-4a5f-8638-9eeedb2f2774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8310 | 2025.01.29 21:11:51.777302 [ 263 ] {f6c48386-f399-4a5f-8638-9eeedb2f2774} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8311 | 2025.01.29 21:11:51.777349 [ 263 ] {f6c48386-f399-4a5f-8638-9eeedb2f2774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8312 | 2025.01.29 21:11:51.777783 [ 263 ] {f6c48386-f399-4a5f-8638-9eeedb2f2774} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8313 | 2025.01.29 21:11:51.778035 [ 263 ] {f6c48386-f399-4a5f-8638-9eeedb2f2774} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8314 | 2025.01.29 21:11:51.778304 [ 263 ] {f6c48386-f399-4a5f-8638-9eeedb2f2774} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec. | ||
| 8315 | 2025.01.29 21:11:51.778391 [ 263 ] {f6c48386-f399-4a5f-8638-9eeedb2f2774} <Debug> TCPHandler: Processed in 0.002418719 sec. | ||
| 8316 | 2025.01.29 21:11:51.778696 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8317 | 2025.01.29 21:11:51.778915 [ 260 ] {6313044d-2074-40e3-9150-c1981b2cbc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8318 | 2025.01.29 21:11:51.779006 [ 260 ] {6313044d-2074-40e3-9150-c1981b2cbc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8319 | 2025.01.29 21:11:51.779854 [ 260 ] {6313044d-2074-40e3-9150-c1981b2cbc1d} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8320 | 2025.01.29 21:11:51.779910 [ 260 ] {6313044d-2074-40e3-9150-c1981b2cbc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8321 | 2025.01.29 21:11:51.780380 [ 260 ] {6313044d-2074-40e3-9150-c1981b2cbc1d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8322 | 2025.01.29 21:11:51.780642 [ 260 ] {6313044d-2074-40e3-9150-c1981b2cbc1d} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8323 | 2025.01.29 21:11:51.780904 [ 260 ] {6313044d-2074-40e3-9150-c1981b2cbc1d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00205 sec., 31219.512195121948 rows/sec., 2.44 MiB/sec. | ||
| 8324 | 2025.01.29 21:11:51.780978 [ 260 ] {6313044d-2074-40e3-9150-c1981b2cbc1d} <Debug> TCPHandler: Processed in 0.002464179 sec. | ||
| 8325 | 2025.01.29 21:11:51.781193 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8326 | 2025.01.29 21:11:51.781426 [ 263 ] {0e8a83f7-322b-429f-92cd-0bac06f8bc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8327 | 2025.01.29 21:11:51.781503 [ 263 ] {0e8a83f7-322b-429f-92cd-0bac06f8bc88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8328 | 2025.01.29 21:11:51.782063 [ 263 ] {0e8a83f7-322b-429f-92cd-0bac06f8bc88} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8329 | 2025.01.29 21:11:51.782103 [ 263 ] {0e8a83f7-322b-429f-92cd-0bac06f8bc88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8330 | 2025.01.29 21:11:51.782493 [ 263 ] {0e8a83f7-322b-429f-92cd-0bac06f8bc88} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8331 | 2025.01.29 21:11:51.782730 [ 263 ] {0e8a83f7-322b-429f-92cd-0bac06f8bc88} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8332 | 2025.01.29 21:11:51.782915 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8333 | 2025.01.29 21:11:51.782946 [ 263 ] {0e8a83f7-322b-429f-92cd-0bac06f8bc88} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001572 sec., 41984.73282442748 rows/sec., 2.93 MiB/sec. | ||
| 8334 | 2025.01.29 21:11:51.782979 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8335 | 2025.01.29 21:11:51.783052 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8336 | 2025.01.29 21:11:51.783075 [ 263 ] {0e8a83f7-322b-429f-92cd-0bac06f8bc88} <Debug> TCPHandler: Processed in 0.001989684 sec. | ||
| 8337 | 2025.01.29 21:11:51.783324 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8338 | 2025.01.29 21:11:51.783449 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 8339 | 2025.01.29 21:11:51.783729 [ 260 ] {8ae77407-ee55-44da-99c7-1267dc34dcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8340 | 2025.01.29 21:11:51.783925 [ 260 ] {8ae77407-ee55-44da-99c7-1267dc34dcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8341 | 2025.01.29 21:11:51.784041 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8342 | 2025.01.29 21:11:51.784183 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17130 rows starting from the beginning of the part | ||
| 8343 | 2025.01.29 21:11:51.784839 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 8344 | 2025.01.29 21:11:51.785408 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
| 8345 | 2025.01.29 21:11:51.785751 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 8346 | 2025.01.29 21:11:51.785981 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 897 rows starting from the beginning of the part | ||
| 8347 | 2025.01.29 21:11:51.786236 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 66 rows starting from the beginning of the part | ||
| 8348 | 2025.01.29 21:11:51.786710 [ 260 ] {8ae77407-ee55-44da-99c7-1267dc34dcb2} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8349 | 2025.01.29 21:11:51.786754 [ 260 ] {8ae77407-ee55-44da-99c7-1267dc34dcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8350 | 2025.01.29 21:11:51.787235 [ 260 ] {8ae77407-ee55-44da-99c7-1267dc34dcb2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8351 | 2025.01.29 21:11:51.787520 [ 260 ] {8ae77407-ee55-44da-99c7-1267dc34dcb2} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8352 | 2025.01.29 21:11:51.787748 [ 37 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8353 | 2025.01.29 21:11:51.787819 [ 37 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2025.01.29 21:11:51.787865 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8355 | 2025.01.29 21:11:51.787870 [ 260 ] {8ae77407-ee55-44da-99c7-1267dc34dcb2} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.004314 sec., 6026.889197960129 rows/sec., 413.13 KiB/sec. | ||
| 8356 | 2025.01.29 21:11:51.788403 [ 260 ] {8ae77407-ee55-44da-99c7-1267dc34dcb2} <Debug> TCPHandler: Processed in 0.005225233 sec. | ||
| 8357 | 2025.01.29 21:11:51.788456 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 8358 | 2025.01.29 21:11:51.789144 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8359 | 2025.01.29 21:11:51.789275 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3478 rows starting from the beginning of the part | ||
| 8360 | 2025.01.29 21:11:51.789723 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 8361 | 2025.01.29 21:11:51.790014 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 8362 | 2025.01.29 21:11:51.790393 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 8363 | 2025.01.29 21:11:51.790752 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 8364 | 2025.01.29 21:11:51.790929 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 8365 | 2025.01.29 21:11:51.793965 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3762 rows, containing 4 columns (4 merged, 0 gathered) in 0.005938291 sec., 633515.6023845918 rows/sec., 41.23 MiB/sec. | ||
| 8366 | 2025.01.29 21:11:51.794606 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8367 | 2025.01.29 21:11:51.794968 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8368 | 2025.01.29 21:11:51.795084 [ 192 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_66_13} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8369 | 2025.01.29 21:11:51.795265 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8370 | 2025.01.29 21:11:51.795476 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18650 rows, containing 5 columns (5 merged, 0 gathered) in 0.012325027 sec., 1513181.2692986391 rows/sec., 102.11 MiB/sec. | ||
| 8371 | 2025.01.29 21:11:51.795727 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8372 | 2025.01.29 21:11:51.796028 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8373 | 2025.01.29 21:11:51.796103 [ 192 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8374 | 2025.01.29 21:11:51.796189 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.19 MiB. | ||
| 8375 | 2025.01.29 21:11:52.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.95 MiB, peak 228.83 MiB, free memory in arenas 0.00 B, will set to 220.32 MiB (RSS), difference: 1.38 MiB | ||
| 8376 | 2025.01.29 21:11:52.555200 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19764 | ||
| 8377 | 2025.01.29 21:11:52.555860 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8378 | 2025.01.29 21:11:52.555919 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8379 | 2025.01.29 21:11:52.556450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8380 | 2025.01.29 21:11:52.556709 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8381 | 2025.01.29 21:11:52.556972 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8382 | 2025.01.29 21:11:53.967799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8383 | 2025.01.29 21:11:53.989253 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2025.01.29 21:11:53.989319 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8385 | 2025.01.29 21:11:53.996713 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8386 | 2025.01.29 21:11:53.997525 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2025.01.29 21:11:54.001126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8388 | 2025.01.29 21:11:56.779786 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8389 | 2025.01.29 21:11:56.780110 [ 263 ] {38af96c6-3115-497b-b29a-19cbe9702851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8390 | 2025.01.29 21:11:56.780224 [ 263 ] {38af96c6-3115-497b-b29a-19cbe9702851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8391 | 2025.01.29 21:11:56.781173 [ 263 ] {38af96c6-3115-497b-b29a-19cbe9702851} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8392 | 2025.01.29 21:11:56.781215 [ 263 ] {38af96c6-3115-497b-b29a-19cbe9702851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8393 | 2025.01.29 21:11:56.781637 [ 263 ] {38af96c6-3115-497b-b29a-19cbe9702851} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8394 | 2025.01.29 21:11:56.781883 [ 263 ] {38af96c6-3115-497b-b29a-19cbe9702851} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2025.01.29 21:11:56.782086 [ 263 ] {38af96c6-3115-497b-b29a-19cbe9702851} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002062 sec., 27158.098933074685 rows/sec., 2.09 MiB/sec. | ||
| 8396 | 2025.01.29 21:11:56.782141 [ 263 ] {38af96c6-3115-497b-b29a-19cbe9702851} <Debug> TCPHandler: Processed in 0.00254527 sec. | ||
| 8397 | 2025.01.29 21:11:56.782490 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8398 | 2025.01.29 21:11:56.782753 [ 260 ] {5639930e-4769-4328-85a4-4477345dae99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8399 | 2025.01.29 21:11:56.782828 [ 260 ] {5639930e-4769-4328-85a4-4477345dae99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8400 | 2025.01.29 21:11:56.783596 [ 260 ] {5639930e-4769-4328-85a4-4477345dae99} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8401 | 2025.01.29 21:11:56.783649 [ 260 ] {5639930e-4769-4328-85a4-4477345dae99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8402 | 2025.01.29 21:11:56.784100 [ 260 ] {5639930e-4769-4328-85a4-4477345dae99} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8403 | 2025.01.29 21:11:56.784354 [ 260 ] {5639930e-4769-4328-85a4-4477345dae99} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8404 | 2025.01.29 21:11:56.784606 [ 260 ] {5639930e-4769-4328-85a4-4477345dae99} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001903 sec., 33631.108775617446 rows/sec., 2.62 MiB/sec. | ||
| 8405 | 2025.01.29 21:11:56.784738 [ 260 ] {5639930e-4769-4328-85a4-4477345dae99} <Debug> TCPHandler: Processed in 0.002436939 sec. | ||
| 8406 | 2025.01.29 21:11:56.785022 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8407 | 2025.01.29 21:11:56.785313 [ 263 ] {d68d4b27-ce8a-464e-82e8-a2e9f2aeeef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8408 | 2025.01.29 21:11:56.785413 [ 263 ] {d68d4b27-ce8a-464e-82e8-a2e9f2aeeef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8409 | 2025.01.29 21:11:56.786102 [ 263 ] {d68d4b27-ce8a-464e-82e8-a2e9f2aeeef8} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8410 | 2025.01.29 21:11:56.786139 [ 263 ] {d68d4b27-ce8a-464e-82e8-a2e9f2aeeef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8411 | 2025.01.29 21:11:56.786538 [ 263 ] {d68d4b27-ce8a-464e-82e8-a2e9f2aeeef8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8412 | 2025.01.29 21:11:56.786775 [ 263 ] {d68d4b27-ce8a-464e-82e8-a2e9f2aeeef8} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8413 | 2025.01.29 21:11:56.786974 [ 263 ] {d68d4b27-ce8a-464e-82e8-a2e9f2aeeef8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001718 sec., 93131.54831199069 rows/sec., 6.49 MiB/sec. | ||
| 8414 | 2025.01.29 21:11:56.787066 [ 263 ] {d68d4b27-ce8a-464e-82e8-a2e9f2aeeef8} <Debug> TCPHandler: Processed in 0.002221666 sec. | ||
| 8415 | 2025.01.29 21:11:56.787290 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8416 | 2025.01.29 21:11:56.787475 [ 260 ] {895a9d27-b7da-47b3-a820-4f835a4cab1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8417 | 2025.01.29 21:11:56.787539 [ 260 ] {895a9d27-b7da-47b3-a820-4f835a4cab1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8418 | 2025.01.29 21:11:56.788067 [ 260 ] {895a9d27-b7da-47b3-a820-4f835a4cab1d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8419 | 2025.01.29 21:11:56.788107 [ 260 ] {895a9d27-b7da-47b3-a820-4f835a4cab1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8420 | 2025.01.29 21:11:56.788488 [ 260 ] {895a9d27-b7da-47b3-a820-4f835a4cab1d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8421 | 2025.01.29 21:11:56.788734 [ 260 ] {895a9d27-b7da-47b3-a820-4f835a4cab1d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8422 | 2025.01.29 21:11:56.788954 [ 260 ] {895a9d27-b7da-47b3-a820-4f835a4cab1d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. | ||
| 8423 | 2025.01.29 21:11:56.789004 [ 260 ] {895a9d27-b7da-47b3-a820-4f835a4cab1d} <Debug> TCPHandler: Processed in 0.001846992 sec. | ||
| 8424 | 2025.01.29 21:11:59.902328 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8425 | 2025.01.29 21:11:59.902383 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8426 | 2025.01.29 21:12:00.057200 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20252 | ||
| 8427 | 2025.01.29 21:12:00.057943 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8428 | 2025.01.29 21:12:00.057990 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8429 | 2025.01.29 21:12:00.058528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8430 | 2025.01.29 21:12:00.058780 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8431 | 2025.01.29 21:12:00.059003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20252 | ||
| 8432 | 2025.01.29 21:12:00.148560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1158 | ||
| 8433 | 2025.01.29 21:12:00.151170 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2025.01.29 21:12:00.151218 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8435 | 2025.01.29 21:12:00.152650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8436 | 2025.01.29 21:12:00.152960 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2025.01.29 21:12:00.153175 [ 30 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8438 | 2025.01.29 21:12:00.153291 [ 30 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8439 | 2025.01.29 21:12:00.153358 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8440 | 2025.01.29 21:12:00.154127 [ 201 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 8441 | 2025.01.29 21:12:00.155318 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1158 | ||
| 8442 | 2025.01.29 21:12:00.155729 [ 201 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8443 | 2025.01.29 21:12:00.155927 [ 201 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 988 rows starting from the beginning of the part | ||
| 8444 | 2025.01.29 21:12:00.156488 [ 201 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 54 rows starting from the beginning of the part | ||
| 8445 | 2025.01.29 21:12:00.157003 [ 201 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part | ||
| 8446 | 2025.01.29 21:12:00.157490 [ 201 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
| 8447 | 2025.01.29 21:12:00.157969 [ 201 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 54 rows starting from the beginning of the part | ||
| 8448 | 2025.01.29 21:12:00.158447 [ 201 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
| 8449 | 2025.01.29 21:12:00.166702 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 72 columns (72 merged, 0 gathered) in 0.013140607 sec., 88123.78301854701 rows/sec., 70.77 MiB/sec. | ||
| 8450 | 2025.01.29 21:12:00.168306 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8451 | 2025.01.29 21:12:00.169105 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2025.01.29 21:12:00.169194 [ 196 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_31_6} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8453 | 2025.01.29 21:12:00.169522 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB. | ||
| 8454 | 2025.01.29 21:12:01.501301 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8455 | 2025.01.29 21:12:01.522436 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8456 | 2025.01.29 21:12:01.522501 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8457 | 2025.01.29 21:12:01.529894 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8458 | 2025.01.29 21:12:01.530711 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8459 | 2025.01.29 21:12:01.534332 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8460 | 2025.01.29 21:12:01.733653 [ 26 ] {} <Debug> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8461 | 2025.01.29 21:12:01.733724 [ 26 ] {} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8462 | 2025.01.29 21:12:01.733753 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8463 | 2025.01.29 21:12:01.733978 [ 193 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 8464 | 2025.01.29 21:12:01.734173 [ 193 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8465 | 2025.01.29 21:12:01.734216 [ 193 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 8466 | 2025.01.29 21:12:01.734324 [ 193 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 8467 | 2025.01.29 21:12:01.734429 [ 193 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 8468 | 2025.01.29 21:12:01.734695 [ 193 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 8469 | 2025.01.29 21:12:01.734838 [ 193 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 8470 | 2025.01.29 21:12:01.735961 [ 196 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002111156 sec., 22736.358658479054 rows/sec., 1.90 MiB/sec. | ||
| 8471 | 2025.01.29 21:12:01.736167 [ 186 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8472 | 2025.01.29 21:12:01.736516 [ 186 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8473 | 2025.01.29 21:12:01.736615 [ 186 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_13_3} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8474 | 2025.01.29 21:12:01.736721 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8475 | 2025.01.29 21:12:01.786697 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8476 | 2025.01.29 21:12:01.786942 [ 263 ] {60b49e6c-fb5d-4989-96c7-1de8a25928ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8477 | 2025.01.29 21:12:01.787013 [ 263 ] {60b49e6c-fb5d-4989-96c7-1de8a25928ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8478 | 2025.01.29 21:12:01.787788 [ 263 ] {60b49e6c-fb5d-4989-96c7-1de8a25928ac} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8479 | 2025.01.29 21:12:01.787836 [ 263 ] {60b49e6c-fb5d-4989-96c7-1de8a25928ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8480 | 2025.01.29 21:12:01.788268 [ 263 ] {60b49e6c-fb5d-4989-96c7-1de8a25928ac} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8481 | 2025.01.29 21:12:01.788521 [ 263 ] {60b49e6c-fb5d-4989-96c7-1de8a25928ac} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8482 | 2025.01.29 21:12:01.788767 [ 263 ] {60b49e6c-fb5d-4989-96c7-1de8a25928ac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec. | ||
| 8483 | 2025.01.29 21:12:01.788835 [ 263 ] {60b49e6c-fb5d-4989-96c7-1de8a25928ac} <Debug> TCPHandler: Processed in 0.002320777 sec. | ||
| 8484 | 2025.01.29 21:12:01.789170 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8485 | 2025.01.29 21:12:01.789453 [ 260 ] {02342799-5e13-4357-81d6-b0fcf5adc037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8486 | 2025.01.29 21:12:01.789567 [ 260 ] {02342799-5e13-4357-81d6-b0fcf5adc037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8487 | 2025.01.29 21:12:01.790541 [ 260 ] {02342799-5e13-4357-81d6-b0fcf5adc037} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8488 | 2025.01.29 21:12:01.790585 [ 260 ] {02342799-5e13-4357-81d6-b0fcf5adc037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8489 | 2025.01.29 21:12:01.791008 [ 260 ] {02342799-5e13-4357-81d6-b0fcf5adc037} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8490 | 2025.01.29 21:12:01.791271 [ 260 ] {02342799-5e13-4357-81d6-b0fcf5adc037} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8491 | 2025.01.29 21:12:01.791518 [ 260 ] {02342799-5e13-4357-81d6-b0fcf5adc037} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002146 sec., 131873.25256290773 rows/sec., 11.65 MiB/sec. | ||
| 8492 | 2025.01.29 21:12:01.791585 [ 260 ] {02342799-5e13-4357-81d6-b0fcf5adc037} <Debug> TCPHandler: Processed in 0.002596031 sec. | ||
| 8493 | 2025.01.29 21:12:01.791791 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8494 | 2025.01.29 21:12:01.791976 [ 263 ] {e2656205-126d-4432-aacb-63c75bf2a05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8495 | 2025.01.29 21:12:01.792038 [ 263 ] {e2656205-126d-4432-aacb-63c75bf2a05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8496 | 2025.01.29 21:12:01.792784 [ 263 ] {e2656205-126d-4432-aacb-63c75bf2a05d} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8497 | 2025.01.29 21:12:01.792829 [ 263 ] {e2656205-126d-4432-aacb-63c75bf2a05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8498 | 2025.01.29 21:12:01.793195 [ 263 ] {e2656205-126d-4432-aacb-63c75bf2a05d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8499 | 2025.01.29 21:12:01.793437 [ 263 ] {e2656205-126d-4432-aacb-63c75bf2a05d} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8500 | 2025.01.29 21:12:01.793660 [ 263 ] {e2656205-126d-4432-aacb-63c75bf2a05d} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001719 sec., 27341.477603257707 rows/sec., 1.97 MiB/sec. | ||
| 8501 | 2025.01.29 21:12:01.793718 [ 263 ] {e2656205-126d-4432-aacb-63c75bf2a05d} <Debug> TCPHandler: Processed in 0.002043185 sec. | ||
| 8502 | 2025.01.29 21:12:01.793889 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8503 | 2025.01.29 21:12:01.794028 [ 260 ] {ef2687bc-10e8-458d-b087-912e2c244ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8504 | 2025.01.29 21:12:01.794087 [ 260 ] {ef2687bc-10e8-458d-b087-912e2c244ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8505 | 2025.01.29 21:12:01.794785 [ 260 ] {ef2687bc-10e8-458d-b087-912e2c244ca9} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8506 | 2025.01.29 21:12:01.794828 [ 260 ] {ef2687bc-10e8-458d-b087-912e2c244ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8507 | 2025.01.29 21:12:01.795194 [ 260 ] {ef2687bc-10e8-458d-b087-912e2c244ca9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8508 | 2025.01.29 21:12:01.795445 [ 260 ] {ef2687bc-10e8-458d-b087-912e2c244ca9} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8509 | 2025.01.29 21:12:01.795705 [ 260 ] {ef2687bc-10e8-458d-b087-912e2c244ca9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec. | ||
| 8510 | 2025.01.29 21:12:01.795926 [ 260 ] {ef2687bc-10e8-458d-b087-912e2c244ca9} <Debug> TCPHandler: Processed in 0.002101135 sec. | ||
| 8511 | 2025.01.29 21:12:01.796139 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8512 | 2025.01.29 21:12:01.796278 [ 263 ] {089b4fe5-5c48-48df-8f9a-1ae0e5e360c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8513 | 2025.01.29 21:12:01.796336 [ 263 ] {089b4fe5-5c48-48df-8f9a-1ae0e5e360c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8514 | 2025.01.29 21:12:01.797008 [ 263 ] {089b4fe5-5c48-48df-8f9a-1ae0e5e360c4} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8515 | 2025.01.29 21:12:01.797048 [ 263 ] {089b4fe5-5c48-48df-8f9a-1ae0e5e360c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8516 | 2025.01.29 21:12:01.797404 [ 263 ] {089b4fe5-5c48-48df-8f9a-1ae0e5e360c4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8517 | 2025.01.29 21:12:01.797646 [ 263 ] {089b4fe5-5c48-48df-8f9a-1ae0e5e360c4} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8518 | 2025.01.29 21:12:01.797866 [ 263 ] {089b4fe5-5c48-48df-8f9a-1ae0e5e360c4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec. | ||
| 8519 | 2025.01.29 21:12:01.797920 [ 263 ] {089b4fe5-5c48-48df-8f9a-1ae0e5e360c4} <Debug> TCPHandler: Processed in 0.001888173 sec. | ||
| 8520 | 2025.01.29 21:12:01.798066 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8521 | 2025.01.29 21:12:01.798205 [ 260 ] {60c365a6-43f6-4890-91e0-e62d8307c7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8522 | 2025.01.29 21:12:01.798263 [ 260 ] {60c365a6-43f6-4890-91e0-e62d8307c7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8523 | 2025.01.29 21:12:01.799082 [ 260 ] {60c365a6-43f6-4890-91e0-e62d8307c7fa} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8524 | 2025.01.29 21:12:01.799124 [ 260 ] {60c365a6-43f6-4890-91e0-e62d8307c7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8525 | 2025.01.29 21:12:01.799508 [ 260 ] {60c365a6-43f6-4890-91e0-e62d8307c7fa} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8526 | 2025.01.29 21:12:01.799762 [ 260 ] {60c365a6-43f6-4890-91e0-e62d8307c7fa} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8527 | 2025.01.29 21:12:01.799996 [ 260 ] {60c365a6-43f6-4890-91e0-e62d8307c7fa} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001821 sec., 231740.80175727623 rows/sec., 16.56 MiB/sec. | ||
| 8528 | 2025.01.29 21:12:01.800049 [ 260 ] {60c365a6-43f6-4890-91e0-e62d8307c7fa} <Debug> TCPHandler: Processed in 0.002049564 sec. | ||
| 8529 | 2025.01.29 21:12:01.800253 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8530 | 2025.01.29 21:12:01.800475 [ 263 ] {26d3bc3d-ff7f-40af-a555-b739b8a6812d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8531 | 2025.01.29 21:12:01.800570 [ 263 ] {26d3bc3d-ff7f-40af-a555-b739b8a6812d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8532 | 2025.01.29 21:12:01.801188 [ 263 ] {26d3bc3d-ff7f-40af-a555-b739b8a6812d} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8533 | 2025.01.29 21:12:01.801228 [ 263 ] {26d3bc3d-ff7f-40af-a555-b739b8a6812d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8534 | 2025.01.29 21:12:01.801586 [ 263 ] {26d3bc3d-ff7f-40af-a555-b739b8a6812d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8535 | 2025.01.29 21:12:01.801826 [ 263 ] {26d3bc3d-ff7f-40af-a555-b739b8a6812d} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8536 | 2025.01.29 21:12:01.802096 [ 263 ] {26d3bc3d-ff7f-40af-a555-b739b8a6812d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001662 sec., 3610.1083032490974 rows/sec., 188.61 KiB/sec. | ||
| 8537 | 2025.01.29 21:12:01.802250 [ 263 ] {26d3bc3d-ff7f-40af-a555-b739b8a6812d} <Debug> TCPHandler: Processed in 0.002106276 sec. | ||
| 8538 | 2025.01.29 21:12:01.802459 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8539 | 2025.01.29 21:12:01.802596 [ 260 ] {502645a4-1d3e-450c-bd64-831867d10321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8540 | 2025.01.29 21:12:01.802658 [ 260 ] {502645a4-1d3e-450c-bd64-831867d10321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8541 | 2025.01.29 21:12:01.803250 [ 260 ] {502645a4-1d3e-450c-bd64-831867d10321} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8542 | 2025.01.29 21:12:01.803288 [ 260 ] {502645a4-1d3e-450c-bd64-831867d10321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8543 | 2025.01.29 21:12:01.803690 [ 260 ] {502645a4-1d3e-450c-bd64-831867d10321} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8544 | 2025.01.29 21:12:01.804149 [ 260 ] {502645a4-1d3e-450c-bd64-831867d10321} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8545 | 2025.01.29 21:12:01.804507 [ 260 ] {502645a4-1d3e-450c-bd64-831867d10321} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001939 sec., 122227.9525528623 rows/sec., 8.19 MiB/sec. | ||
| 8546 | 2025.01.29 21:12:01.804603 [ 260 ] {502645a4-1d3e-450c-bd64-831867d10321} <Debug> TCPHandler: Processed in 0.002252697 sec. | ||
| 8547 | 2025.01.29 21:12:01.804827 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8548 | 2025.01.29 21:12:01.805049 [ 263 ] {31d51c2b-6fe6-414f-b53f-75c770f1ff4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8549 | 2025.01.29 21:12:01.805156 [ 263 ] {31d51c2b-6fe6-414f-b53f-75c770f1ff4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8550 | 2025.01.29 21:12:01.805936 [ 263 ] {31d51c2b-6fe6-414f-b53f-75c770f1ff4a} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8551 | 2025.01.29 21:12:01.805975 [ 263 ] {31d51c2b-6fe6-414f-b53f-75c770f1ff4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8552 | 2025.01.29 21:12:01.806331 [ 263 ] {31d51c2b-6fe6-414f-b53f-75c770f1ff4a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8553 | 2025.01.29 21:12:01.806567 [ 263 ] {31d51c2b-6fe6-414f-b53f-75c770f1ff4a} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8554 | 2025.01.29 21:12:01.806835 [ 263 ] {31d51c2b-6fe6-414f-b53f-75c770f1ff4a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001841 sec., 543.1830526887561 rows/sec., 36.60 KiB/sec. | ||
| 8555 | 2025.01.29 21:12:01.807042 [ 263 ] {31d51c2b-6fe6-414f-b53f-75c770f1ff4a} <Debug> TCPHandler: Processed in 0.002345638 sec. | ||
| 8556 | 2025.01.29 21:12:01.807291 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8557 | 2025.01.29 21:12:01.807513 [ 260 ] {75fb63b6-f68e-403a-9dae-2811cf4bc228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8558 | 2025.01.29 21:12:01.807654 [ 260 ] {75fb63b6-f68e-403a-9dae-2811cf4bc228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8559 | 2025.01.29 21:12:01.808887 [ 260 ] {75fb63b6-f68e-403a-9dae-2811cf4bc228} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8560 | 2025.01.29 21:12:01.808927 [ 260 ] {75fb63b6-f68e-403a-9dae-2811cf4bc228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8561 | 2025.01.29 21:12:01.809591 [ 260 ] {75fb63b6-f68e-403a-9dae-2811cf4bc228} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8562 | 2025.01.29 21:12:01.809863 [ 260 ] {75fb63b6-f68e-403a-9dae-2811cf4bc228} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8563 | 2025.01.29 21:12:01.810080 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8564 | 2025.01.29 21:12:01.810145 [ 260 ] {75fb63b6-f68e-403a-9dae-2811cf4bc228} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002676 sec., 14947.683109118087 rows/sec., 26.79 MiB/sec. | ||
| 8565 | 2025.01.29 21:12:01.810190 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8566 | 2025.01.29 21:12:01.810305 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8567 | 2025.01.29 21:12:01.810429 [ 260 ] {75fb63b6-f68e-403a-9dae-2811cf4bc228} <Debug> TCPHandler: Processed in 0.003255199 sec. | ||
| 8568 | 2025.01.29 21:12:01.810574 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 8569 | 2025.01.29 21:12:01.810718 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8570 | 2025.01.29 21:12:01.810904 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8571 | 2025.01.29 21:12:01.811086 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 981 rows starting from the beginning of the part | ||
| 8572 | 2025.01.29 21:12:01.811144 [ 263 ] {9d180733-7905-468f-9a2e-a6f88b2a9845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8573 | 2025.01.29 21:12:01.811465 [ 263 ] {9d180733-7905-468f-9a2e-a6f88b2a9845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8574 | 2025.01.29 21:12:01.811759 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 8575 | 2025.01.29 21:12:01.812637 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 8576 | 2025.01.29 21:12:01.813173 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 8577 | 2025.01.29 21:12:01.813902 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 8578 | 2025.01.29 21:12:01.814067 [ 263 ] {9d180733-7905-468f-9a2e-a6f88b2a9845} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8579 | 2025.01.29 21:12:01.814216 [ 263 ] {9d180733-7905-468f-9a2e-a6f88b2a9845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8580 | 2025.01.29 21:12:01.814473 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 8581 | 2025.01.29 21:12:01.815726 [ 263 ] {9d180733-7905-468f-9a2e-a6f88b2a9845} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8582 | 2025.01.29 21:12:01.816289 [ 263 ] {9d180733-7905-468f-9a2e-a6f88b2a9845} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8583 | 2025.01.29 21:12:01.816785 [ 263 ] {9d180733-7905-468f-9a2e-a6f88b2a9845} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005787 sec., 14169.69068602039 rows/sec., 921.55 KiB/sec. | ||
| 8584 | 2025.01.29 21:12:01.816859 [ 263 ] {9d180733-7905-468f-9a2e-a6f88b2a9845} <Debug> TCPHandler: Processed in 0.006289235 sec. | ||
| 8585 | 2025.01.29 21:12:01.822329 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1181 rows, containing 19 columns (19 merged, 0 gathered) in 0.011881742 sec., 99396.19964816606 rows/sec., 178.11 MiB/sec. | ||
| 8586 | 2025.01.29 21:12:01.823938 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8587 | 2025.01.29 21:12:01.824407 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8588 | 2025.01.29 21:12:01.824504 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8589 | 2025.01.29 21:12:01.824674 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. | ||
| 8590 | 2025.01.29 21:12:06.779400 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8591 | 2025.01.29 21:12:06.779623 [ 263 ] {881cfb42-2055-462b-b2d7-77fdf81703a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8592 | 2025.01.29 21:12:06.779705 [ 263 ] {881cfb42-2055-462b-b2d7-77fdf81703a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8593 | 2025.01.29 21:12:06.780502 [ 263 ] {881cfb42-2055-462b-b2d7-77fdf81703a4} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8594 | 2025.01.29 21:12:06.780557 [ 263 ] {881cfb42-2055-462b-b2d7-77fdf81703a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8595 | 2025.01.29 21:12:06.780980 [ 263 ] {881cfb42-2055-462b-b2d7-77fdf81703a4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8596 | 2025.01.29 21:12:06.781442 [ 263 ] {881cfb42-2055-462b-b2d7-77fdf81703a4} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8597 | 2025.01.29 21:12:06.781702 [ 263 ] {881cfb42-2055-462b-b2d7-77fdf81703a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002136 sec., 936.3295880149814 rows/sec., 76.35 KiB/sec. | ||
| 8598 | 2025.01.29 21:12:06.781772 [ 263 ] {881cfb42-2055-462b-b2d7-77fdf81703a4} <Debug> TCPHandler: Processed in 0.00251647 sec. | ||
| 8599 | 2025.01.29 21:12:06.782057 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8600 | 2025.01.29 21:12:06.782249 [ 260 ] {fd7f0b0c-3e97-43e9-908a-2898163484bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8601 | 2025.01.29 21:12:06.782326 [ 260 ] {fd7f0b0c-3e97-43e9-908a-2898163484bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8602 | 2025.01.29 21:12:06.783120 [ 260 ] {fd7f0b0c-3e97-43e9-908a-2898163484bf} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8603 | 2025.01.29 21:12:06.783165 [ 260 ] {fd7f0b0c-3e97-43e9-908a-2898163484bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8604 | 2025.01.29 21:12:06.783630 [ 260 ] {fd7f0b0c-3e97-43e9-908a-2898163484bf} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8605 | 2025.01.29 21:12:06.783900 [ 260 ] {fd7f0b0c-3e97-43e9-908a-2898163484bf} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8606 | 2025.01.29 21:12:06.784111 [ 260 ] {fd7f0b0c-3e97-43e9-908a-2898163484bf} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001915 sec., 29765.013054830288 rows/sec., 2.28 MiB/sec. | ||
| 8607 | 2025.01.29 21:12:06.784179 [ 260 ] {fd7f0b0c-3e97-43e9-908a-2898163484bf} <Debug> TCPHandler: Processed in 0.002259747 sec. | ||
| 8608 | 2025.01.29 21:12:06.784351 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8609 | 2025.01.29 21:12:06.784483 [ 263 ] {6fd3450f-8c8e-4040-bb3a-8e87db8ab98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8610 | 2025.01.29 21:12:06.784538 [ 263 ] {6fd3450f-8c8e-4040-bb3a-8e87db8ab98b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8611 | 2025.01.29 21:12:06.785142 [ 263 ] {6fd3450f-8c8e-4040-bb3a-8e87db8ab98b} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8612 | 2025.01.29 21:12:06.785193 [ 263 ] {6fd3450f-8c8e-4040-bb3a-8e87db8ab98b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8613 | 2025.01.29 21:12:06.785554 [ 263 ] {6fd3450f-8c8e-4040-bb3a-8e87db8ab98b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8614 | 2025.01.29 21:12:06.785809 [ 263 ] {6fd3450f-8c8e-4040-bb3a-8e87db8ab98b} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8615 | 2025.01.29 21:12:06.786072 [ 263 ] {6fd3450f-8c8e-4040-bb3a-8e87db8ab98b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00161 sec., 1242.2360248447203 rows/sec., 86.74 KiB/sec. | ||
| 8616 | 2025.01.29 21:12:06.786194 [ 263 ] {6fd3450f-8c8e-4040-bb3a-8e87db8ab98b} <Debug> TCPHandler: Processed in 0.001906213 sec. | ||
| 8617 | 2025.01.29 21:12:06.786432 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8618 | 2025.01.29 21:12:06.786568 [ 260 ] {1fa83c6d-7706-4698-a502-33c268abaf37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8619 | 2025.01.29 21:12:06.786623 [ 260 ] {1fa83c6d-7706-4698-a502-33c268abaf37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8620 | 2025.01.29 21:12:06.787255 [ 260 ] {1fa83c6d-7706-4698-a502-33c268abaf37} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8621 | 2025.01.29 21:12:06.787295 [ 260 ] {1fa83c6d-7706-4698-a502-33c268abaf37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8622 | 2025.01.29 21:12:06.787678 [ 260 ] {1fa83c6d-7706-4698-a502-33c268abaf37} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8623 | 2025.01.29 21:12:06.787916 [ 260 ] {1fa83c6d-7706-4698-a502-33c268abaf37} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2025.01.29 21:12:06.788106 [ 260 ] {1fa83c6d-7706-4698-a502-33c268abaf37} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001572 sec., 41984.73282442748 rows/sec., 3.28 MiB/sec. | ||
| 8625 | 2025.01.29 21:12:06.788161 [ 260 ] {1fa83c6d-7706-4698-a502-33c268abaf37} <Debug> TCPHandler: Processed in 0.001847632 sec. | ||
| 8626 | 2025.01.29 21:12:06.788310 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8627 | 2025.01.29 21:12:06.788435 [ 263 ] {f64e6cf0-44bc-45a7-b0c4-b5879e6c61db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8628 | 2025.01.29 21:12:06.788492 [ 263 ] {f64e6cf0-44bc-45a7-b0c4-b5879e6c61db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8629 | 2025.01.29 21:12:06.789099 [ 263 ] {f64e6cf0-44bc-45a7-b0c4-b5879e6c61db} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8630 | 2025.01.29 21:12:06.789145 [ 263 ] {f64e6cf0-44bc-45a7-b0c4-b5879e6c61db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8631 | 2025.01.29 21:12:06.789546 [ 263 ] {f64e6cf0-44bc-45a7-b0c4-b5879e6c61db} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8632 | 2025.01.29 21:12:06.789796 [ 263 ] {f64e6cf0-44bc-45a7-b0c4-b5879e6c61db} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8633 | 2025.01.29 21:12:06.790015 [ 263 ] {f64e6cf0-44bc-45a7-b0c4-b5879e6c61db} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001608 sec., 100124.37810945274 rows/sec., 6.97 MiB/sec. | ||
| 8634 | 2025.01.29 21:12:06.790079 [ 263 ] {f64e6cf0-44bc-45a7-b0c4-b5879e6c61db} <Debug> TCPHandler: Processed in 0.001828982 sec. | ||
| 8635 | 2025.01.29 21:12:06.790225 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8636 | 2025.01.29 21:12:06.790345 [ 260 ] {8397a940-b71e-470c-8d75-7bb67b22d45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8637 | 2025.01.29 21:12:06.790400 [ 260 ] {8397a940-b71e-470c-8d75-7bb67b22d45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8638 | 2025.01.29 21:12:06.790904 [ 260 ] {8397a940-b71e-470c-8d75-7bb67b22d45f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8639 | 2025.01.29 21:12:06.790941 [ 260 ] {8397a940-b71e-470c-8d75-7bb67b22d45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8640 | 2025.01.29 21:12:06.791333 [ 260 ] {8397a940-b71e-470c-8d75-7bb67b22d45f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8641 | 2025.01.29 21:12:06.791570 [ 260 ] {8397a940-b71e-470c-8d75-7bb67b22d45f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8642 | 2025.01.29 21:12:06.791759 [ 260 ] {8397a940-b71e-470c-8d75-7bb67b22d45f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 8643 | 2025.01.29 21:12:06.791813 [ 260 ] {8397a940-b71e-470c-8d75-7bb67b22d45f} <Debug> TCPHandler: Processed in 0.00164446 sec. | ||
| 8644 | 2025.01.29 21:12:07.559271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20679 | ||
| 8645 | 2025.01.29 21:12:07.560146 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8646 | 2025.01.29 21:12:07.560215 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8647 | 2025.01.29 21:12:07.560856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8648 | 2025.01.29 21:12:07.561192 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8649 | 2025.01.29 21:12:07.561504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8650 | 2025.01.29 21:12:09.034506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8651 | 2025.01.29 21:12:09.055053 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8652 | 2025.01.29 21:12:09.055108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8653 | 2025.01.29 21:12:09.062791 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8654 | 2025.01.29 21:12:09.063576 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8655 | 2025.01.29 21:12:09.066299 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8656 | 2025.01.29 21:12:10.155606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1192 | ||
| 8657 | 2025.01.29 21:12:10.158756 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8658 | 2025.01.29 21:12:10.158811 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8659 | 2025.01.29 21:12:10.160298 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8660 | 2025.01.29 21:12:10.160623 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8661 | 2025.01.29 21:12:10.161238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1192 | ||
| 8662 | 2025.01.29 21:12:11.785863 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8663 | 2025.01.29 21:12:11.786086 [ 263 ] {8080e9a3-5e9a-40fa-8aca-c3f91fecc9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8664 | 2025.01.29 21:12:11.786166 [ 263 ] {8080e9a3-5e9a-40fa-8aca-c3f91fecc9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8665 | 2025.01.29 21:12:11.786934 [ 263 ] {8080e9a3-5e9a-40fa-8aca-c3f91fecc9ae} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8666 | 2025.01.29 21:12:11.786981 [ 263 ] {8080e9a3-5e9a-40fa-8aca-c3f91fecc9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8667 | 2025.01.29 21:12:11.787430 [ 263 ] {8080e9a3-5e9a-40fa-8aca-c3f91fecc9ae} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8668 | 2025.01.29 21:12:11.787684 [ 263 ] {8080e9a3-5e9a-40fa-8aca-c3f91fecc9ae} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8669 | 2025.01.29 21:12:11.787893 [ 125 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8670 | 2025.01.29 21:12:11.787963 [ 263 ] {8080e9a3-5e9a-40fa-8aca-c3f91fecc9ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 8671 | 2025.01.29 21:12:11.787989 [ 125 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8672 | 2025.01.29 21:12:11.788068 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8673 | 2025.01.29 21:12:11.788109 [ 263 ] {8080e9a3-5e9a-40fa-8aca-c3f91fecc9ae} <Debug> TCPHandler: Processed in 0.002379439 sec. | ||
| 8674 | 2025.01.29 21:12:11.788352 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 8675 | 2025.01.29 21:12:11.788485 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8676 | 2025.01.29 21:12:11.788625 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8677 | 2025.01.29 21:12:11.788716 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 8678 | 2025.01.29 21:12:11.788833 [ 260 ] {2bf613ba-4314-43f4-a965-f5a00f08203a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8679 | 2025.01.29 21:12:11.788946 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 8680 | 2025.01.29 21:12:11.789030 [ 260 ] {2bf613ba-4314-43f4-a965-f5a00f08203a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8681 | 2025.01.29 21:12:11.789327 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 8682 | 2025.01.29 21:12:11.789515 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 8683 | 2025.01.29 21:12:11.789693 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 8684 | 2025.01.29 21:12:11.790882 [ 260 ] {2bf613ba-4314-43f4-a965-f5a00f08203a} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8685 | 2025.01.29 21:12:11.790932 [ 260 ] {2bf613ba-4314-43f4-a965-f5a00f08203a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8686 | 2025.01.29 21:12:11.791158 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002932825 sec., 23867.77254012769 rows/sec., 1.77 MiB/sec. | ||
| 8687 | 2025.01.29 21:12:11.791307 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8688 | 2025.01.29 21:12:11.791512 [ 260 ] {2bf613ba-4314-43f4-a965-f5a00f08203a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8689 | 2025.01.29 21:12:11.791626 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_29_7} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8690 | 2025.01.29 21:12:11.791735 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_29_7} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8691 | 2025.01.29 21:12:11.791845 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8692 | 2025.01.29 21:12:11.791850 [ 260 ] {2bf613ba-4314-43f4-a965-f5a00f08203a} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8693 | 2025.01.29 21:12:11.792068 [ 125 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8694 | 2025.01.29 21:12:11.792123 [ 125 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8695 | 2025.01.29 21:12:11.792149 [ 260 ] {2bf613ba-4314-43f4-a965-f5a00f08203a} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00341 sec., 82991.20234604106 rows/sec., 7.33 MiB/sec. | ||
| 8696 | 2025.01.29 21:12:11.792169 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8697 | 2025.01.29 21:12:11.792340 [ 260 ] {2bf613ba-4314-43f4-a965-f5a00f08203a} <Debug> TCPHandler: Processed in 0.004053548 sec. | ||
| 8698 | 2025.01.29 21:12:11.792434 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 8699 | 2025.01.29 21:12:11.792557 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8700 | 2025.01.29 21:12:11.792632 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8701 | 2025.01.29 21:12:11.792710 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1434 rows starting from the beginning of the part | ||
| 8702 | 2025.01.29 21:12:11.792794 [ 263 ] {319c2f8b-0472-4048-9755-5653c064e035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8703 | 2025.01.29 21:12:11.792962 [ 263 ] {319c2f8b-0472-4048-9755-5653c064e035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8704 | 2025.01.29 21:12:11.792986 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8705 | 2025.01.29 21:12:11.793470 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 8706 | 2025.01.29 21:12:11.793849 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 283 rows starting from the beginning of the part | ||
| 8707 | 2025.01.29 21:12:11.794220 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 57 rows starting from the beginning of the part | ||
| 8708 | 2025.01.29 21:12:11.794626 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 283 rows starting from the beginning of the part | ||
| 8709 | 2025.01.29 21:12:11.795692 [ 263 ] {319c2f8b-0472-4048-9755-5653c064e035} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8710 | 2025.01.29 21:12:11.795760 [ 263 ] {319c2f8b-0472-4048-9755-5653c064e035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8711 | 2025.01.29 21:12:11.796668 [ 263 ] {319c2f8b-0472-4048-9755-5653c064e035} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8712 | 2025.01.29 21:12:11.797222 [ 263 ] {319c2f8b-0472-4048-9755-5653c064e035} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8713 | 2025.01.29 21:12:11.797573 [ 263 ] {319c2f8b-0472-4048-9755-5653c064e035} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.004832 sec., 9726.82119205298 rows/sec., 716.86 KiB/sec. | ||
| 8714 | 2025.01.29 21:12:11.797889 [ 263 ] {319c2f8b-0472-4048-9755-5653c064e035} <Debug> TCPHandler: Processed in 0.005404815 sec. | ||
| 8715 | 2025.01.29 21:12:11.798169 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8716 | 2025.01.29 21:12:11.798182 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2169 rows, containing 5 columns (5 merged, 0 gathered) in 0.00588396 sec., 368629.29047784145 rows/sec., 32.52 MiB/sec. | ||
| 8717 | 2025.01.29 21:12:11.798315 [ 260 ] {b7a6beda-77ae-49a3-8a78-f4e3850d0a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8718 | 2025.01.29 21:12:11.798398 [ 260 ] {b7a6beda-77ae-49a3-8a78-f4e3850d0a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8719 | 2025.01.29 21:12:11.798447 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8720 | 2025.01.29 21:12:11.799133 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8721 | 2025.01.29 21:12:11.799290 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_71_14} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8722 | 2025.01.29 21:12:11.799467 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 8723 | 2025.01.29 21:12:11.799651 [ 260 ] {b7a6beda-77ae-49a3-8a78-f4e3850d0a22} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8724 | 2025.01.29 21:12:11.799699 [ 260 ] {b7a6beda-77ae-49a3-8a78-f4e3850d0a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8725 | 2025.01.29 21:12:11.800071 [ 260 ] {b7a6beda-77ae-49a3-8a78-f4e3850d0a22} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8726 | 2025.01.29 21:12:11.800324 [ 260 ] {b7a6beda-77ae-49a3-8a78-f4e3850d0a22} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8727 | 2025.01.29 21:12:11.800494 [ 125 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8728 | 2025.01.29 21:12:11.800560 [ 125 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8729 | 2025.01.29 21:12:11.800594 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8730 | 2025.01.29 21:12:11.800610 [ 260 ] {b7a6beda-77ae-49a3-8a78-f4e3850d0a22} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002319 sec., 6037.0849504096595 rows/sec., 422.80 KiB/sec. | ||
| 8731 | 2025.01.29 21:12:11.800931 [ 260 ] {b7a6beda-77ae-49a3-8a78-f4e3850d0a22} <Debug> TCPHandler: Processed in 0.002901745 sec. | ||
| 8732 | 2025.01.29 21:12:11.801053 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 8733 | 2025.01.29 21:12:11.801477 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8734 | 2025.01.29 21:12:11.801514 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8735 | 2025.01.29 21:12:11.801566 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 8736 | 2025.01.29 21:12:11.801784 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 8737 | 2025.01.29 21:12:11.802106 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 8738 | 2025.01.29 21:12:11.802153 [ 263 ] {047d56da-b851-4f09-9908-e1259d03dbdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8739 | 2025.01.29 21:12:11.802348 [ 263 ] {047d56da-b851-4f09-9908-e1259d03dbdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8740 | 2025.01.29 21:12:11.802373 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 8741 | 2025.01.29 21:12:11.802786 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 8742 | 2025.01.29 21:12:11.803136 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 8743 | 2025.01.29 21:12:11.804776 [ 263 ] {047d56da-b851-4f09-9908-e1259d03dbdf} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8744 | 2025.01.29 21:12:11.804851 [ 263 ] {047d56da-b851-4f09-9908-e1259d03dbdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8745 | 2025.01.29 21:12:11.805773 [ 263 ] {047d56da-b851-4f09-9908-e1259d03dbdf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8746 | 2025.01.29 21:12:11.805964 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005290423 sec., 102260.25404773872 rows/sec., 7.32 MiB/sec. | ||
| 8747 | 2025.01.29 21:12:11.806194 [ 198 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8748 | 2025.01.29 21:12:11.806356 [ 263 ] {047d56da-b851-4f09-9908-e1259d03dbdf} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8749 | 2025.01.29 21:12:11.806623 [ 125 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8750 | 2025.01.29 21:12:11.806714 [ 125 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8751 | 2025.01.29 21:12:11.806796 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8752 | 2025.01.29 21:12:11.806958 [ 199 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_29_6} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8753 | 2025.01.29 21:12:11.806962 [ 263 ] {047d56da-b851-4f09-9908-e1259d03dbdf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005064 sec., 2567.140600315956 rows/sec., 160.06 KiB/sec. | ||
| 8754 | 2025.01.29 21:12:11.807358 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 8755 | 2025.01.29 21:12:11.807499 [ 263 ] {047d56da-b851-4f09-9908-e1259d03dbdf} <Debug> TCPHandler: Processed in 0.006405516 sec. | ||
| 8756 | 2025.01.29 21:12:11.807512 [ 199 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_29_6} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8757 | 2025.01.29 21:12:11.807911 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8758 | 2025.01.29 21:12:11.807940 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8759 | 2025.01.29 21:12:11.808002 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8760 | 2025.01.29 21:12:11.808165 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 8761 | 2025.01.29 21:12:11.808344 [ 260 ] {3990d370-e1dd-437c-a2db-07473fa75897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8762 | 2025.01.29 21:12:11.808591 [ 260 ] {3990d370-e1dd-437c-a2db-07473fa75897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8763 | 2025.01.29 21:12:11.808736 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 8764 | 2025.01.29 21:12:11.809129 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 8765 | 2025.01.29 21:12:11.809406 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 8766 | 2025.01.29 21:12:11.809834 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 8767 | 2025.01.29 21:12:11.811684 [ 260 ] {3990d370-e1dd-437c-a2db-07473fa75897} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8768 | 2025.01.29 21:12:11.811759 [ 260 ] {3990d370-e1dd-437c-a2db-07473fa75897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8769 | 2025.01.29 21:12:11.812492 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005542476 sec., 11727.61054806552 rows/sec., 777.02 KiB/sec. | ||
| 8770 | 2025.01.29 21:12:11.812716 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8771 | 2025.01.29 21:12:11.812814 [ 260 ] {3990d370-e1dd-437c-a2db-07473fa75897} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8772 | 2025.01.29 21:12:11.813165 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_29_7} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8773 | 2025.01.29 21:12:11.813227 [ 260 ] {3990d370-e1dd-437c-a2db-07473fa75897} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8774 | 2025.01.29 21:12:11.813338 [ 188 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_29_7} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8775 | 2025.01.29 21:12:11.813592 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8776 | 2025.01.29 21:12:11.813668 [ 125 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8777 | 2025.01.29 21:12:11.813749 [ 125 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8778 | 2025.01.29 21:12:11.813774 [ 260 ] {3990d370-e1dd-437c-a2db-07473fa75897} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.005557 sec., 75940.25553356127 rows/sec., 5.43 MiB/sec. | ||
| 8779 | 2025.01.29 21:12:11.813793 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8780 | 2025.01.29 21:12:11.813965 [ 260 ] {3990d370-e1dd-437c-a2db-07473fa75897} <Debug> TCPHandler: Processed in 0.006338786 sec. | ||
| 8781 | 2025.01.29 21:12:11.814197 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 8782 | 2025.01.29 21:12:11.814242 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8783 | 2025.01.29 21:12:11.814639 [ 263 ] {cc15f6d1-4f7e-4be3-831f-5d707978af23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8784 | 2025.01.29 21:12:11.814795 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8785 | 2025.01.29 21:12:11.814842 [ 263 ] {cc15f6d1-4f7e-4be3-831f-5d707978af23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8786 | 2025.01.29 21:12:11.814965 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 8787 | 2025.01.29 21:12:11.815419 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8788 | 2025.01.29 21:12:11.815936 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
| 8789 | 2025.01.29 21:12:11.816360 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 422 rows starting from the beginning of the part | ||
| 8790 | 2025.01.29 21:12:11.816752 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 66 rows starting from the beginning of the part | ||
| 8791 | 2025.01.29 21:12:11.817199 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 422 rows starting from the beginning of the part | ||
| 8792 | 2025.01.29 21:12:11.818260 [ 263 ] {cc15f6d1-4f7e-4be3-831f-5d707978af23} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8793 | 2025.01.29 21:12:11.818322 [ 263 ] {cc15f6d1-4f7e-4be3-831f-5d707978af23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8794 | 2025.01.29 21:12:11.819180 [ 263 ] {cc15f6d1-4f7e-4be3-831f-5d707978af23} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8795 | 2025.01.29 21:12:11.819697 [ 263 ] {cc15f6d1-4f7e-4be3-831f-5d707978af23} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8796 | 2025.01.29 21:12:11.819941 [ 125 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8797 | 2025.01.29 21:12:11.820035 [ 125 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8798 | 2025.01.29 21:12:11.820059 [ 263 ] {cc15f6d1-4f7e-4be3-831f-5d707978af23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005562 sec., 1078.7486515641856 rows/sec., 56.36 KiB/sec. | ||
| 8799 | 2025.01.29 21:12:11.820106 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8800 | 2025.01.29 21:12:11.820425 [ 263 ] {cc15f6d1-4f7e-4be3-831f-5d707978af23} <Debug> TCPHandler: Processed in 0.006320995 sec. | ||
| 8801 | 2025.01.29 21:12:11.820726 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 8802 | 2025.01.29 21:12:11.820914 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8803 | 2025.01.29 21:12:11.821350 [ 190 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.007393338 sec., 264021.4744679602 rows/sec., 20.21 MiB/sec. | ||
| 8804 | 2025.01.29 21:12:11.821505 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8805 | 2025.01.29 21:12:11.821533 [ 260 ] {df33cd42-3627-46ef-a576-9e850b128ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8806 | 2025.01.29 21:12:11.821614 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 8807 | 2025.01.29 21:12:11.821817 [ 260 ] {df33cd42-3627-46ef-a576-9e850b128ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8808 | 2025.01.29 21:12:11.822022 [ 190 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8809 | 2025.01.29 21:12:11.822163 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 8810 | 2025.01.29 21:12:11.822732 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 8811 | 2025.01.29 21:12:11.823112 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 8812 | 2025.01.29 21:12:11.823557 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 8813 | 2025.01.29 21:12:11.823977 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::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 | ||
| 8814 | 2025.01.29 21:12:11.825198 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8815 | 2025.01.29 21:12:11.825560 [ 197 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_71_14} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8816 | 2025.01.29 21:12:11.825837 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8817 | 2025.01.29 21:12:11.826080 [ 260 ] {df33cd42-3627-46ef-a576-9e850b128ff6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8818 | 2025.01.29 21:12:11.826148 [ 260 ] {df33cd42-3627-46ef-a576-9e850b128ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8819 | 2025.01.29 21:12:11.827296 [ 260 ] {df33cd42-3627-46ef-a576-9e850b128ff6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8820 | 2025.01.29 21:12:11.827472 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.007156795 sec., 24312.558903810994 rows/sec., 1.24 MiB/sec. | ||
| 8821 | 2025.01.29 21:12:11.827687 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8822 | 2025.01.29 21:12:11.827772 [ 260 ] {df33cd42-3627-46ef-a576-9e850b128ff6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8823 | 2025.01.29 21:12:11.828185 [ 260 ] {df33cd42-3627-46ef-a576-9e850b128ff6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006899 sec., 34352.80475431222 rows/sec., 2.30 MiB/sec. | ||
| 8824 | 2025.01.29 21:12:11.828382 [ 260 ] {df33cd42-3627-46ef-a576-9e850b128ff6} <Debug> TCPHandler: Processed in 0.007809483 sec. | ||
| 8825 | 2025.01.29 21:12:11.828382 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_29_6} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8826 | 2025.01.29 21:12:11.828576 [ 191 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_29_6} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8827 | 2025.01.29 21:12:11.828588 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8828 | 2025.01.29 21:12:11.828699 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8829 | 2025.01.29 21:12:11.828773 [ 263 ] {092766cc-598a-4a47-983e-95e01fbba321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8830 | 2025.01.29 21:12:11.828830 [ 263 ] {092766cc-598a-4a47-983e-95e01fbba321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8831 | 2025.01.29 21:12:11.829313 [ 263 ] {092766cc-598a-4a47-983e-95e01fbba321} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8832 | 2025.01.29 21:12:11.829353 [ 263 ] {092766cc-598a-4a47-983e-95e01fbba321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8833 | 2025.01.29 21:12:11.829721 [ 263 ] {092766cc-598a-4a47-983e-95e01fbba321} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8834 | 2025.01.29 21:12:11.829959 [ 263 ] {092766cc-598a-4a47-983e-95e01fbba321} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2025.01.29 21:12:11.830124 [ 125 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8836 | 2025.01.29 21:12:11.830186 [ 125 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8837 | 2025.01.29 21:12:11.830237 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8838 | 2025.01.29 21:12:11.830236 [ 263 ] {092766cc-598a-4a47-983e-95e01fbba321} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec. | ||
| 8839 | 2025.01.29 21:12:11.830464 [ 263 ] {092766cc-598a-4a47-983e-95e01fbba321} <Debug> TCPHandler: Processed in 0.001977093 sec. | ||
| 8840 | 2025.01.29 21:12:11.830544 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 8841 | 2025.01.29 21:12:11.830642 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8842 | 2025.01.29 21:12:11.830693 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8843 | 2025.01.29 21:12:11.830733 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 25 rows starting from the beginning of the part | ||
| 8844 | 2025.01.29 21:12:11.830800 [ 260 ] {a5469526-a604-4065-91ec-206f224383d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8845 | 2025.01.29 21:12:11.830857 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8846 | 2025.01.29 21:12:11.831179 [ 260 ] {a5469526-a604-4065-91ec-206f224383d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8847 | 2025.01.29 21:12:11.831225 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8848 | 2025.01.29 21:12:11.831519 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8849 | 2025.01.29 21:12:11.831745 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8850 | 2025.01.29 21:12:11.831945 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8851 | 2025.01.29 21:12:11.833848 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003472542 sec., 8639.204363834908 rows/sec., 581.01 KiB/sec. | ||
| 8852 | 2025.01.29 21:12:11.833981 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8853 | 2025.01.29 21:12:11.834211 [ 260 ] {a5469526-a604-4065-91ec-206f224383d8} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8854 | 2025.01.29 21:12:11.834260 [ 260 ] {a5469526-a604-4065-91ec-206f224383d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8855 | 2025.01.29 21:12:11.834357 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8856 | 2025.01.29 21:12:11.834482 [ 201 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_29_6} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8857 | 2025.01.29 21:12:11.834556 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8858 | 2025.01.29 21:12:11.835032 [ 260 ] {a5469526-a604-4065-91ec-206f224383d8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8859 | 2025.01.29 21:12:11.835294 [ 260 ] {a5469526-a604-4065-91ec-206f224383d8} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8860 | 2025.01.29 21:12:11.835626 [ 260 ] {a5469526-a604-4065-91ec-206f224383d8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004857 sec., 8235.536339304097 rows/sec., 14.76 MiB/sec. | ||
| 8861 | 2025.01.29 21:12:11.836254 [ 260 ] {a5469526-a604-4065-91ec-206f224383d8} <Debug> TCPHandler: Processed in 0.005684328 sec. | ||
| 8862 | 2025.01.29 21:12:11.836485 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8863 | 2025.01.29 21:12:11.836710 [ 263 ] {ff1f8b69-7bf9-4fa6-9b8f-313e45abad03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8864 | 2025.01.29 21:12:11.836804 [ 263 ] {ff1f8b69-7bf9-4fa6-9b8f-313e45abad03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8865 | 2025.01.29 21:12:11.837496 [ 263 ] {ff1f8b69-7bf9-4fa6-9b8f-313e45abad03} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8866 | 2025.01.29 21:12:11.837536 [ 263 ] {ff1f8b69-7bf9-4fa6-9b8f-313e45abad03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8867 | 2025.01.29 21:12:11.837912 [ 263 ] {ff1f8b69-7bf9-4fa6-9b8f-313e45abad03} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8868 | 2025.01.29 21:12:11.838148 [ 263 ] {ff1f8b69-7bf9-4fa6-9b8f-313e45abad03} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2025.01.29 21:12:11.838422 [ 263 ] {ff1f8b69-7bf9-4fa6-9b8f-313e45abad03} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001757 sec., 46670.46101309049 rows/sec., 2.96 MiB/sec. | ||
| 8870 | 2025.01.29 21:12:11.838478 [ 263 ] {ff1f8b69-7bf9-4fa6-9b8f-313e45abad03} <Debug> TCPHandler: Processed in 0.002101805 sec. | ||
| 8871 | 2025.01.29 21:12:12.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.68 MiB, peak 233.30 MiB, free memory in arenas 0.00 B, will set to 222.65 MiB (RSS), difference: -1.03 MiB | ||
| 8872 | 2025.01.29 21:12:14.902635 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8873 | 2025.01.29 21:12:14.902711 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8874 | 2025.01.29 21:12:15.061834 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21167 | ||
| 8875 | 2025.01.29 21:12:15.062562 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8876 | 2025.01.29 21:12:15.062607 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8877 | 2025.01.29 21:12:15.063115 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8878 | 2025.01.29 21:12:15.063362 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8879 | 2025.01.29 21:12:15.063599 [ 42 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8880 | 2025.01.29 21:12:15.063605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21167 | ||
| 8881 | 2025.01.29 21:12:15.063689 [ 42 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8882 | 2025.01.29 21:12:15.063723 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 8883 | 2025.01.29 21:12:15.063954 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 8884 | 2025.01.29 21:12:15.064245 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8885 | 2025.01.29 21:12:15.064295 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 8886 | 2025.01.29 21:12:15.064386 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 8887 | 2025.01.29 21:12:15.064576 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 8888 | 2025.01.29 21:12:15.064873 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 8889 | 2025.01.29 21:12:15.065061 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 8890 | 2025.01.29 21:12:15.065178 [ 195 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 8891 | 2025.01.29 21:12:15.067769 [ 187 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21167 rows, containing 4 columns (4 merged, 0 gathered) in 0.003965928 sec., 5337212.375010339 rows/sec., 76.35 MiB/sec. | ||
| 8892 | 2025.01.29 21:12:15.068151 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8893 | 2025.01.29 21:12:15.068482 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_46_9} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8894 | 2025.01.29 21:12:15.068560 [ 196 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_46_9} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8895 | 2025.01.29 21:12:15.068666 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 8896 | 2025.01.29 21:12:16.566585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8897 | 2025.01.29 21:12:16.588203 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8898 | 2025.01.29 21:12:16.588259 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8899 | 2025.01.29 21:12:16.595600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8900 | 2025.01.29 21:12:16.596351 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8901 | 2025.01.29 21:12:16.596662 [ 154 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8902 | 2025.01.29 21:12:16.596735 [ 154 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8903 | 2025.01.29 21:12:16.596784 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8904 | 2025.01.29 21:12:16.597398 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 8905 | 2025.01.29 21:12:16.611755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8906 | 2025.01.29 21:12:16.613214 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8907 | 2025.01.29 21:12:16.614750 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 8908 | 2025.01.29 21:12:16.620525 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 8909 | 2025.01.29 21:12:16.625903 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 8910 | 2025.01.29 21:12:16.631238 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 8911 | 2025.01.29 21:12:16.636696 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 8912 | 2025.01.29 21:12:16.640997 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 8913 | 2025.01.29 21:12:16.700569 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.103623939 sec., 3348.647072757966 rows/sec., 17.32 MiB/sec. | ||
| 8914 | 2025.01.29 21:12:16.703617 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8915 | 2025.01.29 21:12:16.706530 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_46_9} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8916 | 2025.01.29 21:12:16.706623 [ 186 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_46_9} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8917 | 2025.01.29 21:12:16.709004 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8918 | 2025.01.29 21:12:16.780147 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8919 | 2025.01.29 21:12:16.780341 [ 263 ] {6cc83293-2466-4dc3-a003-b9f83f4e7cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8920 | 2025.01.29 21:12:16.780419 [ 263 ] {6cc83293-2466-4dc3-a003-b9f83f4e7cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8921 | 2025.01.29 21:12:16.781192 [ 263 ] {6cc83293-2466-4dc3-a003-b9f83f4e7cde} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8922 | 2025.01.29 21:12:16.781238 [ 263 ] {6cc83293-2466-4dc3-a003-b9f83f4e7cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8923 | 2025.01.29 21:12:16.781702 [ 263 ] {6cc83293-2466-4dc3-a003-b9f83f4e7cde} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8924 | 2025.01.29 21:12:16.781957 [ 263 ] {6cc83293-2466-4dc3-a003-b9f83f4e7cde} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2025.01.29 21:12:16.782195 [ 263 ] {6cc83293-2466-4dc3-a003-b9f83f4e7cde} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec. | ||
| 8926 | 2025.01.29 21:12:16.782261 [ 263 ] {6cc83293-2466-4dc3-a003-b9f83f4e7cde} <Debug> TCPHandler: Processed in 0.002246047 sec. | ||
| 8927 | 2025.01.29 21:12:16.782538 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8928 | 2025.01.29 21:12:16.782752 [ 260 ] {fa1d9317-6a54-47dc-b9e8-fa4b4358d4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8929 | 2025.01.29 21:12:16.782838 [ 260 ] {fa1d9317-6a54-47dc-b9e8-fa4b4358d4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8930 | 2025.01.29 21:12:16.783727 [ 260 ] {fa1d9317-6a54-47dc-b9e8-fa4b4358d4bb} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2025.01.29 21:12:16.783776 [ 260 ] {fa1d9317-6a54-47dc-b9e8-fa4b4358d4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8932 | 2025.01.29 21:12:16.784233 [ 260 ] {fa1d9317-6a54-47dc-b9e8-fa4b4358d4bb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8933 | 2025.01.29 21:12:16.784505 [ 260 ] {fa1d9317-6a54-47dc-b9e8-fa4b4358d4bb} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2025.01.29 21:12:16.784788 [ 260 ] {fa1d9317-6a54-47dc-b9e8-fa4b4358d4bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002093 sec., 30578.117534639277 rows/sec., 2.39 MiB/sec. | ||
| 8935 | 2025.01.29 21:12:16.784902 [ 260 ] {fa1d9317-6a54-47dc-b9e8-fa4b4358d4bb} <Debug> TCPHandler: Processed in 0.00250126 sec. | ||
| 8936 | 2025.01.29 21:12:16.785156 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8937 | 2025.01.29 21:12:16.785344 [ 263 ] {72e542b5-1302-44b5-8a35-f61283b92b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8938 | 2025.01.29 21:12:16.785412 [ 263 ] {72e542b5-1302-44b5-8a35-f61283b92b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8939 | 2025.01.29 21:12:16.786031 [ 263 ] {72e542b5-1302-44b5-8a35-f61283b92b44} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8940 | 2025.01.29 21:12:16.786099 [ 263 ] {72e542b5-1302-44b5-8a35-f61283b92b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8941 | 2025.01.29 21:12:16.786505 [ 263 ] {72e542b5-1302-44b5-8a35-f61283b92b44} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8942 | 2025.01.29 21:12:16.786745 [ 263 ] {72e542b5-1302-44b5-8a35-f61283b92b44} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8943 | 2025.01.29 21:12:16.786944 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8944 | 2025.01.29 21:12:16.786975 [ 263 ] {72e542b5-1302-44b5-8a35-f61283b92b44} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
| 8945 | 2025.01.29 21:12:16.786999 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8946 | 2025.01.29 21:12:16.787061 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8947 | 2025.01.29 21:12:16.787109 [ 263 ] {72e542b5-1302-44b5-8a35-f61283b92b44} <Debug> TCPHandler: Processed in 0.002092135 sec. | ||
| 8948 | 2025.01.29 21:12:16.787342 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8949 | 2025.01.29 21:12:16.787352 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 8950 | 2025.01.29 21:12:16.787552 [ 260 ] {08c3feb0-47a6-408f-9a79-09c24445c27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8951 | 2025.01.29 21:12:16.787554 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8952 | 2025.01.29 21:12:16.787607 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18650 rows starting from the beginning of the part | ||
| 8953 | 2025.01.29 21:12:16.787629 [ 260 ] {08c3feb0-47a6-408f-9a79-09c24445c27e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8954 | 2025.01.29 21:12:16.787865 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 8955 | 2025.01.29 21:12:16.788285 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 8956 | 2025.01.29 21:12:16.788532 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 161 rows starting from the beginning of the part | ||
| 8957 | 2025.01.29 21:12:16.788763 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
| 8958 | 2025.01.29 21:12:16.788961 [ 193 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 8959 | 2025.01.29 21:12:16.789811 [ 260 ] {08c3feb0-47a6-408f-9a79-09c24445c27e} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8960 | 2025.01.29 21:12:16.789854 [ 260 ] {08c3feb0-47a6-408f-9a79-09c24445c27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8961 | 2025.01.29 21:12:16.790329 [ 260 ] {08c3feb0-47a6-408f-9a79-09c24445c27e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8962 | 2025.01.29 21:12:16.790585 [ 260 ] {08c3feb0-47a6-408f-9a79-09c24445c27e} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8963 | 2025.01.29 21:12:16.790744 [ 29 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8964 | 2025.01.29 21:12:16.790806 [ 29 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8965 | 2025.01.29 21:12:16.790815 [ 260 ] {08c3feb0-47a6-408f-9a79-09c24445c27e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003307 sec., 18143.332325370426 rows/sec., 1.22 MiB/sec. | ||
| 8966 | 2025.01.29 21:12:16.790835 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8967 | 2025.01.29 21:12:16.790979 [ 260 ] {08c3feb0-47a6-408f-9a79-09c24445c27e} <Debug> TCPHandler: Processed in 0.003725865 sec. | ||
| 8968 | 2025.01.29 21:12:16.791210 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 8969 | 2025.01.29 21:12:16.791732 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8970 | 2025.01.29 21:12:16.791868 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3762 rows starting from the beginning of the part | ||
| 8971 | 2025.01.29 21:12:16.792353 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 8972 | 2025.01.29 21:12:16.792745 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 8973 | 2025.01.29 21:12:16.793153 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 8974 | 2025.01.29 21:12:16.793480 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 8975 | 2025.01.29 21:12:16.793870 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 8976 | 2025.01.29 21:12:16.797343 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4106 rows, containing 4 columns (4 merged, 0 gathered) in 0.006385987 sec., 642970.303572494 rows/sec., 41.87 MiB/sec. | ||
| 8977 | 2025.01.29 21:12:16.797722 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8978 | 2025.01.29 21:12:16.798071 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_71_14} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8979 | 2025.01.29 21:12:16.798175 [ 186 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_71_14} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8980 | 2025.01.29 21:12:16.798278 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8981 | 2025.01.29 21:12:16.798501 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19605 rows, containing 5 columns (5 merged, 0 gathered) in 0.011341066 sec., 1728673.4774314866 rows/sec., 116.73 MiB/sec. | ||
| 8982 | 2025.01.29 21:12:16.798826 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8983 | 2025.01.29 21:12:16.799138 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8984 | 2025.01.29 21:12:16.799230 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8985 | 2025.01.29 21:12:16.799328 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8986 | 2025.01.29 21:12:17.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.04 MiB, peak 237.12 MiB, free memory in arenas 0.00 B, will set to 226.38 MiB (RSS), difference: 2.34 MiB | ||
| 8987 | 2025.01.29 21:12:19.373312 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8988 | 2025.01.29 21:12:19.373617 [ 263 ] {67b7f91a-cfd7-46a0-8a25-71db81ecd1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8989 | 2025.01.29 21:12:19.373692 [ 263 ] {67b7f91a-cfd7-46a0-8a25-71db81ecd1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8990 | 2025.01.29 21:12:19.374487 [ 263 ] {67b7f91a-cfd7-46a0-8a25-71db81ecd1ed} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8991 | 2025.01.29 21:12:19.374539 [ 263 ] {67b7f91a-cfd7-46a0-8a25-71db81ecd1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 8992 | 2025.01.29 21:12:19.374970 [ 263 ] {67b7f91a-cfd7-46a0-8a25-71db81ecd1ed} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8993 | 2025.01.29 21:12:19.375224 [ 263 ] {67b7f91a-cfd7-46a0-8a25-71db81ecd1ed} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8994 | 2025.01.29 21:12:19.375493 [ 263 ] {67b7f91a-cfd7-46a0-8a25-71db81ecd1ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001961 sec., 7139.214686384497 rows/sec., 513.93 KiB/sec. | ||
| 8995 | 2025.01.29 21:12:19.375562 [ 263 ] {67b7f91a-cfd7-46a0-8a25-71db81ecd1ed} <Debug> TCPHandler: Processed in 0.002437549 sec. | ||
| 8996 | 2025.01.29 21:12:19.375925 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8997 | 2025.01.29 21:12:19.376237 [ 260 ] {141f1ea8-23dc-4921-af1f-b5565655fd87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8998 | 2025.01.29 21:12:19.376357 [ 260 ] {141f1ea8-23dc-4921-af1f-b5565655fd87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8999 | 2025.01.29 21:12:19.377217 [ 260 ] {141f1ea8-23dc-4921-af1f-b5565655fd87} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2025.01.29 21:12:19.377267 [ 260 ] {141f1ea8-23dc-4921-af1f-b5565655fd87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9001 | 2025.01.29 21:12:19.377701 [ 260 ] {141f1ea8-23dc-4921-af1f-b5565655fd87} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9002 | 2025.01.29 21:12:19.377953 [ 260 ] {141f1ea8-23dc-4921-af1f-b5565655fd87} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2025.01.29 21:12:19.378214 [ 260 ] {141f1ea8-23dc-4921-af1f-b5565655fd87} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002062 sec., 1939.8642095053347 rows/sec., 158.18 KiB/sec. | ||
| 9004 | 2025.01.29 21:12:19.378273 [ 260 ] {141f1ea8-23dc-4921-af1f-b5565655fd87} <Debug> TCPHandler: Processed in 0.002543481 sec. | ||
| 9005 | 2025.01.29 21:12:19.378495 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9006 | 2025.01.29 21:12:19.378699 [ 263 ] {4a6e173f-a6fd-415a-9471-5988a1271052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9007 | 2025.01.29 21:12:19.378764 [ 263 ] {4a6e173f-a6fd-415a-9471-5988a1271052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9008 | 2025.01.29 21:12:19.380060 [ 263 ] {4a6e173f-a6fd-415a-9471-5988a1271052} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9009 | 2025.01.29 21:12:19.380103 [ 263 ] {4a6e173f-a6fd-415a-9471-5988a1271052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9010 | 2025.01.29 21:12:19.380561 [ 263 ] {4a6e173f-a6fd-415a-9471-5988a1271052} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9011 | 2025.01.29 21:12:19.380814 [ 263 ] {4a6e173f-a6fd-415a-9471-5988a1271052} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9012 | 2025.01.29 21:12:19.381072 [ 263 ] {4a6e173f-a6fd-415a-9471-5988a1271052} <Debug> executeQuery: Read 1425 rows, 122.31 KiB in 0.002408 sec., 591777.4086378737 rows/sec., 49.60 MiB/sec. | ||
| 9013 | 2025.01.29 21:12:19.381143 [ 263 ] {4a6e173f-a6fd-415a-9471-5988a1271052} <Debug> TCPHandler: Processed in 0.002762643 sec. | ||
| 9014 | 2025.01.29 21:12:19.381353 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9015 | 2025.01.29 21:12:19.381521 [ 260 ] {7d9d1e03-c5da-4f42-87e8-dae2bedfe05e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9016 | 2025.01.29 21:12:19.381581 [ 260 ] {7d9d1e03-c5da-4f42-87e8-dae2bedfe05e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9017 | 2025.01.29 21:12:19.382211 [ 260 ] {7d9d1e03-c5da-4f42-87e8-dae2bedfe05e} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9018 | 2025.01.29 21:12:19.382252 [ 260 ] {7d9d1e03-c5da-4f42-87e8-dae2bedfe05e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9019 | 2025.01.29 21:12:19.382622 [ 260 ] {7d9d1e03-c5da-4f42-87e8-dae2bedfe05e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9020 | 2025.01.29 21:12:19.382865 [ 260 ] {7d9d1e03-c5da-4f42-87e8-dae2bedfe05e} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9021 | 2025.01.29 21:12:19.383111 [ 260 ] {7d9d1e03-c5da-4f42-87e8-dae2bedfe05e} <Debug> executeQuery: Read 51 rows, 3.74 KiB in 0.00166 sec., 30722.89156626506 rows/sec., 2.20 MiB/sec. | ||
| 9022 | 2025.01.29 21:12:19.383197 [ 260 ] {7d9d1e03-c5da-4f42-87e8-dae2bedfe05e} <Debug> TCPHandler: Processed in 0.002010814 sec. | ||
| 9023 | 2025.01.29 21:12:19.383404 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9024 | 2025.01.29 21:12:19.383648 [ 263 ] {a7d33bf5-5c40-486a-ade3-d024aa916f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9025 | 2025.01.29 21:12:19.383709 [ 263 ] {a7d33bf5-5c40-486a-ade3-d024aa916f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9026 | 2025.01.29 21:12:19.384526 [ 263 ] {a7d33bf5-5c40-486a-ade3-d024aa916f15} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9027 | 2025.01.29 21:12:19.384574 [ 263 ] {a7d33bf5-5c40-486a-ade3-d024aa916f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9028 | 2025.01.29 21:12:19.384943 [ 263 ] {a7d33bf5-5c40-486a-ade3-d024aa916f15} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9029 | 2025.01.29 21:12:19.385184 [ 263 ] {a7d33bf5-5c40-486a-ade3-d024aa916f15} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9030 | 2025.01.29 21:12:19.385416 [ 263 ] {a7d33bf5-5c40-486a-ade3-d024aa916f15} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001801 sec., 134369.79455857855 rows/sec., 9.10 MiB/sec. | ||
| 9031 | 2025.01.29 21:12:19.385473 [ 263 ] {a7d33bf5-5c40-486a-ade3-d024aa916f15} <Debug> TCPHandler: Processed in 0.002140556 sec. | ||
| 9032 | 2025.01.29 21:12:19.385634 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9033 | 2025.01.29 21:12:19.385771 [ 260 ] {3a1018fd-d9ea-4be2-a7e7-26e16a80e300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9034 | 2025.01.29 21:12:19.385829 [ 260 ] {3a1018fd-d9ea-4be2-a7e7-26e16a80e300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9035 | 2025.01.29 21:12:19.386510 [ 260 ] {3a1018fd-d9ea-4be2-a7e7-26e16a80e300} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9036 | 2025.01.29 21:12:19.386558 [ 260 ] {3a1018fd-d9ea-4be2-a7e7-26e16a80e300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9037 | 2025.01.29 21:12:19.386917 [ 260 ] {3a1018fd-d9ea-4be2-a7e7-26e16a80e300} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9038 | 2025.01.29 21:12:19.387160 [ 260 ] {3a1018fd-d9ea-4be2-a7e7-26e16a80e300} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9039 | 2025.01.29 21:12:19.387345 [ 260 ] {3a1018fd-d9ea-4be2-a7e7-26e16a80e300} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 9040 | 2025.01.29 21:12:19.387396 [ 260 ] {3a1018fd-d9ea-4be2-a7e7-26e16a80e300} <Debug> TCPHandler: Processed in 0.001822662 sec. | ||
| 9041 | 2025.01.29 21:12:19.387541 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9042 | 2025.01.29 21:12:19.387741 [ 263 ] {6a3b8dab-94b1-49e1-bc5d-8a05d28259fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9043 | 2025.01.29 21:12:19.387830 [ 263 ] {6a3b8dab-94b1-49e1-bc5d-8a05d28259fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9044 | 2025.01.29 21:12:19.389052 [ 263 ] {6a3b8dab-94b1-49e1-bc5d-8a05d28259fe} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2025.01.29 21:12:19.389093 [ 263 ] {6a3b8dab-94b1-49e1-bc5d-8a05d28259fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9046 | 2025.01.29 21:12:19.389478 [ 263 ] {6a3b8dab-94b1-49e1-bc5d-8a05d28259fe} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9047 | 2025.01.29 21:12:19.389724 [ 263 ] {6a3b8dab-94b1-49e1-bc5d-8a05d28259fe} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9048 | 2025.01.29 21:12:19.389957 [ 263 ] {6a3b8dab-94b1-49e1-bc5d-8a05d28259fe} <Debug> executeQuery: Read 882 rows, 65.50 KiB in 0.002269 sec., 388717.4966945791 rows/sec., 28.19 MiB/sec. | ||
| 9049 | 2025.01.29 21:12:19.390022 [ 263 ] {6a3b8dab-94b1-49e1-bc5d-8a05d28259fe} <Debug> TCPHandler: Processed in 0.00253952 sec. | ||
| 9050 | 2025.01.29 21:12:19.390280 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9051 | 2025.01.29 21:12:19.390505 [ 260 ] {96c476cc-0bb1-4e98-aab1-5e0a7efa0e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9052 | 2025.01.29 21:12:19.390600 [ 260 ] {96c476cc-0bb1-4e98-aab1-5e0a7efa0e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9053 | 2025.01.29 21:12:19.391104 [ 260 ] {96c476cc-0bb1-4e98-aab1-5e0a7efa0e18} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9054 | 2025.01.29 21:12:19.391142 [ 260 ] {96c476cc-0bb1-4e98-aab1-5e0a7efa0e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9055 | 2025.01.29 21:12:19.391508 [ 260 ] {96c476cc-0bb1-4e98-aab1-5e0a7efa0e18} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9056 | 2025.01.29 21:12:19.391745 [ 260 ] {96c476cc-0bb1-4e98-aab1-5e0a7efa0e18} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9057 | 2025.01.29 21:12:19.391927 [ 260 ] {96c476cc-0bb1-4e98-aab1-5e0a7efa0e18} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 9058 | 2025.01.29 21:12:19.391976 [ 260 ] {96c476cc-0bb1-4e98-aab1-5e0a7efa0e18} <Debug> TCPHandler: Processed in 0.001860232 sec. | ||
| 9059 | 2025.01.29 21:12:19.392125 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9060 | 2025.01.29 21:12:19.392263 [ 263 ] {b2294716-f9e6-45bc-b1b7-e1b833f46c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9061 | 2025.01.29 21:12:19.392327 [ 263 ] {b2294716-f9e6-45bc-b1b7-e1b833f46c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9062 | 2025.01.29 21:12:19.393154 [ 263 ] {b2294716-f9e6-45bc-b1b7-e1b833f46c10} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9063 | 2025.01.29 21:12:19.393194 [ 263 ] {b2294716-f9e6-45bc-b1b7-e1b833f46c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9064 | 2025.01.29 21:12:19.393624 [ 263 ] {b2294716-f9e6-45bc-b1b7-e1b833f46c10} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9065 | 2025.01.29 21:12:19.393872 [ 263 ] {b2294716-f9e6-45bc-b1b7-e1b833f46c10} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9066 | 2025.01.29 21:12:19.394088 [ 263 ] {b2294716-f9e6-45bc-b1b7-e1b833f46c10} <Debug> executeQuery: Read 895 rows, 61.06 KiB in 0.001856 sec., 482219.8275862069 rows/sec., 32.13 MiB/sec. | ||
| 9067 | 2025.01.29 21:12:19.394141 [ 263 ] {b2294716-f9e6-45bc-b1b7-e1b833f46c10} <Debug> TCPHandler: Processed in 0.002081575 sec. | ||
| 9068 | 2025.01.29 21:12:19.394299 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9069 | 2025.01.29 21:12:19.394438 [ 260 ] {1ccaf010-2c1a-4600-b95e-a1afcdcbc316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9070 | 2025.01.29 21:12:19.394500 [ 260 ] {1ccaf010-2c1a-4600-b95e-a1afcdcbc316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9071 | 2025.01.29 21:12:19.394980 [ 260 ] {1ccaf010-2c1a-4600-b95e-a1afcdcbc316} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9072 | 2025.01.29 21:12:19.395018 [ 260 ] {1ccaf010-2c1a-4600-b95e-a1afcdcbc316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9073 | 2025.01.29 21:12:19.395372 [ 260 ] {1ccaf010-2c1a-4600-b95e-a1afcdcbc316} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9074 | 2025.01.29 21:12:19.395616 [ 260 ] {1ccaf010-2c1a-4600-b95e-a1afcdcbc316} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9075 | 2025.01.29 21:12:19.395797 [ 260 ] {1ccaf010-2c1a-4600-b95e-a1afcdcbc316} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00139 sec., 719.4244604316547 rows/sec., 48.48 KiB/sec. | ||
| 9076 | 2025.01.29 21:12:19.395845 [ 260 ] {1ccaf010-2c1a-4600-b95e-a1afcdcbc316} <Debug> TCPHandler: Processed in 0.00161148 sec. | ||
| 9077 | 2025.01.29 21:12:19.395995 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9078 | 2025.01.29 21:12:19.396134 [ 263 ] {eeba3d6f-83af-4b56-8c49-87e14a051c9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9079 | 2025.01.29 21:12:19.396229 [ 263 ] {eeba3d6f-83af-4b56-8c49-87e14a051c9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9080 | 2025.01.29 21:12:19.397514 [ 263 ] {eeba3d6f-83af-4b56-8c49-87e14a051c9b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9081 | 2025.01.29 21:12:19.397554 [ 263 ] {eeba3d6f-83af-4b56-8c49-87e14a051c9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9082 | 2025.01.29 21:12:19.398199 [ 263 ] {eeba3d6f-83af-4b56-8c49-87e14a051c9b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9083 | 2025.01.29 21:12:19.398468 [ 263 ] {eeba3d6f-83af-4b56-8c49-87e14a051c9b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9084 | 2025.01.29 21:12:19.398730 [ 263 ] {eeba3d6f-83af-4b56-8c49-87e14a051c9b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002628 sec., 15220.700152207 rows/sec., 27.27 MiB/sec. | ||
| 9085 | 2025.01.29 21:12:19.398825 [ 263 ] {eeba3d6f-83af-4b56-8c49-87e14a051c9b} <Debug> TCPHandler: Processed in 0.002898394 sec. | ||
| 9086 | 2025.01.29 21:12:19.399033 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9087 | 2025.01.29 21:12:19.399256 [ 260 ] {aefd4a80-bf1b-466d-8f7b-dbaf841f7d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9088 | 2025.01.29 21:12:19.399351 [ 260 ] {aefd4a80-bf1b-466d-8f7b-dbaf841f7d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9089 | 2025.01.29 21:12:19.399953 [ 260 ] {aefd4a80-bf1b-466d-8f7b-dbaf841f7d3d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9090 | 2025.01.29 21:12:19.399991 [ 260 ] {aefd4a80-bf1b-466d-8f7b-dbaf841f7d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9091 | 2025.01.29 21:12:19.400364 [ 260 ] {aefd4a80-bf1b-466d-8f7b-dbaf841f7d3d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9092 | 2025.01.29 21:12:19.400601 [ 260 ] {aefd4a80-bf1b-466d-8f7b-dbaf841f7d3d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9093 | 2025.01.29 21:12:19.400791 [ 260 ] {aefd4a80-bf1b-466d-8f7b-dbaf841f7d3d} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001592 sec., 36432.160804020095 rows/sec., 2.26 MiB/sec. | ||
| 9094 | 2025.01.29 21:12:19.400883 [ 260 ] {aefd4a80-bf1b-466d-8f7b-dbaf841f7d3d} <Debug> TCPHandler: Processed in 0.001959973 sec. | ||
| 9095 | 2025.01.29 21:12:20.161708 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1246 | ||
| 9096 | 2025.01.29 21:12:20.165311 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2025.01.29 21:12:20.165378 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9098 | 2025.01.29 21:12:20.166930 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9099 | 2025.01.29 21:12:20.167263 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2025.01.29 21:12:20.167940 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1246 | ||
| 9101 | 2025.01.29 21:12:21.775626 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9102 | 2025.01.29 21:12:21.775829 [ 263 ] {ee929e00-c28c-47ff-a3f1-8e10686a33ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9103 | 2025.01.29 21:12:21.775902 [ 263 ] {ee929e00-c28c-47ff-a3f1-8e10686a33ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9104 | 2025.01.29 21:12:21.776673 [ 263 ] {ee929e00-c28c-47ff-a3f1-8e10686a33ea} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9105 | 2025.01.29 21:12:21.776718 [ 263 ] {ee929e00-c28c-47ff-a3f1-8e10686a33ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9106 | 2025.01.29 21:12:21.777160 [ 263 ] {ee929e00-c28c-47ff-a3f1-8e10686a33ea} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9107 | 2025.01.29 21:12:21.777418 [ 263 ] {ee929e00-c28c-47ff-a3f1-8e10686a33ea} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9108 | 2025.01.29 21:12:21.777624 [ 263 ] {ee929e00-c28c-47ff-a3f1-8e10686a33ea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.33 MiB/sec. | ||
| 9109 | 2025.01.29 21:12:21.777690 [ 263 ] {ee929e00-c28c-47ff-a3f1-8e10686a33ea} <Debug> TCPHandler: Processed in 0.002191117 sec. | ||
| 9110 | 2025.01.29 21:12:21.777955 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9111 | 2025.01.29 21:12:21.778175 [ 260 ] {3096e9d2-d76e-4a41-b202-5acdca3b2307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9112 | 2025.01.29 21:12:21.778262 [ 260 ] {3096e9d2-d76e-4a41-b202-5acdca3b2307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9113 | 2025.01.29 21:12:21.779153 [ 260 ] {3096e9d2-d76e-4a41-b202-5acdca3b2307} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9114 | 2025.01.29 21:12:21.779205 [ 260 ] {3096e9d2-d76e-4a41-b202-5acdca3b2307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9115 | 2025.01.29 21:12:21.779657 [ 260 ] {3096e9d2-d76e-4a41-b202-5acdca3b2307} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9116 | 2025.01.29 21:12:21.779925 [ 260 ] {3096e9d2-d76e-4a41-b202-5acdca3b2307} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9117 | 2025.01.29 21:12:21.780180 [ 260 ] {3096e9d2-d76e-4a41-b202-5acdca3b2307} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002067 sec., 30962.747943880022 rows/sec., 2.42 MiB/sec. | ||
| 9118 | 2025.01.29 21:12:21.780253 [ 260 ] {3096e9d2-d76e-4a41-b202-5acdca3b2307} <Debug> TCPHandler: Processed in 0.002441859 sec. | ||
| 9119 | 2025.01.29 21:12:21.780427 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9120 | 2025.01.29 21:12:21.780560 [ 263 ] {90dc32e4-5e41-43a0-9a7b-64a13536b604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9121 | 2025.01.29 21:12:21.780619 [ 263 ] {90dc32e4-5e41-43a0-9a7b-64a13536b604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9122 | 2025.01.29 21:12:21.781188 [ 263 ] {90dc32e4-5e41-43a0-9a7b-64a13536b604} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9123 | 2025.01.29 21:12:21.781226 [ 263 ] {90dc32e4-5e41-43a0-9a7b-64a13536b604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9124 | 2025.01.29 21:12:21.781633 [ 263 ] {90dc32e4-5e41-43a0-9a7b-64a13536b604} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9125 | 2025.01.29 21:12:21.781883 [ 263 ] {90dc32e4-5e41-43a0-9a7b-64a13536b604} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9126 | 2025.01.29 21:12:21.782119 [ 263 ] {90dc32e4-5e41-43a0-9a7b-64a13536b604} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001585 sec., 40378.54889589905 rows/sec., 2.81 MiB/sec. | ||
| 9127 | 2025.01.29 21:12:21.782214 [ 263 ] {90dc32e4-5e41-43a0-9a7b-64a13536b604} <Debug> TCPHandler: Processed in 0.001846662 sec. | ||
| 9128 | 2025.01.29 21:12:21.782447 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9129 | 2025.01.29 21:12:21.782593 [ 260 ] {e87c1c24-3505-4a21-9ae7-dbeffbd856da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9130 | 2025.01.29 21:12:21.782654 [ 260 ] {e87c1c24-3505-4a21-9ae7-dbeffbd856da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9131 | 2025.01.29 21:12:21.783179 [ 260 ] {e87c1c24-3505-4a21-9ae7-dbeffbd856da} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9132 | 2025.01.29 21:12:21.783221 [ 260 ] {e87c1c24-3505-4a21-9ae7-dbeffbd856da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9133 | 2025.01.29 21:12:21.783629 [ 260 ] {e87c1c24-3505-4a21-9ae7-dbeffbd856da} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9134 | 2025.01.29 21:12:21.783885 [ 260 ] {e87c1c24-3505-4a21-9ae7-dbeffbd856da} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9135 | 2025.01.29 21:12:21.784126 [ 260 ] {e87c1c24-3505-4a21-9ae7-dbeffbd856da} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001565 sec., 15335.463258785943 rows/sec., 1.03 MiB/sec. | ||
| 9136 | 2025.01.29 21:12:21.784188 [ 260 ] {e87c1c24-3505-4a21-9ae7-dbeffbd856da} <Debug> TCPHandler: Processed in 0.001843132 sec. | ||
| 9137 | 2025.01.29 21:12:22.563946 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21594 | ||
| 9138 | 2025.01.29 21:12:22.564590 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9139 | 2025.01.29 21:12:22.564633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9140 | 2025.01.29 21:12:22.565128 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9141 | 2025.01.29 21:12:22.565376 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9142 | 2025.01.29 21:12:22.565673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9143 | 2025.01.29 21:12:24.111999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9144 | 2025.01.29 21:12:24.130356 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2025.01.29 21:12:24.130407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9146 | 2025.01.29 21:12:24.137352 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9147 | 2025.01.29 21:12:24.138105 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2025.01.29 21:12:24.141485 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9149 | 2025.01.29 21:12:26.780703 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9150 | 2025.01.29 21:12:26.780903 [ 263 ] {e9c8b573-0c77-4a6b-9cb1-656089c832e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9151 | 2025.01.29 21:12:26.780974 [ 263 ] {e9c8b573-0c77-4a6b-9cb1-656089c832e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9152 | 2025.01.29 21:12:26.781759 [ 263 ] {e9c8b573-0c77-4a6b-9cb1-656089c832e8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9153 | 2025.01.29 21:12:26.781805 [ 263 ] {e9c8b573-0c77-4a6b-9cb1-656089c832e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9154 | 2025.01.29 21:12:26.782231 [ 263 ] {e9c8b573-0c77-4a6b-9cb1-656089c832e8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9155 | 2025.01.29 21:12:26.782482 [ 263 ] {e9c8b573-0c77-4a6b-9cb1-656089c832e8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9156 | 2025.01.29 21:12:26.782729 [ 263 ] {e9c8b573-0c77-4a6b-9cb1-656089c832e8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.29 MiB/sec. | ||
| 9157 | 2025.01.29 21:12:26.782795 [ 263 ] {e9c8b573-0c77-4a6b-9cb1-656089c832e8} <Debug> TCPHandler: Processed in 0.002220666 sec. | ||
| 9158 | 2025.01.29 21:12:26.783135 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9159 | 2025.01.29 21:12:26.783442 [ 260 ] {223b1edc-942c-41c8-9386-ea045b910f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9160 | 2025.01.29 21:12:26.783562 [ 260 ] {223b1edc-942c-41c8-9386-ea045b910f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9161 | 2025.01.29 21:12:26.784486 [ 260 ] {223b1edc-942c-41c8-9386-ea045b910f91} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9162 | 2025.01.29 21:12:26.784533 [ 260 ] {223b1edc-942c-41c8-9386-ea045b910f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9163 | 2025.01.29 21:12:26.784969 [ 260 ] {223b1edc-942c-41c8-9386-ea045b910f91} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9164 | 2025.01.29 21:12:26.785219 [ 260 ] {223b1edc-942c-41c8-9386-ea045b910f91} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9165 | 2025.01.29 21:12:26.785470 [ 260 ] {223b1edc-942c-41c8-9386-ea045b910f91} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002116 sec., 30245.746691871456 rows/sec., 2.36 MiB/sec. | ||
| 9166 | 2025.01.29 21:12:26.785526 [ 260 ] {223b1edc-942c-41c8-9386-ea045b910f91} <Debug> TCPHandler: Processed in 0.002585171 sec. | ||
| 9167 | 2025.01.29 21:12:26.785754 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9168 | 2025.01.29 21:12:26.785973 [ 263 ] {9d7ce3b9-d984-4733-89be-c07f0cb7dff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9169 | 2025.01.29 21:12:26.786039 [ 263 ] {9d7ce3b9-d984-4733-89be-c07f0cb7dff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9170 | 2025.01.29 21:12:26.786741 [ 263 ] {9d7ce3b9-d984-4733-89be-c07f0cb7dff5} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9171 | 2025.01.29 21:12:26.786791 [ 263 ] {9d7ce3b9-d984-4733-89be-c07f0cb7dff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9172 | 2025.01.29 21:12:26.787213 [ 263 ] {9d7ce3b9-d984-4733-89be-c07f0cb7dff5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9173 | 2025.01.29 21:12:26.787448 [ 263 ] {9d7ce3b9-d984-4733-89be-c07f0cb7dff5} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9174 | 2025.01.29 21:12:26.787702 [ 263 ] {9d7ce3b9-d984-4733-89be-c07f0cb7dff5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001764 sec., 90702.94784580499 rows/sec., 6.32 MiB/sec. | ||
| 9175 | 2025.01.29 21:12:26.787818 [ 263 ] {9d7ce3b9-d984-4733-89be-c07f0cb7dff5} <Debug> TCPHandler: Processed in 0.002180076 sec. | ||
| 9176 | 2025.01.29 21:12:26.788064 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9177 | 2025.01.29 21:12:26.788333 [ 260 ] {43b89b93-eb48-44ed-bb5c-9673a265f850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9178 | 2025.01.29 21:12:26.788430 [ 260 ] {43b89b93-eb48-44ed-bb5c-9673a265f850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9179 | 2025.01.29 21:12:26.789175 [ 260 ] {43b89b93-eb48-44ed-bb5c-9673a265f850} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9180 | 2025.01.29 21:12:26.789215 [ 260 ] {43b89b93-eb48-44ed-bb5c-9673a265f850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9181 | 2025.01.29 21:12:26.789601 [ 260 ] {43b89b93-eb48-44ed-bb5c-9673a265f850} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9182 | 2025.01.29 21:12:26.789840 [ 260 ] {43b89b93-eb48-44ed-bb5c-9673a265f850} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9183 | 2025.01.29 21:12:26.790057 [ 260 ] {43b89b93-eb48-44ed-bb5c-9673a265f850} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001783 sec., 33651.14974761638 rows/sec., 2.27 MiB/sec. | ||
| 9184 | 2025.01.29 21:12:26.790112 [ 260 ] {43b89b93-eb48-44ed-bb5c-9673a265f850} <Debug> TCPHandler: Processed in 0.002196287 sec. | ||
| 9185 | 2025.01.29 21:12:29.902785 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9186 | 2025.01.29 21:12:29.902864 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9187 | 2025.01.29 21:12:30.001494 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001058553 sec. | ||
| 9188 | 2025.01.29 21:12:30.065919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22082 | ||
| 9189 | 2025.01.29 21:12:30.066676 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2025.01.29 21:12:30.066726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9191 | 2025.01.29 21:12:30.067292 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9192 | 2025.01.29 21:12:30.067548 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9193 | 2025.01.29 21:12:30.067743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22082 | ||
| 9194 | 2025.01.29 21:12:30.168358 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1262 | ||
| 9195 | 2025.01.29 21:12:30.170861 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9196 | 2025.01.29 21:12:30.170903 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9197 | 2025.01.29 21:12:30.172280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9198 | 2025.01.29 21:12:30.172583 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9199 | 2025.01.29 21:12:30.173139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1262 | ||
| 9200 | 2025.01.29 21:12:31.127964 [ 150 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 5 parts from all_1_34_7 to all_38_38_0 | ||
| 9201 | 2025.01.29 21:12:31.128050 [ 150 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9202 | 2025.01.29 21:12:31.128078 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9203 | 2025.01.29 21:12:31.128304 [ 197 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_7 to all_38_38_0 into Compact with storage Full | ||
| 9204 | 2025.01.29 21:12:31.128539 [ 197 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9205 | 2025.01.29 21:12:31.128579 [ 197 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 65 rows starting from the beginning of the part | ||
| 9206 | 2025.01.29 21:12:31.128669 [ 197 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 47 rows starting from the beginning of the part | ||
| 9207 | 2025.01.29 21:12:31.128909 [ 197 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
| 9208 | 2025.01.29 21:12:31.129135 [ 197 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 47 rows starting from the beginning of the part | ||
| 9209 | 2025.01.29 21:12:31.129300 [ 197 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 51 rows starting from the beginning of the part | ||
| 9210 | 2025.01.29 21:12:31.130397 [ 197 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.002238837 sec., 94692.02090192364 rows/sec., 7.14 MiB/sec. | ||
| 9211 | 2025.01.29 21:12:31.130593 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 9212 | 2025.01.29 21:12:31.130949 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9213 | 2025.01.29 21:12:31.131046 [ 191 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_38_8} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 5 parts: [all_1_34_7, all_38_38_0] -> all_1_38_8 | ||
| 9214 | 2025.01.29 21:12:31.131158 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9215 | 2025.01.29 21:12:31.641666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9216 | 2025.01.29 21:12:31.662041 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9217 | 2025.01.29 21:12:31.662092 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9218 | 2025.01.29 21:12:31.669370 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9219 | 2025.01.29 21:12:31.670152 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9220 | 2025.01.29 21:12:31.672794 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9221 | 2025.01.29 21:12:31.786201 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9222 | 2025.01.29 21:12:31.786511 [ 263 ] {0fc9903d-5fcd-43c3-b1b0-bef06acddaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9223 | 2025.01.29 21:12:31.786633 [ 263 ] {0fc9903d-5fcd-43c3-b1b0-bef06acddaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9224 | 2025.01.29 21:12:31.787598 [ 263 ] {0fc9903d-5fcd-43c3-b1b0-bef06acddaea} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9225 | 2025.01.29 21:12:31.787651 [ 263 ] {0fc9903d-5fcd-43c3-b1b0-bef06acddaea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9226 | 2025.01.29 21:12:31.788082 [ 263 ] {0fc9903d-5fcd-43c3-b1b0-bef06acddaea} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9227 | 2025.01.29 21:12:31.788332 [ 263 ] {0fc9903d-5fcd-43c3-b1b0-bef06acddaea} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9228 | 2025.01.29 21:12:31.788615 [ 263 ] {0fc9903d-5fcd-43c3-b1b0-bef06acddaea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002183 sec., 6413.19285387082 rows/sec., 461.66 KiB/sec. | ||
| 9229 | 2025.01.29 21:12:31.788776 [ 263 ] {0fc9903d-5fcd-43c3-b1b0-bef06acddaea} <Debug> TCPHandler: Processed in 0.002769343 sec. | ||
| 9230 | 2025.01.29 21:12:31.789109 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9231 | 2025.01.29 21:12:31.789325 [ 260 ] {d39c1a3c-319d-4488-8f56-cf71408cf08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9232 | 2025.01.29 21:12:31.789410 [ 260 ] {d39c1a3c-319d-4488-8f56-cf71408cf08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9233 | 2025.01.29 21:12:31.790406 [ 260 ] {d39c1a3c-319d-4488-8f56-cf71408cf08d} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9234 | 2025.01.29 21:12:31.790459 [ 260 ] {d39c1a3c-319d-4488-8f56-cf71408cf08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9235 | 2025.01.29 21:12:31.790926 [ 260 ] {d39c1a3c-319d-4488-8f56-cf71408cf08d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9236 | 2025.01.29 21:12:31.791178 [ 260 ] {d39c1a3c-319d-4488-8f56-cf71408cf08d} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9237 | 2025.01.29 21:12:31.791368 [ 138 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9238 | 2025.01.29 21:12:31.791438 [ 138 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9239 | 2025.01.29 21:12:31.791441 [ 260 ] {d39c1a3c-319d-4488-8f56-cf71408cf08d} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002169 sec., 130474.87321346243 rows/sec., 11.53 MiB/sec. | ||
| 9240 | 2025.01.29 21:12:31.791479 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9241 | 2025.01.29 21:12:31.791603 [ 260 ] {d39c1a3c-319d-4488-8f56-cf71408cf08d} <Debug> TCPHandler: Processed in 0.002661791 sec. | ||
| 9242 | 2025.01.29 21:12:31.791913 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 9243 | 2025.01.29 21:12:31.792027 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9244 | 2025.01.29 21:12:31.792452 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9245 | 2025.01.29 21:12:31.792499 [ 263 ] {b0db9ac3-7a11-43c3-ba5b-e52af803608d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9246 | 2025.01.29 21:12:31.792579 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1434 rows starting from the beginning of the part | ||
| 9247 | 2025.01.29 21:12:31.792674 [ 263 ] {b0db9ac3-7a11-43c3-ba5b-e52af803608d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9248 | 2025.01.29 21:12:31.793035 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 9249 | 2025.01.29 21:12:31.793547 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1425 rows starting from the beginning of the part | ||
| 9250 | 2025.01.29 21:12:31.793988 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 9251 | 2025.01.29 21:12:31.794364 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
| 9252 | 2025.01.29 21:12:31.794720 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 283 rows starting from the beginning of the part | ||
| 9253 | 2025.01.29 21:12:31.796087 [ 263 ] {b0db9ac3-7a11-43c3-ba5b-e52af803608d} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9254 | 2025.01.29 21:12:31.796159 [ 263 ] {b0db9ac3-7a11-43c3-ba5b-e52af803608d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9255 | 2025.01.29 21:12:31.797100 [ 263 ] {b0db9ac3-7a11-43c3-ba5b-e52af803608d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9256 | 2025.01.29 21:12:31.797460 [ 263 ] {b0db9ac3-7a11-43c3-ba5b-e52af803608d} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9257 | 2025.01.29 21:12:31.797741 [ 263 ] {b0db9ac3-7a11-43c3-ba5b-e52af803608d} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.005367 sec., 8757.220048444196 rows/sec., 645.40 KiB/sec. | ||
| 9258 | 2025.01.29 21:12:31.797981 [ 263 ] {b0db9ac3-7a11-43c3-ba5b-e52af803608d} <Debug> TCPHandler: Processed in 0.006219085 sec. | ||
| 9259 | 2025.01.29 21:12:31.798281 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9260 | 2025.01.29 21:12:31.798283 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006673909 sec., 495961.2125367607 rows/sec., 43.47 MiB/sec. | ||
| 9261 | 2025.01.29 21:12:31.798427 [ 260 ] {e44eab95-4ef8-45c5-90e9-d16126103beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9262 | 2025.01.29 21:12:31.798492 [ 260 ] {e44eab95-4ef8-45c5-90e9-d16126103beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9263 | 2025.01.29 21:12:31.798587 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9264 | 2025.01.29 21:12:31.799050 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9265 | 2025.01.29 21:12:31.799183 [ 197 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_76_15} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9266 | 2025.01.29 21:12:31.799297 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 9267 | 2025.01.29 21:12:31.799394 [ 260 ] {e44eab95-4ef8-45c5-90e9-d16126103beb} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2025.01.29 21:12:31.799432 [ 260 ] {e44eab95-4ef8-45c5-90e9-d16126103beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9269 | 2025.01.29 21:12:31.799793 [ 260 ] {e44eab95-4ef8-45c5-90e9-d16126103beb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9270 | 2025.01.29 21:12:31.800033 [ 260 ] {e44eab95-4ef8-45c5-90e9-d16126103beb} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.01.29 21:12:31.800255 [ 260 ] {e44eab95-4ef8-45c5-90e9-d16126103beb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00186 sec., 7526.881720430107 rows/sec., 527.13 KiB/sec. | ||
| 9272 | 2025.01.29 21:12:31.800313 [ 260 ] {e44eab95-4ef8-45c5-90e9-d16126103beb} <Debug> TCPHandler: Processed in 0.002169106 sec. | ||
| 9273 | 2025.01.29 21:12:31.800538 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9274 | 2025.01.29 21:12:31.800761 [ 263 ] {430ad4e8-c243-4fea-87d1-c0c7bffbb934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9275 | 2025.01.29 21:12:31.800853 [ 263 ] {430ad4e8-c243-4fea-87d1-c0c7bffbb934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9276 | 2025.01.29 21:12:31.801593 [ 263 ] {430ad4e8-c243-4fea-87d1-c0c7bffbb934} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2025.01.29 21:12:31.801634 [ 263 ] {430ad4e8-c243-4fea-87d1-c0c7bffbb934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9278 | 2025.01.29 21:12:31.801990 [ 263 ] {430ad4e8-c243-4fea-87d1-c0c7bffbb934} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9279 | 2025.01.29 21:12:31.802220 [ 263 ] {430ad4e8-c243-4fea-87d1-c0c7bffbb934} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2025.01.29 21:12:31.802486 [ 263 ] {430ad4e8-c243-4fea-87d1-c0c7bffbb934} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001765 sec., 7365.439093484419 rows/sec., 459.23 KiB/sec. | ||
| 9281 | 2025.01.29 21:12:31.802575 [ 263 ] {430ad4e8-c243-4fea-87d1-c0c7bffbb934} <Debug> TCPHandler: Processed in 0.002151916 sec. | ||
| 9282 | 2025.01.29 21:12:31.802867 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2025.01.29 21:12:31.803099 [ 260 ] {8248a602-7e2c-4744-8268-b010a5508248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9284 | 2025.01.29 21:12:31.803176 [ 260 ] {8248a602-7e2c-4744-8268-b010a5508248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9285 | 2025.01.29 21:12:31.803961 [ 260 ] {8248a602-7e2c-4744-8268-b010a5508248} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9286 | 2025.01.29 21:12:31.804001 [ 260 ] {8248a602-7e2c-4744-8268-b010a5508248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9287 | 2025.01.29 21:12:31.804409 [ 260 ] {8248a602-7e2c-4744-8268-b010a5508248} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9288 | 2025.01.29 21:12:31.804664 [ 260 ] {8248a602-7e2c-4744-8268-b010a5508248} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2025.01.29 21:12:31.804837 [ 138 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9290 | 2025.01.29 21:12:31.804890 [ 138 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9291 | 2025.01.29 21:12:31.804914 [ 260 ] {8248a602-7e2c-4744-8268-b010a5508248} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001864 sec., 226394.8497854077 rows/sec., 16.18 MiB/sec. | ||
| 9292 | 2025.01.29 21:12:31.804928 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9293 | 2025.01.29 21:12:31.805108 [ 260 ] {8248a602-7e2c-4744-8268-b010a5508248} <Debug> TCPHandler: Processed in 0.002405309 sec. | ||
| 9294 | 2025.01.29 21:12:31.805405 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 9295 | 2025.01.29 21:12:31.805418 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9296 | 2025.01.29 21:12:31.805895 [ 263 ] {45e896c4-06aa-4998-858a-acc598b08eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9297 | 2025.01.29 21:12:31.805975 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9298 | 2025.01.29 21:12:31.806125 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part | ||
| 9299 | 2025.01.29 21:12:31.806117 [ 263 ] {45e896c4-06aa-4998-858a-acc598b08eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9300 | 2025.01.29 21:12:31.806510 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 9301 | 2025.01.29 21:12:31.806968 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 882 rows starting from the beginning of the part | ||
| 9302 | 2025.01.29 21:12:31.807419 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 9303 | 2025.01.29 21:12:31.807813 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
| 9304 | 2025.01.29 21:12:31.808172 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 422 rows starting from the beginning of the part | ||
| 9305 | 2025.01.29 21:12:31.809110 [ 263 ] {45e896c4-06aa-4998-858a-acc598b08eec} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9306 | 2025.01.29 21:12:31.809164 [ 263 ] {45e896c4-06aa-4998-858a-acc598b08eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9307 | 2025.01.29 21:12:31.810084 [ 263 ] {45e896c4-06aa-4998-858a-acc598b08eec} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9308 | 2025.01.29 21:12:31.810548 [ 263 ] {45e896c4-06aa-4998-858a-acc598b08eec} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9309 | 2025.01.29 21:12:31.810928 [ 263 ] {45e896c4-06aa-4998-858a-acc598b08eec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005177 sec., 1158.9723778249952 rows/sec., 60.55 KiB/sec. | ||
| 9310 | 2025.01.29 21:12:31.811264 [ 263 ] {45e896c4-06aa-4998-858a-acc598b08eec} <Debug> TCPHandler: Processed in 0.006020312 sec. | ||
| 9311 | 2025.01.29 21:12:31.811547 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9312 | 2025.01.29 21:12:31.811582 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006522658 sec., 369481.2758847697 rows/sec., 28.33 MiB/sec. | ||
| 9313 | 2025.01.29 21:12:31.811778 [ 260 ] {6926ab37-1cbf-47c3-9e9a-2461e597bc44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9314 | 2025.01.29 21:12:31.811881 [ 260 ] {6926ab37-1cbf-47c3-9e9a-2461e597bc44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9315 | 2025.01.29 21:12:31.811950 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9316 | 2025.01.29 21:12:31.812574 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9317 | 2025.01.29 21:12:31.812793 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_76_15} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9318 | 2025.01.29 21:12:31.812979 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9319 | 2025.01.29 21:12:31.813143 [ 260 ] {6926ab37-1cbf-47c3-9e9a-2461e597bc44} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9320 | 2025.01.29 21:12:31.813187 [ 260 ] {6926ab37-1cbf-47c3-9e9a-2461e597bc44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9321 | 2025.01.29 21:12:31.813600 [ 260 ] {6926ab37-1cbf-47c3-9e9a-2461e597bc44} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9322 | 2025.01.29 21:12:31.813846 [ 260 ] {6926ab37-1cbf-47c3-9e9a-2461e597bc44} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9323 | 2025.01.29 21:12:31.814077 [ 260 ] {6926ab37-1cbf-47c3-9e9a-2461e597bc44} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002336 sec., 101455.4794520548 rows/sec., 6.80 MiB/sec. | ||
| 9324 | 2025.01.29 21:12:31.814165 [ 260 ] {6926ab37-1cbf-47c3-9e9a-2461e597bc44} <Debug> TCPHandler: Processed in 0.002779564 sec. | ||
| 9325 | 2025.01.29 21:12:31.814505 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9326 | 2025.01.29 21:12:31.815039 [ 263 ] {ab666bb5-1367-4b16-ba82-e059121ebf8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9327 | 2025.01.29 21:12:31.815256 [ 263 ] {ab666bb5-1367-4b16-ba82-e059121ebf8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9328 | 2025.01.29 21:12:31.816835 [ 263 ] {ab666bb5-1367-4b16-ba82-e059121ebf8f} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9329 | 2025.01.29 21:12:31.816877 [ 263 ] {ab666bb5-1367-4b16-ba82-e059121ebf8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9330 | 2025.01.29 21:12:31.817258 [ 263 ] {ab666bb5-1367-4b16-ba82-e059121ebf8f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9331 | 2025.01.29 21:12:31.817499 [ 263 ] {ab666bb5-1367-4b16-ba82-e059121ebf8f} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9332 | 2025.01.29 21:12:31.817761 [ 263 ] {ab666bb5-1367-4b16-ba82-e059121ebf8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00289 sec., 346.0207612456747 rows/sec., 23.32 KiB/sec. | ||
| 9333 | 2025.01.29 21:12:31.817866 [ 263 ] {ab666bb5-1367-4b16-ba82-e059121ebf8f} <Debug> TCPHandler: Processed in 0.003595573 sec. | ||
| 9334 | 2025.01.29 21:12:31.818122 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9335 | 2025.01.29 21:12:31.818240 [ 260 ] {8f91032e-d8f6-40cf-b918-5aeadcd7f3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9336 | 2025.01.29 21:12:31.818325 [ 260 ] {8f91032e-d8f6-40cf-b918-5aeadcd7f3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9337 | 2025.01.29 21:12:31.819547 [ 260 ] {8f91032e-d8f6-40cf-b918-5aeadcd7f3dd} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9338 | 2025.01.29 21:12:31.819586 [ 260 ] {8f91032e-d8f6-40cf-b918-5aeadcd7f3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9339 | 2025.01.29 21:12:31.820283 [ 260 ] {8f91032e-d8f6-40cf-b918-5aeadcd7f3dd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9340 | 2025.01.29 21:12:31.820543 [ 260 ] {8f91032e-d8f6-40cf-b918-5aeadcd7f3dd} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9341 | 2025.01.29 21:12:31.820825 [ 260 ] {8f91032e-d8f6-40cf-b918-5aeadcd7f3dd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002607 sec., 15343.30648254699 rows/sec., 27.49 MiB/sec. | ||
| 9342 | 2025.01.29 21:12:31.821137 [ 260 ] {8f91032e-d8f6-40cf-b918-5aeadcd7f3dd} <Debug> TCPHandler: Processed in 0.003153128 sec. | ||
| 9343 | 2025.01.29 21:12:31.821361 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9344 | 2025.01.29 21:12:31.821589 [ 263 ] {dc86f443-62ab-452a-a306-768033cdc2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9345 | 2025.01.29 21:12:31.821686 [ 263 ] {dc86f443-62ab-452a-a306-768033cdc2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9346 | 2025.01.29 21:12:31.822393 [ 263 ] {dc86f443-62ab-452a-a306-768033cdc2b8} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9347 | 2025.01.29 21:12:31.822433 [ 263 ] {dc86f443-62ab-452a-a306-768033cdc2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9348 | 2025.01.29 21:12:31.822810 [ 263 ] {dc86f443-62ab-452a-a306-768033cdc2b8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9349 | 2025.01.29 21:12:31.823046 [ 263 ] {dc86f443-62ab-452a-a306-768033cdc2b8} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9350 | 2025.01.29 21:12:31.823271 [ 263 ] {dc86f443-62ab-452a-a306-768033cdc2b8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001737 sec., 47207.829591249276 rows/sec., 3.00 MiB/sec. | ||
| 9351 | 2025.01.29 21:12:31.823325 [ 263 ] {dc86f443-62ab-452a-a306-768033cdc2b8} <Debug> TCPHandler: Processed in 0.002075405 sec. | ||
| 9352 | 2025.01.29 21:12:32.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.28 MiB, peak 237.12 MiB, free memory in arenas 0.00 B, will set to 226.90 MiB (RSS), difference: -1.38 MiB | ||
| 9353 | 2025.01.29 21:12:36.779634 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9354 | 2025.01.29 21:12:36.779831 [ 263 ] {bb96ff46-9afd-427a-8cad-11dcd5875e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9355 | 2025.01.29 21:12:36.779904 [ 263 ] {bb96ff46-9afd-427a-8cad-11dcd5875e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9356 | 2025.01.29 21:12:36.780697 [ 263 ] {bb96ff46-9afd-427a-8cad-11dcd5875e39} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9357 | 2025.01.29 21:12:36.780752 [ 263 ] {bb96ff46-9afd-427a-8cad-11dcd5875e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9358 | 2025.01.29 21:12:36.781188 [ 263 ] {bb96ff46-9afd-427a-8cad-11dcd5875e39} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9359 | 2025.01.29 21:12:36.781436 [ 263 ] {bb96ff46-9afd-427a-8cad-11dcd5875e39} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9360 | 2025.01.29 21:12:36.781693 [ 263 ] {bb96ff46-9afd-427a-8cad-11dcd5875e39} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.25 MiB/sec. | ||
| 9361 | 2025.01.29 21:12:36.781780 [ 263 ] {bb96ff46-9afd-427a-8cad-11dcd5875e39} <Debug> TCPHandler: Processed in 0.002274037 sec. | ||
| 9362 | 2025.01.29 21:12:36.782104 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9363 | 2025.01.29 21:12:36.782307 [ 260 ] {1eb5b95f-ec3f-43e2-a031-1cf06c7d1bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9364 | 2025.01.29 21:12:36.782383 [ 260 ] {1eb5b95f-ec3f-43e2-a031-1cf06c7d1bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9365 | 2025.01.29 21:12:36.783241 [ 260 ] {1eb5b95f-ec3f-43e2-a031-1cf06c7d1bf2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9366 | 2025.01.29 21:12:36.783297 [ 260 ] {1eb5b95f-ec3f-43e2-a031-1cf06c7d1bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9367 | 2025.01.29 21:12:36.783757 [ 260 ] {1eb5b95f-ec3f-43e2-a031-1cf06c7d1bf2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9368 | 2025.01.29 21:12:36.784026 [ 260 ] {1eb5b95f-ec3f-43e2-a031-1cf06c7d1bf2} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9369 | 2025.01.29 21:12:36.784264 [ 260 ] {1eb5b95f-ec3f-43e2-a031-1cf06c7d1bf2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002015 sec., 31761.78660049628 rows/sec., 2.48 MiB/sec. | ||
| 9370 | 2025.01.29 21:12:36.784331 [ 260 ] {1eb5b95f-ec3f-43e2-a031-1cf06c7d1bf2} <Debug> TCPHandler: Processed in 0.002410019 sec. | ||
| 9371 | 2025.01.29 21:12:36.784507 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9372 | 2025.01.29 21:12:36.784654 [ 263 ] {008113ab-a9ca-4251-8723-1fcf0c6dabfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9373 | 2025.01.29 21:12:36.784720 [ 263 ] {008113ab-a9ca-4251-8723-1fcf0c6dabfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9374 | 2025.01.29 21:12:36.785426 [ 263 ] {008113ab-a9ca-4251-8723-1fcf0c6dabfc} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9375 | 2025.01.29 21:12:36.785468 [ 263 ] {008113ab-a9ca-4251-8723-1fcf0c6dabfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9376 | 2025.01.29 21:12:36.785869 [ 263 ] {008113ab-a9ca-4251-8723-1fcf0c6dabfc} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9377 | 2025.01.29 21:12:36.786104 [ 263 ] {008113ab-a9ca-4251-8723-1fcf0c6dabfc} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9378 | 2025.01.29 21:12:36.786282 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9379 | 2025.01.29 21:12:36.786346 [ 263 ] {008113ab-a9ca-4251-8723-1fcf0c6dabfc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001726 sec., 92699.88412514483 rows/sec., 6.46 MiB/sec. | ||
| 9380 | 2025.01.29 21:12:36.786368 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9381 | 2025.01.29 21:12:36.786437 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9382 | 2025.01.29 21:12:36.786465 [ 263 ] {008113ab-a9ca-4251-8723-1fcf0c6dabfc} <Debug> TCPHandler: Processed in 0.002027334 sec. | ||
| 9383 | 2025.01.29 21:12:36.786764 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9384 | 2025.01.29 21:12:36.786832 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 9385 | 2025.01.29 21:12:36.787193 [ 260 ] {aed08944-d2a6-402a-bd6d-1b746e113386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9386 | 2025.01.29 21:12:36.787391 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9387 | 2025.01.29 21:12:36.787428 [ 260 ] {aed08944-d2a6-402a-bd6d-1b746e113386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9388 | 2025.01.29 21:12:36.787516 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19605 rows starting from the beginning of the part | ||
| 9389 | 2025.01.29 21:12:36.787961 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 895 rows starting from the beginning of the part | ||
| 9390 | 2025.01.29 21:12:36.788446 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part | ||
| 9391 | 2025.01.29 21:12:36.788762 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 9392 | 2025.01.29 21:12:36.789174 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 9393 | 2025.01.29 21:12:36.789481 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 9394 | 2025.01.29 21:12:36.791018 [ 260 ] {aed08944-d2a6-402a-bd6d-1b746e113386} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9395 | 2025.01.29 21:12:36.791090 [ 260 ] {aed08944-d2a6-402a-bd6d-1b746e113386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9396 | 2025.01.29 21:12:36.791679 [ 260 ] {aed08944-d2a6-402a-bd6d-1b746e113386} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9397 | 2025.01.29 21:12:36.792052 [ 260 ] {aed08944-d2a6-402a-bd6d-1b746e113386} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9398 | 2025.01.29 21:12:36.792402 [ 145 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9399 | 2025.01.29 21:12:36.792564 [ 145 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9400 | 2025.01.29 21:12:36.792655 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9401 | 2025.01.29 21:12:36.792652 [ 260 ] {aed08944-d2a6-402a-bd6d-1b746e113386} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005606 sec., 10702.818408847663 rows/sec., 738.61 KiB/sec. | ||
| 9402 | 2025.01.29 21:12:36.793116 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 9403 | 2025.01.29 21:12:36.793145 [ 260 ] {aed08944-d2a6-402a-bd6d-1b746e113386} <Debug> TCPHandler: Processed in 0.006562888 sec. | ||
| 9404 | 2025.01.29 21:12:36.793497 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9405 | 2025.01.29 21:12:36.793544 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4106 rows starting from the beginning of the part | ||
| 9406 | 2025.01.29 21:12:36.793687 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 58 rows starting from the beginning of the part | ||
| 9407 | 2025.01.29 21:12:36.793960 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 24 rows starting from the beginning of the part | ||
| 9408 | 2025.01.29 21:12:36.794165 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 9409 | 2025.01.29 21:12:36.794228 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 9410 | 2025.01.29 21:12:36.794475 [ 188 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 9411 | 2025.01.29 21:12:36.798936 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4390 rows, containing 4 columns (4 merged, 0 gathered) in 0.006129734 sec., 716181.1589214149 rows/sec., 46.64 MiB/sec. | ||
| 9412 | 2025.01.29 21:12:36.799413 [ 189 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9413 | 2025.01.29 21:12:36.799971 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21121 rows, containing 5 columns (5 merged, 0 gathered) in 0.013414651 sec., 1574472.5673444655 rows/sec., 106.31 MiB/sec. | ||
| 9414 | 2025.01.29 21:12:36.800041 [ 189 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_76_15} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2025.01.29 21:12:36.800123 [ 189 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_76_15} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9416 | 2025.01.29 21:12:36.800223 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. | ||
| 9417 | 2025.01.29 21:12:36.800464 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9418 | 2025.01.29 21:12:36.800754 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2025.01.29 21:12:36.800841 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9420 | 2025.01.29 21:12:36.800933 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 9421 | 2025.01.29 21:12:37.568037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22509 | ||
| 9422 | 2025.01.29 21:12:37.568777 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9423 | 2025.01.29 21:12:37.568882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9424 | 2025.01.29 21:12:37.569678 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9425 | 2025.01.29 21:12:37.570045 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9426 | 2025.01.29 21:12:37.570426 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 9427 | 2025.01.29 21:12:39.172966 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9428 | 2025.01.29 21:12:39.197073 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9429 | 2025.01.29 21:12:39.197138 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9430 | 2025.01.29 21:12:39.204800 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9431 | 2025.01.29 21:12:39.205596 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9432 | 2025.01.29 21:12:39.208765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9433 | 2025.01.29 21:12:40.173424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1292 | ||
| 9434 | 2025.01.29 21:12:40.176719 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9435 | 2025.01.29 21:12:40.176783 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9436 | 2025.01.29 21:12:40.178289 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9437 | 2025.01.29 21:12:40.178625 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9438 | 2025.01.29 21:12:40.179923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1292 | ||
| 9439 | 2025.01.29 21:12:41.786882 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9440 | 2025.01.29 21:12:41.787203 [ 263 ] {6ee0f596-a29f-4676-a77b-ac24497a71e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9441 | 2025.01.29 21:12:41.787319 [ 263 ] {6ee0f596-a29f-4676-a77b-ac24497a71e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9442 | 2025.01.29 21:12:41.788144 [ 263 ] {6ee0f596-a29f-4676-a77b-ac24497a71e5} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9443 | 2025.01.29 21:12:41.788197 [ 263 ] {6ee0f596-a29f-4676-a77b-ac24497a71e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9444 | 2025.01.29 21:12:41.788622 [ 263 ] {6ee0f596-a29f-4676-a77b-ac24497a71e5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9445 | 2025.01.29 21:12:41.788873 [ 263 ] {6ee0f596-a29f-4676-a77b-ac24497a71e5} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9446 | 2025.01.29 21:12:41.789159 [ 263 ] {6ee0f596-a29f-4676-a77b-ac24497a71e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00203 sec., 6896.55172413793 rows/sec., 496.46 KiB/sec. | ||
| 9447 | 2025.01.29 21:12:41.789352 [ 263 ] {6ee0f596-a29f-4676-a77b-ac24497a71e5} <Debug> TCPHandler: Processed in 0.002655852 sec. | ||
| 9448 | 2025.01.29 21:12:41.789731 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9449 | 2025.01.29 21:12:41.790041 [ 260 ] {942d54da-035b-4159-9b45-e329d20d8a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9450 | 2025.01.29 21:12:41.790163 [ 260 ] {942d54da-035b-4159-9b45-e329d20d8a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9451 | 2025.01.29 21:12:41.791252 [ 260 ] {942d54da-035b-4159-9b45-e329d20d8a39} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9452 | 2025.01.29 21:12:41.791306 [ 260 ] {942d54da-035b-4159-9b45-e329d20d8a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9453 | 2025.01.29 21:12:41.791773 [ 260 ] {942d54da-035b-4159-9b45-e329d20d8a39} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9454 | 2025.01.29 21:12:41.792034 [ 260 ] {942d54da-035b-4159-9b45-e329d20d8a39} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9455 | 2025.01.29 21:12:41.792299 [ 260 ] {942d54da-035b-4159-9b45-e329d20d8a39} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002339 sec., 120991.87687045746 rows/sec., 10.69 MiB/sec. | ||
| 9456 | 2025.01.29 21:12:41.792429 [ 260 ] {942d54da-035b-4159-9b45-e329d20d8a39} <Debug> TCPHandler: Processed in 0.002913525 sec. | ||
| 9457 | 2025.01.29 21:12:41.792719 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9458 | 2025.01.29 21:12:41.792962 [ 263 ] {2102677d-0a98-4eba-8a55-8a40d19a0411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9459 | 2025.01.29 21:12:41.793059 [ 263 ] {2102677d-0a98-4eba-8a55-8a40d19a0411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9460 | 2025.01.29 21:12:41.793883 [ 263 ] {2102677d-0a98-4eba-8a55-8a40d19a0411} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9461 | 2025.01.29 21:12:41.793926 [ 263 ] {2102677d-0a98-4eba-8a55-8a40d19a0411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9462 | 2025.01.29 21:12:41.794288 [ 263 ] {2102677d-0a98-4eba-8a55-8a40d19a0411} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9463 | 2025.01.29 21:12:41.794522 [ 263 ] {2102677d-0a98-4eba-8a55-8a40d19a0411} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9464 | 2025.01.29 21:12:41.794708 [ 263 ] {2102677d-0a98-4eba-8a55-8a40d19a0411} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001805 sec., 26038.781163434902 rows/sec., 1.87 MiB/sec. | ||
| 9465 | 2025.01.29 21:12:41.794767 [ 263 ] {2102677d-0a98-4eba-8a55-8a40d19a0411} <Debug> TCPHandler: Processed in 0.002225727 sec. | ||
| 9466 | 2025.01.29 21:12:41.794928 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9467 | 2025.01.29 21:12:41.795075 [ 260 ] {f3079f40-92de-406b-9c1a-6bd64024413b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9468 | 2025.01.29 21:12:41.795138 [ 260 ] {f3079f40-92de-406b-9c1a-6bd64024413b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9469 | 2025.01.29 21:12:41.795798 [ 260 ] {f3079f40-92de-406b-9c1a-6bd64024413b} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9470 | 2025.01.29 21:12:41.795839 [ 260 ] {f3079f40-92de-406b-9c1a-6bd64024413b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9471 | 2025.01.29 21:12:41.796217 [ 260 ] {f3079f40-92de-406b-9c1a-6bd64024413b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9472 | 2025.01.29 21:12:41.796454 [ 260 ] {f3079f40-92de-406b-9c1a-6bd64024413b} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9473 | 2025.01.29 21:12:41.796679 [ 260 ] {f3079f40-92de-406b-9c1a-6bd64024413b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 598.21 KiB/sec. | ||
| 9474 | 2025.01.29 21:12:41.796734 [ 260 ] {f3079f40-92de-406b-9c1a-6bd64024413b} <Debug> TCPHandler: Processed in 0.001878652 sec. | ||
| 9475 | 2025.01.29 21:12:41.796902 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9476 | 2025.01.29 21:12:41.797041 [ 263 ] {b2c1b8b5-f7fe-4724-921b-4d38dfe90990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9477 | 2025.01.29 21:12:41.797100 [ 263 ] {b2c1b8b5-f7fe-4724-921b-4d38dfe90990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9478 | 2025.01.29 21:12:41.797746 [ 263 ] {b2c1b8b5-f7fe-4724-921b-4d38dfe90990} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9479 | 2025.01.29 21:12:41.797784 [ 263 ] {b2c1b8b5-f7fe-4724-921b-4d38dfe90990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9480 | 2025.01.29 21:12:41.798133 [ 263 ] {b2c1b8b5-f7fe-4724-921b-4d38dfe90990} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9481 | 2025.01.29 21:12:41.798360 [ 263 ] {b2c1b8b5-f7fe-4724-921b-4d38dfe90990} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9482 | 2025.01.29 21:12:41.798560 [ 263 ] {b2c1b8b5-f7fe-4724-921b-4d38dfe90990} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec. | ||
| 9483 | 2025.01.29 21:12:41.798659 [ 263 ] {b2c1b8b5-f7fe-4724-921b-4d38dfe90990} <Debug> TCPHandler: Processed in 0.001828122 sec. | ||
| 9484 | 2025.01.29 21:12:41.798903 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9485 | 2025.01.29 21:12:41.799109 [ 260 ] {ba2deceb-7b52-4d5e-8d3f-812877df1f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9486 | 2025.01.29 21:12:41.799168 [ 260 ] {ba2deceb-7b52-4d5e-8d3f-812877df1f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9487 | 2025.01.29 21:12:41.799957 [ 260 ] {ba2deceb-7b52-4d5e-8d3f-812877df1f1c} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9488 | 2025.01.29 21:12:41.799997 [ 260 ] {ba2deceb-7b52-4d5e-8d3f-812877df1f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9489 | 2025.01.29 21:12:41.800394 [ 260 ] {ba2deceb-7b52-4d5e-8d3f-812877df1f1c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9490 | 2025.01.29 21:12:41.800640 [ 260 ] {ba2deceb-7b52-4d5e-8d3f-812877df1f1c} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9491 | 2025.01.29 21:12:41.800888 [ 260 ] {ba2deceb-7b52-4d5e-8d3f-812877df1f1c} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001816 sec., 232378.85462555068 rows/sec., 16.61 MiB/sec. | ||
| 9492 | 2025.01.29 21:12:41.800942 [ 260 ] {ba2deceb-7b52-4d5e-8d3f-812877df1f1c} <Debug> TCPHandler: Processed in 0.002185186 sec. | ||
| 9493 | 2025.01.29 21:12:41.801143 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9494 | 2025.01.29 21:12:41.801365 [ 263 ] {c45bfd99-4018-4946-8129-837eceac6aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9495 | 2025.01.29 21:12:41.801461 [ 263 ] {c45bfd99-4018-4946-8129-837eceac6aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9496 | 2025.01.29 21:12:41.801987 [ 263 ] {c45bfd99-4018-4946-8129-837eceac6aa4} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9497 | 2025.01.29 21:12:41.802026 [ 263 ] {c45bfd99-4018-4946-8129-837eceac6aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9498 | 2025.01.29 21:12:41.802377 [ 263 ] {c45bfd99-4018-4946-8129-837eceac6aa4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9499 | 2025.01.29 21:12:41.802615 [ 263 ] {c45bfd99-4018-4946-8129-837eceac6aa4} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9500 | 2025.01.29 21:12:41.802845 [ 263 ] {c45bfd99-4018-4946-8129-837eceac6aa4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 9501 | 2025.01.29 21:12:41.802942 [ 263 ] {c45bfd99-4018-4946-8129-837eceac6aa4} <Debug> TCPHandler: Processed in 0.001902602 sec. | ||
| 9502 | 2025.01.29 21:12:41.803195 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9503 | 2025.01.29 21:12:41.803375 [ 260 ] {a4c82c10-a3ad-4b6e-b1c6-370374c80d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9504 | 2025.01.29 21:12:41.803440 [ 260 ] {a4c82c10-a3ad-4b6e-b1c6-370374c80d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9505 | 2025.01.29 21:12:41.804051 [ 260 ] {a4c82c10-a3ad-4b6e-b1c6-370374c80d33} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9506 | 2025.01.29 21:12:41.804091 [ 260 ] {a4c82c10-a3ad-4b6e-b1c6-370374c80d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9507 | 2025.01.29 21:12:41.804493 [ 260 ] {a4c82c10-a3ad-4b6e-b1c6-370374c80d33} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9508 | 2025.01.29 21:12:41.804738 [ 260 ] {a4c82c10-a3ad-4b6e-b1c6-370374c80d33} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9509 | 2025.01.29 21:12:41.804949 [ 260 ] {a4c82c10-a3ad-4b6e-b1c6-370374c80d33} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001606 sec., 147571.60647571608 rows/sec., 9.89 MiB/sec. | ||
| 9510 | 2025.01.29 21:12:41.805001 [ 260 ] {a4c82c10-a3ad-4b6e-b1c6-370374c80d33} <Debug> TCPHandler: Processed in 0.001964333 sec. | ||
| 9511 | 2025.01.29 21:12:41.805160 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9512 | 2025.01.29 21:12:41.805276 [ 263 ] {67d0232e-9899-40c6-a2e5-e7357a57f7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9513 | 2025.01.29 21:12:41.805328 [ 263 ] {67d0232e-9899-40c6-a2e5-e7357a57f7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9514 | 2025.01.29 21:12:41.805797 [ 263 ] {67d0232e-9899-40c6-a2e5-e7357a57f7d5} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9515 | 2025.01.29 21:12:41.805835 [ 263 ] {67d0232e-9899-40c6-a2e5-e7357a57f7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9516 | 2025.01.29 21:12:41.806189 [ 263 ] {67d0232e-9899-40c6-a2e5-e7357a57f7d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9517 | 2025.01.29 21:12:41.806421 [ 263 ] {67d0232e-9899-40c6-a2e5-e7357a57f7d5} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9518 | 2025.01.29 21:12:41.806597 [ 263 ] {67d0232e-9899-40c6-a2e5-e7357a57f7d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001345 sec., 743.4944237918215 rows/sec., 50.10 KiB/sec. | ||
| 9519 | 2025.01.29 21:12:41.806648 [ 263 ] {67d0232e-9899-40c6-a2e5-e7357a57f7d5} <Debug> TCPHandler: Processed in 0.001541129 sec. | ||
| 9520 | 2025.01.29 21:12:41.806800 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9521 | 2025.01.29 21:12:41.806942 [ 260 ] {6a4e9f1e-9fa9-400f-b62e-5f9fc1b75d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9522 | 2025.01.29 21:12:41.807040 [ 260 ] {6a4e9f1e-9fa9-400f-b62e-5f9fc1b75d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9523 | 2025.01.29 21:12:41.808258 [ 260 ] {6a4e9f1e-9fa9-400f-b62e-5f9fc1b75d74} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9524 | 2025.01.29 21:12:41.808299 [ 260 ] {6a4e9f1e-9fa9-400f-b62e-5f9fc1b75d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9525 | 2025.01.29 21:12:41.808995 [ 260 ] {6a4e9f1e-9fa9-400f-b62e-5f9fc1b75d74} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9526 | 2025.01.29 21:12:41.809254 [ 260 ] {6a4e9f1e-9fa9-400f-b62e-5f9fc1b75d74} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9527 | 2025.01.29 21:12:41.809547 [ 260 ] {6a4e9f1e-9fa9-400f-b62e-5f9fc1b75d74} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002631 sec., 15203.344735841885 rows/sec., 27.24 MiB/sec. | ||
| 9528 | 2025.01.29 21:12:41.809976 [ 260 ] {6a4e9f1e-9fa9-400f-b62e-5f9fc1b75d74} <Debug> TCPHandler: Processed in 0.003242409 sec. | ||
| 9529 | 2025.01.29 21:12:41.810254 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9530 | 2025.01.29 21:12:41.810473 [ 263 ] {288c7a59-a123-49fd-bf8e-32a5d0913a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9531 | 2025.01.29 21:12:41.810551 [ 263 ] {288c7a59-a123-49fd-bf8e-32a5d0913a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9532 | 2025.01.29 21:12:41.811036 [ 263 ] {288c7a59-a123-49fd-bf8e-32a5d0913a01} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9533 | 2025.01.29 21:12:41.811074 [ 263 ] {288c7a59-a123-49fd-bf8e-32a5d0913a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9534 | 2025.01.29 21:12:41.811440 [ 263 ] {288c7a59-a123-49fd-bf8e-32a5d0913a01} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9535 | 2025.01.29 21:12:41.811676 [ 263 ] {288c7a59-a123-49fd-bf8e-32a5d0913a01} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9536 | 2025.01.29 21:12:41.811890 [ 263 ] {288c7a59-a123-49fd-bf8e-32a5d0913a01} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec. | ||
| 9537 | 2025.01.29 21:12:41.811989 [ 263 ] {288c7a59-a123-49fd-bf8e-32a5d0913a01} <Debug> TCPHandler: Processed in 0.001896033 sec. | ||
| 9538 | 2025.01.29 21:12:44.902959 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9539 | 2025.01.29 21:12:44.903050 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9540 | 2025.01.29 21:12:45.070669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22997 | ||
| 9541 | 2025.01.29 21:12:45.071724 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9542 | 2025.01.29 21:12:45.071765 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 9543 | 2025.01.29 21:12:45.072289 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9544 | 2025.01.29 21:12:45.072552 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9545 | 2025.01.29 21:12:45.072834 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22997 | ||
| 9546 | 2025.01.29 21:12:46.708937 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9547 | 2025.01.29 21:12:46.730917 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9548 | 2025.01.29 21:12:46.730992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9549 | 2025.01.29 21:12:46.738472 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9550 | 2025.01.29 21:12:46.739275 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9551 | 2025.01.29 21:12:46.742162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9552 | 2025.01.29 21:12:46.780868 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9553 | 2025.01.29 21:12:46.781058 [ 263 ] {6711c006-28ac-4342-a0f0-009ce9cc812b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9554 | 2025.01.29 21:12:46.781131 [ 263 ] {6711c006-28ac-4342-a0f0-009ce9cc812b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9555 | 2025.01.29 21:12:46.781903 [ 263 ] {6711c006-28ac-4342-a0f0-009ce9cc812b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9556 | 2025.01.29 21:12:46.781955 [ 263 ] {6711c006-28ac-4342-a0f0-009ce9cc812b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9557 | 2025.01.29 21:12:46.782397 [ 263 ] {6711c006-28ac-4342-a0f0-009ce9cc812b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9558 | 2025.01.29 21:12:46.782654 [ 263 ] {6711c006-28ac-4342-a0f0-009ce9cc812b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2025.01.29 21:12:46.782892 [ 263 ] {6711c006-28ac-4342-a0f0-009ce9cc812b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.28 MiB/sec. | ||
| 9560 | 2025.01.29 21:12:46.782958 [ 263 ] {6711c006-28ac-4342-a0f0-009ce9cc812b} <Debug> TCPHandler: Processed in 0.002218876 sec. | ||
| 9561 | 2025.01.29 21:12:46.783212 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9562 | 2025.01.29 21:12:46.783432 [ 260 ] {8268e024-d8e0-462e-927e-321fa32cb038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9563 | 2025.01.29 21:12:46.783516 [ 260 ] {8268e024-d8e0-462e-927e-321fa32cb038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9564 | 2025.01.29 21:12:46.784315 [ 260 ] {8268e024-d8e0-462e-927e-321fa32cb038} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9565 | 2025.01.29 21:12:46.784365 [ 260 ] {8268e024-d8e0-462e-927e-321fa32cb038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9566 | 2025.01.29 21:12:46.784807 [ 260 ] {8268e024-d8e0-462e-927e-321fa32cb038} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9567 | 2025.01.29 21:12:46.785068 [ 260 ] {8268e024-d8e0-462e-927e-321fa32cb038} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9568 | 2025.01.29 21:12:46.785334 [ 260 ] {8268e024-d8e0-462e-927e-321fa32cb038} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec. | ||
| 9569 | 2025.01.29 21:12:46.785476 [ 260 ] {8268e024-d8e0-462e-927e-321fa32cb038} <Debug> TCPHandler: Processed in 0.002403729 sec. | ||
| 9570 | 2025.01.29 21:12:46.785725 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9571 | 2025.01.29 21:12:46.785894 [ 263 ] {5d6b50c2-5834-4155-8aad-55d5d03405c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9572 | 2025.01.29 21:12:46.785961 [ 263 ] {5d6b50c2-5834-4155-8aad-55d5d03405c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9573 | 2025.01.29 21:12:46.786660 [ 263 ] {5d6b50c2-5834-4155-8aad-55d5d03405c7} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9574 | 2025.01.29 21:12:46.786705 [ 263 ] {5d6b50c2-5834-4155-8aad-55d5d03405c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9575 | 2025.01.29 21:12:46.787116 [ 263 ] {5d6b50c2-5834-4155-8aad-55d5d03405c7} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9576 | 2025.01.29 21:12:46.787365 [ 263 ] {5d6b50c2-5834-4155-8aad-55d5d03405c7} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9577 | 2025.01.29 21:12:46.787606 [ 263 ] {5d6b50c2-5834-4155-8aad-55d5d03405c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001747 sec., 91585.57527189468 rows/sec., 6.38 MiB/sec. | ||
| 9578 | 2025.01.29 21:12:46.787702 [ 263 ] {5d6b50c2-5834-4155-8aad-55d5d03405c7} <Debug> TCPHandler: Processed in 0.002127415 sec. | ||
| 9579 | 2025.01.29 21:12:46.787890 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9580 | 2025.01.29 21:12:46.788054 [ 260 ] {9bc05503-cf3e-4c02-813a-c7de89f98684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9581 | 2025.01.29 21:12:46.788122 [ 260 ] {9bc05503-cf3e-4c02-813a-c7de89f98684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9582 | 2025.01.29 21:12:46.788735 [ 260 ] {9bc05503-cf3e-4c02-813a-c7de89f98684} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9583 | 2025.01.29 21:12:46.788776 [ 260 ] {9bc05503-cf3e-4c02-813a-c7de89f98684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9584 | 2025.01.29 21:12:46.789170 [ 260 ] {9bc05503-cf3e-4c02-813a-c7de89f98684} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9585 | 2025.01.29 21:12:46.789414 [ 260 ] {9bc05503-cf3e-4c02-813a-c7de89f98684} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9586 | 2025.01.29 21:12:46.789632 [ 260 ] {9bc05503-cf3e-4c02-813a-c7de89f98684} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec. | ||
| 9587 | 2025.01.29 21:12:46.789685 [ 260 ] {9bc05503-cf3e-4c02-813a-c7de89f98684} <Debug> TCPHandler: Processed in 0.001906173 sec. | ||
| 9588 | 2025.01.29 21:12:49.370273 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9589 | 2025.01.29 21:12:49.370466 [ 263 ] {c6791433-4368-4c3e-95c7-3fcbbfd2f014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9590 | 2025.01.29 21:12:49.370539 [ 263 ] {c6791433-4368-4c3e-95c7-3fcbbfd2f014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9591 | 2025.01.29 21:12:49.371302 [ 263 ] {c6791433-4368-4c3e-95c7-3fcbbfd2f014} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9592 | 2025.01.29 21:12:49.371355 [ 263 ] {c6791433-4368-4c3e-95c7-3fcbbfd2f014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9593 | 2025.01.29 21:12:49.371795 [ 263 ] {c6791433-4368-4c3e-95c7-3fcbbfd2f014} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9594 | 2025.01.29 21:12:49.372044 [ 263 ] {c6791433-4368-4c3e-95c7-3fcbbfd2f014} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9595 | 2025.01.29 21:12:49.372249 [ 132 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9596 | 2025.01.29 21:12:49.372329 [ 263 ] {c6791433-4368-4c3e-95c7-3fcbbfd2f014} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 9597 | 2025.01.29 21:12:49.372349 [ 132 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9598 | 2025.01.29 21:12:49.372419 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9599 | 2025.01.29 21:12:49.372480 [ 263 ] {c6791433-4368-4c3e-95c7-3fcbbfd2f014} <Debug> TCPHandler: Processed in 0.002336448 sec. | ||
| 9600 | 2025.01.29 21:12:49.372664 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 9601 | 2025.01.29 21:12:49.372809 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9602 | 2025.01.29 21:12:49.372818 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9603 | 2025.01.29 21:12:49.372849 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 9604 | 2025.01.29 21:12:49.372967 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 9605 | 2025.01.29 21:12:49.373219 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 9606 | 2025.01.29 21:12:49.373209 [ 260 ] {4544cf01-a6b4-4db4-81cf-1c0c9061efc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9607 | 2025.01.29 21:12:49.373493 [ 260 ] {4544cf01-a6b4-4db4-81cf-1c0c9061efc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9608 | 2025.01.29 21:12:49.373519 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 9609 | 2025.01.29 21:12:49.373784 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 9610 | 2025.01.29 21:12:49.374902 [ 260 ] {4544cf01-a6b4-4db4-81cf-1c0c9061efc9} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9611 | 2025.01.29 21:12:49.374955 [ 260 ] {4544cf01-a6b4-4db4-81cf-1c0c9061efc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9612 | 2025.01.29 21:12:49.375290 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002760803 sec., 25354.94202230293 rows/sec., 1.88 MiB/sec. | ||
| 9613 | 2025.01.29 21:12:49.375428 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9614 | 2025.01.29 21:12:49.375506 [ 260 ] {4544cf01-a6b4-4db4-81cf-1c0c9061efc9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9615 | 2025.01.29 21:12:49.375727 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_33_8} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9616 | 2025.01.29 21:12:49.375821 [ 260 ] {4544cf01-a6b4-4db4-81cf-1c0c9061efc9} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9617 | 2025.01.29 21:12:49.375841 [ 189 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_33_8} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9618 | 2025.01.29 21:12:49.375936 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9619 | 2025.01.29 21:12:49.376066 [ 260 ] {4544cf01-a6b4-4db4-81cf-1c0c9061efc9} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.003056 sec., 3926.7015706806283 rows/sec., 320.19 KiB/sec. | ||
| 9620 | 2025.01.29 21:12:49.376133 [ 260 ] {4544cf01-a6b4-4db4-81cf-1c0c9061efc9} <Debug> TCPHandler: Processed in 0.003450641 sec. | ||
| 9621 | 2025.01.29 21:12:49.376313 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9622 | 2025.01.29 21:12:49.376461 [ 263 ] {e7a69cee-0b74-4e07-bb74-bb6c7189663c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9623 | 2025.01.29 21:12:49.376526 [ 263 ] {e7a69cee-0b74-4e07-bb74-bb6c7189663c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9624 | 2025.01.29 21:12:49.377958 [ 263 ] {e7a69cee-0b74-4e07-bb74-bb6c7189663c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9625 | 2025.01.29 21:12:49.378037 [ 263 ] {e7a69cee-0b74-4e07-bb74-bb6c7189663c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9626 | 2025.01.29 21:12:49.378466 [ 263 ] {e7a69cee-0b74-4e07-bb74-bb6c7189663c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9627 | 2025.01.29 21:12:49.378695 [ 263 ] {e7a69cee-0b74-4e07-bb74-bb6c7189663c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9628 | 2025.01.29 21:12:49.378873 [ 263 ] {e7a69cee-0b74-4e07-bb74-bb6c7189663c} <Debug> executeQuery: Read 1429 rows, 122.60 KiB in 0.002504 sec., 570686.9009584665 rows/sec., 47.82 MiB/sec. | ||
| 9629 | 2025.01.29 21:12:49.378924 [ 263 ] {e7a69cee-0b74-4e07-bb74-bb6c7189663c} <Debug> TCPHandler: Processed in 0.002741542 sec. | ||
| 9630 | 2025.01.29 21:12:49.379165 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9631 | 2025.01.29 21:12:49.379313 [ 260 ] {99d062ac-bae4-4c4b-878d-a504d5830f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9632 | 2025.01.29 21:12:49.379377 [ 260 ] {99d062ac-bae4-4c4b-878d-a504d5830f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9633 | 2025.01.29 21:12:49.380075 [ 260 ] {99d062ac-bae4-4c4b-878d-a504d5830f7a} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2025.01.29 21:12:49.380143 [ 260 ] {99d062ac-bae4-4c4b-878d-a504d5830f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9635 | 2025.01.29 21:12:49.380516 [ 260 ] {99d062ac-bae4-4c4b-878d-a504d5830f7a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9636 | 2025.01.29 21:12:49.380762 [ 260 ] {99d062ac-bae4-4c4b-878d-a504d5830f7a} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9637 | 2025.01.29 21:12:49.381010 [ 260 ] {99d062ac-bae4-4c4b-878d-a504d5830f7a} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001727 sec., 34163.288940359 rows/sec., 2.43 MiB/sec. | ||
| 9638 | 2025.01.29 21:12:49.381120 [ 260 ] {99d062ac-bae4-4c4b-878d-a504d5830f7a} <Debug> TCPHandler: Processed in 0.002018364 sec. | ||
| 9639 | 2025.01.29 21:12:49.381343 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2025.01.29 21:12:49.381485 [ 263 ] {74d38da0-ceb2-45e2-b0c6-443c79f809d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9641 | 2025.01.29 21:12:49.381543 [ 263 ] {74d38da0-ceb2-45e2-b0c6-443c79f809d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9642 | 2025.01.29 21:12:49.382253 [ 263 ] {74d38da0-ceb2-45e2-b0c6-443c79f809d4} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2025.01.29 21:12:49.382292 [ 263 ] {74d38da0-ceb2-45e2-b0c6-443c79f809d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9644 | 2025.01.29 21:12:49.382658 [ 263 ] {74d38da0-ceb2-45e2-b0c6-443c79f809d4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9645 | 2025.01.29 21:12:49.382899 [ 263 ] {74d38da0-ceb2-45e2-b0c6-443c79f809d4} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2025.01.29 21:12:49.383116 [ 263 ] {74d38da0-ceb2-45e2-b0c6-443c79f809d4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001651 sec., 146577.8316172017 rows/sec., 9.93 MiB/sec. | ||
| 9647 | 2025.01.29 21:12:49.383303 [ 263 ] {74d38da0-ceb2-45e2-b0c6-443c79f809d4} <Debug> TCPHandler: Processed in 0.002065095 sec. | ||
| 9648 | 2025.01.29 21:12:49.383518 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9649 | 2025.01.29 21:12:49.383661 [ 260 ] {6e87a809-a33e-4ee4-b29e-f478844304d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9650 | 2025.01.29 21:12:49.383719 [ 260 ] {6e87a809-a33e-4ee4-b29e-f478844304d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9651 | 2025.01.29 21:12:49.384293 [ 260 ] {6e87a809-a33e-4ee4-b29e-f478844304d0} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2025.01.29 21:12:49.384333 [ 260 ] {6e87a809-a33e-4ee4-b29e-f478844304d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9653 | 2025.01.29 21:12:49.384695 [ 260 ] {6e87a809-a33e-4ee4-b29e-f478844304d0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9654 | 2025.01.29 21:12:49.384935 [ 260 ] {6e87a809-a33e-4ee4-b29e-f478844304d0} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9655 | 2025.01.29 21:12:49.385115 [ 131 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9656 | 2025.01.29 21:12:49.385186 [ 131 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9657 | 2025.01.29 21:12:49.385190 [ 260 ] {6e87a809-a33e-4ee4-b29e-f478844304d0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 9658 | 2025.01.29 21:12:49.385230 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9659 | 2025.01.29 21:12:49.385320 [ 260 ] {6e87a809-a33e-4ee4-b29e-f478844304d0} <Debug> TCPHandler: Processed in 0.001894462 sec. | ||
| 9660 | 2025.01.29 21:12:49.385590 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9661 | 2025.01.29 21:12:49.385637 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 9662 | 2025.01.29 21:12:49.385958 [ 263 ] {2fc54b8d-63f9-412b-b569-d40fad7ac6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9663 | 2025.01.29 21:12:49.386130 [ 263 ] {2fc54b8d-63f9-412b-b569-d40fad7ac6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9664 | 2025.01.29 21:12:49.386157 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9665 | 2025.01.29 21:12:49.386271 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 9666 | 2025.01.29 21:12:49.386544 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 9667 | 2025.01.29 21:12:49.386921 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 9668 | 2025.01.29 21:12:49.387319 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 9669 | 2025.01.29 21:12:49.387686 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 9670 | 2025.01.29 21:12:49.389688 [ 263 ] {2fc54b8d-63f9-412b-b569-d40fad7ac6ce} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9671 | 2025.01.29 21:12:49.389708 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004363222 sec., 14897.24795117003 rows/sec., 987.03 KiB/sec. | ||
| 9672 | 2025.01.29 21:12:49.389742 [ 263 ] {2fc54b8d-63f9-412b-b569-d40fad7ac6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9673 | 2025.01.29 21:12:49.390002 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9674 | 2025.01.29 21:12:49.390406 [ 263 ] {2fc54b8d-63f9-412b-b569-d40fad7ac6ce} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9675 | 2025.01.29 21:12:49.390678 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_33_8} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9676 | 2025.01.29 21:12:49.390879 [ 263 ] {2fc54b8d-63f9-412b-b569-d40fad7ac6ce} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9677 | 2025.01.29 21:12:49.390899 [ 198 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_33_8} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9678 | 2025.01.29 21:12:49.391115 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9679 | 2025.01.29 21:12:49.391241 [ 263 ] {2fc54b8d-63f9-412b-b569-d40fad7ac6ce} <Debug> executeQuery: Read 890 rows, 66.15 KiB in 0.005413 sec., 164418.99131719934 rows/sec., 11.93 MiB/sec. | ||
| 9680 | 2025.01.29 21:12:49.391309 [ 263 ] {2fc54b8d-63f9-412b-b569-d40fad7ac6ce} <Debug> TCPHandler: Processed in 0.00587244 sec. | ||
| 9681 | 2025.01.29 21:12:49.391476 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9682 | 2025.01.29 21:12:49.391616 [ 260 ] {0d51835c-4502-47e9-af9d-7a11c6e98d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9683 | 2025.01.29 21:12:49.391679 [ 260 ] {0d51835c-4502-47e9-af9d-7a11c6e98d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9684 | 2025.01.29 21:12:49.392192 [ 260 ] {0d51835c-4502-47e9-af9d-7a11c6e98d8d} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9685 | 2025.01.29 21:12:49.392232 [ 260 ] {0d51835c-4502-47e9-af9d-7a11c6e98d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9686 | 2025.01.29 21:12:49.392608 [ 260 ] {0d51835c-4502-47e9-af9d-7a11c6e98d8d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9687 | 2025.01.29 21:12:49.392869 [ 260 ] {0d51835c-4502-47e9-af9d-7a11c6e98d8d} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9688 | 2025.01.29 21:12:49.393107 [ 260 ] {0d51835c-4502-47e9-af9d-7a11c6e98d8d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 9689 | 2025.01.29 21:12:49.393160 [ 260 ] {0d51835c-4502-47e9-af9d-7a11c6e98d8d} <Debug> TCPHandler: Processed in 0.001752811 sec. | ||
| 9690 | 2025.01.29 21:12:49.393373 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9691 | 2025.01.29 21:12:49.393597 [ 263 ] {509ef150-6172-4fb7-96cc-6f2da407498c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9692 | 2025.01.29 21:12:49.393695 [ 263 ] {509ef150-6172-4fb7-96cc-6f2da407498c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9693 | 2025.01.29 21:12:49.394537 [ 263 ] {509ef150-6172-4fb7-96cc-6f2da407498c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9694 | 2025.01.29 21:12:49.394573 [ 263 ] {509ef150-6172-4fb7-96cc-6f2da407498c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9695 | 2025.01.29 21:12:49.395010 [ 263 ] {509ef150-6172-4fb7-96cc-6f2da407498c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9696 | 2025.01.29 21:12:49.395252 [ 263 ] {509ef150-6172-4fb7-96cc-6f2da407498c} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9697 | 2025.01.29 21:12:49.395447 [ 263 ] {509ef150-6172-4fb7-96cc-6f2da407498c} <Debug> executeQuery: Read 897 rows, 61.19 KiB in 0.001904 sec., 471113.44537815126 rows/sec., 31.38 MiB/sec. | ||
| 9698 | 2025.01.29 21:12:49.395537 [ 263 ] {509ef150-6172-4fb7-96cc-6f2da407498c} <Debug> TCPHandler: Processed in 0.002275318 sec. | ||
| 9699 | 2025.01.29 21:12:49.395733 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9700 | 2025.01.29 21:12:49.395917 [ 260 ] {9dec67e4-d705-4509-9f30-f0b99e88ebba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9701 | 2025.01.29 21:12:49.395978 [ 260 ] {9dec67e4-d705-4509-9f30-f0b99e88ebba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9702 | 2025.01.29 21:12:49.396518 [ 260 ] {9dec67e4-d705-4509-9f30-f0b99e88ebba} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9703 | 2025.01.29 21:12:49.396564 [ 260 ] {9dec67e4-d705-4509-9f30-f0b99e88ebba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9704 | 2025.01.29 21:12:49.396958 [ 260 ] {9dec67e4-d705-4509-9f30-f0b99e88ebba} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9705 | 2025.01.29 21:12:49.397203 [ 260 ] {9dec67e4-d705-4509-9f30-f0b99e88ebba} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9706 | 2025.01.29 21:12:49.397421 [ 260 ] {9dec67e4-d705-4509-9f30-f0b99e88ebba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001545 sec., 647.2491909385113 rows/sec., 43.61 KiB/sec. | ||
| 9707 | 2025.01.29 21:12:49.397473 [ 260 ] {9dec67e4-d705-4509-9f30-f0b99e88ebba} <Debug> TCPHandler: Processed in 0.001856623 sec. | ||
| 9708 | 2025.01.29 21:12:49.397608 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9709 | 2025.01.29 21:12:49.397725 [ 263 ] {ffc95b3c-68a6-4993-89b4-d36e68703805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9710 | 2025.01.29 21:12:49.397810 [ 263 ] {ffc95b3c-68a6-4993-89b4-d36e68703805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9711 | 2025.01.29 21:12:49.399129 [ 263 ] {ffc95b3c-68a6-4993-89b4-d36e68703805} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9712 | 2025.01.29 21:12:49.399168 [ 263 ] {ffc95b3c-68a6-4993-89b4-d36e68703805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9713 | 2025.01.29 21:12:49.399822 [ 263 ] {ffc95b3c-68a6-4993-89b4-d36e68703805} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9714 | 2025.01.29 21:12:49.400078 [ 263 ] {ffc95b3c-68a6-4993-89b4-d36e68703805} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9715 | 2025.01.29 21:12:49.400219 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9716 | 2025.01.29 21:12:49.400270 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9717 | 2025.01.29 21:12:49.400297 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9718 | 2025.01.29 21:12:49.400301 [ 263 ] {ffc95b3c-68a6-4993-89b4-d36e68703805} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002599 sec., 15390.534821085032 rows/sec., 27.58 MiB/sec. | ||
| 9719 | 2025.01.29 21:12:49.400522 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 9720 | 2025.01.29 21:12:49.400543 [ 263 ] {ffc95b3c-68a6-4993-89b4-d36e68703805} <Debug> TCPHandler: Processed in 0.002992955 sec. | ||
| 9721 | 2025.01.29 21:12:49.400769 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9722 | 2025.01.29 21:12:49.401063 [ 260 ] {3da135a8-82d5-413f-b3a7-4c8cf4bbb5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9723 | 2025.01.29 21:12:49.401086 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9724 | 2025.01.29 21:12:49.401210 [ 260 ] {3da135a8-82d5-413f-b3a7-4c8cf4bbb5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9725 | 2025.01.29 21:12:49.401236 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1181 rows starting from the beginning of the part | ||
| 9726 | 2025.01.29 21:12:49.402276 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part | ||
| 9727 | 2025.01.29 21:12:49.402949 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 9728 | 2025.01.29 21:12:49.403682 [ 260 ] {3da135a8-82d5-413f-b3a7-4c8cf4bbb5b8} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9729 | 2025.01.29 21:12:49.403710 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 9730 | 2025.01.29 21:12:49.403758 [ 260 ] {3da135a8-82d5-413f-b3a7-4c8cf4bbb5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9731 | 2025.01.29 21:12:49.404311 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 9732 | 2025.01.29 21:12:49.405018 [ 196 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 9733 | 2025.01.29 21:12:49.405286 [ 260 ] {3da135a8-82d5-413f-b3a7-4c8cf4bbb5b8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9734 | 2025.01.29 21:12:49.406016 [ 260 ] {3da135a8-82d5-413f-b3a7-4c8cf4bbb5b8} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2025.01.29 21:12:49.406430 [ 260 ] {3da135a8-82d5-413f-b3a7-4c8cf4bbb5b8} <Debug> executeQuery: Read 56 rows, 3.55 KiB in 0.005466 sec., 10245.151847786316 rows/sec., 649.61 KiB/sec. | ||
| 9736 | 2025.01.29 21:12:49.406632 [ 260 ] {3da135a8-82d5-413f-b3a7-4c8cf4bbb5b8} <Debug> TCPHandler: Processed in 0.005997671 sec. | ||
| 9737 | 2025.01.29 21:12:49.413019 [ 187 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1381 rows, containing 19 columns (19 merged, 0 gathered) in 0.012649982 sec., 109170.11581518456 rows/sec., 195.63 MiB/sec. | ||
| 9738 | 2025.01.29 21:12:49.414477 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9739 | 2025.01.29 21:12:49.414924 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9740 | 2025.01.29 21:12:49.415011 [ 193 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9741 | 2025.01.29 21:12:49.415177 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. | ||
| 9742 | 2025.01.29 21:12:50.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.94 MiB, peak 240.42 MiB, free memory in arenas 0.00 B, will set to 231.13 MiB (RSS), difference: 2.18 MiB | ||
| 9743 | 2025.01.29 21:12:50.180244 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1346 | ||
| 9744 | 2025.01.29 21:12:50.183812 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9745 | 2025.01.29 21:12:50.183865 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9746 | 2025.01.29 21:12:50.185368 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9747 | 2025.01.29 21:12:50.185686 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9748 | 2025.01.29 21:12:50.185905 [ 130 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9749 | 2025.01.29 21:12:50.186019 [ 130 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2025.01.29 21:12:50.186079 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9751 | 2025.01.29 21:12:50.186513 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 9752 | 2025.01.29 21:12:50.188213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1346 | ||
| 9753 | 2025.01.29 21:12:50.188452 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9754 | 2025.01.29 21:12:50.188650 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1158 rows starting from the beginning of the part | ||
| 9755 | 2025.01.29 21:12:50.189682 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 34 rows starting from the beginning of the part | ||
| 9756 | 2025.01.29 21:12:50.190235 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 54 rows starting from the beginning of the part | ||
| 9757 | 2025.01.29 21:12:50.190786 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part | ||
| 9758 | 2025.01.29 21:12:50.191309 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part | ||
| 9759 | 2025.01.29 21:12:50.191774 [ 192 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 54 rows starting from the beginning of the part | ||
| 9760 | 2025.01.29 21:12:50.199993 [ 190 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1346 rows, containing 72 columns (72 merged, 0 gathered) in 0.013794476 sec., 97575.29028286395 rows/sec., 77.05 MiB/sec. | ||
| 9761 | 2025.01.29 21:12:50.201632 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9762 | 2025.01.29 21:12:50.202458 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9763 | 2025.01.29 21:12:50.202558 [ 199 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_36_7} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9764 | 2025.01.29 21:12:50.202901 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 9765 | 2025.01.29 21:12:51.776286 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9766 | 2025.01.29 21:12:51.776520 [ 263 ] {743fb64c-631b-4435-aef2-674c2d702837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9767 | 2025.01.29 21:12:51.776606 [ 263 ] {743fb64c-631b-4435-aef2-674c2d702837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9768 | 2025.01.29 21:12:51.777432 [ 263 ] {743fb64c-631b-4435-aef2-674c2d702837} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9769 | 2025.01.29 21:12:51.777491 [ 263 ] {743fb64c-631b-4435-aef2-674c2d702837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9770 | 2025.01.29 21:12:51.777938 [ 263 ] {743fb64c-631b-4435-aef2-674c2d702837} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9771 | 2025.01.29 21:12:51.778198 [ 263 ] {743fb64c-631b-4435-aef2-674c2d702837} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9772 | 2025.01.29 21:12:51.778407 [ 128 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9773 | 2025.01.29 21:12:51.778455 [ 263 ] {743fb64c-631b-4435-aef2-674c2d702837} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.16 MiB/sec. | ||
| 9774 | 2025.01.29 21:12:51.778502 [ 128 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9775 | 2025.01.29 21:12:51.778581 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9776 | 2025.01.29 21:12:51.778599 [ 263 ] {743fb64c-631b-4435-aef2-674c2d702837} <Debug> TCPHandler: Processed in 0.002452679 sec. | ||
| 9777 | 2025.01.29 21:12:51.778887 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 9778 | 2025.01.29 21:12:51.778923 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9779 | 2025.01.29 21:12:51.779365 [ 260 ] {4981df30-c95f-4576-90e6-104efcf2ce43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9780 | 2025.01.29 21:12:51.779459 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9781 | 2025.01.29 21:12:51.779576 [ 260 ] {4981df30-c95f-4576-90e6-104efcf2ce43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9782 | 2025.01.29 21:12:51.779611 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1434 rows starting from the beginning of the part | ||
| 9783 | 2025.01.29 21:12:51.779998 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part | ||
| 9784 | 2025.01.29 21:12:51.780385 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 283 rows starting from the beginning of the part | ||
| 9785 | 2025.01.29 21:12:51.780847 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9786 | 2025.01.29 21:12:51.781366 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1429 rows starting from the beginning of the part | ||
| 9787 | 2025.01.29 21:12:51.781814 [ 191 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 9788 | 2025.01.29 21:12:51.783499 [ 260 ] {4981df30-c95f-4576-90e6-104efcf2ce43} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2025.01.29 21:12:51.783561 [ 260 ] {4981df30-c95f-4576-90e6-104efcf2ce43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9790 | 2025.01.29 21:12:51.784631 [ 260 ] {4981df30-c95f-4576-90e6-104efcf2ce43} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9791 | 2025.01.29 21:12:51.785046 [ 260 ] {4981df30-c95f-4576-90e6-104efcf2ce43} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9792 | 2025.01.29 21:12:51.785232 [ 128 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9793 | 2025.01.29 21:12:51.785296 [ 128 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9794 | 2025.01.29 21:12:51.785365 [ 260 ] {4981df30-c95f-4576-90e6-104efcf2ce43} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006155 sec., 10398.050365556459 rows/sec., 831.07 KiB/sec. | ||
| 9795 | 2025.01.29 21:12:51.785368 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9796 | 2025.01.29 21:12:51.785852 [ 260 ] {4981df30-c95f-4576-90e6-104efcf2ce43} <Debug> TCPHandler: Processed in 0.007084835 sec. | ||
| 9797 | 2025.01.29 21:12:51.786041 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 9798 | 2025.01.29 21:12:51.786189 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9799 | 2025.01.29 21:12:51.786650 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9800 | 2025.01.29 21:12:51.786680 [ 263 ] {647c528c-8070-4eca-b1fa-5d14695065f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9801 | 2025.01.29 21:12:51.786761 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
| 9802 | 2025.01.29 21:12:51.786906 [ 263 ] {647c528c-8070-4eca-b1fa-5d14695065f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9803 | 2025.01.29 21:12:51.787168 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
| 9804 | 2025.01.29 21:12:51.787720 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 422 rows starting from the beginning of the part | ||
| 9805 | 2025.01.29 21:12:51.788219 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 9806 | 2025.01.29 21:12:51.788639 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 890 rows starting from the beginning of the part | ||
| 9807 | 2025.01.29 21:12:51.789168 [ 191 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 9808 | 2025.01.29 21:12:51.790858 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.012124565 sec., 273329.3936730926 rows/sec., 23.95 MiB/sec. | ||
| 9809 | 2025.01.29 21:12:51.791144 [ 263 ] {647c528c-8070-4eca-b1fa-5d14695065f6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9810 | 2025.01.29 21:12:51.791253 [ 263 ] {647c528c-8070-4eca-b1fa-5d14695065f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9811 | 2025.01.29 21:12:51.791464 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9812 | 2025.01.29 21:12:51.792926 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9813 | 2025.01.29 21:12:51.792989 [ 263 ] {647c528c-8070-4eca-b1fa-5d14695065f6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9814 | 2025.01.29 21:12:51.793125 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_81_16} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9815 | 2025.01.29 21:12:51.793451 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9816 | 2025.01.29 21:12:51.793570 [ 263 ] {647c528c-8070-4eca-b1fa-5d14695065f6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9817 | 2025.01.29 21:12:51.793875 [ 199 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.008296969 sec., 291431.72645335906 rows/sec., 22.35 MiB/sec. | ||
| 9818 | 2025.01.29 21:12:51.794137 [ 263 ] {647c528c-8070-4eca-b1fa-5d14695065f6} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.007633 sec., 8646.665793266082 rows/sec., 617.95 KiB/sec. | ||
| 9819 | 2025.01.29 21:12:51.794232 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9820 | 2025.01.29 21:12:51.794287 [ 263 ] {647c528c-8070-4eca-b1fa-5d14695065f6} <Debug> TCPHandler: Processed in 0.008275989 sec. | ||
| 9821 | 2025.01.29 21:12:51.794718 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9822 | 2025.01.29 21:12:51.795135 [ 260 ] {1a3fb08f-e785-43d8-ae3c-15aac7642159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9823 | 2025.01.29 21:12:51.795291 [ 260 ] {1a3fb08f-e785-43d8-ae3c-15aac7642159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9824 | 2025.01.29 21:12:51.795337 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9825 | 2025.01.29 21:12:51.795797 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_81_16} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9826 | 2025.01.29 21:12:51.796086 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9827 | 2025.01.29 21:12:51.796494 [ 260 ] {1a3fb08f-e785-43d8-ae3c-15aac7642159} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9828 | 2025.01.29 21:12:51.796538 [ 260 ] {1a3fb08f-e785-43d8-ae3c-15aac7642159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9829 | 2025.01.29 21:12:51.796926 [ 260 ] {1a3fb08f-e785-43d8-ae3c-15aac7642159} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9830 | 2025.01.29 21:12:51.797174 [ 260 ] {1a3fb08f-e785-43d8-ae3c-15aac7642159} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9831 | 2025.01.29 21:12:51.797353 [ 260 ] {1a3fb08f-e785-43d8-ae3c-15aac7642159} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.002343 sec., 11096.884336320956 rows/sec., 760.66 KiB/sec. | ||
| 9832 | 2025.01.29 21:12:51.797406 [ 260 ] {1a3fb08f-e785-43d8-ae3c-15aac7642159} <Debug> TCPHandler: Processed in 0.002941475 sec. | ||
| 9833 | 2025.01.29 21:12:52.573109 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23424 | ||
| 9834 | 2025.01.29 21:12:52.574206 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9835 | 2025.01.29 21:12:52.574276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9836 | 2025.01.29 21:12:52.574806 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9837 | 2025.01.29 21:12:52.575078 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9838 | 2025.01.29 21:12:52.575244 [ 123 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9839 | 2025.01.29 21:12:52.575285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 9840 | 2025.01.29 21:12:52.575303 [ 123 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9841 | 2025.01.29 21:12:52.575331 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9842 | 2025.01.29 21:12:52.575543 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 9843 | 2025.01.29 21:12:52.575805 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9844 | 2025.01.29 21:12:52.575882 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 9845 | 2025.01.29 21:12:52.575993 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 9846 | 2025.01.29 21:12:52.576220 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 9847 | 2025.01.29 21:12:52.576563 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 9848 | 2025.01.29 21:12:52.576804 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 9849 | 2025.01.29 21:12:52.577058 [ 194 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 9850 | 2025.01.29 21:12:52.579500 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.004078049 sec., 5743923.1357936105 rows/sec., 82.17 MiB/sec. | ||
| 9851 | 2025.01.29 21:12:52.579981 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9852 | 2025.01.29 21:12:52.580364 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_51_10} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9853 | 2025.01.29 21:12:52.580469 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_51_10} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9854 | 2025.01.29 21:12:52.580598 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 9855 | 2025.01.29 21:12:54.242329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9856 | 2025.01.29 21:12:54.264291 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9857 | 2025.01.29 21:12:54.264346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9858 | 2025.01.29 21:12:54.271939 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9859 | 2025.01.29 21:12:54.272713 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9860 | 2025.01.29 21:12:54.273031 [ 122 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9861 | 2025.01.29 21:12:54.273103 [ 122 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9862 | 2025.01.29 21:12:54.273152 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9863 | 2025.01.29 21:12:54.273554 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 9864 | 2025.01.29 21:12:54.288438 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9865 | 2025.01.29 21:12:54.289804 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9866 | 2025.01.29 21:12:54.291322 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 9867 | 2025.01.29 21:12:54.296665 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 9868 | 2025.01.29 21:12:54.302628 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 9869 | 2025.01.29 21:12:54.308130 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 9870 | 2025.01.29 21:12:54.313987 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 9871 | 2025.01.29 21:12:54.318554 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 9872 | 2025.01.29 21:12:54.379342 [ 187 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.106066509 sec., 3629.7979789265996 rows/sec., 18.77 MiB/sec. | ||
| 9873 | 2025.01.29 21:12:54.382644 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9874 | 2025.01.29 21:12:54.385698 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_51_10} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9875 | 2025.01.29 21:12:54.385855 [ 198 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_51_10} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9876 | 2025.01.29 21:12:54.388299 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9877 | 2025.01.29 21:12:56.780016 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9878 | 2025.01.29 21:12:56.780239 [ 263 ] {4f5e7b45-bd99-49ad-b182-2e992b7e6ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9879 | 2025.01.29 21:12:56.780324 [ 263 ] {4f5e7b45-bd99-49ad-b182-2e992b7e6ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9880 | 2025.01.29 21:12:56.781233 [ 263 ] {4f5e7b45-bd99-49ad-b182-2e992b7e6ce1} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9881 | 2025.01.29 21:12:56.781283 [ 263 ] {4f5e7b45-bd99-49ad-b182-2e992b7e6ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9882 | 2025.01.29 21:12:56.781720 [ 263 ] {4f5e7b45-bd99-49ad-b182-2e992b7e6ce1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9883 | 2025.01.29 21:12:56.781977 [ 263 ] {4f5e7b45-bd99-49ad-b182-2e992b7e6ce1} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9884 | 2025.01.29 21:12:56.782232 [ 263 ] {4f5e7b45-bd99-49ad-b182-2e992b7e6ce1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00205 sec., 27317.073170731706 rows/sec., 2.10 MiB/sec. | ||
| 9885 | 2025.01.29 21:12:56.782301 [ 263 ] {4f5e7b45-bd99-49ad-b182-2e992b7e6ce1} <Debug> TCPHandler: Processed in 0.002423619 sec. | ||
| 9886 | 2025.01.29 21:12:56.782642 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9887 | 2025.01.29 21:12:56.782956 [ 260 ] {66793d3a-0d50-457f-867c-1336f45aa91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9888 | 2025.01.29 21:12:56.783081 [ 260 ] {66793d3a-0d50-457f-867c-1336f45aa91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9889 | 2025.01.29 21:12:56.783871 [ 260 ] {66793d3a-0d50-457f-867c-1336f45aa91f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9890 | 2025.01.29 21:12:56.783918 [ 260 ] {66793d3a-0d50-457f-867c-1336f45aa91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9891 | 2025.01.29 21:12:56.784370 [ 260 ] {66793d3a-0d50-457f-867c-1336f45aa91f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9892 | 2025.01.29 21:12:56.784631 [ 260 ] {66793d3a-0d50-457f-867c-1336f45aa91f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9893 | 2025.01.29 21:12:56.784832 [ 260 ] {66793d3a-0d50-457f-867c-1336f45aa91f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 9894 | 2025.01.29 21:12:56.784890 [ 260 ] {66793d3a-0d50-457f-867c-1336f45aa91f} <Debug> TCPHandler: Processed in 0.00244045 sec. | ||
| 9895 | 2025.01.29 21:12:56.785051 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9896 | 2025.01.29 21:12:56.785203 [ 263 ] {fefba5a8-06ed-4ed5-a19d-6dc077134050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9897 | 2025.01.29 21:12:56.785273 [ 263 ] {fefba5a8-06ed-4ed5-a19d-6dc077134050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9898 | 2025.01.29 21:12:56.785985 [ 263 ] {fefba5a8-06ed-4ed5-a19d-6dc077134050} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9899 | 2025.01.29 21:12:56.786035 [ 263 ] {fefba5a8-06ed-4ed5-a19d-6dc077134050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9900 | 2025.01.29 21:12:56.786447 [ 263 ] {fefba5a8-06ed-4ed5-a19d-6dc077134050} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9901 | 2025.01.29 21:12:56.786709 [ 263 ] {fefba5a8-06ed-4ed5-a19d-6dc077134050} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9902 | 2025.01.29 21:12:56.786877 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9903 | 2025.01.29 21:12:56.786934 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9904 | 2025.01.29 21:12:56.786947 [ 263 ] {fefba5a8-06ed-4ed5-a19d-6dc077134050} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001771 sec., 90344.43817052513 rows/sec., 6.29 MiB/sec. | ||
| 9905 | 2025.01.29 21:12:56.786967 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9906 | 2025.01.29 21:12:56.787121 [ 263 ] {fefba5a8-06ed-4ed5-a19d-6dc077134050} <Debug> TCPHandler: Processed in 0.002127435 sec. | ||
| 9907 | 2025.01.29 21:12:56.787399 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 9908 | 2025.01.29 21:12:56.787453 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9909 | 2025.01.29 21:12:56.788067 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9910 | 2025.01.29 21:12:56.788090 [ 260 ] {0dc869fb-9060-4c84-ae02-6e19d9ec1cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9911 | 2025.01.29 21:12:56.788214 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21121 rows starting from the beginning of the part | ||
| 9912 | 2025.01.29 21:12:56.788679 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part | ||
| 9913 | 2025.01.29 21:12:56.788724 [ 260 ] {0dc869fb-9060-4c84-ae02-6e19d9ec1cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9914 | 2025.01.29 21:12:56.788926 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 9915 | 2025.01.29 21:12:56.789265 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 897 rows starting from the beginning of the part | ||
| 9916 | 2025.01.29 21:12:56.789639 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 66 rows starting from the beginning of the part | ||
| 9917 | 2025.01.29 21:12:56.789961 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9918 | 2025.01.29 21:12:56.791200 [ 260 ] {0dc869fb-9060-4c84-ae02-6e19d9ec1cc5} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9919 | 2025.01.29 21:12:56.791261 [ 260 ] {0dc869fb-9060-4c84-ae02-6e19d9ec1cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9920 | 2025.01.29 21:12:56.791828 [ 260 ] {0dc869fb-9060-4c84-ae02-6e19d9ec1cc5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9921 | 2025.01.29 21:12:56.792321 [ 260 ] {0dc869fb-9060-4c84-ae02-6e19d9ec1cc5} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9922 | 2025.01.29 21:12:56.792548 [ 120 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9923 | 2025.01.29 21:12:56.792647 [ 120 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9924 | 2025.01.29 21:12:56.792730 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9925 | 2025.01.29 21:12:56.792858 [ 260 ] {0dc869fb-9060-4c84-ae02-6e19d9ec1cc5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004984 sec., 12038.523274478332 rows/sec., 830.78 KiB/sec. | ||
| 9926 | 2025.01.29 21:12:56.793430 [ 260 ] {0dc869fb-9060-4c84-ae02-6e19d9ec1cc5} <Debug> TCPHandler: Processed in 0.006157554 sec. | ||
| 9927 | 2025.01.29 21:12:56.793472 [ 197 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 9928 | 2025.01.29 21:12:56.794249 [ 197 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9929 | 2025.01.29 21:12:56.794604 [ 197 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4390 rows starting from the beginning of the part | ||
| 9930 | 2025.01.29 21:12:56.795494 [ 197 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
| 9931 | 2025.01.29 21:12:56.795568 [ 197 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 9932 | 2025.01.29 21:12:56.795708 [ 197 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9933 | 2025.01.29 21:12:56.795842 [ 197 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 9934 | 2025.01.29 21:12:56.795929 [ 197 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 9935 | 2025.01.29 21:12:56.803927 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4674 rows, containing 4 columns (4 merged, 0 gathered) in 0.011050292 sec., 422975.2480748925 rows/sec., 27.54 MiB/sec. | ||
| 9936 | 2025.01.29 21:12:56.804485 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9937 | 2025.01.29 21:12:56.804921 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9938 | 2025.01.29 21:12:56.805015 [ 196 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_81_16} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9939 | 2025.01.29 21:12:56.805141 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 9940 | 2025.01.29 21:12:56.806077 [ 195 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22641 rows, containing 5 columns (5 merged, 0 gathered) in 0.018952257 sec., 1194633.4412835368 rows/sec., 80.65 MiB/sec. | ||
| 9941 | 2025.01.29 21:12:56.806549 [ 196 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9942 | 2025.01.29 21:12:56.806837 [ 196 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2025.01.29 21:12:56.806915 [ 196 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9944 | 2025.01.29 21:12:56.807003 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 9945 | 2025.01.29 21:12:57.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.38 MiB, peak 245.63 MiB, free memory in arenas 0.00 B, will set to 235.14 MiB (RSS), difference: 1.76 MiB | ||
| 9946 | 2025.01.29 21:12:59.903099 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9947 | 2025.01.29 21:12:59.903180 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9948 | 2025.01.29 21:13:00.075545 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23912 | ||
| 9949 | 2025.01.29 21:13:00.076652 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9950 | 2025.01.29 21:13:00.076701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9951 | 2025.01.29 21:13:00.077249 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9952 | 2025.01.29 21:13:00.077506 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9953 | 2025.01.29 21:13:00.077767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23912 | ||
| 9954 | 2025.01.29 21:13:00.188645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1362 | ||
| 9955 | 2025.01.29 21:13:00.191401 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9956 | 2025.01.29 21:13:00.191442 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9957 | 2025.01.29 21:13:00.192847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9958 | 2025.01.29 21:13:00.193147 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9959 | 2025.01.29 21:13:00.193744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1362 | ||
| 9960 | 2025.01.29 21:13:01.347324 [ 116 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9961 | 2025.01.29 21:13:01.347468 [ 116 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9962 | 2025.01.29 21:13:01.347523 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9963 | 2025.01.29 21:13:01.347869 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 9964 | 2025.01.29 21:13:01.348157 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9965 | 2025.01.29 21:13:01.348227 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 9966 | 2025.01.29 21:13:01.348346 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 9967 | 2025.01.29 21:13:01.348575 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 9968 | 2025.01.29 21:13:01.348773 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 9969 | 2025.01.29 21:13:01.348935 [ 192 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 9970 | 2025.01.29 21:13:01.350177 [ 195 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.00250595 sec., 301282.9465871227 rows/sec., 21.57 MiB/sec. | ||
| 9971 | 2025.01.29 21:13:01.350440 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9972 | 2025.01.29 21:13:01.350867 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_33_7} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9973 | 2025.01.29 21:13:01.350983 [ 190 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_33_7} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9974 | 2025.01.29 21:13:01.351110 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9975 | 2025.01.29 21:13:01.714933 [ 115 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9976 | 2025.01.29 21:13:01.715029 [ 115 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9977 | 2025.01.29 21:13:01.715072 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9978 | 2025.01.29 21:13:01.715431 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 9979 | 2025.01.29 21:13:01.715901 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9980 | 2025.01.29 21:13:01.715964 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 30 rows starting from the beginning of the part | ||
| 9981 | 2025.01.29 21:13:01.716108 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9982 | 2025.01.29 21:13:01.716386 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9983 | 2025.01.29 21:13:01.716590 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 9984 | 2025.01.29 21:13:01.716765 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 9985 | 2025.01.29 21:13:01.717861 [ 195 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.002671742 sec., 12725.779659862366 rows/sec., 856.04 KiB/sec. | ||
| 9986 | 2025.01.29 21:13:01.718136 [ 192 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9987 | 2025.01.29 21:13:01.718547 [ 192 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9988 | 2025.01.29 21:13:01.718635 [ 192 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_33_7} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9989 | 2025.01.29 21:13:01.718732 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9990 | 2025.01.29 21:13:01.786980 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9991 | 2025.01.29 21:13:01.787137 [ 263 ] {31804c11-fea6-498b-8cf5-7d3cbf671f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9992 | 2025.01.29 21:13:01.787203 [ 263 ] {31804c11-fea6-498b-8cf5-7d3cbf671f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9993 | 2025.01.29 21:13:01.787921 [ 263 ] {31804c11-fea6-498b-8cf5-7d3cbf671f89} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9994 | 2025.01.29 21:13:01.787961 [ 263 ] {31804c11-fea6-498b-8cf5-7d3cbf671f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 9995 | 2025.01.29 21:13:01.788355 [ 263 ] {31804c11-fea6-498b-8cf5-7d3cbf671f89} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9996 | 2025.01.29 21:13:01.788602 [ 263 ] {31804c11-fea6-498b-8cf5-7d3cbf671f89} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9997 | 2025.01.29 21:13:01.788626 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 9998 | 2025.01.29 21:13:01.789130 [ 263 ] {31804c11-fea6-498b-8cf5-7d3cbf671f89} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec. | ||
| 9999 | 2025.01.29 21:13:01.789322 [ 263 ] {31804c11-fea6-498b-8cf5-7d3cbf671f89} <Debug> TCPHandler: Processed in 0.00246309 sec. | ||
| 10000 | 2025.01.29 21:13:01.789984 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10001 | 2025.01.29 21:13:01.790626 [ 260 ] {eff732a6-85bf-4341-9927-5735f58e7aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10002 | 2025.01.29 21:13:01.790753 [ 260 ] {eff732a6-85bf-4341-9927-5735f58e7aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10003 | 2025.01.29 21:13:01.794377 [ 260 ] {eff732a6-85bf-4341-9927-5735f58e7aa7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10004 | 2025.01.29 21:13:01.794495 [ 260 ] {eff732a6-85bf-4341-9927-5735f58e7aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10005 | 2025.01.29 21:13:01.796608 [ 260 ] {eff732a6-85bf-4341-9927-5735f58e7aa7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10006 | 2025.01.29 21:13:01.797478 [ 260 ] {eff732a6-85bf-4341-9927-5735f58e7aa7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10007 | 2025.01.29 21:13:01.798426 [ 260 ] {eff732a6-85bf-4341-9927-5735f58e7aa7} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.007924 sec., 35714.28571428571 rows/sec., 3.16 MiB/sec. | ||
| 10008 | 2025.01.29 21:13:01.798650 [ 260 ] {eff732a6-85bf-4341-9927-5735f58e7aa7} <Debug> TCPHandler: Processed in 0.009136419 sec. | ||
| 10009 | 2025.01.29 21:13:01.798931 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10010 | 2025.01.29 21:13:01.799339 [ 263 ] {49fd5340-a339-48b1-9b29-f593ce754921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10011 | 2025.01.29 21:13:01.799474 [ 263 ] {49fd5340-a339-48b1-9b29-f593ce754921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10012 | 2025.01.29 21:13:01.802588 [ 263 ] {49fd5340-a339-48b1-9b29-f593ce754921} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10013 | 2025.01.29 21:13:01.802655 [ 263 ] {49fd5340-a339-48b1-9b29-f593ce754921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10014 | 2025.01.29 21:13:01.803955 [ 263 ] {49fd5340-a339-48b1-9b29-f593ce754921} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10015 | 2025.01.29 21:13:01.804602 [ 263 ] {49fd5340-a339-48b1-9b29-f593ce754921} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10016 | 2025.01.29 21:13:01.805218 [ 263 ] {49fd5340-a339-48b1-9b29-f593ce754921} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.006022 sec., 7804.716041182332 rows/sec., 575.20 KiB/sec. | ||
| 10017 | 2025.01.29 21:13:01.805614 [ 263 ] {49fd5340-a339-48b1-9b29-f593ce754921} <Debug> TCPHandler: Processed in 0.006820891 sec. | ||
| 10018 | 2025.01.29 21:13:01.806045 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10019 | 2025.01.29 21:13:01.806473 [ 260 ] {73772b31-1fbf-4214-818b-70f30a40a7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10020 | 2025.01.29 21:13:01.806708 [ 260 ] {73772b31-1fbf-4214-818b-70f30a40a7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10021 | 2025.01.29 21:13:01.810964 [ 260 ] {73772b31-1fbf-4214-818b-70f30a40a7de} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2025.01.29 21:13:01.811087 [ 260 ] {73772b31-1fbf-4214-818b-70f30a40a7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10023 | 2025.01.29 21:13:01.812370 [ 260 ] {73772b31-1fbf-4214-818b-70f30a40a7de} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10024 | 2025.01.29 21:13:01.813046 [ 260 ] {73772b31-1fbf-4214-818b-70f30a40a7de} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2025.01.29 21:13:01.813666 [ 260 ] {73772b31-1fbf-4214-818b-70f30a40a7de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007297 sec., 1918.59668356859 rows/sec., 134.37 KiB/sec. | ||
| 10026 | 2025.01.29 21:13:01.813877 [ 260 ] {73772b31-1fbf-4214-818b-70f30a40a7de} <Debug> TCPHandler: Processed in 0.008088327 sec. | ||
| 10027 | 2025.01.29 21:13:01.814122 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10028 | 2025.01.29 21:13:01.814506 [ 263 ] {ab055257-9fe0-4fee-9a7b-5768bcb3e2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10029 | 2025.01.29 21:13:01.814658 [ 263 ] {ab055257-9fe0-4fee-9a7b-5768bcb3e2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10030 | 2025.01.29 21:13:01.817597 [ 263 ] {ab055257-9fe0-4fee-9a7b-5768bcb3e2b5} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10031 | 2025.01.29 21:13:01.817673 [ 263 ] {ab055257-9fe0-4fee-9a7b-5768bcb3e2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10032 | 2025.01.29 21:13:01.818802 [ 263 ] {ab055257-9fe0-4fee-9a7b-5768bcb3e2b5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10033 | 2025.01.29 21:13:01.819405 [ 263 ] {ab055257-9fe0-4fee-9a7b-5768bcb3e2b5} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10034 | 2025.01.29 21:13:01.819953 [ 263 ] {ab055257-9fe0-4fee-9a7b-5768bcb3e2b5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005564 sec., 2336.4485981308408 rows/sec., 145.68 KiB/sec. | ||
| 10035 | 2025.01.29 21:13:01.820156 [ 263 ] {ab055257-9fe0-4fee-9a7b-5768bcb3e2b5} <Debug> TCPHandler: Processed in 0.006160253 sec. | ||
| 10036 | 2025.01.29 21:13:01.820406 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10037 | 2025.01.29 21:13:01.820675 [ 260 ] {1a52dc5c-a906-4141-a95d-ed63359336ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10038 | 2025.01.29 21:13:01.820798 [ 260 ] {1a52dc5c-a906-4141-a95d-ed63359336ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10039 | 2025.01.29 21:13:01.823982 [ 260 ] {1a52dc5c-a906-4141-a95d-ed63359336ff} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10040 | 2025.01.29 21:13:01.824072 [ 260 ] {1a52dc5c-a906-4141-a95d-ed63359336ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10041 | 2025.01.29 21:13:01.825259 [ 260 ] {1a52dc5c-a906-4141-a95d-ed63359336ff} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10042 | 2025.01.29 21:13:01.825887 [ 260 ] {1a52dc5c-a906-4141-a95d-ed63359336ff} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10043 | 2025.01.29 21:13:01.826405 [ 260 ] {1a52dc5c-a906-4141-a95d-ed63359336ff} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.005811 sec., 72620.89141283772 rows/sec., 5.19 MiB/sec. | ||
| 10044 | 2025.01.29 21:13:01.826598 [ 260 ] {1a52dc5c-a906-4141-a95d-ed63359336ff} <Debug> TCPHandler: Processed in 0.006322965 sec. | ||
| 10045 | 2025.01.29 21:13:01.826816 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10046 | 2025.01.29 21:13:01.827076 [ 263 ] {65deeadb-e47e-4f76-bdb3-5861747279c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10047 | 2025.01.29 21:13:01.827204 [ 263 ] {65deeadb-e47e-4f76-bdb3-5861747279c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10048 | 2025.01.29 21:13:01.828983 [ 263 ] {65deeadb-e47e-4f76-bdb3-5861747279c6} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10049 | 2025.01.29 21:13:01.829054 [ 263 ] {65deeadb-e47e-4f76-bdb3-5861747279c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10050 | 2025.01.29 21:13:01.830193 [ 263 ] {65deeadb-e47e-4f76-bdb3-5861747279c6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10051 | 2025.01.29 21:13:01.830828 [ 263 ] {65deeadb-e47e-4f76-bdb3-5861747279c6} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2025.01.29 21:13:01.831100 [ 115 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 10053 | 2025.01.29 21:13:01.831217 [ 115 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10054 | 2025.01.29 21:13:01.831307 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10055 | 2025.01.29 21:13:01.831507 [ 263 ] {65deeadb-e47e-4f76-bdb3-5861747279c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004479 sec., 1339.5847287340923 rows/sec., 69.99 KiB/sec. | ||
| 10056 | 2025.01.29 21:13:01.832073 [ 263 ] {65deeadb-e47e-4f76-bdb3-5861747279c6} <Debug> TCPHandler: Processed in 0.005363394 sec. | ||
| 10057 | 2025.01.29 21:13:01.832250 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 10058 | 2025.01.29 21:13:01.832965 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10059 | 2025.01.29 21:13:01.833212 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10060 | 2025.01.29 21:13:01.833353 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 10061 | 2025.01.29 21:13:01.833666 [ 260 ] {cdb7783d-8eae-4154-bb2d-175110adb57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10062 | 2025.01.29 21:13:01.833800 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10063 | 2025.01.29 21:13:01.833942 [ 260 ] {cdb7783d-8eae-4154-bb2d-175110adb57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10064 | 2025.01.29 21:13:01.834277 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10065 | 2025.01.29 21:13:01.834751 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10066 | 2025.01.29 21:13:01.835180 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10067 | 2025.01.29 21:13:01.835646 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10068 | 2025.01.29 21:13:01.840015 [ 260 ] {cdb7783d-8eae-4154-bb2d-175110adb57e} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10069 | 2025.01.29 21:13:01.840160 [ 260 ] {cdb7783d-8eae-4154-bb2d-175110adb57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10070 | 2025.01.29 21:13:01.840782 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 4 columns (4 merged, 0 gathered) in 0.009278951 sec., 21985.24380611558 rows/sec., 1.12 MiB/sec. | ||
| 10071 | 2025.01.29 21:13:01.841085 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 10072 | 2025.01.29 21:13:01.841988 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10073 | 2025.01.29 21:13:01.842343 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_34_7} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 10074 | 2025.01.29 21:13:01.842583 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10075 | 2025.01.29 21:13:01.842694 [ 260 ] {cdb7783d-8eae-4154-bb2d-175110adb57e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10076 | 2025.01.29 21:13:01.843338 [ 260 ] {cdb7783d-8eae-4154-bb2d-175110adb57e} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10077 | 2025.01.29 21:13:01.843952 [ 260 ] {cdb7783d-8eae-4154-bb2d-175110adb57e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.010503 sec., 22564.981433876033 rows/sec., 1.51 MiB/sec. | ||
| 10078 | 2025.01.29 21:13:01.844385 [ 260 ] {cdb7783d-8eae-4154-bb2d-175110adb57e} <Debug> TCPHandler: Processed in 0.012111025 sec. | ||
| 10079 | 2025.01.29 21:13:01.844751 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10080 | 2025.01.29 21:13:01.845204 [ 263 ] {532b937a-84ad-4134-bddb-3fcc0a90573c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10081 | 2025.01.29 21:13:01.845393 [ 263 ] {532b937a-84ad-4134-bddb-3fcc0a90573c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10082 | 2025.01.29 21:13:01.847007 [ 263 ] {532b937a-84ad-4134-bddb-3fcc0a90573c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10083 | 2025.01.29 21:13:01.847056 [ 263 ] {532b937a-84ad-4134-bddb-3fcc0a90573c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10084 | 2025.01.29 21:13:01.847752 [ 263 ] {532b937a-84ad-4134-bddb-3fcc0a90573c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10085 | 2025.01.29 21:13:01.848333 [ 263 ] {532b937a-84ad-4134-bddb-3fcc0a90573c} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10086 | 2025.01.29 21:13:01.848995 [ 263 ] {532b937a-84ad-4134-bddb-3fcc0a90573c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003935 sec., 254.12960609911053 rows/sec., 17.12 KiB/sec. | ||
| 10087 | 2025.01.29 21:13:01.849371 [ 263 ] {532b937a-84ad-4134-bddb-3fcc0a90573c} <Debug> TCPHandler: Processed in 0.004852858 sec. | ||
| 10088 | 2025.01.29 21:13:01.849647 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10089 | 2025.01.29 21:13:01.850046 [ 260 ] {45c63c7d-2deb-4b7c-8cd1-48f24735cffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10090 | 2025.01.29 21:13:01.850421 [ 260 ] {45c63c7d-2deb-4b7c-8cd1-48f24735cffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10091 | 2025.01.29 21:13:01.856901 [ 260 ] {45c63c7d-2deb-4b7c-8cd1-48f24735cffe} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10092 | 2025.01.29 21:13:01.856989 [ 260 ] {45c63c7d-2deb-4b7c-8cd1-48f24735cffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10093 | 2025.01.29 21:13:01.860182 [ 260 ] {45c63c7d-2deb-4b7c-8cd1-48f24735cffe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10094 | 2025.01.29 21:13:01.860896 [ 260 ] {45c63c7d-2deb-4b7c-8cd1-48f24735cffe} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10095 | 2025.01.29 21:13:01.861635 [ 260 ] {45c63c7d-2deb-4b7c-8cd1-48f24735cffe} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.011712 sec., 3415.3005464480875 rows/sec., 6.12 MiB/sec. | ||
| 10096 | 2025.01.29 21:13:01.862129 [ 260 ] {45c63c7d-2deb-4b7c-8cd1-48f24735cffe} <Debug> TCPHandler: Processed in 0.012637141 sec. | ||
| 10097 | 2025.01.29 21:13:01.862376 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10098 | 2025.01.29 21:13:01.862698 [ 263 ] {1ff3c5b5-0b72-4757-9dfe-340aeb1042ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10099 | 2025.01.29 21:13:01.862856 [ 263 ] {1ff3c5b5-0b72-4757-9dfe-340aeb1042ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10100 | 2025.01.29 21:13:01.865261 [ 263 ] {1ff3c5b5-0b72-4757-9dfe-340aeb1042ca} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10101 | 2025.01.29 21:13:01.865377 [ 263 ] {1ff3c5b5-0b72-4757-9dfe-340aeb1042ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10102 | 2025.01.29 21:13:01.866633 [ 263 ] {1ff3c5b5-0b72-4757-9dfe-340aeb1042ca} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10103 | 2025.01.29 21:13:01.867367 [ 263 ] {1ff3c5b5-0b72-4757-9dfe-340aeb1042ca} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10104 | 2025.01.29 21:13:01.868279 [ 263 ] {1ff3c5b5-0b72-4757-9dfe-340aeb1042ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005669 sec., 14464.63221026636 rows/sec., 940.73 KiB/sec. | ||
| 10105 | 2025.01.29 21:13:01.868366 [ 263 ] {1ff3c5b5-0b72-4757-9dfe-340aeb1042ca} <Debug> TCPHandler: Processed in 0.006129443 sec. | ||
| 10106 | 2025.01.29 21:13:01.874534 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10107 | 2025.01.29 21:13:01.874592 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10108 | 2025.01.29 21:13:01.882105 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10109 | 2025.01.29 21:13:01.882905 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10110 | 2025.01.29 21:13:01.886853 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10111 | 2025.01.29 21:13:02.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.53 MiB, peak 245.63 MiB, free memory in arenas 0.00 B, will set to 235.23 MiB (RSS), difference: -1.30 MiB | ||
| 10112 | 2025.01.29 21:13:06.780726 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10113 | 2025.01.29 21:13:06.780930 [ 263 ] {e8d2463c-ea4c-43af-9a53-ce5707eabc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10114 | 2025.01.29 21:13:06.781004 [ 263 ] {e8d2463c-ea4c-43af-9a53-ce5707eabc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10115 | 2025.01.29 21:13:06.781773 [ 263 ] {e8d2463c-ea4c-43af-9a53-ce5707eabc75} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10116 | 2025.01.29 21:13:06.781827 [ 263 ] {e8d2463c-ea4c-43af-9a53-ce5707eabc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10117 | 2025.01.29 21:13:06.782258 [ 263 ] {e8d2463c-ea4c-43af-9a53-ce5707eabc75} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10118 | 2025.01.29 21:13:06.782525 [ 263 ] {e8d2463c-ea4c-43af-9a53-ce5707eabc75} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10119 | 2025.01.29 21:13:06.782796 [ 263 ] {e8d2463c-ea4c-43af-9a53-ce5707eabc75} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001906 sec., 1049.3179433368311 rows/sec., 85.56 KiB/sec. | ||
| 10120 | 2025.01.29 21:13:06.783012 [ 263 ] {e8d2463c-ea4c-43af-9a53-ce5707eabc75} <Debug> TCPHandler: Processed in 0.002411409 sec. | ||
| 10121 | 2025.01.29 21:13:06.783317 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10122 | 2025.01.29 21:13:06.783530 [ 260 ] {e5b42d0d-42de-4936-820a-87b863001eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10123 | 2025.01.29 21:13:06.783610 [ 260 ] {e5b42d0d-42de-4936-820a-87b863001eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10124 | 2025.01.29 21:13:06.784439 [ 260 ] {e5b42d0d-42de-4936-820a-87b863001eb9} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10125 | 2025.01.29 21:13:06.784492 [ 260 ] {e5b42d0d-42de-4936-820a-87b863001eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10126 | 2025.01.29 21:13:06.784950 [ 260 ] {e5b42d0d-42de-4936-820a-87b863001eb9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10127 | 2025.01.29 21:13:06.785217 [ 260 ] {e5b42d0d-42de-4936-820a-87b863001eb9} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2025.01.29 21:13:06.785472 [ 260 ] {e5b42d0d-42de-4936-820a-87b863001eb9} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001997 sec., 28542.814221331995 rows/sec., 2.19 MiB/sec. | ||
| 10129 | 2025.01.29 21:13:06.785543 [ 260 ] {e5b42d0d-42de-4936-820a-87b863001eb9} <Debug> TCPHandler: Processed in 0.002371778 sec. | ||
| 10130 | 2025.01.29 21:13:06.785715 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10131 | 2025.01.29 21:13:06.785865 [ 263 ] {7106307e-a889-4265-9234-824c28862026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10132 | 2025.01.29 21:13:06.785928 [ 263 ] {7106307e-a889-4265-9234-824c28862026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10133 | 2025.01.29 21:13:06.786616 [ 263 ] {7106307e-a889-4265-9234-824c28862026} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10134 | 2025.01.29 21:13:06.786659 [ 263 ] {7106307e-a889-4265-9234-824c28862026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10135 | 2025.01.29 21:13:06.787033 [ 263 ] {7106307e-a889-4265-9234-824c28862026} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10136 | 2025.01.29 21:13:06.787279 [ 263 ] {7106307e-a889-4265-9234-824c28862026} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10137 | 2025.01.29 21:13:06.787458 [ 110 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
| 10138 | 2025.01.29 21:13:06.787524 [ 263 ] {7106307e-a889-4265-9234-824c28862026} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001693 sec., 1181.3349084465447 rows/sec., 82.49 KiB/sec. | ||
| 10139 | 2025.01.29 21:13:06.787542 [ 110 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2025.01.29 21:13:06.787617 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10141 | 2025.01.29 21:13:06.787655 [ 263 ] {7106307e-a889-4265-9234-824c28862026} <Debug> TCPHandler: Processed in 0.002004755 sec. | ||
| 10142 | 2025.01.29 21:13:06.787863 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
| 10143 | 2025.01.29 21:13:06.787883 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10144 | 2025.01.29 21:13:06.788152 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10145 | 2025.01.29 21:13:06.788165 [ 260 ] {ed3d63ab-f4dd-4b29-9220-b0ee7322a5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10146 | 2025.01.29 21:13:06.788228 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 65 rows starting from the beginning of the part | ||
| 10147 | 2025.01.29 21:13:06.788281 [ 260 ] {ed3d63ab-f4dd-4b29-9220-b0ee7322a5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10148 | 2025.01.29 21:13:06.788636 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 47 rows starting from the beginning of the part | ||
| 10149 | 2025.01.29 21:13:06.788960 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 47 rows starting from the beginning of the part | ||
| 10150 | 2025.01.29 21:13:06.789302 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 59 rows starting from the beginning of the part | ||
| 10151 | 2025.01.29 21:13:06.789663 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 47 rows starting from the beginning of the part | ||
| 10152 | 2025.01.29 21:13:06.790040 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
| 10153 | 2025.01.29 21:13:06.791103 [ 260 ] {ed3d63ab-f4dd-4b29-9220-b0ee7322a5c6} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10154 | 2025.01.29 21:13:06.791184 [ 260 ] {ed3d63ab-f4dd-4b29-9220-b0ee7322a5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10155 | 2025.01.29 21:13:06.792201 [ 260 ] {ed3d63ab-f4dd-4b29-9220-b0ee7322a5c6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10156 | 2025.01.29 21:13:06.792858 [ 260 ] {ed3d63ab-f4dd-4b29-9220-b0ee7322a5c6} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10157 | 2025.01.29 21:13:06.792973 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.005244553 sec., 50909.963156059246 rows/sec., 3.84 MiB/sec. | ||
| 10158 | 2025.01.29 21:13:06.793232 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
| 10159 | 2025.01.29 21:13:06.793292 [ 260 ] {ed3d63ab-f4dd-4b29-9220-b0ee7322a5c6} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005202 sec., 12687.427912341407 rows/sec., 1014.67 KiB/sec. | ||
| 10160 | 2025.01.29 21:13:06.793417 [ 260 ] {ed3d63ab-f4dd-4b29-9220-b0ee7322a5c6} <Debug> TCPHandler: Processed in 0.005636197 sec. | ||
| 10161 | 2025.01.29 21:13:06.793627 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10162 | 2025.01.29 21:13:06.793719 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10163 | 2025.01.29 21:13:06.793878 [ 263 ] {1bb169a4-4d1f-4083-8c4d-f2ed82643e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10164 | 2025.01.29 21:13:06.793905 [ 195 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_43_9} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
| 10165 | 2025.01.29 21:13:06.793991 [ 263 ] {1bb169a4-4d1f-4083-8c4d-f2ed82643e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10166 | 2025.01.29 21:13:06.794065 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10167 | 2025.01.29 21:13:06.794715 [ 263 ] {1bb169a4-4d1f-4083-8c4d-f2ed82643e79} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10168 | 2025.01.29 21:13:06.794760 [ 263 ] {1bb169a4-4d1f-4083-8c4d-f2ed82643e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10169 | 2025.01.29 21:13:06.795174 [ 263 ] {1bb169a4-4d1f-4083-8c4d-f2ed82643e79} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10170 | 2025.01.29 21:13:06.795436 [ 263 ] {1bb169a4-4d1f-4083-8c4d-f2ed82643e79} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10171 | 2025.01.29 21:13:06.795649 [ 263 ] {1bb169a4-4d1f-4083-8c4d-f2ed82643e79} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001851 sec., 86980.01080497028 rows/sec., 6.06 MiB/sec. | ||
| 10172 | 2025.01.29 21:13:06.795709 [ 263 ] {1bb169a4-4d1f-4083-8c4d-f2ed82643e79} <Debug> TCPHandler: Processed in 0.002177126 sec. | ||
| 10173 | 2025.01.29 21:13:06.795867 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10174 | 2025.01.29 21:13:06.796013 [ 260 ] {67e750ff-e77b-465e-9ff9-44098ebcfa01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10175 | 2025.01.29 21:13:06.796079 [ 260 ] {67e750ff-e77b-465e-9ff9-44098ebcfa01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10176 | 2025.01.29 21:13:06.796650 [ 260 ] {67e750ff-e77b-465e-9ff9-44098ebcfa01} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10177 | 2025.01.29 21:13:06.796691 [ 260 ] {67e750ff-e77b-465e-9ff9-44098ebcfa01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10178 | 2025.01.29 21:13:06.797087 [ 260 ] {67e750ff-e77b-465e-9ff9-44098ebcfa01} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10179 | 2025.01.29 21:13:06.797342 [ 260 ] {67e750ff-e77b-465e-9ff9-44098ebcfa01} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10180 | 2025.01.29 21:13:06.797570 [ 260 ] {67e750ff-e77b-465e-9ff9-44098ebcfa01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001593 sec., 37664.78342749529 rows/sec., 2.54 MiB/sec. | ||
| 10181 | 2025.01.29 21:13:06.797625 [ 260 ] {67e750ff-e77b-465e-9ff9-44098ebcfa01} <Debug> TCPHandler: Processed in 0.001827862 sec. | ||
| 10182 | 2025.01.29 21:13:07.577961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24339 | ||
| 10183 | 2025.01.29 21:13:07.578861 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10184 | 2025.01.29 21:13:07.578926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10185 | 2025.01.29 21:13:07.579466 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10186 | 2025.01.29 21:13:07.579737 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10187 | 2025.01.29 21:13:07.579986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 10188 | 2025.01.29 21:13:09.387027 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10189 | 2025.01.29 21:13:09.407643 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2025.01.29 21:13:09.407695 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10191 | 2025.01.29 21:13:09.414969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10192 | 2025.01.29 21:13:09.415743 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10193 | 2025.01.29 21:13:09.418407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10194 | 2025.01.29 21:13:10.194236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1396 | ||
| 10195 | 2025.01.29 21:13:10.197622 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10196 | 2025.01.29 21:13:10.197689 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10197 | 2025.01.29 21:13:10.199204 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10198 | 2025.01.29 21:13:10.199528 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10199 | 2025.01.29 21:13:10.200207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1396 | ||
| 10200 | 2025.01.29 21:13:11.786453 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10201 | 2025.01.29 21:13:11.786677 [ 263 ] {775ee317-7d29-4422-87b6-ca16251dbd95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10202 | 2025.01.29 21:13:11.786750 [ 263 ] {775ee317-7d29-4422-87b6-ca16251dbd95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10203 | 2025.01.29 21:13:11.787501 [ 263 ] {775ee317-7d29-4422-87b6-ca16251dbd95} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10204 | 2025.01.29 21:13:11.787555 [ 263 ] {775ee317-7d29-4422-87b6-ca16251dbd95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10205 | 2025.01.29 21:13:11.788003 [ 263 ] {775ee317-7d29-4422-87b6-ca16251dbd95} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10206 | 2025.01.29 21:13:11.788268 [ 263 ] {775ee317-7d29-4422-87b6-ca16251dbd95} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10207 | 2025.01.29 21:13:11.788526 [ 263 ] {775ee317-7d29-4422-87b6-ca16251dbd95} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec. | ||
| 10208 | 2025.01.29 21:13:11.788595 [ 263 ] {775ee317-7d29-4422-87b6-ca16251dbd95} <Debug> TCPHandler: Processed in 0.002279087 sec. | ||
| 10209 | 2025.01.29 21:13:11.788934 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10210 | 2025.01.29 21:13:11.789251 [ 260 ] {cd1b2166-dfd3-43de-b41c-386f5ce69c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10211 | 2025.01.29 21:13:11.789378 [ 260 ] {cd1b2166-dfd3-43de-b41c-386f5ce69c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10212 | 2025.01.29 21:13:11.790395 [ 260 ] {cd1b2166-dfd3-43de-b41c-386f5ce69c7d} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10213 | 2025.01.29 21:13:11.790450 [ 260 ] {cd1b2166-dfd3-43de-b41c-386f5ce69c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10214 | 2025.01.29 21:13:11.790928 [ 260 ] {cd1b2166-dfd3-43de-b41c-386f5ce69c7d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10215 | 2025.01.29 21:13:11.791200 [ 260 ] {cd1b2166-dfd3-43de-b41c-386f5ce69c7d} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10216 | 2025.01.29 21:13:11.791485 [ 260 ] {cd1b2166-dfd3-43de-b41c-386f5ce69c7d} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002323 sec., 121825.22600086096 rows/sec., 10.76 MiB/sec. | ||
| 10217 | 2025.01.29 21:13:11.791556 [ 260 ] {cd1b2166-dfd3-43de-b41c-386f5ce69c7d} <Debug> TCPHandler: Processed in 0.002822064 sec. | ||
| 10218 | 2025.01.29 21:13:11.791773 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10219 | 2025.01.29 21:13:11.792007 [ 263 ] {7f8253cf-987c-4c00-9d64-0b8b9c5dacb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10220 | 2025.01.29 21:13:11.792102 [ 263 ] {7f8253cf-987c-4c00-9d64-0b8b9c5dacb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10221 | 2025.01.29 21:13:11.792965 [ 263 ] {7f8253cf-987c-4c00-9d64-0b8b9c5dacb0} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2025.01.29 21:13:11.793007 [ 263 ] {7f8253cf-987c-4c00-9d64-0b8b9c5dacb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10223 | 2025.01.29 21:13:11.793379 [ 263 ] {7f8253cf-987c-4c00-9d64-0b8b9c5dacb0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10224 | 2025.01.29 21:13:11.793625 [ 263 ] {7f8253cf-987c-4c00-9d64-0b8b9c5dacb0} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2025.01.29 21:13:11.793859 [ 263 ] {7f8253cf-987c-4c00-9d64-0b8b9c5dacb0} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001911 sec., 24594.45316588174 rows/sec., 1.77 MiB/sec. | ||
| 10226 | 2025.01.29 21:13:11.793915 [ 263 ] {7f8253cf-987c-4c00-9d64-0b8b9c5dacb0} <Debug> TCPHandler: Processed in 0.002257187 sec. | ||
| 10227 | 2025.01.29 21:13:11.794073 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10228 | 2025.01.29 21:13:11.794220 [ 260 ] {ad76efa7-baf6-4f60-8b64-2348bb85164e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10229 | 2025.01.29 21:13:11.794285 [ 260 ] {ad76efa7-baf6-4f60-8b64-2348bb85164e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10230 | 2025.01.29 21:13:11.794952 [ 260 ] {ad76efa7-baf6-4f60-8b64-2348bb85164e} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10231 | 2025.01.29 21:13:11.794995 [ 260 ] {ad76efa7-baf6-4f60-8b64-2348bb85164e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10232 | 2025.01.29 21:13:11.795381 [ 260 ] {ad76efa7-baf6-4f60-8b64-2348bb85164e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10233 | 2025.01.29 21:13:11.795647 [ 260 ] {ad76efa7-baf6-4f60-8b64-2348bb85164e} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2025.01.29 21:13:11.795919 [ 260 ] {ad76efa7-baf6-4f60-8b64-2348bb85164e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001719 sec., 8144.2699243746365 rows/sec., 570.37 KiB/sec. | ||
| 10235 | 2025.01.29 21:13:11.795993 [ 260 ] {ad76efa7-baf6-4f60-8b64-2348bb85164e} <Debug> TCPHandler: Processed in 0.001994213 sec. | ||
| 10236 | 2025.01.29 21:13:11.796258 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10237 | 2025.01.29 21:13:11.796453 [ 263 ] {7fb85ac6-c5d3-4d0c-89f4-15512f29f246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10238 | 2025.01.29 21:13:11.796513 [ 263 ] {7fb85ac6-c5d3-4d0c-89f4-15512f29f246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10239 | 2025.01.29 21:13:11.797134 [ 263 ] {7fb85ac6-c5d3-4d0c-89f4-15512f29f246} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10240 | 2025.01.29 21:13:11.797175 [ 263 ] {7fb85ac6-c5d3-4d0c-89f4-15512f29f246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10241 | 2025.01.29 21:13:11.797542 [ 263 ] {7fb85ac6-c5d3-4d0c-89f4-15512f29f246} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10242 | 2025.01.29 21:13:11.797787 [ 263 ] {7fb85ac6-c5d3-4d0c-89f4-15512f29f246} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10243 | 2025.01.29 21:13:11.798037 [ 263 ] {7fb85ac6-c5d3-4d0c-89f4-15512f29f246} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001609 sec., 8079.552517091362 rows/sec., 503.76 KiB/sec. | ||
| 10244 | 2025.01.29 21:13:11.798215 [ 263 ] {7fb85ac6-c5d3-4d0c-89f4-15512f29f246} <Debug> TCPHandler: Processed in 0.002113725 sec. | ||
| 10245 | 2025.01.29 21:13:11.798458 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10246 | 2025.01.29 21:13:11.798596 [ 260 ] {d46178f1-0e40-4882-90b3-67afb71eab5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10247 | 2025.01.29 21:13:11.798657 [ 260 ] {d46178f1-0e40-4882-90b3-67afb71eab5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10248 | 2025.01.29 21:13:11.799510 [ 260 ] {d46178f1-0e40-4882-90b3-67afb71eab5f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10249 | 2025.01.29 21:13:11.799559 [ 260 ] {d46178f1-0e40-4882-90b3-67afb71eab5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10250 | 2025.01.29 21:13:11.799968 [ 260 ] {d46178f1-0e40-4882-90b3-67afb71eab5f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10251 | 2025.01.29 21:13:11.800222 [ 260 ] {d46178f1-0e40-4882-90b3-67afb71eab5f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10252 | 2025.01.29 21:13:11.800443 [ 260 ] {d46178f1-0e40-4882-90b3-67afb71eab5f} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001877 sec., 224826.8513585509 rows/sec., 16.07 MiB/sec. | ||
| 10253 | 2025.01.29 21:13:11.800495 [ 260 ] {d46178f1-0e40-4882-90b3-67afb71eab5f} <Debug> TCPHandler: Processed in 0.002172046 sec. | ||
| 10254 | 2025.01.29 21:13:11.800635 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10255 | 2025.01.29 21:13:11.800857 [ 263 ] {e7dbc0ed-c989-4eef-bf33-47472cb6caaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10256 | 2025.01.29 21:13:11.800950 [ 263 ] {e7dbc0ed-c989-4eef-bf33-47472cb6caaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10257 | 2025.01.29 21:13:11.801755 [ 263 ] {e7dbc0ed-c989-4eef-bf33-47472cb6caaa} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10258 | 2025.01.29 21:13:11.801794 [ 263 ] {e7dbc0ed-c989-4eef-bf33-47472cb6caaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10259 | 2025.01.29 21:13:11.802164 [ 263 ] {e7dbc0ed-c989-4eef-bf33-47472cb6caaa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10260 | 2025.01.29 21:13:11.802439 [ 263 ] {e7dbc0ed-c989-4eef-bf33-47472cb6caaa} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10261 | 2025.01.29 21:13:11.802648 [ 263 ] {e7dbc0ed-c989-4eef-bf33-47472cb6caaa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001846 sec., 3250.2708559046587 rows/sec., 169.81 KiB/sec. | ||
| 10262 | 2025.01.29 21:13:11.802702 [ 263 ] {e7dbc0ed-c989-4eef-bf33-47472cb6caaa} <Debug> TCPHandler: Processed in 0.002127086 sec. | ||
| 10263 | 2025.01.29 21:13:11.802847 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10264 | 2025.01.29 21:13:11.802987 [ 260 ] {5ae76768-8177-4833-b68a-e5feac85fc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10265 | 2025.01.29 21:13:11.803051 [ 260 ] {5ae76768-8177-4833-b68a-e5feac85fc9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10266 | 2025.01.29 21:13:11.803724 [ 260 ] {5ae76768-8177-4833-b68a-e5feac85fc9b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10267 | 2025.01.29 21:13:11.803764 [ 260 ] {5ae76768-8177-4833-b68a-e5feac85fc9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10268 | 2025.01.29 21:13:11.804187 [ 260 ] {5ae76768-8177-4833-b68a-e5feac85fc9b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10269 | 2025.01.29 21:13:11.804448 [ 260 ] {5ae76768-8177-4833-b68a-e5feac85fc9b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10270 | 2025.01.29 21:13:11.804641 [ 260 ] {5ae76768-8177-4833-b68a-e5feac85fc9b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
| 10271 | 2025.01.29 21:13:11.804695 [ 260 ] {5ae76768-8177-4833-b68a-e5feac85fc9b} <Debug> TCPHandler: Processed in 0.001916783 sec. | ||
| 10272 | 2025.01.29 21:13:11.804888 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10273 | 2025.01.29 21:13:11.805110 [ 263 ] {84e30b5b-567c-4c3b-9878-6cb3577a5a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10274 | 2025.01.29 21:13:11.805205 [ 263 ] {84e30b5b-567c-4c3b-9878-6cb3577a5a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10275 | 2025.01.29 21:13:11.805885 [ 263 ] {84e30b5b-567c-4c3b-9878-6cb3577a5a49} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10276 | 2025.01.29 21:13:11.805924 [ 263 ] {84e30b5b-567c-4c3b-9878-6cb3577a5a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10277 | 2025.01.29 21:13:11.806290 [ 263 ] {84e30b5b-567c-4c3b-9878-6cb3577a5a49} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10278 | 2025.01.29 21:13:11.806533 [ 263 ] {84e30b5b-567c-4c3b-9878-6cb3577a5a49} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10279 | 2025.01.29 21:13:11.806750 [ 263 ] {84e30b5b-567c-4c3b-9878-6cb3577a5a49} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001695 sec., 589.9705014749263 rows/sec., 39.75 KiB/sec. | ||
| 10280 | 2025.01.29 21:13:11.806802 [ 263 ] {84e30b5b-567c-4c3b-9878-6cb3577a5a49} <Debug> TCPHandler: Processed in 0.002022564 sec. | ||
| 10281 | 2025.01.29 21:13:11.806943 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10282 | 2025.01.29 21:13:11.807082 [ 260 ] {a0037b91-f8b3-478e-a21e-e4f08aa0420d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10283 | 2025.01.29 21:13:11.807178 [ 260 ] {a0037b91-f8b3-478e-a21e-e4f08aa0420d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10284 | 2025.01.29 21:13:11.808509 [ 260 ] {a0037b91-f8b3-478e-a21e-e4f08aa0420d} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10285 | 2025.01.29 21:13:11.808547 [ 260 ] {a0037b91-f8b3-478e-a21e-e4f08aa0420d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10286 | 2025.01.29 21:13:11.809232 [ 260 ] {a0037b91-f8b3-478e-a21e-e4f08aa0420d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10287 | 2025.01.29 21:13:11.809500 [ 260 ] {a0037b91-f8b3-478e-a21e-e4f08aa0420d} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10288 | 2025.01.29 21:13:11.809785 [ 260 ] {a0037b91-f8b3-478e-a21e-e4f08aa0420d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002723 sec., 14689.680499449136 rows/sec., 26.32 MiB/sec. | ||
| 10289 | 2025.01.29 21:13:11.810299 [ 260 ] {a0037b91-f8b3-478e-a21e-e4f08aa0420d} <Debug> TCPHandler: Processed in 0.003421011 sec. | ||
| 10290 | 2025.01.29 21:13:11.810658 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10291 | 2025.01.29 21:13:11.810811 [ 263 ] {32d6a9f7-eb42-4de9-9fff-7b661921c100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10292 | 2025.01.29 21:13:11.810869 [ 263 ] {32d6a9f7-eb42-4de9-9fff-7b661921c100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10293 | 2025.01.29 21:13:11.811447 [ 263 ] {32d6a9f7-eb42-4de9-9fff-7b661921c100} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10294 | 2025.01.29 21:13:11.811494 [ 263 ] {32d6a9f7-eb42-4de9-9fff-7b661921c100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10295 | 2025.01.29 21:13:11.811895 [ 263 ] {32d6a9f7-eb42-4de9-9fff-7b661921c100} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10296 | 2025.01.29 21:13:11.812134 [ 263 ] {32d6a9f7-eb42-4de9-9fff-7b661921c100} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10297 | 2025.01.29 21:13:11.812350 [ 263 ] {32d6a9f7-eb42-4de9-9fff-7b661921c100} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001569 sec., 52262.58763543658 rows/sec., 3.32 MiB/sec. | ||
| 10298 | 2025.01.29 21:13:11.812417 [ 263 ] {32d6a9f7-eb42-4de9-9fff-7b661921c100} <Debug> TCPHandler: Processed in 0.001965083 sec. | ||
| 10299 | 2025.01.29 21:13:14.903249 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10300 | 2025.01.29 21:13:14.903331 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10301 | 2025.01.29 21:13:15.080216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827 | ||
| 10302 | 2025.01.29 21:13:15.080902 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10303 | 2025.01.29 21:13:15.080956 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10304 | 2025.01.29 21:13:15.081518 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10305 | 2025.01.29 21:13:15.081800 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10306 | 2025.01.29 21:13:15.082092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827 | ||
| 10307 | 2025.01.29 21:13:16.781132 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10308 | 2025.01.29 21:13:16.781447 [ 263 ] {bb5879fb-d0fc-4478-a80f-3f1cfd55453b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10309 | 2025.01.29 21:13:16.781565 [ 263 ] {bb5879fb-d0fc-4478-a80f-3f1cfd55453b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10310 | 2025.01.29 21:13:16.782416 [ 263 ] {bb5879fb-d0fc-4478-a80f-3f1cfd55453b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10311 | 2025.01.29 21:13:16.782462 [ 263 ] {bb5879fb-d0fc-4478-a80f-3f1cfd55453b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10312 | 2025.01.29 21:13:16.782896 [ 263 ] {bb5879fb-d0fc-4478-a80f-3f1cfd55453b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10313 | 2025.01.29 21:13:16.783153 [ 263 ] {bb5879fb-d0fc-4478-a80f-3f1cfd55453b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10314 | 2025.01.29 21:13:16.783329 [ 100 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10315 | 2025.01.29 21:13:16.783368 [ 263 ] {bb5879fb-d0fc-4478-a80f-3f1cfd55453b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002003 sec., 27958.06290564154 rows/sec., 2.15 MiB/sec. | ||
| 10316 | 2025.01.29 21:13:16.783410 [ 100 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10317 | 2025.01.29 21:13:16.783457 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10318 | 2025.01.29 21:13:16.783466 [ 263 ] {bb5879fb-d0fc-4478-a80f-3f1cfd55453b} <Debug> TCPHandler: Processed in 0.00251249 sec. | ||
| 10319 | 2025.01.29 21:13:16.783612 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 10320 | 2025.01.29 21:13:16.783750 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10321 | 2025.01.29 21:13:16.783761 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10322 | 2025.01.29 21:13:16.783795 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1434 rows starting from the beginning of the part | ||
| 10323 | 2025.01.29 21:13:16.783922 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part | ||
| 10324 | 2025.01.29 21:13:16.784220 [ 260 ] {e06e48bb-3172-429e-8a3b-7cc63740d99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10325 | 2025.01.29 21:13:16.784313 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 283 rows starting from the beginning of the part | ||
| 10326 | 2025.01.29 21:13:16.784477 [ 260 ] {e06e48bb-3172-429e-8a3b-7cc63740d99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10327 | 2025.01.29 21:13:16.784655 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 57 rows starting from the beginning of the part | ||
| 10328 | 2025.01.29 21:13:16.784979 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 283 rows starting from the beginning of the part | ||
| 10329 | 2025.01.29 21:13:16.785264 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 10330 | 2025.01.29 21:13:16.787126 [ 260 ] {e06e48bb-3172-429e-8a3b-7cc63740d99a} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10331 | 2025.01.29 21:13:16.787218 [ 260 ] {e06e48bb-3172-429e-8a3b-7cc63740d99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10332 | 2025.01.29 21:13:16.788060 [ 260 ] {e06e48bb-3172-429e-8a3b-7cc63740d99a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10333 | 2025.01.29 21:13:16.788541 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2169 rows, containing 5 columns (5 merged, 0 gathered) in 0.00499475 sec., 434255.96876720554 rows/sec., 38.31 MiB/sec. | ||
| 10334 | 2025.01.29 21:13:16.788635 [ 260 ] {e06e48bb-3172-429e-8a3b-7cc63740d99a} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10335 | 2025.01.29 21:13:16.788834 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10336 | 2025.01.29 21:13:16.788925 [ 100 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10337 | 2025.01.29 21:13:16.789060 [ 100 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10338 | 2025.01.29 21:13:16.789094 [ 260 ] {e06e48bb-3172-429e-8a3b-7cc63740d99a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005074 sec., 12613.32282223098 rows/sec., 1008.13 KiB/sec. | ||
| 10339 | 2025.01.29 21:13:16.789116 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10340 | 2025.01.29 21:13:16.789484 [ 260 ] {e06e48bb-3172-429e-8a3b-7cc63740d99a} <Debug> TCPHandler: Processed in 0.00587494 sec. | ||
| 10341 | 2025.01.29 21:13:16.789884 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10342 | 2025.01.29 21:13:16.790053 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10343 | 2025.01.29 21:13:16.790130 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 10344 | 2025.01.29 21:13:16.790481 [ 189 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_86_17} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10345 | 2025.01.29 21:13:16.790496 [ 263 ] {3ca85dae-c9c7-4bde-a1b0-513d53509620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10346 | 2025.01.29 21:13:16.790817 [ 263 ] {3ca85dae-c9c7-4bde-a1b0-513d53509620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10347 | 2025.01.29 21:13:16.790870 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 10348 | 2025.01.29 21:13:16.791810 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10349 | 2025.01.29 21:13:16.791977 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part | ||
| 10350 | 2025.01.29 21:13:16.792340 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part | ||
| 10351 | 2025.01.29 21:13:16.792536 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 422 rows starting from the beginning of the part | ||
| 10352 | 2025.01.29 21:13:16.792940 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 66 rows starting from the beginning of the part | ||
| 10353 | 2025.01.29 21:13:16.793313 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 422 rows starting from the beginning of the part | ||
| 10354 | 2025.01.29 21:13:16.793686 [ 194 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 10355 | 2025.01.29 21:13:16.794262 [ 263 ] {3ca85dae-c9c7-4bde-a1b0-513d53509620} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10356 | 2025.01.29 21:13:16.794329 [ 263 ] {3ca85dae-c9c7-4bde-a1b0-513d53509620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10357 | 2025.01.29 21:13:16.795223 [ 263 ] {3ca85dae-c9c7-4bde-a1b0-513d53509620} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10358 | 2025.01.29 21:13:16.795838 [ 263 ] {3ca85dae-c9c7-4bde-a1b0-513d53509620} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10359 | 2025.01.29 21:13:16.796239 [ 263 ] {3ca85dae-c9c7-4bde-a1b0-513d53509620} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005964 sec., 26827.632461435278 rows/sec., 1.87 MiB/sec. | ||
| 10360 | 2025.01.29 21:13:16.796362 [ 263 ] {3ca85dae-c9c7-4bde-a1b0-513d53509620} <Debug> TCPHandler: Processed in 0.00669238 sec. | ||
| 10361 | 2025.01.29 21:13:16.796602 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10362 | 2025.01.29 21:13:16.796755 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.007409578 sec., 263442.8033553328 rows/sec., 20.16 MiB/sec. | ||
| 10363 | 2025.01.29 21:13:16.796819 [ 260 ] {8deaf1e0-941c-4917-8ded-f5c7da5a0aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10364 | 2025.01.29 21:13:16.796880 [ 260 ] {8deaf1e0-941c-4917-8ded-f5c7da5a0aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10365 | 2025.01.29 21:13:16.796936 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10366 | 2025.01.29 21:13:16.797330 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10367 | 2025.01.29 21:13:16.797449 [ 189 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_86_17} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10368 | 2025.01.29 21:13:16.797558 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10369 | 2025.01.29 21:13:16.797617 [ 260 ] {8deaf1e0-941c-4917-8ded-f5c7da5a0aa4} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10370 | 2025.01.29 21:13:16.797657 [ 260 ] {8deaf1e0-941c-4917-8ded-f5c7da5a0aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10371 | 2025.01.29 21:13:16.798054 [ 260 ] {8deaf1e0-941c-4917-8ded-f5c7da5a0aa4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10372 | 2025.01.29 21:13:16.798300 [ 260 ] {8deaf1e0-941c-4917-8ded-f5c7da5a0aa4} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10373 | 2025.01.29 21:13:16.798517 [ 260 ] {8deaf1e0-941c-4917-8ded-f5c7da5a0aa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001737 sec., 34542.31433506045 rows/sec., 2.33 MiB/sec. | ||
| 10374 | 2025.01.29 21:13:16.798572 [ 260 ] {8deaf1e0-941c-4917-8ded-f5c7da5a0aa4} <Debug> TCPHandler: Processed in 0.002098265 sec. | ||
| 10375 | 2025.01.29 21:13:16.918583 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10376 | 2025.01.29 21:13:16.940405 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10377 | 2025.01.29 21:13:16.940478 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10378 | 2025.01.29 21:13:16.948056 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10379 | 2025.01.29 21:13:16.948966 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2025.01.29 21:13:16.953318 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10381 | 2025.01.29 21:13:17.693728 [ 99 ] {} <Debug> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10382 | 2025.01.29 21:13:17.693807 [ 99 ] {} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10383 | 2025.01.29 21:13:17.693843 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10384 | 2025.01.29 21:13:17.694114 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 10385 | 2025.01.29 21:13:17.694341 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10386 | 2025.01.29 21:13:17.694386 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 10387 | 2025.01.29 21:13:17.694485 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 10388 | 2025.01.29 21:13:17.694593 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 10389 | 2025.01.29 21:13:17.694856 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 10390 | 2025.01.29 21:13:17.694988 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 10391 | 2025.01.29 21:13:17.695929 [ 189 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001975374 sec., 19236.863500278938 rows/sec., 1.61 MiB/sec. | ||
| 10392 | 2025.01.29 21:13:17.696058 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10393 | 2025.01.29 21:13:17.696335 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10394 | 2025.01.29 21:13:17.696420 [ 201 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_17_4} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10395 | 2025.01.29 21:13:17.696502 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10396 | 2025.01.29 21:13:19.374123 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10397 | 2025.01.29 21:13:19.374305 [ 263 ] {ffd6bb42-f10f-4e44-87f3-00f74fa360b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10398 | 2025.01.29 21:13:19.374374 [ 263 ] {ffd6bb42-f10f-4e44-87f3-00f74fa360b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10399 | 2025.01.29 21:13:19.375127 [ 263 ] {ffd6bb42-f10f-4e44-87f3-00f74fa360b3} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10400 | 2025.01.29 21:13:19.375170 [ 263 ] {ffd6bb42-f10f-4e44-87f3-00f74fa360b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10401 | 2025.01.29 21:13:19.375597 [ 263 ] {ffd6bb42-f10f-4e44-87f3-00f74fa360b3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10402 | 2025.01.29 21:13:19.375875 [ 263 ] {ffd6bb42-f10f-4e44-87f3-00f74fa360b3} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10403 | 2025.01.29 21:13:19.376076 [ 263 ] {ffd6bb42-f10f-4e44-87f3-00f74fa360b3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 553.44 KiB/sec. | ||
| 10404 | 2025.01.29 21:13:19.376135 [ 263 ] {ffd6bb42-f10f-4e44-87f3-00f74fa360b3} <Debug> TCPHandler: Processed in 0.002137136 sec. | ||
| 10405 | 2025.01.29 21:13:19.376411 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10406 | 2025.01.29 21:13:19.376638 [ 260 ] {bffd78c8-8ca5-410b-822a-012c8563044f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10407 | 2025.01.29 21:13:19.376726 [ 260 ] {bffd78c8-8ca5-410b-822a-012c8563044f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10408 | 2025.01.29 21:13:19.377512 [ 260 ] {bffd78c8-8ca5-410b-822a-012c8563044f} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10409 | 2025.01.29 21:13:19.377578 [ 260 ] {bffd78c8-8ca5-410b-822a-012c8563044f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10410 | 2025.01.29 21:13:19.378002 [ 260 ] {bffd78c8-8ca5-410b-822a-012c8563044f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10411 | 2025.01.29 21:13:19.378261 [ 260 ] {bffd78c8-8ca5-410b-822a-012c8563044f} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10412 | 2025.01.29 21:13:19.378514 [ 260 ] {bffd78c8-8ca5-410b-822a-012c8563044f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001936 sec., 2066.115702479339 rows/sec., 168.48 KiB/sec. | ||
| 10413 | 2025.01.29 21:13:19.378583 [ 260 ] {bffd78c8-8ca5-410b-822a-012c8563044f} <Debug> TCPHandler: Processed in 0.002323468 sec. | ||
| 10414 | 2025.01.29 21:13:19.378743 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10415 | 2025.01.29 21:13:19.378886 [ 263 ] {4c370232-d840-4c2d-ad7f-8efe01662b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10416 | 2025.01.29 21:13:19.378949 [ 263 ] {4c370232-d840-4c2d-ad7f-8efe01662b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10417 | 2025.01.29 21:13:19.380408 [ 263 ] {4c370232-d840-4c2d-ad7f-8efe01662b30} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10418 | 2025.01.29 21:13:19.380447 [ 263 ] {4c370232-d840-4c2d-ad7f-8efe01662b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10419 | 2025.01.29 21:13:19.380905 [ 263 ] {4c370232-d840-4c2d-ad7f-8efe01662b30} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10420 | 2025.01.29 21:13:19.381150 [ 263 ] {4c370232-d840-4c2d-ad7f-8efe01662b30} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10421 | 2025.01.29 21:13:19.381329 [ 263 ] {4c370232-d840-4c2d-ad7f-8efe01662b30} <Debug> executeQuery: Read 1425 rows, 122.31 KiB in 0.002478 sec., 575060.5326876513 rows/sec., 48.20 MiB/sec. | ||
| 10422 | 2025.01.29 21:13:19.381383 [ 263 ] {4c370232-d840-4c2d-ad7f-8efe01662b30} <Debug> TCPHandler: Processed in 0.002706192 sec. | ||
| 10423 | 2025.01.29 21:13:19.381623 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10424 | 2025.01.29 21:13:19.381853 [ 260 ] {7c17fa89-36c7-44b2-a20a-b2ab64f3e21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10425 | 2025.01.29 21:13:19.381949 [ 260 ] {7c17fa89-36c7-44b2-a20a-b2ab64f3e21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10426 | 2025.01.29 21:13:19.382565 [ 260 ] {7c17fa89-36c7-44b2-a20a-b2ab64f3e21e} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10427 | 2025.01.29 21:13:19.382608 [ 260 ] {7c17fa89-36c7-44b2-a20a-b2ab64f3e21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10428 | 2025.01.29 21:13:19.382990 [ 260 ] {7c17fa89-36c7-44b2-a20a-b2ab64f3e21e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10429 | 2025.01.29 21:13:19.383235 [ 260 ] {7c17fa89-36c7-44b2-a20a-b2ab64f3e21e} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10430 | 2025.01.29 21:13:19.383471 [ 260 ] {7c17fa89-36c7-44b2-a20a-b2ab64f3e21e} <Debug> executeQuery: Read 51 rows, 3.74 KiB in 0.001678 sec., 30393.325387365912 rows/sec., 2.18 MiB/sec. | ||
| 10431 | 2025.01.29 21:13:19.383533 [ 260 ] {7c17fa89-36c7-44b2-a20a-b2ab64f3e21e} <Debug> TCPHandler: Processed in 0.002023774 sec. | ||
| 10432 | 2025.01.29 21:13:19.383731 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10433 | 2025.01.29 21:13:19.383955 [ 263 ] {51190f56-1fea-4e43-9f4e-0817eb4bd0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10434 | 2025.01.29 21:13:19.384025 [ 263 ] {51190f56-1fea-4e43-9f4e-0817eb4bd0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10435 | 2025.01.29 21:13:19.384793 [ 263 ] {51190f56-1fea-4e43-9f4e-0817eb4bd0f8} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10436 | 2025.01.29 21:13:19.384835 [ 263 ] {51190f56-1fea-4e43-9f4e-0817eb4bd0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10437 | 2025.01.29 21:13:19.385187 [ 263 ] {51190f56-1fea-4e43-9f4e-0817eb4bd0f8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10438 | 2025.01.29 21:13:19.385417 [ 263 ] {51190f56-1fea-4e43-9f4e-0817eb4bd0f8} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10439 | 2025.01.29 21:13:19.385667 [ 263 ] {51190f56-1fea-4e43-9f4e-0817eb4bd0f8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001767 sec., 136955.29145444257 rows/sec., 9.28 MiB/sec. | ||
| 10440 | 2025.01.29 21:13:19.385790 [ 263 ] {51190f56-1fea-4e43-9f4e-0817eb4bd0f8} <Debug> TCPHandler: Processed in 0.002166926 sec. | ||
| 10441 | 2025.01.29 21:13:19.385991 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10442 | 2025.01.29 21:13:19.386216 [ 260 ] {10aea32a-3314-44b2-9b3a-47bed504488e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10443 | 2025.01.29 21:13:19.386310 [ 260 ] {10aea32a-3314-44b2-9b3a-47bed504488e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10444 | 2025.01.29 21:13:19.387188 [ 260 ] {10aea32a-3314-44b2-9b3a-47bed504488e} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10445 | 2025.01.29 21:13:19.387229 [ 260 ] {10aea32a-3314-44b2-9b3a-47bed504488e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10446 | 2025.01.29 21:13:19.387590 [ 260 ] {10aea32a-3314-44b2-9b3a-47bed504488e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10447 | 2025.01.29 21:13:19.387836 [ 260 ] {10aea32a-3314-44b2-9b3a-47bed504488e} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10448 | 2025.01.29 21:13:19.388075 [ 260 ] {10aea32a-3314-44b2-9b3a-47bed504488e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001913 sec., 6795.608991113434 rows/sec., 423.70 KiB/sec. | ||
| 10449 | 2025.01.29 21:13:19.388128 [ 260 ] {10aea32a-3314-44b2-9b3a-47bed504488e} <Debug> TCPHandler: Processed in 0.002239707 sec. | ||
| 10450 | 2025.01.29 21:13:19.388328 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10451 | 2025.01.29 21:13:19.388559 [ 263 ] {3ed7e566-4c61-4070-a79b-b65c2001737f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10452 | 2025.01.29 21:13:19.388648 [ 263 ] {3ed7e566-4c61-4070-a79b-b65c2001737f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10453 | 2025.01.29 21:13:19.389725 [ 263 ] {3ed7e566-4c61-4070-a79b-b65c2001737f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10454 | 2025.01.29 21:13:19.389764 [ 263 ] {3ed7e566-4c61-4070-a79b-b65c2001737f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10455 | 2025.01.29 21:13:19.390160 [ 263 ] {3ed7e566-4c61-4070-a79b-b65c2001737f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10456 | 2025.01.29 21:13:19.390403 [ 263 ] {3ed7e566-4c61-4070-a79b-b65c2001737f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10457 | 2025.01.29 21:13:19.390578 [ 263 ] {3ed7e566-4c61-4070-a79b-b65c2001737f} <Debug> executeQuery: Read 882 rows, 65.50 KiB in 0.002085 sec., 423021.5827338129 rows/sec., 30.68 MiB/sec. | ||
| 10458 | 2025.01.29 21:13:19.390629 [ 263 ] {3ed7e566-4c61-4070-a79b-b65c2001737f} <Debug> TCPHandler: Processed in 0.002412489 sec. | ||
| 10459 | 2025.01.29 21:13:19.390778 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10460 | 2025.01.29 21:13:19.390919 [ 260 ] {26e18711-94cc-4ae7-be3b-815d65a8d381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10461 | 2025.01.29 21:13:19.390980 [ 260 ] {26e18711-94cc-4ae7-be3b-815d65a8d381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10462 | 2025.01.29 21:13:19.391554 [ 260 ] {26e18711-94cc-4ae7-be3b-815d65a8d381} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10463 | 2025.01.29 21:13:19.391601 [ 260 ] {26e18711-94cc-4ae7-be3b-815d65a8d381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10464 | 2025.01.29 21:13:19.392025 [ 260 ] {26e18711-94cc-4ae7-be3b-815d65a8d381} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10465 | 2025.01.29 21:13:19.392267 [ 260 ] {26e18711-94cc-4ae7-be3b-815d65a8d381} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10466 | 2025.01.29 21:13:19.392485 [ 260 ] {26e18711-94cc-4ae7-be3b-815d65a8d381} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001597 sec., 3757.044458359424 rows/sec., 196.29 KiB/sec. | ||
| 10467 | 2025.01.29 21:13:19.392537 [ 260 ] {26e18711-94cc-4ae7-be3b-815d65a8d381} <Debug> TCPHandler: Processed in 0.001827032 sec. | ||
| 10468 | 2025.01.29 21:13:19.392710 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10469 | 2025.01.29 21:13:19.392826 [ 263 ] {c1bc0673-d41e-432e-bda2-ae109d5cc66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10470 | 2025.01.29 21:13:19.392878 [ 263 ] {c1bc0673-d41e-432e-bda2-ae109d5cc66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10471 | 2025.01.29 21:13:19.393769 [ 263 ] {c1bc0673-d41e-432e-bda2-ae109d5cc66b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10472 | 2025.01.29 21:13:19.393814 [ 263 ] {c1bc0673-d41e-432e-bda2-ae109d5cc66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10473 | 2025.01.29 21:13:19.394287 [ 263 ] {c1bc0673-d41e-432e-bda2-ae109d5cc66b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10474 | 2025.01.29 21:13:19.394536 [ 263 ] {c1bc0673-d41e-432e-bda2-ae109d5cc66b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10475 | 2025.01.29 21:13:19.394658 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10476 | 2025.01.29 21:13:19.394699 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10477 | 2025.01.29 21:13:19.394714 [ 263 ] {c1bc0673-d41e-432e-bda2-ae109d5cc66b} <Debug> executeQuery: Read 895 rows, 61.06 KiB in 0.001913 sec., 467851.54208050185 rows/sec., 31.17 MiB/sec. | ||
| 10478 | 2025.01.29 21:13:19.394724 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10479 | 2025.01.29 21:13:19.394804 [ 263 ] {c1bc0673-d41e-432e-bda2-ae109d5cc66b} <Debug> TCPHandler: Processed in 0.002149316 sec. | ||
| 10480 | 2025.01.29 21:13:19.394871 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 10481 | 2025.01.29 21:13:19.394964 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10482 | 2025.01.29 21:13:19.395029 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10483 | 2025.01.29 21:13:19.395071 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22641 rows starting from the beginning of the part | ||
| 10484 | 2025.01.29 21:13:19.395346 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 10485 | 2025.01.29 21:13:19.395490 [ 260 ] {8586f7b6-425f-41ce-9d08-2f9071564c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10486 | 2025.01.29 21:13:19.395803 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 161 rows starting from the beginning of the part | ||
| 10487 | 2025.01.29 21:13:19.395886 [ 260 ] {8586f7b6-425f-41ce-9d08-2f9071564c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10488 | 2025.01.29 21:13:19.396189 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part | ||
| 10489 | 2025.01.29 21:13:19.396556 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
| 10490 | 2025.01.29 21:13:19.396922 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 895 rows starting from the beginning of the part | ||
| 10491 | 2025.01.29 21:13:19.398107 [ 260 ] {8586f7b6-425f-41ce-9d08-2f9071564c1b} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10492 | 2025.01.29 21:13:19.398162 [ 260 ] {8586f7b6-425f-41ce-9d08-2f9071564c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10493 | 2025.01.29 21:13:19.398708 [ 260 ] {8586f7b6-425f-41ce-9d08-2f9071564c1b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10494 | 2025.01.29 21:13:19.399055 [ 260 ] {8586f7b6-425f-41ce-9d08-2f9071564c1b} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10495 | 2025.01.29 21:13:19.399569 [ 260 ] {8586f7b6-425f-41ce-9d08-2f9071564c1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004278 sec., 233.7540906965872 rows/sec., 15.75 KiB/sec. | ||
| 10496 | 2025.01.29 21:13:19.399785 [ 260 ] {8586f7b6-425f-41ce-9d08-2f9071564c1b} <Debug> TCPHandler: Processed in 0.004902788 sec. | ||
| 10497 | 2025.01.29 21:13:19.399980 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10498 | 2025.01.29 21:13:19.400134 [ 263 ] {ebf6bc81-6959-423d-b995-8965f5a5850b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10499 | 2025.01.29 21:13:19.400227 [ 263 ] {ebf6bc81-6959-423d-b995-8965f5a5850b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10500 | 2025.01.29 21:13:19.401906 [ 263 ] {ebf6bc81-6959-423d-b995-8965f5a5850b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10501 | 2025.01.29 21:13:19.401945 [ 263 ] {ebf6bc81-6959-423d-b995-8965f5a5850b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10502 | 2025.01.29 21:13:19.413582 [ 263 ] {ebf6bc81-6959-423d-b995-8965f5a5850b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10503 | 2025.01.29 21:13:19.413981 [ 263 ] {ebf6bc81-6959-423d-b995-8965f5a5850b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10504 | 2025.01.29 21:13:19.414261 [ 263 ] {ebf6bc81-6959-423d-b995-8965f5a5850b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.014163 sec., 2824.2603968085855 rows/sec., 5.06 MiB/sec. | ||
| 10505 | 2025.01.29 21:13:19.414364 [ 263 ] {ebf6bc81-6959-423d-b995-8965f5a5850b} <Debug> TCPHandler: Processed in 0.014488284 sec. | ||
| 10506 | 2025.01.29 21:13:19.414543 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10507 | 2025.01.29 21:13:19.414695 [ 260 ] {8b2dfe26-d6ac-4a1d-a5b8-5e029ea2addc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10508 | 2025.01.29 21:13:19.414775 [ 260 ] {8b2dfe26-d6ac-4a1d-a5b8-5e029ea2addc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10509 | 2025.01.29 21:13:19.415514 [ 260 ] {8b2dfe26-d6ac-4a1d-a5b8-5e029ea2addc} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10510 | 2025.01.29 21:13:19.415558 [ 260 ] {8b2dfe26-d6ac-4a1d-a5b8-5e029ea2addc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10511 | 2025.01.29 21:13:19.416073 [ 260 ] {8b2dfe26-d6ac-4a1d-a5b8-5e029ea2addc} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10512 | 2025.01.29 21:13:19.416349 [ 260 ] {8b2dfe26-d6ac-4a1d-a5b8-5e029ea2addc} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10513 | 2025.01.29 21:13:19.416709 [ 98 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10514 | 2025.01.29 21:13:19.416868 [ 260 ] {8b2dfe26-d6ac-4a1d-a5b8-5e029ea2addc} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.002187 sec., 26520.34750800183 rows/sec., 1.64 MiB/sec. | ||
| 10515 | 2025.01.29 21:13:19.416976 [ 98 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10516 | 2025.01.29 21:13:19.417140 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10517 | 2025.01.29 21:13:19.417217 [ 260 ] {8b2dfe26-d6ac-4a1d-a5b8-5e029ea2addc} <Debug> TCPHandler: Processed in 0.002753993 sec. | ||
| 10518 | 2025.01.29 21:13:19.417292 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24331 rows, containing 5 columns (5 merged, 0 gathered) in 0.022478139 sec., 1082429.4662471835 rows/sec., 73.06 MiB/sec. | ||
| 10519 | 2025.01.29 21:13:19.417578 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 10520 | 2025.01.29 21:13:19.418006 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10521 | 2025.01.29 21:13:19.418140 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4674 rows starting from the beginning of the part | ||
| 10522 | 2025.01.29 21:13:19.418145 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10523 | 2025.01.29 21:13:19.418642 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 10524 | 2025.01.29 21:13:19.419098 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 10525 | 2025.01.29 21:13:19.419623 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
| 10526 | 2025.01.29 21:13:19.419692 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10527 | 2025.01.29 21:13:19.419856 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 10528 | 2025.01.29 21:13:19.420041 [ 200 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10529 | 2025.01.29 21:13:19.420127 [ 201 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 58 rows starting from the beginning of the part | ||
| 10530 | 2025.01.29 21:13:19.420355 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 10531 | 2025.01.29 21:13:19.422328 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5016 rows, containing 4 columns (4 merged, 0 gathered) in 0.005044571 sec., 994336.2874662682 rows/sec., 64.72 MiB/sec. | ||
| 10532 | 2025.01.29 21:13:19.422928 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10533 | 2025.01.29 21:13:19.423255 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10534 | 2025.01.29 21:13:19.423335 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_86_17} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10535 | 2025.01.29 21:13:19.423419 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 10536 | 2025.01.29 21:13:20.200560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1450 | ||
| 10537 | 2025.01.29 21:13:20.204156 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10538 | 2025.01.29 21:13:20.204209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 10539 | 2025.01.29 21:13:20.205698 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10540 | 2025.01.29 21:13:20.206262 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10541 | 2025.01.29 21:13:20.206915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1450 | ||
| 10542 | 2025.01.29 21:13:21.775962 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10543 | 2025.01.29 21:13:21.776182 [ 263 ] {675eef37-f36a-4182-8810-866d4698afa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10544 | 2025.01.29 21:13:21.776256 [ 263 ] {675eef37-f36a-4182-8810-866d4698afa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10545 | 2025.01.29 21:13:21.777053 [ 263 ] {675eef37-f36a-4182-8810-866d4698afa8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10546 | 2025.01.29 21:13:21.777109 [ 263 ] {675eef37-f36a-4182-8810-866d4698afa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10547 | 2025.01.29 21:13:21.777563 [ 263 ] {675eef37-f36a-4182-8810-866d4698afa8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10548 | 2025.01.29 21:13:21.777831 [ 263 ] {675eef37-f36a-4182-8810-866d4698afa8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10549 | 2025.01.29 21:13:21.778090 [ 263 ] {675eef37-f36a-4182-8810-866d4698afa8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.19 MiB/sec. | ||
| 10550 | 2025.01.29 21:13:21.778170 [ 263 ] {675eef37-f36a-4182-8810-866d4698afa8} <Debug> TCPHandler: Processed in 0.002337517 sec. | ||
| 10551 | 2025.01.29 21:13:21.778546 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10552 | 2025.01.29 21:13:21.778833 [ 260 ] {31b6fd59-ac98-4fad-aa3d-0953f2a1f735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10553 | 2025.01.29 21:13:21.778944 [ 260 ] {31b6fd59-ac98-4fad-aa3d-0953f2a1f735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10554 | 2025.01.29 21:13:21.779777 [ 260 ] {31b6fd59-ac98-4fad-aa3d-0953f2a1f735} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10555 | 2025.01.29 21:13:21.779824 [ 260 ] {31b6fd59-ac98-4fad-aa3d-0953f2a1f735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10556 | 2025.01.29 21:13:21.780271 [ 260 ] {31b6fd59-ac98-4fad-aa3d-0953f2a1f735} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10557 | 2025.01.29 21:13:21.780532 [ 260 ] {31b6fd59-ac98-4fad-aa3d-0953f2a1f735} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10558 | 2025.01.29 21:13:21.780790 [ 260 ] {31b6fd59-ac98-4fad-aa3d-0953f2a1f735} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002024 sec., 31620.553359683792 rows/sec., 2.47 MiB/sec. | ||
| 10559 | 2025.01.29 21:13:21.780849 [ 260 ] {31b6fd59-ac98-4fad-aa3d-0953f2a1f735} <Debug> TCPHandler: Processed in 0.00252726 sec. | ||
| 10560 | 2025.01.29 21:13:21.781067 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10561 | 2025.01.29 21:13:21.781218 [ 263 ] {97f4fd7a-0990-42bc-a994-2d1d23296de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10562 | 2025.01.29 21:13:21.781287 [ 263 ] {97f4fd7a-0990-42bc-a994-2d1d23296de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10563 | 2025.01.29 21:13:21.781951 [ 263 ] {97f4fd7a-0990-42bc-a994-2d1d23296de5} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10564 | 2025.01.29 21:13:21.782001 [ 263 ] {97f4fd7a-0990-42bc-a994-2d1d23296de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10565 | 2025.01.29 21:13:21.782419 [ 263 ] {97f4fd7a-0990-42bc-a994-2d1d23296de5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10566 | 2025.01.29 21:13:21.782676 [ 263 ] {97f4fd7a-0990-42bc-a994-2d1d23296de5} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10567 | 2025.01.29 21:13:21.782897 [ 263 ] {97f4fd7a-0990-42bc-a994-2d1d23296de5} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001716 sec., 37296.03729603729 rows/sec., 2.60 MiB/sec. | ||
| 10568 | 2025.01.29 21:13:21.782958 [ 263 ] {97f4fd7a-0990-42bc-a994-2d1d23296de5} <Debug> TCPHandler: Processed in 0.001998624 sec. | ||
| 10569 | 2025.01.29 21:13:21.783114 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10570 | 2025.01.29 21:13:21.783254 [ 260 ] {46fbea27-4db7-41b1-a350-80f260477efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10571 | 2025.01.29 21:13:21.783317 [ 260 ] {46fbea27-4db7-41b1-a350-80f260477efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10572 | 2025.01.29 21:13:21.783898 [ 260 ] {46fbea27-4db7-41b1-a350-80f260477efa} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10573 | 2025.01.29 21:13:21.783946 [ 260 ] {46fbea27-4db7-41b1-a350-80f260477efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10574 | 2025.01.29 21:13:21.784340 [ 260 ] {46fbea27-4db7-41b1-a350-80f260477efa} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10575 | 2025.01.29 21:13:21.784586 [ 260 ] {46fbea27-4db7-41b1-a350-80f260477efa} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10576 | 2025.01.29 21:13:21.784821 [ 260 ] {46fbea27-4db7-41b1-a350-80f260477efa} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001596 sec., 15037.593984962406 rows/sec., 1.01 MiB/sec. | ||
| 10577 | 2025.01.29 21:13:21.784892 [ 260 ] {46fbea27-4db7-41b1-a350-80f260477efa} <Debug> TCPHandler: Processed in 0.001849282 sec. | ||
| 10578 | 2025.01.29 21:13:22.582352 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254 | ||
| 10579 | 2025.01.29 21:13:22.582991 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10580 | 2025.01.29 21:13:22.583041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10581 | 2025.01.29 21:13:22.583601 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10582 | 2025.01.29 21:13:22.583876 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10583 | 2025.01.29 21:13:22.584140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 10584 | 2025.01.29 21:13:24.453504 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10585 | 2025.01.29 21:13:24.476108 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10586 | 2025.01.29 21:13:24.476175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10587 | 2025.01.29 21:13:24.483600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10588 | 2025.01.29 21:13:24.484396 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10589 | 2025.01.29 21:13:24.488201 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10590 | 2025.01.29 21:13:26.780759 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10591 | 2025.01.29 21:13:26.780977 [ 263 ] {1eadaf9e-f7ee-4e24-b55c-4eef94299d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10592 | 2025.01.29 21:13:26.781056 [ 263 ] {1eadaf9e-f7ee-4e24-b55c-4eef94299d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10593 | 2025.01.29 21:13:26.781831 [ 263 ] {1eadaf9e-f7ee-4e24-b55c-4eef94299d2c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10594 | 2025.01.29 21:13:26.781872 [ 263 ] {1eadaf9e-f7ee-4e24-b55c-4eef94299d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10595 | 2025.01.29 21:13:26.782307 [ 263 ] {1eadaf9e-f7ee-4e24-b55c-4eef94299d2c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10596 | 2025.01.29 21:13:26.782573 [ 263 ] {1eadaf9e-f7ee-4e24-b55c-4eef94299d2c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10597 | 2025.01.29 21:13:26.782792 [ 263 ] {1eadaf9e-f7ee-4e24-b55c-4eef94299d2c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001864 sec., 30042.91845493562 rows/sec., 2.31 MiB/sec. | ||
| 10598 | 2025.01.29 21:13:26.782896 [ 263 ] {1eadaf9e-f7ee-4e24-b55c-4eef94299d2c} <Debug> TCPHandler: Processed in 0.002266057 sec. | ||
| 10599 | 2025.01.29 21:13:26.783181 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10600 | 2025.01.29 21:13:26.783375 [ 260 ] {f03e7a7b-6e51-49d6-843a-19428201dc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10601 | 2025.01.29 21:13:26.783452 [ 260 ] {f03e7a7b-6e51-49d6-843a-19428201dc13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10602 | 2025.01.29 21:13:26.784249 [ 260 ] {f03e7a7b-6e51-49d6-843a-19428201dc13} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10603 | 2025.01.29 21:13:26.784298 [ 260 ] {f03e7a7b-6e51-49d6-843a-19428201dc13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10604 | 2025.01.29 21:13:26.784752 [ 260 ] {f03e7a7b-6e51-49d6-843a-19428201dc13} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10605 | 2025.01.29 21:13:26.785029 [ 260 ] {f03e7a7b-6e51-49d6-843a-19428201dc13} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10606 | 2025.01.29 21:13:26.785277 [ 260 ] {f03e7a7b-6e51-49d6-843a-19428201dc13} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001954 sec., 32753.326509723644 rows/sec., 2.56 MiB/sec. | ||
| 10607 | 2025.01.29 21:13:26.785343 [ 260 ] {f03e7a7b-6e51-49d6-843a-19428201dc13} <Debug> TCPHandler: Processed in 0.002311997 sec. | ||
| 10608 | 2025.01.29 21:13:26.785507 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10609 | 2025.01.29 21:13:26.785658 [ 263 ] {7713e4d6-e69b-45e2-87a8-e45d4de57666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10610 | 2025.01.29 21:13:26.785724 [ 263 ] {7713e4d6-e69b-45e2-87a8-e45d4de57666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10611 | 2025.01.29 21:13:26.786375 [ 263 ] {7713e4d6-e69b-45e2-87a8-e45d4de57666} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10612 | 2025.01.29 21:13:26.786412 [ 263 ] {7713e4d6-e69b-45e2-87a8-e45d4de57666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10613 | 2025.01.29 21:13:26.786814 [ 263 ] {7713e4d6-e69b-45e2-87a8-e45d4de57666} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10614 | 2025.01.29 21:13:26.787075 [ 263 ] {7713e4d6-e69b-45e2-87a8-e45d4de57666} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10615 | 2025.01.29 21:13:26.787295 [ 263 ] {7713e4d6-e69b-45e2-87a8-e45d4de57666} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 10616 | 2025.01.29 21:13:26.787352 [ 263 ] {7713e4d6-e69b-45e2-87a8-e45d4de57666} <Debug> TCPHandler: Processed in 0.001911063 sec. | ||
| 10617 | 2025.01.29 21:13:26.787505 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10618 | 2025.01.29 21:13:26.787651 [ 260 ] {7498b7fb-115e-4cfd-a96e-e74bf2359e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10619 | 2025.01.29 21:13:26.787718 [ 260 ] {7498b7fb-115e-4cfd-a96e-e74bf2359e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10620 | 2025.01.29 21:13:26.788304 [ 260 ] {7498b7fb-115e-4cfd-a96e-e74bf2359e63} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10621 | 2025.01.29 21:13:26.788344 [ 260 ] {7498b7fb-115e-4cfd-a96e-e74bf2359e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10622 | 2025.01.29 21:13:26.788739 [ 260 ] {7498b7fb-115e-4cfd-a96e-e74bf2359e63} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10623 | 2025.01.29 21:13:26.788982 [ 260 ] {7498b7fb-115e-4cfd-a96e-e74bf2359e63} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10624 | 2025.01.29 21:13:26.789196 [ 260 ] {7498b7fb-115e-4cfd-a96e-e74bf2359e63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec. | ||
| 10625 | 2025.01.29 21:13:26.789251 [ 260 ] {7498b7fb-115e-4cfd-a96e-e74bf2359e63} <Debug> TCPHandler: Processed in 0.001817882 sec. | ||
| 10626 | 2025.01.29 21:13:29.903395 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10627 | 2025.01.29 21:13:29.903452 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10628 | 2025.01.29 21:13:30.084363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25742 | ||
| 10629 | 2025.01.29 21:13:30.085093 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10630 | 2025.01.29 21:13:30.085140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10631 | 2025.01.29 21:13:30.085681 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10632 | 2025.01.29 21:13:30.085943 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10633 | 2025.01.29 21:13:30.086112 [ 80 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10634 | 2025.01.29 21:13:30.086150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25742 | ||
| 10635 | 2025.01.29 21:13:30.086169 [ 80 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10636 | 2025.01.29 21:13:30.086197 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10637 | 2025.01.29 21:13:30.086350 [ 197 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 10638 | 2025.01.29 21:13:30.086520 [ 197 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10639 | 2025.01.29 21:13:30.086565 [ 197 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 10640 | 2025.01.29 21:13:30.086645 [ 197 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 10641 | 2025.01.29 21:13:30.086772 [ 197 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 10642 | 2025.01.29 21:13:30.087000 [ 197 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 10643 | 2025.01.29 21:13:30.087149 [ 197 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 10644 | 2025.01.29 21:13:30.087252 [ 197 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 10645 | 2025.01.29 21:13:30.089980 [ 193 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25742 rows, containing 4 columns (4 merged, 0 gathered) in 0.003701414 sec., 6954639.4972299775 rows/sec., 99.49 MiB/sec. | ||
| 10646 | 2025.01.29 21:13:30.090292 [ 187 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10647 | 2025.01.29 21:13:30.090651 [ 187 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_56_11} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10648 | 2025.01.29 21:13:30.090750 [ 187 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_56_11} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10649 | 2025.01.29 21:13:30.090875 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10650 | 2025.01.29 21:13:30.207345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1466 | ||
| 10651 | 2025.01.29 21:13:30.211097 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10652 | 2025.01.29 21:13:30.211140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10653 | 2025.01.29 21:13:30.212550 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10654 | 2025.01.29 21:13:30.212845 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10655 | 2025.01.29 21:13:30.213408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1466 | ||
| 10656 | 2025.01.29 21:13:31.787374 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10657 | 2025.01.29 21:13:31.787681 [ 263 ] {c41dc0fd-3f37-4e49-bdeb-b02ca98ceca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10658 | 2025.01.29 21:13:31.787801 [ 263 ] {c41dc0fd-3f37-4e49-bdeb-b02ca98ceca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10659 | 2025.01.29 21:13:31.788811 [ 263 ] {c41dc0fd-3f37-4e49-bdeb-b02ca98ceca4} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10660 | 2025.01.29 21:13:31.788867 [ 263 ] {c41dc0fd-3f37-4e49-bdeb-b02ca98ceca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10661 | 2025.01.29 21:13:31.789296 [ 263 ] {c41dc0fd-3f37-4e49-bdeb-b02ca98ceca4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10662 | 2025.01.29 21:13:31.789553 [ 263 ] {c41dc0fd-3f37-4e49-bdeb-b02ca98ceca4} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10663 | 2025.01.29 21:13:31.789764 [ 78 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10664 | 2025.01.29 21:13:31.789826 [ 263 ] {c41dc0fd-3f37-4e49-bdeb-b02ca98ceca4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002221 sec., 6303.46690679874 rows/sec., 453.77 KiB/sec. | ||
| 10665 | 2025.01.29 21:13:31.789854 [ 78 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10666 | 2025.01.29 21:13:31.789924 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10667 | 2025.01.29 21:13:31.789967 [ 263 ] {c41dc0fd-3f37-4e49-bdeb-b02ca98ceca4} <Debug> TCPHandler: Processed in 0.002779484 sec. | ||
| 10668 | 2025.01.29 21:13:31.790197 [ 193 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 10669 | 2025.01.29 21:13:31.790260 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10670 | 2025.01.29 21:13:31.790402 [ 193 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10671 | 2025.01.29 21:13:31.790448 [ 193 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 10672 | 2025.01.29 21:13:31.790460 [ 260 ] {8ca03b33-ef9c-40ac-837a-879460baac4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10673 | 2025.01.29 21:13:31.790569 [ 193 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 10674 | 2025.01.29 21:13:31.790580 [ 260 ] {8ca03b33-ef9c-40ac-837a-879460baac4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10675 | 2025.01.29 21:13:31.790850 [ 193 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 10676 | 2025.01.29 21:13:31.791040 [ 193 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 10677 | 2025.01.29 21:13:31.791221 [ 193 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 10678 | 2025.01.29 21:13:31.792380 [ 260 ] {8ca03b33-ef9c-40ac-837a-879460baac4b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10679 | 2025.01.29 21:13:31.792432 [ 260 ] {8ca03b33-ef9c-40ac-837a-879460baac4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10680 | 2025.01.29 21:13:31.792679 [ 187 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002625742 sec., 26659.131018965305 rows/sec., 1.98 MiB/sec. | ||
| 10681 | 2025.01.29 21:13:31.792975 [ 187 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10682 | 2025.01.29 21:13:31.793166 [ 260 ] {8ca03b33-ef9c-40ac-837a-879460baac4b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10683 | 2025.01.29 21:13:31.793500 [ 187 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_37_9} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10684 | 2025.01.29 21:13:31.793639 [ 260 ] {8ca03b33-ef9c-40ac-837a-879460baac4b} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10685 | 2025.01.29 21:13:31.793727 [ 187 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_37_9} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10686 | 2025.01.29 21:13:31.793982 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10687 | 2025.01.29 21:13:31.794107 [ 260 ] {8ca03b33-ef9c-40ac-837a-879460baac4b} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.003715 sec., 76177.65814266488 rows/sec., 6.73 MiB/sec. | ||
| 10688 | 2025.01.29 21:13:31.794181 [ 260 ] {8ca03b33-ef9c-40ac-837a-879460baac4b} <Debug> TCPHandler: Processed in 0.004075819 sec. | ||
| 10689 | 2025.01.29 21:13:31.794406 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10690 | 2025.01.29 21:13:31.794637 [ 263 ] {401c3bce-335c-4bea-bc21-bba5aafb17fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10691 | 2025.01.29 21:13:31.794742 [ 263 ] {401c3bce-335c-4bea-bc21-bba5aafb17fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10692 | 2025.01.29 21:13:31.795668 [ 263 ] {401c3bce-335c-4bea-bc21-bba5aafb17fa} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10693 | 2025.01.29 21:13:31.795712 [ 263 ] {401c3bce-335c-4bea-bc21-bba5aafb17fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10694 | 2025.01.29 21:13:31.796085 [ 263 ] {401c3bce-335c-4bea-bc21-bba5aafb17fa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10695 | 2025.01.29 21:13:31.796325 [ 263 ] {401c3bce-335c-4bea-bc21-bba5aafb17fa} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10696 | 2025.01.29 21:13:31.796587 [ 263 ] {401c3bce-335c-4bea-bc21-bba5aafb17fa} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.002006 sec., 23429.710867397807 rows/sec., 1.69 MiB/sec. | ||
| 10697 | 2025.01.29 21:13:31.796664 [ 263 ] {401c3bce-335c-4bea-bc21-bba5aafb17fa} <Debug> TCPHandler: Processed in 0.002365639 sec. | ||
| 10698 | 2025.01.29 21:13:31.796982 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10699 | 2025.01.29 21:13:31.797213 [ 260 ] {31bbdc21-44f9-486f-b3ab-adf7c8cdaceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10700 | 2025.01.29 21:13:31.797308 [ 260 ] {31bbdc21-44f9-486f-b3ab-adf7c8cdaceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10701 | 2025.01.29 21:13:31.797962 [ 260 ] {31bbdc21-44f9-486f-b3ab-adf7c8cdaceb} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10702 | 2025.01.29 21:13:31.798005 [ 260 ] {31bbdc21-44f9-486f-b3ab-adf7c8cdaceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10703 | 2025.01.29 21:13:31.798375 [ 260 ] {31bbdc21-44f9-486f-b3ab-adf7c8cdaceb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10704 | 2025.01.29 21:13:31.798627 [ 260 ] {31bbdc21-44f9-486f-b3ab-adf7c8cdaceb} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10705 | 2025.01.29 21:13:31.798864 [ 260 ] {31bbdc21-44f9-486f-b3ab-adf7c8cdaceb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001707 sec., 8201.523140011717 rows/sec., 574.38 KiB/sec. | ||
| 10706 | 2025.01.29 21:13:31.798941 [ 260 ] {31bbdc21-44f9-486f-b3ab-adf7c8cdaceb} <Debug> TCPHandler: Processed in 0.002121036 sec. | ||
| 10707 | 2025.01.29 21:13:31.799140 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10708 | 2025.01.29 21:13:31.799280 [ 263 ] {c7845323-8e6a-49f5-9da3-3b974b228a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10709 | 2025.01.29 21:13:31.799339 [ 263 ] {c7845323-8e6a-49f5-9da3-3b974b228a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10710 | 2025.01.29 21:13:31.799941 [ 263 ] {c7845323-8e6a-49f5-9da3-3b974b228a8b} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10711 | 2025.01.29 21:13:31.799982 [ 263 ] {c7845323-8e6a-49f5-9da3-3b974b228a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10712 | 2025.01.29 21:13:31.800342 [ 263 ] {c7845323-8e6a-49f5-9da3-3b974b228a8b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10713 | 2025.01.29 21:13:31.800590 [ 263 ] {c7845323-8e6a-49f5-9da3-3b974b228a8b} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10714 | 2025.01.29 21:13:31.800770 [ 78 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10715 | 2025.01.29 21:13:31.800850 [ 78 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10716 | 2025.01.29 21:13:31.800854 [ 263 ] {c7845323-8e6a-49f5-9da3-3b974b228a8b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 10717 | 2025.01.29 21:13:31.800887 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10718 | 2025.01.29 21:13:31.801027 [ 263 ] {c7845323-8e6a-49f5-9da3-3b974b228a8b} <Debug> TCPHandler: Processed in 0.001985284 sec. | ||
| 10719 | 2025.01.29 21:13:31.801236 [ 190 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 10720 | 2025.01.29 21:13:31.801347 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10721 | 2025.01.29 21:13:31.801707 [ 190 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10722 | 2025.01.29 21:13:31.801741 [ 260 ] {2d557213-7ab4-4888-a434-e0648c6e6876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10723 | 2025.01.29 21:13:31.801770 [ 190 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 10724 | 2025.01.29 21:13:31.801850 [ 260 ] {2d557213-7ab4-4888-a434-e0648c6e6876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10725 | 2025.01.29 21:13:31.802087 [ 190 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 10726 | 2025.01.29 21:13:31.802468 [ 190 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 10727 | 2025.01.29 21:13:31.802846 [ 190 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 10728 | 2025.01.29 21:13:31.803265 [ 190 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 10729 | 2025.01.29 21:13:31.804936 [ 260 ] {2d557213-7ab4-4888-a434-e0648c6e6876} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10730 | 2025.01.29 21:13:31.805013 [ 260 ] {2d557213-7ab4-4888-a434-e0648c6e6876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10731 | 2025.01.29 21:13:31.805768 [ 191 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004755617 sec., 13668.047700224808 rows/sec., 905.59 KiB/sec. | ||
| 10732 | 2025.01.29 21:13:31.805987 [ 191 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10733 | 2025.01.29 21:13:31.806023 [ 260 ] {2d557213-7ab4-4888-a434-e0648c6e6876} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10734 | 2025.01.29 21:13:31.806480 [ 260 ] {2d557213-7ab4-4888-a434-e0648c6e6876} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10735 | 2025.01.29 21:13:31.806494 [ 191 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_37_9} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10736 | 2025.01.29 21:13:31.806695 [ 191 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_37_9} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10737 | 2025.01.29 21:13:31.806948 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10738 | 2025.01.29 21:13:31.806973 [ 260 ] {2d557213-7ab4-4888-a434-e0648c6e6876} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.005342 sec., 78996.63047547734 rows/sec., 5.65 MiB/sec. | ||
| 10739 | 2025.01.29 21:13:31.807122 [ 260 ] {2d557213-7ab4-4888-a434-e0648c6e6876} <Debug> TCPHandler: Processed in 0.005977932 sec. | ||
| 10740 | 2025.01.29 21:13:31.807325 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10741 | 2025.01.29 21:13:31.807507 [ 263 ] {986aa1b5-5e7e-41cf-8241-53cbd7739194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10742 | 2025.01.29 21:13:31.807602 [ 263 ] {986aa1b5-5e7e-41cf-8241-53cbd7739194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10743 | 2025.01.29 21:13:31.808526 [ 263 ] {986aa1b5-5e7e-41cf-8241-53cbd7739194} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10744 | 2025.01.29 21:13:31.808574 [ 263 ] {986aa1b5-5e7e-41cf-8241-53cbd7739194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10745 | 2025.01.29 21:13:31.809034 [ 263 ] {986aa1b5-5e7e-41cf-8241-53cbd7739194} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10746 | 2025.01.29 21:13:31.809337 [ 263 ] {986aa1b5-5e7e-41cf-8241-53cbd7739194} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10747 | 2025.01.29 21:13:31.809568 [ 263 ] {986aa1b5-5e7e-41cf-8241-53cbd7739194} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002116 sec., 2835.5387523629493 rows/sec., 148.15 KiB/sec. | ||
| 10748 | 2025.01.29 21:13:31.809622 [ 263 ] {986aa1b5-5e7e-41cf-8241-53cbd7739194} <Debug> TCPHandler: Processed in 0.002391749 sec. | ||
| 10749 | 2025.01.29 21:13:31.809781 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10750 | 2025.01.29 21:13:31.809923 [ 260 ] {6f46498d-18f5-4f0e-879f-7f7604a9f3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10751 | 2025.01.29 21:13:31.809987 [ 260 ] {6f46498d-18f5-4f0e-879f-7f7604a9f3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10752 | 2025.01.29 21:13:31.810649 [ 260 ] {6f46498d-18f5-4f0e-879f-7f7604a9f3a0} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10753 | 2025.01.29 21:13:31.810689 [ 260 ] {6f46498d-18f5-4f0e-879f-7f7604a9f3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10754 | 2025.01.29 21:13:31.811103 [ 260 ] {6f46498d-18f5-4f0e-879f-7f7604a9f3a0} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10755 | 2025.01.29 21:13:31.811351 [ 260 ] {6f46498d-18f5-4f0e-879f-7f7604a9f3a0} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2025.01.29 21:13:31.811578 [ 260 ] {6f46498d-18f5-4f0e-879f-7f7604a9f3a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec. | ||
| 10757 | 2025.01.29 21:13:31.811636 [ 260 ] {6f46498d-18f5-4f0e-879f-7f7604a9f3a0} <Debug> TCPHandler: Processed in 0.001923823 sec. | ||
| 10758 | 2025.01.29 21:13:31.811824 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10759 | 2025.01.29 21:13:31.811966 [ 263 ] {23972dbd-d9b3-4fc4-8b09-76155d717676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10760 | 2025.01.29 21:13:31.812025 [ 263 ] {23972dbd-d9b3-4fc4-8b09-76155d717676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10761 | 2025.01.29 21:13:31.812535 [ 263 ] {23972dbd-d9b3-4fc4-8b09-76155d717676} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10762 | 2025.01.29 21:13:31.812573 [ 263 ] {23972dbd-d9b3-4fc4-8b09-76155d717676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10763 | 2025.01.29 21:13:31.813014 [ 263 ] {23972dbd-d9b3-4fc4-8b09-76155d717676} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10764 | 2025.01.29 21:13:31.813252 [ 263 ] {23972dbd-d9b3-4fc4-8b09-76155d717676} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10765 | 2025.01.29 21:13:31.813478 [ 263 ] {23972dbd-d9b3-4fc4-8b09-76155d717676} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001528 sec., 654.4502617801047 rows/sec., 44.10 KiB/sec. | ||
| 10766 | 2025.01.29 21:13:31.813532 [ 263 ] {23972dbd-d9b3-4fc4-8b09-76155d717676} <Debug> TCPHandler: Processed in 0.001772901 sec. | ||
| 10767 | 2025.01.29 21:13:31.813686 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10768 | 2025.01.29 21:13:31.813826 [ 260 ] {9f48b868-f95b-478e-9b65-5ec2c8ce4136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10769 | 2025.01.29 21:13:31.813922 [ 260 ] {9f48b868-f95b-478e-9b65-5ec2c8ce4136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10770 | 2025.01.29 21:13:31.815182 [ 260 ] {9f48b868-f95b-478e-9b65-5ec2c8ce4136} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2025.01.29 21:13:31.815222 [ 260 ] {9f48b868-f95b-478e-9b65-5ec2c8ce4136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10772 | 2025.01.29 21:13:31.815900 [ 260 ] {9f48b868-f95b-478e-9b65-5ec2c8ce4136} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10773 | 2025.01.29 21:13:31.816166 [ 260 ] {9f48b868-f95b-478e-9b65-5ec2c8ce4136} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10774 | 2025.01.29 21:13:31.816427 [ 260 ] {9f48b868-f95b-478e-9b65-5ec2c8ce4136} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002631 sec., 15203.344735841885 rows/sec., 27.24 MiB/sec. | ||
| 10775 | 2025.01.29 21:13:31.816540 [ 260 ] {9f48b868-f95b-478e-9b65-5ec2c8ce4136} <Debug> TCPHandler: Processed in 0.002922126 sec. | ||
| 10776 | 2025.01.29 21:13:31.816745 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10777 | 2025.01.29 21:13:31.816966 [ 263 ] {78209aa7-a460-4b17-ad3f-114474e5f689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10778 | 2025.01.29 21:13:31.817063 [ 263 ] {78209aa7-a460-4b17-ad3f-114474e5f689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10779 | 2025.01.29 21:13:31.817737 [ 263 ] {78209aa7-a460-4b17-ad3f-114474e5f689} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10780 | 2025.01.29 21:13:31.817777 [ 263 ] {78209aa7-a460-4b17-ad3f-114474e5f689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10781 | 2025.01.29 21:13:31.818157 [ 263 ] {78209aa7-a460-4b17-ad3f-114474e5f689} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10782 | 2025.01.29 21:13:31.818392 [ 263 ] {78209aa7-a460-4b17-ad3f-114474e5f689} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10783 | 2025.01.29 21:13:31.818640 [ 263 ] {78209aa7-a460-4b17-ad3f-114474e5f689} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001722 sec., 47619.04761904762 rows/sec., 3.02 MiB/sec. | ||
| 10784 | 2025.01.29 21:13:31.818777 [ 263 ] {78209aa7-a460-4b17-ad3f-114474e5f689} <Debug> TCPHandler: Processed in 0.002137636 sec. | ||
| 10785 | 2025.01.29 21:13:31.988367 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 10786 | 2025.01.29 21:13:32.011739 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10787 | 2025.01.29 21:13:32.011785 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10788 | 2025.01.29 21:13:32.019150 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10789 | 2025.01.29 21:13:32.019933 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10790 | 2025.01.29 21:13:32.020305 [ 78 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10791 | 2025.01.29 21:13:32.020428 [ 78 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10792 | 2025.01.29 21:13:32.020498 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10793 | 2025.01.29 21:13:32.020786 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 10794 | 2025.01.29 21:13:32.029456 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 10795 | 2025.01.29 21:13:32.030771 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10796 | 2025.01.29 21:13:32.031724 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 10797 | 2025.01.29 21:13:32.036366 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 10798 | 2025.01.29 21:13:32.041514 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 10799 | 2025.01.29 21:13:32.046695 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 10800 | 2025.01.29 21:13:32.052272 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 10801 | 2025.01.29 21:13:32.056918 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 10802 | 2025.01.29 21:13:32.119365 [ 193 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.098738241 sec., 4284.054442493056 rows/sec., 22.15 MiB/sec. | ||
| 10803 | 2025.01.29 21:13:32.122692 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10804 | 2025.01.29 21:13:32.125720 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_56_11} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10805 | 2025.01.29 21:13:32.125858 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_56_11} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10806 | 2025.01.29 21:13:32.128214 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 10807 | 2025.01.29 21:13:33.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.74 MiB, peak 251.16 MiB, free memory in arenas 0.00 B, will set to 239.41 MiB (RSS), difference: 1.67 MiB | ||
| 10808 | 2025.01.29 21:13:36.780717 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2025.01.29 21:13:36.781043 [ 263 ] {b715210d-38ca-42d2-8969-57512d5654a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10810 | 2025.01.29 21:13:36.781164 [ 263 ] {b715210d-38ca-42d2-8969-57512d5654a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10811 | 2025.01.29 21:13:36.782151 [ 263 ] {b715210d-38ca-42d2-8969-57512d5654a5} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10812 | 2025.01.29 21:13:36.782205 [ 263 ] {b715210d-38ca-42d2-8969-57512d5654a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10813 | 2025.01.29 21:13:36.782647 [ 263 ] {b715210d-38ca-42d2-8969-57512d5654a5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10814 | 2025.01.29 21:13:36.782916 [ 263 ] {b715210d-38ca-42d2-8969-57512d5654a5} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10815 | 2025.01.29 21:13:36.783142 [ 73 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10816 | 2025.01.29 21:13:36.783213 [ 263 ] {b715210d-38ca-42d2-8969-57512d5654a5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002251 sec., 24877.832074633498 rows/sec., 1.91 MiB/sec. | ||
| 10817 | 2025.01.29 21:13:36.783243 [ 73 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10818 | 2025.01.29 21:13:36.783318 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10819 | 2025.01.29 21:13:36.783357 [ 263 ] {b715210d-38ca-42d2-8969-57512d5654a5} <Debug> TCPHandler: Processed in 0.002821294 sec. | ||
| 10820 | 2025.01.29 21:13:36.783544 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 10821 | 2025.01.29 21:13:36.783663 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10822 | 2025.01.29 21:13:36.783758 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10823 | 2025.01.29 21:13:36.783831 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1434 rows starting from the beginning of the part | ||
| 10824 | 2025.01.29 21:13:36.783935 [ 260 ] {384e38ab-08b9-48a5-99f3-379620e31fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10825 | 2025.01.29 21:13:36.784047 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1425 rows starting from the beginning of the part | ||
| 10826 | 2025.01.29 21:13:36.784188 [ 260 ] {384e38ab-08b9-48a5-99f3-379620e31fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10827 | 2025.01.29 21:13:36.784417 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 10828 | 2025.01.29 21:13:36.784757 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part | ||
| 10829 | 2025.01.29 21:13:36.785027 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 283 rows starting from the beginning of the part | ||
| 10830 | 2025.01.29 21:13:36.785349 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part | ||
| 10831 | 2025.01.29 21:13:36.787062 [ 260 ] {384e38ab-08b9-48a5-99f3-379620e31fa5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10832 | 2025.01.29 21:13:36.787127 [ 260 ] {384e38ab-08b9-48a5-99f3-379620e31fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10833 | 2025.01.29 21:13:36.788208 [ 260 ] {384e38ab-08b9-48a5-99f3-379620e31fa5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10834 | 2025.01.29 21:13:36.788526 [ 260 ] {384e38ab-08b9-48a5-99f3-379620e31fa5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10835 | 2025.01.29 21:13:36.788786 [ 73 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10836 | 2025.01.29 21:13:36.788891 [ 73 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10837 | 2025.01.29 21:13:36.788973 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10838 | 2025.01.29 21:13:36.789098 [ 260 ] {384e38ab-08b9-48a5-99f3-379620e31fa5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005226 sec., 12246.460007654037 rows/sec., 978.80 KiB/sec. | ||
| 10839 | 2025.01.29 21:13:36.789513 [ 260 ] {384e38ab-08b9-48a5-99f3-379620e31fa5} <Debug> TCPHandler: Processed in 0.006000812 sec. | ||
| 10840 | 2025.01.29 21:13:36.789529 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006084092 sec., 544041.740328713 rows/sec., 47.68 MiB/sec. | ||
| 10841 | 2025.01.29 21:13:36.789798 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 10842 | 2025.01.29 21:13:36.789803 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10843 | 2025.01.29 21:13:36.789896 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10844 | 2025.01.29 21:13:36.790217 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10845 | 2025.01.29 21:13:36.790217 [ 263 ] {00564355-ea44-4ffe-a53f-ad7a4fbab658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10846 | 2025.01.29 21:13:36.790297 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part | ||
| 10847 | 2025.01.29 21:13:36.790400 [ 263 ] {00564355-ea44-4ffe-a53f-ad7a4fbab658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10848 | 2025.01.29 21:13:36.790705 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 882 rows starting from the beginning of the part | ||
| 10849 | 2025.01.29 21:13:36.791037 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10850 | 2025.01.29 21:13:36.791428 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 10851 | 2025.01.29 21:13:36.791617 [ 195 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_91_18} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10852 | 2025.01.29 21:13:36.791948 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part | ||
| 10853 | 2025.01.29 21:13:36.792017 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 10854 | 2025.01.29 21:13:36.792287 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 422 rows starting from the beginning of the part | ||
| 10855 | 2025.01.29 21:13:36.792496 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part | ||
| 10856 | 2025.01.29 21:13:36.793308 [ 263 ] {00564355-ea44-4ffe-a53f-ad7a4fbab658} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10857 | 2025.01.29 21:13:36.793358 [ 263 ] {00564355-ea44-4ffe-a53f-ad7a4fbab658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10858 | 2025.01.29 21:13:36.793967 [ 263 ] {00564355-ea44-4ffe-a53f-ad7a4fbab658} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10859 | 2025.01.29 21:13:36.794251 [ 263 ] {00564355-ea44-4ffe-a53f-ad7a4fbab658} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10860 | 2025.01.29 21:13:36.794584 [ 263 ] {00564355-ea44-4ffe-a53f-ad7a4fbab658} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004516 sec., 35429.583702391494 rows/sec., 2.47 MiB/sec. | ||
| 10861 | 2025.01.29 21:13:36.794681 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.005427205 sec., 444059.1427815975 rows/sec., 34.05 MiB/sec. | ||
| 10862 | 2025.01.29 21:13:36.794689 [ 263 ] {00564355-ea44-4ffe-a53f-ad7a4fbab658} <Debug> TCPHandler: Processed in 0.00503154 sec. | ||
| 10863 | 2025.01.29 21:13:36.794970 [ 186 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10864 | 2025.01.29 21:13:36.794974 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10865 | 2025.01.29 21:13:36.795320 [ 260 ] {559f7620-6d76-4440-93d2-7fa0a5cc53a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10866 | 2025.01.29 21:13:36.795468 [ 260 ] {559f7620-6d76-4440-93d2-7fa0a5cc53a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10867 | 2025.01.29 21:13:36.795525 [ 186 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10868 | 2025.01.29 21:13:36.795808 [ 186 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_91_18} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10869 | 2025.01.29 21:13:36.796013 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10870 | 2025.01.29 21:13:36.796409 [ 260 ] {559f7620-6d76-4440-93d2-7fa0a5cc53a2} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10871 | 2025.01.29 21:13:36.796453 [ 260 ] {559f7620-6d76-4440-93d2-7fa0a5cc53a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10872 | 2025.01.29 21:13:36.796853 [ 260 ] {559f7620-6d76-4440-93d2-7fa0a5cc53a2} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10873 | 2025.01.29 21:13:36.797098 [ 260 ] {559f7620-6d76-4440-93d2-7fa0a5cc53a2} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10874 | 2025.01.29 21:13:36.797290 [ 260 ] {559f7620-6d76-4440-93d2-7fa0a5cc53a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002084 sec., 28790.786948176585 rows/sec., 1.94 MiB/sec. | ||
| 10875 | 2025.01.29 21:13:36.797352 [ 260 ] {559f7620-6d76-4440-93d2-7fa0a5cc53a2} <Debug> TCPHandler: Processed in 0.00251846 sec. | ||
| 10876 | 2025.01.29 21:13:37.586392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26169 | ||
| 10877 | 2025.01.29 21:13:37.587031 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10878 | 2025.01.29 21:13:37.587086 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10879 | 2025.01.29 21:13:37.587653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10880 | 2025.01.29 21:13:37.587961 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10881 | 2025.01.29 21:13:37.588253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 10882 | 2025.01.29 21:13:39.529587 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 10883 | 2025.01.29 21:13:39.549052 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10884 | 2025.01.29 21:13:39.549119 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10885 | 2025.01.29 21:13:39.556079 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10886 | 2025.01.29 21:13:39.556851 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10887 | 2025.01.29 21:13:39.560899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10888 | 2025.01.29 21:13:40.213715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1496 | ||
| 10889 | 2025.01.29 21:13:40.217007 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10890 | 2025.01.29 21:13:40.217070 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10891 | 2025.01.29 21:13:40.218636 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10892 | 2025.01.29 21:13:40.218972 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10893 | 2025.01.29 21:13:40.219208 [ 66 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10894 | 2025.01.29 21:13:40.219324 [ 66 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10895 | 2025.01.29 21:13:40.219400 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10896 | 2025.01.29 21:13:40.219974 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 10897 | 2025.01.29 21:13:40.222267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1496 | ||
| 10898 | 2025.01.29 21:13:40.222498 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10899 | 2025.01.29 21:13:40.222631 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1346 rows starting from the beginning of the part | ||
| 10900 | 2025.01.29 21:13:40.223293 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
| 10901 | 2025.01.29 21:13:40.223815 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part | ||
| 10902 | 2025.01.29 21:13:40.224244 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 54 rows starting from the beginning of the part | ||
| 10903 | 2025.01.29 21:13:40.224661 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part | ||
| 10904 | 2025.01.29 21:13:40.225097 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part | ||
| 10905 | 2025.01.29 21:13:40.233338 [ 186 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 72 columns (72 merged, 0 gathered) in 0.013806165 sec., 108357.38961543629 rows/sec., 84.67 MiB/sec. | ||
| 10906 | 2025.01.29 21:13:40.235444 [ 198 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10907 | 2025.01.29 21:13:40.236299 [ 198 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10908 | 2025.01.29 21:13:40.236400 [ 198 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_41_8} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10909 | 2025.01.29 21:13:40.236740 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10910 | 2025.01.29 21:13:41.786652 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10911 | 2025.01.29 21:13:41.786881 [ 263 ] {53b4409a-8e6b-4343-9886-6539d16d806c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10912 | 2025.01.29 21:13:41.786973 [ 263 ] {53b4409a-8e6b-4343-9886-6539d16d806c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10913 | 2025.01.29 21:13:41.787834 [ 263 ] {53b4409a-8e6b-4343-9886-6539d16d806c} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10914 | 2025.01.29 21:13:41.787883 [ 263 ] {53b4409a-8e6b-4343-9886-6539d16d806c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10915 | 2025.01.29 21:13:41.788309 [ 263 ] {53b4409a-8e6b-4343-9886-6539d16d806c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10916 | 2025.01.29 21:13:41.788559 [ 263 ] {53b4409a-8e6b-4343-9886-6539d16d806c} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10917 | 2025.01.29 21:13:41.788804 [ 263 ] {53b4409a-8e6b-4343-9886-6539d16d806c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 506.44 KiB/sec. | ||
| 10918 | 2025.01.29 21:13:41.788869 [ 263 ] {53b4409a-8e6b-4343-9886-6539d16d806c} <Debug> TCPHandler: Processed in 0.002354308 sec. | ||
| 10919 | 2025.01.29 21:13:41.789144 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10920 | 2025.01.29 21:13:41.789339 [ 260 ] {340f8eba-e623-421a-8234-8035b0eacad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10921 | 2025.01.29 21:13:41.789413 [ 260 ] {340f8eba-e623-421a-8234-8035b0eacad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10922 | 2025.01.29 21:13:41.790391 [ 260 ] {340f8eba-e623-421a-8234-8035b0eacad0} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10923 | 2025.01.29 21:13:41.790442 [ 260 ] {340f8eba-e623-421a-8234-8035b0eacad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10924 | 2025.01.29 21:13:41.790957 [ 260 ] {340f8eba-e623-421a-8234-8035b0eacad0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10925 | 2025.01.29 21:13:41.791227 [ 260 ] {340f8eba-e623-421a-8234-8035b0eacad0} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10926 | 2025.01.29 21:13:41.791491 [ 260 ] {340f8eba-e623-421a-8234-8035b0eacad0} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002196 sec., 128870.67395264117 rows/sec., 11.39 MiB/sec. | ||
| 10927 | 2025.01.29 21:13:41.791586 [ 260 ] {340f8eba-e623-421a-8234-8035b0eacad0} <Debug> TCPHandler: Processed in 0.002582211 sec. | ||
| 10928 | 2025.01.29 21:13:41.791813 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10929 | 2025.01.29 21:13:41.792005 [ 263 ] {e5a484f8-b289-4159-b95f-7c508dd8b409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10930 | 2025.01.29 21:13:41.792069 [ 263 ] {e5a484f8-b289-4159-b95f-7c508dd8b409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10931 | 2025.01.29 21:13:41.792795 [ 263 ] {e5a484f8-b289-4159-b95f-7c508dd8b409} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10932 | 2025.01.29 21:13:41.792837 [ 263 ] {e5a484f8-b289-4159-b95f-7c508dd8b409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10933 | 2025.01.29 21:13:41.793204 [ 263 ] {e5a484f8-b289-4159-b95f-7c508dd8b409} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10934 | 2025.01.29 21:13:41.793452 [ 263 ] {e5a484f8-b289-4159-b95f-7c508dd8b409} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2025.01.29 21:13:41.793639 [ 263 ] {e5a484f8-b289-4159-b95f-7c508dd8b409} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00167 sec., 28143.7125748503 rows/sec., 2.03 MiB/sec. | ||
| 10936 | 2025.01.29 21:13:41.793765 [ 263 ] {e5a484f8-b289-4159-b95f-7c508dd8b409} <Debug> TCPHandler: Processed in 0.002071225 sec. | ||
| 10937 | 2025.01.29 21:13:41.793971 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10938 | 2025.01.29 21:13:41.794114 [ 260 ] {f6695ab3-9781-469b-be1a-85aaf685ecee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10939 | 2025.01.29 21:13:41.794175 [ 260 ] {f6695ab3-9781-469b-be1a-85aaf685ecee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10940 | 2025.01.29 21:13:41.795233 [ 260 ] {f6695ab3-9781-469b-be1a-85aaf685ecee} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2025.01.29 21:13:41.795320 [ 260 ] {f6695ab3-9781-469b-be1a-85aaf685ecee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10942 | 2025.01.29 21:13:41.795977 [ 260 ] {f6695ab3-9781-469b-be1a-85aaf685ecee} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10943 | 2025.01.29 21:13:41.796233 [ 260 ] {f6695ab3-9781-469b-be1a-85aaf685ecee} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2025.01.29 21:13:41.796416 [ 64 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10945 | 2025.01.29 21:13:41.796474 [ 64 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10946 | 2025.01.29 21:13:41.796498 [ 260 ] {f6695ab3-9781-469b-be1a-85aaf685ecee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00241 sec., 5809.128630705394 rows/sec., 406.83 KiB/sec. | ||
| 10947 | 2025.01.29 21:13:41.796513 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10948 | 2025.01.29 21:13:41.796677 [ 260 ] {f6695ab3-9781-469b-be1a-85aaf685ecee} <Debug> TCPHandler: Processed in 0.002825344 sec. | ||
| 10949 | 2025.01.29 21:13:41.796815 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 10950 | 2025.01.29 21:13:41.796987 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10951 | 2025.01.29 21:13:41.797174 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10952 | 2025.01.29 21:13:41.797290 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 10953 | 2025.01.29 21:13:41.797381 [ 263 ] {2ccce239-cbdf-4336-be8c-fc9def0da6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10954 | 2025.01.29 21:13:41.797528 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 10955 | 2025.01.29 21:13:41.797549 [ 263 ] {2ccce239-cbdf-4336-be8c-fc9def0da6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10956 | 2025.01.29 21:13:41.797877 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 10957 | 2025.01.29 21:13:41.798212 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 10958 | 2025.01.29 21:13:41.798502 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 10959 | 2025.01.29 21:13:41.798868 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 10960 | 2025.01.29 21:13:41.800538 [ 263 ] {2ccce239-cbdf-4336-be8c-fc9def0da6c1} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10961 | 2025.01.29 21:13:41.800614 [ 263 ] {2ccce239-cbdf-4336-be8c-fc9def0da6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10962 | 2025.01.29 21:13:41.801658 [ 263 ] {2ccce239-cbdf-4336-be8c-fc9def0da6c1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10963 | 2025.01.29 21:13:41.801854 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005213082 sec., 103777.38159499505 rows/sec., 7.43 MiB/sec. | ||
| 10964 | 2025.01.29 21:13:41.802056 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10965 | 2025.01.29 21:13:41.802172 [ 263 ] {2ccce239-cbdf-4336-be8c-fc9def0da6c1} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10966 | 2025.01.29 21:13:41.802676 [ 263 ] {2ccce239-cbdf-4336-be8c-fc9def0da6c1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005374 sec., 2419.054707852624 rows/sec., 150.83 KiB/sec. | ||
| 10967 | 2025.01.29 21:13:41.802740 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_38_8} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10968 | 2025.01.29 21:13:41.802973 [ 263 ] {2ccce239-cbdf-4336-be8c-fc9def0da6c1} <Debug> TCPHandler: Processed in 0.006187114 sec. | ||
| 10969 | 2025.01.29 21:13:41.803070 [ 189 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_38_8} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10970 | 2025.01.29 21:13:41.803299 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10971 | 2025.01.29 21:13:41.803383 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 10972 | 2025.01.29 21:13:41.803603 [ 260 ] {e8074a01-83be-4673-bafd-c6eb0dbe6054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10973 | 2025.01.29 21:13:41.803664 [ 260 ] {e8074a01-83be-4673-bafd-c6eb0dbe6054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10974 | 2025.01.29 21:13:41.804444 [ 260 ] {e8074a01-83be-4673-bafd-c6eb0dbe6054} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10975 | 2025.01.29 21:13:41.804486 [ 260 ] {e8074a01-83be-4673-bafd-c6eb0dbe6054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10976 | 2025.01.29 21:13:41.804883 [ 260 ] {e8074a01-83be-4673-bafd-c6eb0dbe6054} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10977 | 2025.01.29 21:13:41.805140 [ 260 ] {e8074a01-83be-4673-bafd-c6eb0dbe6054} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10978 | 2025.01.29 21:13:41.805368 [ 260 ] {e8074a01-83be-4673-bafd-c6eb0dbe6054} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001833 sec., 230223.67703218767 rows/sec., 16.45 MiB/sec. | ||
| 10979 | 2025.01.29 21:13:41.805438 [ 260 ] {e8074a01-83be-4673-bafd-c6eb0dbe6054} <Debug> TCPHandler: Processed in 0.002329927 sec. | ||
| 10980 | 2025.01.29 21:13:41.805657 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10981 | 2025.01.29 21:13:41.805829 [ 263 ] {384db977-b6a6-4d33-89e0-7a889a66c8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10982 | 2025.01.29 21:13:41.805891 [ 263 ] {384db977-b6a6-4d33-89e0-7a889a66c8ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10983 | 2025.01.29 21:13:41.806483 [ 263 ] {384db977-b6a6-4d33-89e0-7a889a66c8ef} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10984 | 2025.01.29 21:13:41.806529 [ 263 ] {384db977-b6a6-4d33-89e0-7a889a66c8ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10985 | 2025.01.29 21:13:41.806942 [ 263 ] {384db977-b6a6-4d33-89e0-7a889a66c8ef} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10986 | 2025.01.29 21:13:41.807175 [ 263 ] {384db977-b6a6-4d33-89e0-7a889a66c8ef} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10987 | 2025.01.29 21:13:41.807366 [ 263 ] {384db977-b6a6-4d33-89e0-7a889a66c8ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 10988 | 2025.01.29 21:13:41.807425 [ 263 ] {384db977-b6a6-4d33-89e0-7a889a66c8ef} <Debug> TCPHandler: Processed in 0.001896393 sec. | ||
| 10989 | 2025.01.29 21:13:41.807577 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10990 | 2025.01.29 21:13:41.807769 [ 260 ] {72b17aee-5184-452c-a69b-bf6faec93e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10991 | 2025.01.29 21:13:41.807830 [ 260 ] {72b17aee-5184-452c-a69b-bf6faec93e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10992 | 2025.01.29 21:13:41.808528 [ 260 ] {72b17aee-5184-452c-a69b-bf6faec93e80} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10993 | 2025.01.29 21:13:41.808576 [ 260 ] {72b17aee-5184-452c-a69b-bf6faec93e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 10994 | 2025.01.29 21:13:41.809047 [ 260 ] {72b17aee-5184-452c-a69b-bf6faec93e80} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10995 | 2025.01.29 21:13:41.809306 [ 260 ] {72b17aee-5184-452c-a69b-bf6faec93e80} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10996 | 2025.01.29 21:13:41.809495 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10997 | 2025.01.29 21:13:41.809553 [ 260 ] {72b17aee-5184-452c-a69b-bf6faec93e80} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001819 sec., 130291.3688840022 rows/sec., 8.73 MiB/sec. | ||
| 10998 | 2025.01.29 21:13:41.809619 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10999 | 2025.01.29 21:13:41.809686 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11000 | 2025.01.29 21:13:41.809727 [ 260 ] {72b17aee-5184-452c-a69b-bf6faec93e80} <Debug> TCPHandler: Processed in 0.002203057 sec. | ||
| 11001 | 2025.01.29 21:13:41.809866 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 11002 | 2025.01.29 21:13:41.809920 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11003 | 2025.01.29 21:13:41.810033 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11004 | 2025.01.29 21:13:41.810126 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24331 rows starting from the beginning of the part | ||
| 11005 | 2025.01.29 21:13:41.810135 [ 263 ] {e5e5831e-012a-4d84-8469-ffae8eda2df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11006 | 2025.01.29 21:13:41.810303 [ 263 ] {e5e5831e-012a-4d84-8469-ffae8eda2df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11007 | 2025.01.29 21:13:41.810380 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
| 11008 | 2025.01.29 21:13:41.810798 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 11009 | 2025.01.29 21:13:41.811183 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 11010 | 2025.01.29 21:13:41.811549 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 11011 | 2025.01.29 21:13:41.811861 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
| 11012 | 2025.01.29 21:13:41.812758 [ 263 ] {e5e5831e-012a-4d84-8469-ffae8eda2df3} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11013 | 2025.01.29 21:13:41.812825 [ 263 ] {e5e5831e-012a-4d84-8469-ffae8eda2df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11014 | 2025.01.29 21:13:41.813493 [ 263 ] {e5e5831e-012a-4d84-8469-ffae8eda2df3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11015 | 2025.01.29 21:13:41.813873 [ 263 ] {e5e5831e-012a-4d84-8469-ffae8eda2df3} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11016 | 2025.01.29 21:13:41.814066 [ 64 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 11017 | 2025.01.29 21:13:41.814161 [ 64 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11018 | 2025.01.29 21:13:41.814259 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11019 | 2025.01.29 21:13:41.814410 [ 263 ] {e5e5831e-012a-4d84-8469-ffae8eda2df3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004317 sec., 231.64234422052354 rows/sec., 15.61 KiB/sec. | ||
| 11020 | 2025.01.29 21:13:41.814758 [ 200 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 11021 | 2025.01.29 21:13:41.814793 [ 263 ] {e5e5831e-012a-4d84-8469-ffae8eda2df3} <Debug> TCPHandler: Processed in 0.004930089 sec. | ||
| 11022 | 2025.01.29 21:13:41.815103 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11023 | 2025.01.29 21:13:41.815372 [ 200 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11024 | 2025.01.29 21:13:41.815509 [ 260 ] {ac56d23f-150c-4ae1-82e3-9d3b3c98dc4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11025 | 2025.01.29 21:13:41.815533 [ 200 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 34 rows starting from the beginning of the part | ||
| 11026 | 2025.01.29 21:13:41.815961 [ 200 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 11027 | 2025.01.29 21:13:41.816163 [ 260 ] {ac56d23f-150c-4ae1-82e3-9d3b3c98dc4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11028 | 2025.01.29 21:13:41.816417 [ 200 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 11029 | 2025.01.29 21:13:41.816945 [ 200 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 11030 | 2025.01.29 21:13:41.817379 [ 200 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11031 | 2025.01.29 21:13:41.817813 [ 200 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11032 | 2025.01.29 21:13:41.823942 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25189 rows, containing 5 columns (5 merged, 0 gathered) in 0.014145649 sec., 1780688.8888590408 rows/sec., 120.24 MiB/sec. | ||
| 11033 | 2025.01.29 21:13:41.824012 [ 196 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 4 columns (4 merged, 0 gathered) in 0.009604365 sec., 4060.6536715337243 rows/sec., 273.21 KiB/sec. | ||
| 11034 | 2025.01.29 21:13:41.824306 [ 196 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11035 | 2025.01.29 21:13:41.824377 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11036 | 2025.01.29 21:13:41.824450 [ 260 ] {ac56d23f-150c-4ae1-82e3-9d3b3c98dc4d} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11037 | 2025.01.29 21:13:41.824563 [ 260 ] {ac56d23f-150c-4ae1-82e3-9d3b3c98dc4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11038 | 2025.01.29 21:13:41.825298 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11039 | 2025.01.29 21:13:41.825401 [ 196 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11040 | 2025.01.29 21:13:41.825643 [ 201 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11041 | 2025.01.29 21:13:41.825728 [ 196 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_38_8} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11042 | 2025.01.29 21:13:41.825862 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 11043 | 2025.01.29 21:13:41.826012 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11044 | 2025.01.29 21:13:41.826367 [ 260 ] {ac56d23f-150c-4ae1-82e3-9d3b3c98dc4d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11045 | 2025.01.29 21:13:41.826683 [ 260 ] {ac56d23f-150c-4ae1-82e3-9d3b3c98dc4d} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11046 | 2025.01.29 21:13:41.826903 [ 64 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11047 | 2025.01.29 21:13:41.826973 [ 64 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11048 | 2025.01.29 21:13:41.827012 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11049 | 2025.01.29 21:13:41.827021 [ 260 ] {ac56d23f-150c-4ae1-82e3-9d3b3c98dc4d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.011621 sec., 3442.0445744772396 rows/sec., 6.17 MiB/sec. | ||
| 11050 | 2025.01.29 21:13:41.827402 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 11051 | 2025.01.29 21:13:41.827476 [ 260 ] {ac56d23f-150c-4ae1-82e3-9d3b3c98dc4d} <Debug> TCPHandler: Processed in 0.01253699 sec. | ||
| 11052 | 2025.01.29 21:13:41.827724 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11053 | 2025.01.29 21:13:41.828010 [ 263 ] {65775966-01b0-4372-a2e0-2b927ee61a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11054 | 2025.01.29 21:13:41.828155 [ 263 ] {65775966-01b0-4372-a2e0-2b927ee61a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11055 | 2025.01.29 21:13:41.828172 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11056 | 2025.01.29 21:13:41.828415 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1381 rows starting from the beginning of the part | ||
| 11057 | 2025.01.29 21:13:41.829276 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
| 11058 | 2025.01.29 21:13:41.830081 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part | ||
| 11059 | 2025.01.29 21:13:41.830474 [ 263 ] {65775966-01b0-4372-a2e0-2b927ee61a0d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11060 | 2025.01.29 21:13:41.830623 [ 263 ] {65775966-01b0-4372-a2e0-2b927ee61a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11061 | 2025.01.29 21:13:41.830878 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
| 11062 | 2025.01.29 21:13:41.831534 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 11063 | 2025.01.29 21:13:41.832236 [ 199 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
| 11064 | 2025.01.29 21:13:41.832317 [ 263 ] {65775966-01b0-4372-a2e0-2b927ee61a0d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11065 | 2025.01.29 21:13:41.833238 [ 263 ] {65775966-01b0-4372-a2e0-2b927ee61a0d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11066 | 2025.01.29 21:13:41.833518 [ 64 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11067 | 2025.01.29 21:13:41.833605 [ 64 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11068 | 2025.01.29 21:13:41.833648 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11069 | 2025.01.29 21:13:41.833705 [ 263 ] {65775966-01b0-4372-a2e0-2b927ee61a0d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00578 sec., 14186.851211072664 rows/sec., 922.67 KiB/sec. | ||
| 11070 | 2025.01.29 21:13:41.834148 [ 263 ] {65775966-01b0-4372-a2e0-2b927ee61a0d} <Debug> TCPHandler: Processed in 0.006533308 sec. | ||
| 11071 | 2025.01.29 21:13:41.834559 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 11072 | 2025.01.29 21:13:41.835161 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11073 | 2025.01.29 21:13:41.835293 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5016 rows starting from the beginning of the part | ||
| 11074 | 2025.01.29 21:13:41.835738 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 24 rows starting from the beginning of the part | ||
| 11075 | 2025.01.29 21:13:41.836283 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 11076 | 2025.01.29 21:13:41.836524 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 11077 | 2025.01.29 21:13:41.836748 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 11078 | 2025.01.29 21:13:41.836922 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 11079 | 2025.01.29 21:13:41.840840 [ 193 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5324 rows, containing 4 columns (4 merged, 0 gathered) in 0.007028094 sec., 757531.1314845817 rows/sec., 49.31 MiB/sec. | ||
| 11080 | 2025.01.29 21:13:41.841485 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11081 | 2025.01.29 21:13:41.842217 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_91_18} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11082 | 2025.01.29 21:13:41.842343 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_91_18} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11083 | 2025.01.29 21:13:41.842799 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11084 | 2025.01.29 21:13:41.846502 [ 194 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1581 rows, containing 19 columns (19 merged, 0 gathered) in 0.019380692 sec., 81576.03453994315 rows/sec., 146.18 MiB/sec. | ||
| 11085 | 2025.01.29 21:13:41.847903 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11086 | 2025.01.29 21:13:41.848354 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11087 | 2025.01.29 21:13:41.848443 [ 191 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11088 | 2025.01.29 21:13:41.848581 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 11089 | 2025.01.29 21:13:42.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.53 MiB, peak 252.18 MiB, free memory in arenas 0.00 B, will set to 243.91 MiB (RSS), difference: 3.38 MiB | ||
| 11090 | 2025.01.29 21:13:44.903511 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11091 | 2025.01.29 21:13:44.903573 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11092 | 2025.01.29 21:13:45.088564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26657 | ||
| 11093 | 2025.01.29 21:13:45.089295 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11094 | 2025.01.29 21:13:45.089343 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 11095 | 2025.01.29 21:13:45.089866 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11096 | 2025.01.29 21:13:45.090147 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11097 | 2025.01.29 21:13:45.090415 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26657 | ||
| 11098 | 2025.01.29 21:13:46.781915 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11099 | 2025.01.29 21:13:46.782132 [ 263 ] {8c50d72b-3c69-4311-ba4c-e29f26b36e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11100 | 2025.01.29 21:13:46.782202 [ 263 ] {8c50d72b-3c69-4311-ba4c-e29f26b36e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11101 | 2025.01.29 21:13:46.782991 [ 263 ] {8c50d72b-3c69-4311-ba4c-e29f26b36e53} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11102 | 2025.01.29 21:13:46.783035 [ 263 ] {8c50d72b-3c69-4311-ba4c-e29f26b36e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11103 | 2025.01.29 21:13:46.783469 [ 263 ] {8c50d72b-3c69-4311-ba4c-e29f26b36e53} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11104 | 2025.01.29 21:13:46.783724 [ 263 ] {8c50d72b-3c69-4311-ba4c-e29f26b36e53} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11105 | 2025.01.29 21:13:46.783939 [ 263 ] {8c50d72b-3c69-4311-ba4c-e29f26b36e53} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001856 sec., 30172.41379310345 rows/sec., 2.32 MiB/sec. | ||
| 11106 | 2025.01.29 21:13:46.784007 [ 263 ] {8c50d72b-3c69-4311-ba4c-e29f26b36e53} <Debug> TCPHandler: Processed in 0.002226627 sec. | ||
| 11107 | 2025.01.29 21:13:46.784287 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11108 | 2025.01.29 21:13:46.784510 [ 260 ] {34c23639-1179-4617-889f-44661e6ad14b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11109 | 2025.01.29 21:13:46.784598 [ 260 ] {34c23639-1179-4617-889f-44661e6ad14b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11110 | 2025.01.29 21:13:46.785454 [ 260 ] {34c23639-1179-4617-889f-44661e6ad14b} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11111 | 2025.01.29 21:13:46.785506 [ 260 ] {34c23639-1179-4617-889f-44661e6ad14b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11112 | 2025.01.29 21:13:46.785963 [ 260 ] {34c23639-1179-4617-889f-44661e6ad14b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11113 | 2025.01.29 21:13:46.786230 [ 260 ] {34c23639-1179-4617-889f-44661e6ad14b} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11114 | 2025.01.29 21:13:46.786477 [ 260 ] {34c23639-1179-4617-889f-44661e6ad14b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002029 sec., 31542.631838344012 rows/sec., 2.46 MiB/sec. | ||
| 11115 | 2025.01.29 21:13:46.786553 [ 260 ] {34c23639-1179-4617-889f-44661e6ad14b} <Debug> TCPHandler: Processed in 0.002414489 sec. | ||
| 11116 | 2025.01.29 21:13:46.786712 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11117 | 2025.01.29 21:13:46.786843 [ 263 ] {310c443a-5d16-4ae7-8614-51d2dcdfde52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11118 | 2025.01.29 21:13:46.786902 [ 263 ] {310c443a-5d16-4ae7-8614-51d2dcdfde52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11119 | 2025.01.29 21:13:46.787513 [ 263 ] {310c443a-5d16-4ae7-8614-51d2dcdfde52} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11120 | 2025.01.29 21:13:46.787552 [ 263 ] {310c443a-5d16-4ae7-8614-51d2dcdfde52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11121 | 2025.01.29 21:13:46.787964 [ 263 ] {310c443a-5d16-4ae7-8614-51d2dcdfde52} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11122 | 2025.01.29 21:13:46.788218 [ 263 ] {310c443a-5d16-4ae7-8614-51d2dcdfde52} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11123 | 2025.01.29 21:13:46.788400 [ 263 ] {310c443a-5d16-4ae7-8614-51d2dcdfde52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001591 sec., 100565.6819610308 rows/sec., 7.00 MiB/sec. | ||
| 11124 | 2025.01.29 21:13:46.788459 [ 263 ] {310c443a-5d16-4ae7-8614-51d2dcdfde52} <Debug> TCPHandler: Processed in 0.001807032 sec. | ||
| 11125 | 2025.01.29 21:13:46.788622 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11126 | 2025.01.29 21:13:46.788757 [ 260 ] {62bb8ce8-54af-4439-b6a1-d1d02827785f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11127 | 2025.01.29 21:13:46.788819 [ 260 ] {62bb8ce8-54af-4439-b6a1-d1d02827785f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11128 | 2025.01.29 21:13:46.789353 [ 260 ] {62bb8ce8-54af-4439-b6a1-d1d02827785f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11129 | 2025.01.29 21:13:46.789396 [ 260 ] {62bb8ce8-54af-4439-b6a1-d1d02827785f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11130 | 2025.01.29 21:13:46.789794 [ 260 ] {62bb8ce8-54af-4439-b6a1-d1d02827785f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11131 | 2025.01.29 21:13:46.790045 [ 260 ] {62bb8ce8-54af-4439-b6a1-d1d02827785f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11132 | 2025.01.29 21:13:46.790256 [ 260 ] {62bb8ce8-54af-4439-b6a1-d1d02827785f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 11133 | 2025.01.29 21:13:46.790317 [ 260 ] {62bb8ce8-54af-4439-b6a1-d1d02827785f} <Debug> TCPHandler: Processed in 0.001761161 sec. | ||
| 11134 | 2025.01.29 21:13:47.061250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11135 | 2025.01.29 21:13:47.080940 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11136 | 2025.01.29 21:13:47.081003 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11137 | 2025.01.29 21:13:47.088355 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11138 | 2025.01.29 21:13:47.089144 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11139 | 2025.01.29 21:13:47.091827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11140 | 2025.01.29 21:13:49.372839 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11141 | 2025.01.29 21:13:49.373024 [ 263 ] {0485929a-f45b-4745-875e-ad8089fb5b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11142 | 2025.01.29 21:13:49.373098 [ 263 ] {0485929a-f45b-4745-875e-ad8089fb5b16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11143 | 2025.01.29 21:13:49.373868 [ 263 ] {0485929a-f45b-4745-875e-ad8089fb5b16} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11144 | 2025.01.29 21:13:49.373918 [ 263 ] {0485929a-f45b-4745-875e-ad8089fb5b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11145 | 2025.01.29 21:13:49.374379 [ 263 ] {0485929a-f45b-4745-875e-ad8089fb5b16} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11146 | 2025.01.29 21:13:49.374632 [ 263 ] {0485929a-f45b-4745-875e-ad8089fb5b16} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11147 | 2025.01.29 21:13:49.374900 [ 263 ] {0485929a-f45b-4745-875e-ad8089fb5b16} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec. | ||
| 11148 | 2025.01.29 21:13:49.375072 [ 263 ] {0485929a-f45b-4745-875e-ad8089fb5b16} <Debug> TCPHandler: Processed in 0.002349898 sec. | ||
| 11149 | 2025.01.29 21:13:49.375410 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11150 | 2025.01.29 21:13:49.375606 [ 260 ] {d51be582-0aa1-4e90-997c-b84bb95ee924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11151 | 2025.01.29 21:13:49.375686 [ 260 ] {d51be582-0aa1-4e90-997c-b84bb95ee924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11152 | 2025.01.29 21:13:49.376451 [ 260 ] {d51be582-0aa1-4e90-997c-b84bb95ee924} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11153 | 2025.01.29 21:13:49.376505 [ 260 ] {d51be582-0aa1-4e90-997c-b84bb95ee924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11154 | 2025.01.29 21:13:49.376958 [ 260 ] {d51be582-0aa1-4e90-997c-b84bb95ee924} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11155 | 2025.01.29 21:13:49.377234 [ 260 ] {d51be582-0aa1-4e90-997c-b84bb95ee924} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11156 | 2025.01.29 21:13:49.377515 [ 260 ] {d51be582-0aa1-4e90-997c-b84bb95ee924} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001962 sec., 6116.207951070336 rows/sec., 498.73 KiB/sec. | ||
| 11157 | 2025.01.29 21:13:49.377744 [ 260 ] {d51be582-0aa1-4e90-997c-b84bb95ee924} <Debug> TCPHandler: Processed in 0.00250992 sec. | ||
| 11158 | 2025.01.29 21:13:49.377935 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11159 | 2025.01.29 21:13:49.378084 [ 263 ] {2af60ab8-fc1a-4fc1-98b4-9df857a15bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11160 | 2025.01.29 21:13:49.378148 [ 263 ] {2af60ab8-fc1a-4fc1-98b4-9df857a15bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11161 | 2025.01.29 21:13:49.379332 [ 263 ] {2af60ab8-fc1a-4fc1-98b4-9df857a15bf2} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11162 | 2025.01.29 21:13:49.379375 [ 263 ] {2af60ab8-fc1a-4fc1-98b4-9df857a15bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11163 | 2025.01.29 21:13:49.379859 [ 263 ] {2af60ab8-fc1a-4fc1-98b4-9df857a15bf2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11164 | 2025.01.29 21:13:49.380110 [ 263 ] {2af60ab8-fc1a-4fc1-98b4-9df857a15bf2} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11165 | 2025.01.29 21:13:49.380335 [ 263 ] {2af60ab8-fc1a-4fc1-98b4-9df857a15bf2} <Debug> executeQuery: Read 1429 rows, 122.60 KiB in 0.002286 sec., 625109.3613298339 rows/sec., 52.38 MiB/sec. | ||
| 11166 | 2025.01.29 21:13:49.380396 [ 263 ] {2af60ab8-fc1a-4fc1-98b4-9df857a15bf2} <Debug> TCPHandler: Processed in 0.00253002 sec. | ||
| 11167 | 2025.01.29 21:13:49.380541 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11168 | 2025.01.29 21:13:49.380671 [ 260 ] {416c36dd-8f2f-49f7-8f75-48cecbdd1f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11169 | 2025.01.29 21:13:49.380728 [ 260 ] {416c36dd-8f2f-49f7-8f75-48cecbdd1f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11170 | 2025.01.29 21:13:49.381359 [ 260 ] {416c36dd-8f2f-49f7-8f75-48cecbdd1f2c} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11171 | 2025.01.29 21:13:49.381409 [ 260 ] {416c36dd-8f2f-49f7-8f75-48cecbdd1f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11172 | 2025.01.29 21:13:49.381833 [ 260 ] {416c36dd-8f2f-49f7-8f75-48cecbdd1f2c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11173 | 2025.01.29 21:13:49.382091 [ 260 ] {416c36dd-8f2f-49f7-8f75-48cecbdd1f2c} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11174 | 2025.01.29 21:13:49.382283 [ 58 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 | ||
| 11175 | 2025.01.29 21:13:49.382341 [ 260 ] {416c36dd-8f2f-49f7-8f75-48cecbdd1f2c} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001697 sec., 34767.236299351796 rows/sec., 2.48 MiB/sec. | ||
| 11176 | 2025.01.29 21:13:49.382356 [ 58 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11177 | 2025.01.29 21:13:49.382433 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11178 | 2025.01.29 21:13:49.382489 [ 260 ] {416c36dd-8f2f-49f7-8f75-48cecbdd1f2c} <Debug> TCPHandler: Processed in 0.002005744 sec. | ||
| 11179 | 2025.01.29 21:13:49.382778 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11180 | 2025.01.29 21:13:49.382846 [ 193 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full | ||
| 11181 | 2025.01.29 21:13:49.383191 [ 263 ] {549acc28-0886-4fb2-9410-11f18f55d95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11182 | 2025.01.29 21:13:49.383367 [ 263 ] {549acc28-0886-4fb2-9410-11f18f55d95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11183 | 2025.01.29 21:13:49.383620 [ 193 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11184 | 2025.01.29 21:13:49.383707 [ 193 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 65 rows starting from the beginning of the part | ||
| 11185 | 2025.01.29 21:13:49.383985 [ 193 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 47 rows starting from the beginning of the part | ||
| 11186 | 2025.01.29 21:13:49.384370 [ 193 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 51 rows starting from the beginning of the part | ||
| 11187 | 2025.01.29 21:13:49.384764 [ 193 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 47 rows starting from the beginning of the part | ||
| 11188 | 2025.01.29 21:13:49.385107 [ 193 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 47 rows starting from the beginning of the part | ||
| 11189 | 2025.01.29 21:13:49.385443 [ 193 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 59 rows starting from the beginning of the part | ||
| 11190 | 2025.01.29 21:13:49.386474 [ 263 ] {549acc28-0886-4fb2-9410-11f18f55d95c} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11191 | 2025.01.29 21:13:49.386555 [ 263 ] {549acc28-0886-4fb2-9410-11f18f55d95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11192 | 2025.01.29 21:13:49.387683 [ 263 ] {549acc28-0886-4fb2-9410-11f18f55d95c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11193 | 2025.01.29 21:13:49.388011 [ 194 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.005467776 sec., 57793.15026804317 rows/sec., 4.36 MiB/sec. | ||
| 11194 | 2025.01.29 21:13:49.388158 [ 263 ] {549acc28-0886-4fb2-9410-11f18f55d95c} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11195 | 2025.01.29 21:13:49.388227 [ 192 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) | ||
| 11196 | 2025.01.29 21:13:49.388487 [ 263 ] {549acc28-0886-4fb2-9410-11f18f55d95c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005453 sec., 44379.24078488905 rows/sec., 3.01 MiB/sec. | ||
| 11197 | 2025.01.29 21:13:49.388579 [ 263 ] {549acc28-0886-4fb2-9410-11f18f55d95c} <Debug> TCPHandler: Processed in 0.005986342 sec. | ||
| 11198 | 2025.01.29 21:13:49.388770 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11199 | 2025.01.29 21:13:49.388848 [ 192 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11200 | 2025.01.29 21:13:49.389067 [ 260 ] {319d2305-1a74-42f2-9b9a-7c94e5e31c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11201 | 2025.01.29 21:13:49.389084 [ 192 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_48_10} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 | ||
| 11202 | 2025.01.29 21:13:49.389153 [ 260 ] {319d2305-1a74-42f2-9b9a-7c94e5e31c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11203 | 2025.01.29 21:13:49.389274 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 11204 | 2025.01.29 21:13:49.389881 [ 260 ] {319d2305-1a74-42f2-9b9a-7c94e5e31c89} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11205 | 2025.01.29 21:13:49.389927 [ 260 ] {319d2305-1a74-42f2-9b9a-7c94e5e31c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11206 | 2025.01.29 21:13:49.390291 [ 260 ] {319d2305-1a74-42f2-9b9a-7c94e5e31c89} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11207 | 2025.01.29 21:13:49.390533 [ 260 ] {319d2305-1a74-42f2-9b9a-7c94e5e31c89} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11208 | 2025.01.29 21:13:49.390756 [ 260 ] {319d2305-1a74-42f2-9b9a-7c94e5e31c89} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001766 sec., 7361.268403171008 rows/sec., 458.97 KiB/sec. | ||
| 11209 | 2025.01.29 21:13:49.390814 [ 260 ] {319d2305-1a74-42f2-9b9a-7c94e5e31c89} <Debug> TCPHandler: Processed in 0.002138785 sec. | ||
| 11210 | 2025.01.29 21:13:49.390948 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11211 | 2025.01.29 21:13:49.391068 [ 263 ] {51de8ece-dce4-4ab9-bb63-19d91d181448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11212 | 2025.01.29 21:13:49.391119 [ 263 ] {51de8ece-dce4-4ab9-bb63-19d91d181448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11213 | 2025.01.29 21:13:49.392186 [ 263 ] {51de8ece-dce4-4ab9-bb63-19d91d181448} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11214 | 2025.01.29 21:13:49.392227 [ 263 ] {51de8ece-dce4-4ab9-bb63-19d91d181448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11215 | 2025.01.29 21:13:49.392631 [ 263 ] {51de8ece-dce4-4ab9-bb63-19d91d181448} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11216 | 2025.01.29 21:13:49.392869 [ 263 ] {51de8ece-dce4-4ab9-bb63-19d91d181448} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11217 | 2025.01.29 21:13:49.393109 [ 263 ] {51de8ece-dce4-4ab9-bb63-19d91d181448} <Debug> executeQuery: Read 890 rows, 66.15 KiB in 0.002064 sec., 431201.55038759694 rows/sec., 31.30 MiB/sec. | ||
| 11218 | 2025.01.29 21:13:49.393194 [ 263 ] {51de8ece-dce4-4ab9-bb63-19d91d181448} <Debug> TCPHandler: Processed in 0.002302008 sec. | ||
| 11219 | 2025.01.29 21:13:49.393409 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11220 | 2025.01.29 21:13:49.393773 [ 260 ] {9f377c83-3a3b-4a93-9142-5b9fa370d14b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11221 | 2025.01.29 21:13:49.393963 [ 260 ] {9f377c83-3a3b-4a93-9142-5b9fa370d14b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11222 | 2025.01.29 21:13:49.394565 [ 260 ] {9f377c83-3a3b-4a93-9142-5b9fa370d14b} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11223 | 2025.01.29 21:13:49.394606 [ 260 ] {9f377c83-3a3b-4a93-9142-5b9fa370d14b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11224 | 2025.01.29 21:13:49.394970 [ 260 ] {9f377c83-3a3b-4a93-9142-5b9fa370d14b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11225 | 2025.01.29 21:13:49.395211 [ 260 ] {9f377c83-3a3b-4a93-9142-5b9fa370d14b} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11226 | 2025.01.29 21:13:49.395391 [ 58 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
| 11227 | 2025.01.29 21:13:49.395460 [ 58 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11228 | 2025.01.29 21:13:49.395467 [ 260 ] {9f377c83-3a3b-4a93-9142-5b9fa370d14b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001826 sec., 3285.870755750274 rows/sec., 171.67 KiB/sec. | ||
| 11229 | 2025.01.29 21:13:49.395502 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11230 | 2025.01.29 21:13:49.395623 [ 260 ] {9f377c83-3a3b-4a93-9142-5b9fa370d14b} <Debug> TCPHandler: Processed in 0.002335478 sec. | ||
| 11231 | 2025.01.29 21:13:49.395819 [ 195 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
| 11232 | 2025.01.29 21:13:49.395911 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11233 | 2025.01.29 21:13:49.396037 [ 195 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11234 | 2025.01.29 21:13:49.396103 [ 195 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 204 rows starting from the beginning of the part | ||
| 11235 | 2025.01.29 21:13:49.396226 [ 263 ] {ef8352eb-9d22-49ec-9177-6588693f7c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11236 | 2025.01.29 21:13:49.396336 [ 195 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11237 | 2025.01.29 21:13:49.396403 [ 263 ] {ef8352eb-9d22-49ec-9177-6588693f7c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11238 | 2025.01.29 21:13:49.396638 [ 195 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11239 | 2025.01.29 21:13:49.396952 [ 195 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11240 | 2025.01.29 21:13:49.397382 [ 195 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11241 | 2025.01.29 21:13:49.397678 [ 195 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11242 | 2025.01.29 21:13:49.399447 [ 263 ] {ef8352eb-9d22-49ec-9177-6588693f7c8d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11243 | 2025.01.29 21:13:49.399526 [ 263 ] {ef8352eb-9d22-49ec-9177-6588693f7c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11244 | 2025.01.29 21:13:49.400313 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.004674736 sec., 50056.30264468411 rows/sec., 2.55 MiB/sec. | ||
| 11245 | 2025.01.29 21:13:49.400467 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
| 11246 | 2025.01.29 21:13:49.400469 [ 263 ] {ef8352eb-9d22-49ec-9177-6588693f7c8d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11247 | 2025.01.29 21:13:49.400802 [ 263 ] {ef8352eb-9d22-49ec-9177-6588693f7c8d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11248 | 2025.01.29 21:13:49.400921 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11249 | 2025.01.29 21:13:49.401105 [ 263 ] {ef8352eb-9d22-49ec-9177-6588693f7c8d} <Debug> executeQuery: Read 897 rows, 61.19 KiB in 0.004967 sec., 180591.90658345076 rows/sec., 12.03 MiB/sec. | ||
| 11250 | 2025.01.29 21:13:49.401117 [ 192 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_39_8} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
| 11251 | 2025.01.29 21:13:49.401186 [ 263 ] {ef8352eb-9d22-49ec-9177-6588693f7c8d} <Debug> TCPHandler: Processed in 0.005447865 sec. | ||
| 11252 | 2025.01.29 21:13:49.401240 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11253 | 2025.01.29 21:13:49.401348 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11254 | 2025.01.29 21:13:49.401465 [ 260 ] {f7c17f06-a7b0-4ea5-94e0-6a391b5f41e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11255 | 2025.01.29 21:13:49.401519 [ 260 ] {f7c17f06-a7b0-4ea5-94e0-6a391b5f41e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11256 | 2025.01.29 21:13:49.402007 [ 260 ] {f7c17f06-a7b0-4ea5-94e0-6a391b5f41e6} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11257 | 2025.01.29 21:13:49.402046 [ 260 ] {f7c17f06-a7b0-4ea5-94e0-6a391b5f41e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11258 | 2025.01.29 21:13:49.402424 [ 260 ] {f7c17f06-a7b0-4ea5-94e0-6a391b5f41e6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11259 | 2025.01.29 21:13:49.402660 [ 260 ] {f7c17f06-a7b0-4ea5-94e0-6a391b5f41e6} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11260 | 2025.01.29 21:13:49.402919 [ 260 ] {f7c17f06-a7b0-4ea5-94e0-6a391b5f41e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 11261 | 2025.01.29 21:13:49.403062 [ 260 ] {f7c17f06-a7b0-4ea5-94e0-6a391b5f41e6} <Debug> TCPHandler: Processed in 0.001763851 sec. | ||
| 11262 | 2025.01.29 21:13:49.403317 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11263 | 2025.01.29 21:13:49.403461 [ 263 ] {8f0a3bf4-6a5a-4996-8d5b-fc06af6a741b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11264 | 2025.01.29 21:13:49.403556 [ 263 ] {8f0a3bf4-6a5a-4996-8d5b-fc06af6a741b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11265 | 2025.01.29 21:13:49.404861 [ 263 ] {8f0a3bf4-6a5a-4996-8d5b-fc06af6a741b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11266 | 2025.01.29 21:13:49.404901 [ 263 ] {8f0a3bf4-6a5a-4996-8d5b-fc06af6a741b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11267 | 2025.01.29 21:13:49.405553 [ 263 ] {8f0a3bf4-6a5a-4996-8d5b-fc06af6a741b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11268 | 2025.01.29 21:13:49.405821 [ 263 ] {8f0a3bf4-6a5a-4996-8d5b-fc06af6a741b} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11269 | 2025.01.29 21:13:49.406059 [ 263 ] {8f0a3bf4-6a5a-4996-8d5b-fc06af6a741b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00263 sec., 15209.125475285171 rows/sec., 27.25 MiB/sec. | ||
| 11270 | 2025.01.29 21:13:49.406153 [ 263 ] {8f0a3bf4-6a5a-4996-8d5b-fc06af6a741b} <Debug> TCPHandler: Processed in 0.002964736 sec. | ||
| 11271 | 2025.01.29 21:13:49.406320 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11272 | 2025.01.29 21:13:49.406460 [ 260 ] {b720f51d-9a24-4335-88ff-1484b3eb2d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11273 | 2025.01.29 21:13:49.406521 [ 260 ] {b720f51d-9a24-4335-88ff-1484b3eb2d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11274 | 2025.01.29 21:13:49.407092 [ 260 ] {b720f51d-9a24-4335-88ff-1484b3eb2d27} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11275 | 2025.01.29 21:13:49.407138 [ 260 ] {b720f51d-9a24-4335-88ff-1484b3eb2d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11276 | 2025.01.29 21:13:49.407509 [ 260 ] {b720f51d-9a24-4335-88ff-1484b3eb2d27} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11277 | 2025.01.29 21:13:49.407748 [ 260 ] {b720f51d-9a24-4335-88ff-1484b3eb2d27} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11278 | 2025.01.29 21:13:49.407953 [ 260 ] {b720f51d-9a24-4335-88ff-1484b3eb2d27} <Debug> executeQuery: Read 56 rows, 3.55 KiB in 0.001523 sec., 36769.53381483913 rows/sec., 2.28 MiB/sec. | ||
| 11279 | 2025.01.29 21:13:49.408005 [ 260 ] {b720f51d-9a24-4335-88ff-1484b3eb2d27} <Debug> TCPHandler: Processed in 0.001751761 sec. | ||
| 11280 | 2025.01.29 21:13:50.222666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1550 | ||
| 11281 | 2025.01.29 21:13:50.226164 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11282 | 2025.01.29 21:13:50.226221 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11283 | 2025.01.29 21:13:50.227716 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11284 | 2025.01.29 21:13:50.228034 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11285 | 2025.01.29 21:13:50.228627 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1550 | ||
| 11286 | 2025.01.29 21:13:51.777327 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11287 | 2025.01.29 21:13:51.777545 [ 263 ] {4a38cf67-da57-4873-a6da-58abe163f4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11288 | 2025.01.29 21:13:51.777626 [ 263 ] {4a38cf67-da57-4873-a6da-58abe163f4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11289 | 2025.01.29 21:13:51.778479 [ 263 ] {4a38cf67-da57-4873-a6da-58abe163f4d3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11290 | 2025.01.29 21:13:51.778532 [ 263 ] {4a38cf67-da57-4873-a6da-58abe163f4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11291 | 2025.01.29 21:13:51.778975 [ 263 ] {4a38cf67-da57-4873-a6da-58abe163f4d3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11292 | 2025.01.29 21:13:51.779237 [ 263 ] {4a38cf67-da57-4873-a6da-58abe163f4d3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11293 | 2025.01.29 21:13:51.779490 [ 263 ] {4a38cf67-da57-4873-a6da-58abe163f4d3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.15 MiB/sec. | ||
| 11294 | 2025.01.29 21:13:51.779556 [ 263 ] {4a38cf67-da57-4873-a6da-58abe163f4d3} <Debug> TCPHandler: Processed in 0.002371248 sec. | ||
| 11295 | 2025.01.29 21:13:51.779838 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11296 | 2025.01.29 21:13:51.780061 [ 260 ] {ec11b164-a1e9-459b-ac3f-0d0dc5de754b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11297 | 2025.01.29 21:13:51.780147 [ 260 ] {ec11b164-a1e9-459b-ac3f-0d0dc5de754b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11298 | 2025.01.29 21:13:51.780958 [ 260 ] {ec11b164-a1e9-459b-ac3f-0d0dc5de754b} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11299 | 2025.01.29 21:13:51.781009 [ 260 ] {ec11b164-a1e9-459b-ac3f-0d0dc5de754b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11300 | 2025.01.29 21:13:51.781467 [ 260 ] {ec11b164-a1e9-459b-ac3f-0d0dc5de754b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11301 | 2025.01.29 21:13:51.781735 [ 260 ] {ec11b164-a1e9-459b-ac3f-0d0dc5de754b} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11302 | 2025.01.29 21:13:51.781979 [ 260 ] {ec11b164-a1e9-459b-ac3f-0d0dc5de754b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001977 sec., 32372.281234193222 rows/sec., 2.53 MiB/sec. | ||
| 11303 | 2025.01.29 21:13:51.782048 [ 260 ] {ec11b164-a1e9-459b-ac3f-0d0dc5de754b} <Debug> TCPHandler: Processed in 0.002358618 sec. | ||
| 11304 | 2025.01.29 21:13:51.782226 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11305 | 2025.01.29 21:13:51.782374 [ 263 ] {db1ede5e-632e-4f2d-881a-e25d1af85ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11306 | 2025.01.29 21:13:51.782442 [ 263 ] {db1ede5e-632e-4f2d-881a-e25d1af85ae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11307 | 2025.01.29 21:13:51.783107 [ 263 ] {db1ede5e-632e-4f2d-881a-e25d1af85ae0} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11308 | 2025.01.29 21:13:51.783157 [ 263 ] {db1ede5e-632e-4f2d-881a-e25d1af85ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11309 | 2025.01.29 21:13:51.783563 [ 263 ] {db1ede5e-632e-4f2d-881a-e25d1af85ae0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11310 | 2025.01.29 21:13:51.783806 [ 263 ] {db1ede5e-632e-4f2d-881a-e25d1af85ae0} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11311 | 2025.01.29 21:13:51.784032 [ 263 ] {db1ede5e-632e-4f2d-881a-e25d1af85ae0} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001694 sec., 38961.03896103896 rows/sec., 2.72 MiB/sec. | ||
| 11312 | 2025.01.29 21:13:51.784088 [ 263 ] {db1ede5e-632e-4f2d-881a-e25d1af85ae0} <Debug> TCPHandler: Processed in 0.001930074 sec. | ||
| 11313 | 2025.01.29 21:13:51.784241 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11314 | 2025.01.29 21:13:51.784390 [ 260 ] {ebdfd53b-212b-40e6-b329-1c704b1839ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11315 | 2025.01.29 21:13:51.784458 [ 260 ] {ebdfd53b-212b-40e6-b329-1c704b1839ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11316 | 2025.01.29 21:13:51.785051 [ 260 ] {ebdfd53b-212b-40e6-b329-1c704b1839ce} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11317 | 2025.01.29 21:13:51.785100 [ 260 ] {ebdfd53b-212b-40e6-b329-1c704b1839ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11318 | 2025.01.29 21:13:51.785522 [ 260 ] {ebdfd53b-212b-40e6-b329-1c704b1839ce} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11319 | 2025.01.29 21:13:51.785815 [ 260 ] {ebdfd53b-212b-40e6-b329-1c704b1839ce} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11320 | 2025.01.29 21:13:51.786404 [ 260 ] {ebdfd53b-212b-40e6-b329-1c704b1839ce} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.002024 sec., 12845.84980237154 rows/sec., 880.55 KiB/sec. | ||
| 11321 | 2025.01.29 21:13:51.786674 [ 260 ] {ebdfd53b-212b-40e6-b329-1c704b1839ce} <Debug> TCPHandler: Processed in 0.002493889 sec. | ||
| 11322 | 2025.01.29 21:13:52.590654 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27084 | ||
| 11323 | 2025.01.29 21:13:52.591366 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11324 | 2025.01.29 21:13:52.591416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11325 | 2025.01.29 21:13:52.591936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11326 | 2025.01.29 21:13:52.592204 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11327 | 2025.01.29 21:13:52.592425 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 11328 | 2025.01.29 21:13:54.592001 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11329 | 2025.01.29 21:13:54.613206 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11330 | 2025.01.29 21:13:54.613271 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11331 | 2025.01.29 21:13:54.620700 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11332 | 2025.01.29 21:13:54.621489 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11333 | 2025.01.29 21:13:54.624705 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11334 | 2025.01.29 21:13:56.781328 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11335 | 2025.01.29 21:13:56.781622 [ 263 ] {8dee2af1-974e-4c8c-b206-0c0d77c398fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11336 | 2025.01.29 21:13:56.781738 [ 263 ] {8dee2af1-974e-4c8c-b206-0c0d77c398fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11337 | 2025.01.29 21:13:56.782808 [ 263 ] {8dee2af1-974e-4c8c-b206-0c0d77c398fd} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11338 | 2025.01.29 21:13:56.782859 [ 263 ] {8dee2af1-974e-4c8c-b206-0c0d77c398fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11339 | 2025.01.29 21:13:56.783300 [ 263 ] {8dee2af1-974e-4c8c-b206-0c0d77c398fd} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11340 | 2025.01.29 21:13:56.783553 [ 263 ] {8dee2af1-974e-4c8c-b206-0c0d77c398fd} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11341 | 2025.01.29 21:13:56.783752 [ 45 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11342 | 2025.01.29 21:13:56.783818 [ 263 ] {8dee2af1-974e-4c8c-b206-0c0d77c398fd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002272 sec., 24647.88732394366 rows/sec., 1.89 MiB/sec. | ||
| 11343 | 2025.01.29 21:13:56.783848 [ 45 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11344 | 2025.01.29 21:13:56.783921 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11345 | 2025.01.29 21:13:56.783948 [ 263 ] {8dee2af1-974e-4c8c-b206-0c0d77c398fd} <Debug> TCPHandler: Processed in 0.002753443 sec. | ||
| 11346 | 2025.01.29 21:13:56.784267 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 11347 | 2025.01.29 21:13:56.784322 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11348 | 2025.01.29 21:13:56.784767 [ 260 ] {aecf5cde-df3c-4606-ae98-8c9d8a93b646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11349 | 2025.01.29 21:13:56.784864 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11350 | 2025.01.29 21:13:56.784948 [ 260 ] {aecf5cde-df3c-4606-ae98-8c9d8a93b646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11351 | 2025.01.29 21:13:56.785045 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1434 rows starting from the beginning of the part | ||
| 11352 | 2025.01.29 21:13:56.785551 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 283 rows starting from the beginning of the part | ||
| 11353 | 2025.01.29 21:13:56.786042 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 11354 | 2025.01.29 21:13:56.786605 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1429 rows starting from the beginning of the part | ||
| 11355 | 2025.01.29 21:13:56.787110 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 11356 | 2025.01.29 21:13:56.787502 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
| 11357 | 2025.01.29 21:13:56.788951 [ 260 ] {aecf5cde-df3c-4606-ae98-8c9d8a93b646} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11358 | 2025.01.29 21:13:56.789035 [ 260 ] {aecf5cde-df3c-4606-ae98-8c9d8a93b646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11359 | 2025.01.29 21:13:56.790094 [ 260 ] {aecf5cde-df3c-4606-ae98-8c9d8a93b646} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11360 | 2025.01.29 21:13:56.790429 [ 260 ] {aecf5cde-df3c-4606-ae98-8c9d8a93b646} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11361 | 2025.01.29 21:13:56.790795 [ 44 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11362 | 2025.01.29 21:13:56.790988 [ 260 ] {aecf5cde-df3c-4606-ae98-8c9d8a93b646} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006335 sec., 10102.604577742699 rows/sec., 807.46 KiB/sec. | ||
| 11363 | 2025.01.29 21:13:56.791006 [ 44 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11364 | 2025.01.29 21:13:56.791385 [ 260 ] {aecf5cde-df3c-4606-ae98-8c9d8a93b646} <Debug> TCPHandler: Processed in 0.007281847 sec. | ||
| 11365 | 2025.01.29 21:13:56.791441 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.007391959 sec., 448324.99747360614 rows/sec., 39.28 MiB/sec. | ||
| 11366 | 2025.01.29 21:13:56.791440 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11367 | 2025.01.29 21:13:56.791636 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11368 | 2025.01.29 21:13:56.791765 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 11369 | 2025.01.29 21:13:56.791897 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11370 | 2025.01.29 21:13:56.791930 [ 263 ] {3e2ff821-403c-4d7e-a8be-05b5ef47e0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11371 | 2025.01.29 21:13:56.792141 [ 263 ] {3e2ff821-403c-4d7e-a8be-05b5ef47e0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11372 | 2025.01.29 21:13:56.792374 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11373 | 2025.01.29 21:13:56.792567 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 914 rows starting from the beginning of the part | ||
| 11374 | 2025.01.29 21:13:56.792850 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11375 | 2025.01.29 21:13:56.793325 [ 188 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_96_19} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11376 | 2025.01.29 21:13:56.793378 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 422 rows starting from the beginning of the part | ||
| 11377 | 2025.01.29 21:13:56.793640 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 11378 | 2025.01.29 21:13:56.793924 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 11379 | 2025.01.29 21:13:56.794118 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 890 rows starting from the beginning of the part | ||
| 11380 | 2025.01.29 21:13:56.794466 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 11381 | 2025.01.29 21:13:56.794961 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
| 11382 | 2025.01.29 21:13:56.795585 [ 263 ] {3e2ff821-403c-4d7e-a8be-05b5ef47e0f6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2025.01.29 21:13:56.795645 [ 263 ] {3e2ff821-403c-4d7e-a8be-05b5ef47e0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11384 | 2025.01.29 21:13:56.796516 [ 263 ] {3e2ff821-403c-4d7e-a8be-05b5ef47e0f6} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11385 | 2025.01.29 21:13:56.797071 [ 263 ] {3e2ff821-403c-4d7e-a8be-05b5ef47e0f6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2025.01.29 21:13:56.797614 [ 263 ] {3e2ff821-403c-4d7e-a8be-05b5ef47e0f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005794 sec., 27614.773904038662 rows/sec., 1.92 MiB/sec. | ||
| 11387 | 2025.01.29 21:13:56.797703 [ 263 ] {3e2ff821-403c-4d7e-a8be-05b5ef47e0f6} <Debug> TCPHandler: Processed in 0.006183263 sec. | ||
| 11388 | 2025.01.29 21:13:56.797980 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11389 | 2025.01.29 21:13:56.798462 [ 260 ] {54d2b7c8-b0eb-4b28-b3f3-a0adc964afe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11390 | 2025.01.29 21:13:56.798485 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.006862892 sec., 352329.6009903697 rows/sec., 27.02 MiB/sec. | ||
| 11391 | 2025.01.29 21:13:56.798543 [ 260 ] {54d2b7c8-b0eb-4b28-b3f3-a0adc964afe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11392 | 2025.01.29 21:13:56.798776 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11393 | 2025.01.29 21:13:56.799458 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11394 | 2025.01.29 21:13:56.799655 [ 260 ] {54d2b7c8-b0eb-4b28-b3f3-a0adc964afe3} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11395 | 2025.01.29 21:13:56.799671 [ 188 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_96_19} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11396 | 2025.01.29 21:13:56.799721 [ 260 ] {54d2b7c8-b0eb-4b28-b3f3-a0adc964afe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11397 | 2025.01.29 21:13:56.799842 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 11398 | 2025.01.29 21:13:56.800234 [ 260 ] {54d2b7c8-b0eb-4b28-b3f3-a0adc964afe3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11399 | 2025.01.29 21:13:56.800484 [ 260 ] {54d2b7c8-b0eb-4b28-b3f3-a0adc964afe3} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11400 | 2025.01.29 21:13:56.800712 [ 260 ] {54d2b7c8-b0eb-4b28-b3f3-a0adc964afe3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00242 sec., 24793.388429752067 rows/sec., 1.67 MiB/sec. | ||
| 11401 | 2025.01.29 21:13:56.800769 [ 260 ] {54d2b7c8-b0eb-4b28-b3f3-a0adc964afe3} <Debug> TCPHandler: Processed in 0.002936295 sec. | ||
| 11402 | 2025.01.29 21:13:59.903629 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11403 | 2025.01.29 21:13:59.903686 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11404 | 2025.01.29 21:14:00.092705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572 | ||
| 11405 | 2025.01.29 21:14:00.093764 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11406 | 2025.01.29 21:14:00.093814 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11407 | 2025.01.29 21:14:00.094350 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11408 | 2025.01.29 21:14:00.094622 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11409 | 2025.01.29 21:14:00.094893 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572 | ||
| 11410 | 2025.01.29 21:14:00.229086 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1566 | ||
| 11411 | 2025.01.29 21:14:00.231933 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11412 | 2025.01.29 21:14:00.231982 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11413 | 2025.01.29 21:14:00.233396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11414 | 2025.01.29 21:14:00.233691 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11415 | 2025.01.29 21:14:00.234301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1566 | ||
| 11416 | 2025.01.29 21:14:01.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.01 MiB, peak 252.18 MiB, free memory in arenas 0.00 B, will set to 244.00 MiB (RSS), difference: 3.99 MiB | ||
| 11417 | 2025.01.29 21:14:01.787128 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11418 | 2025.01.29 21:14:01.787325 [ 263 ] {abe41c78-1092-472f-ba4e-d472f27de8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11419 | 2025.01.29 21:14:01.787401 [ 263 ] {abe41c78-1092-472f-ba4e-d472f27de8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11420 | 2025.01.29 21:14:01.788156 [ 263 ] {abe41c78-1092-472f-ba4e-d472f27de8ba} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11421 | 2025.01.29 21:14:01.788204 [ 263 ] {abe41c78-1092-472f-ba4e-d472f27de8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11422 | 2025.01.29 21:14:01.788627 [ 263 ] {abe41c78-1092-472f-ba4e-d472f27de8ba} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11423 | 2025.01.29 21:14:01.788872 [ 263 ] {abe41c78-1092-472f-ba4e-d472f27de8ba} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11424 | 2025.01.29 21:14:01.789075 [ 263 ] {abe41c78-1092-472f-ba4e-d472f27de8ba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001803 sec., 7764.83638380477 rows/sec., 558.96 KiB/sec. | ||
| 11425 | 2025.01.29 21:14:01.789140 [ 263 ] {abe41c78-1092-472f-ba4e-d472f27de8ba} <Debug> TCPHandler: Processed in 0.002144636 sec. | ||
| 11426 | 2025.01.29 21:14:01.789415 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11427 | 2025.01.29 21:14:01.789616 [ 260 ] {17320ac4-6fff-49cf-af45-3f6c2c94a08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11428 | 2025.01.29 21:14:01.789691 [ 260 ] {17320ac4-6fff-49cf-af45-3f6c2c94a08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11429 | 2025.01.29 21:14:01.790608 [ 260 ] {17320ac4-6fff-49cf-af45-3f6c2c94a08f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11430 | 2025.01.29 21:14:01.790658 [ 260 ] {17320ac4-6fff-49cf-af45-3f6c2c94a08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11431 | 2025.01.29 21:14:01.791123 [ 260 ] {17320ac4-6fff-49cf-af45-3f6c2c94a08f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11432 | 2025.01.29 21:14:01.791383 [ 260 ] {17320ac4-6fff-49cf-af45-3f6c2c94a08f} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11433 | 2025.01.29 21:14:01.791616 [ 260 ] {17320ac4-6fff-49cf-af45-3f6c2c94a08f} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002056 sec., 137645.91439688715 rows/sec., 12.16 MiB/sec. | ||
| 11434 | 2025.01.29 21:14:01.791676 [ 260 ] {17320ac4-6fff-49cf-af45-3f6c2c94a08f} <Debug> TCPHandler: Processed in 0.002396449 sec. | ||
| 11435 | 2025.01.29 21:14:01.791848 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11436 | 2025.01.29 21:14:01.791996 [ 263 ] {9db8e9b4-b1e7-4a0f-bed2-395054d3f6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11437 | 2025.01.29 21:14:01.792057 [ 263 ] {9db8e9b4-b1e7-4a0f-bed2-395054d3f6be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11438 | 2025.01.29 21:14:01.792723 [ 263 ] {9db8e9b4-b1e7-4a0f-bed2-395054d3f6be} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11439 | 2025.01.29 21:14:01.792761 [ 263 ] {9db8e9b4-b1e7-4a0f-bed2-395054d3f6be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11440 | 2025.01.29 21:14:01.793102 [ 263 ] {9db8e9b4-b1e7-4a0f-bed2-395054d3f6be} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11441 | 2025.01.29 21:14:01.793407 [ 263 ] {9db8e9b4-b1e7-4a0f-bed2-395054d3f6be} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11442 | 2025.01.29 21:14:01.793618 [ 263 ] {9db8e9b4-b1e7-4a0f-bed2-395054d3f6be} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001657 sec., 28364.51418225709 rows/sec., 2.04 MiB/sec. | ||
| 11443 | 2025.01.29 21:14:01.793678 [ 263 ] {9db8e9b4-b1e7-4a0f-bed2-395054d3f6be} <Debug> TCPHandler: Processed in 0.001897222 sec. | ||
| 11444 | 2025.01.29 21:14:01.793834 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11445 | 2025.01.29 21:14:01.793977 [ 260 ] {61d8dbd6-7aaf-4940-bc47-22b0c6eb078e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11446 | 2025.01.29 21:14:01.794036 [ 260 ] {61d8dbd6-7aaf-4940-bc47-22b0c6eb078e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11447 | 2025.01.29 21:14:01.794721 [ 260 ] {61d8dbd6-7aaf-4940-bc47-22b0c6eb078e} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11448 | 2025.01.29 21:14:01.794761 [ 260 ] {61d8dbd6-7aaf-4940-bc47-22b0c6eb078e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11449 | 2025.01.29 21:14:01.795128 [ 260 ] {61d8dbd6-7aaf-4940-bc47-22b0c6eb078e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11450 | 2025.01.29 21:14:01.795370 [ 260 ] {61d8dbd6-7aaf-4940-bc47-22b0c6eb078e} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11451 | 2025.01.29 21:14:01.795590 [ 260 ] {61d8dbd6-7aaf-4940-bc47-22b0c6eb078e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001646 sec., 8505.46780072904 rows/sec., 595.67 KiB/sec. | ||
| 11452 | 2025.01.29 21:14:01.795643 [ 260 ] {61d8dbd6-7aaf-4940-bc47-22b0c6eb078e} <Debug> TCPHandler: Processed in 0.001880693 sec. | ||
| 11453 | 2025.01.29 21:14:01.795814 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11454 | 2025.01.29 21:14:01.795967 [ 263 ] {78ef1e14-bd3b-490f-ab69-213f4a2f9033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11455 | 2025.01.29 21:14:01.796033 [ 263 ] {78ef1e14-bd3b-490f-ab69-213f4a2f9033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11456 | 2025.01.29 21:14:01.796727 [ 263 ] {78ef1e14-bd3b-490f-ab69-213f4a2f9033} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11457 | 2025.01.29 21:14:01.796767 [ 263 ] {78ef1e14-bd3b-490f-ab69-213f4a2f9033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11458 | 2025.01.29 21:14:01.797121 [ 263 ] {78ef1e14-bd3b-490f-ab69-213f4a2f9033} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11459 | 2025.01.29 21:14:01.797353 [ 263 ] {78ef1e14-bd3b-490f-ab69-213f4a2f9033} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11460 | 2025.01.29 21:14:01.797602 [ 263 ] {78ef1e14-bd3b-490f-ab69-213f4a2f9033} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001659 sec., 7836.045810729354 rows/sec., 488.58 KiB/sec. | ||
| 11461 | 2025.01.29 21:14:01.797667 [ 263 ] {78ef1e14-bd3b-490f-ab69-213f4a2f9033} <Debug> TCPHandler: Processed in 0.001925473 sec. | ||
| 11462 | 2025.01.29 21:14:01.797876 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11463 | 2025.01.29 21:14:01.798026 [ 260 ] {9a6e6589-e8e9-44d7-a11c-2b88990b1cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11464 | 2025.01.29 21:14:01.798083 [ 260 ] {9a6e6589-e8e9-44d7-a11c-2b88990b1cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11465 | 2025.01.29 21:14:01.798883 [ 260 ] {9a6e6589-e8e9-44d7-a11c-2b88990b1cf3} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11466 | 2025.01.29 21:14:01.798921 [ 260 ] {9a6e6589-e8e9-44d7-a11c-2b88990b1cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11467 | 2025.01.29 21:14:01.799323 [ 260 ] {9a6e6589-e8e9-44d7-a11c-2b88990b1cf3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11468 | 2025.01.29 21:14:01.799566 [ 260 ] {9a6e6589-e8e9-44d7-a11c-2b88990b1cf3} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11469 | 2025.01.29 21:14:01.799772 [ 260 ] {9a6e6589-e8e9-44d7-a11c-2b88990b1cf3} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001775 sec., 237746.47887323942 rows/sec., 16.99 MiB/sec. | ||
| 11470 | 2025.01.29 21:14:01.799823 [ 260 ] {9a6e6589-e8e9-44d7-a11c-2b88990b1cf3} <Debug> TCPHandler: Processed in 0.002061895 sec. | ||
| 11471 | 2025.01.29 21:14:01.799981 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11472 | 2025.01.29 21:14:01.800121 [ 263 ] {6b198bbf-d699-4311-8530-1efa5efc9106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11473 | 2025.01.29 21:14:01.800182 [ 263 ] {6b198bbf-d699-4311-8530-1efa5efc9106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11474 | 2025.01.29 21:14:01.800736 [ 263 ] {6b198bbf-d699-4311-8530-1efa5efc9106} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11475 | 2025.01.29 21:14:01.800775 [ 263 ] {6b198bbf-d699-4311-8530-1efa5efc9106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11476 | 2025.01.29 21:14:01.801131 [ 263 ] {6b198bbf-d699-4311-8530-1efa5efc9106} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11477 | 2025.01.29 21:14:01.801366 [ 263 ] {6b198bbf-d699-4311-8530-1efa5efc9106} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11478 | 2025.01.29 21:14:01.801606 [ 263 ] {6b198bbf-d699-4311-8530-1efa5efc9106} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 11479 | 2025.01.29 21:14:01.801717 [ 263 ] {6b198bbf-d699-4311-8530-1efa5efc9106} <Debug> TCPHandler: Processed in 0.001798991 sec. | ||
| 11480 | 2025.01.29 21:14:01.801938 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11481 | 2025.01.29 21:14:01.802083 [ 260 ] {0d556bb5-a0cd-48e9-9396-0bc29c952218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11482 | 2025.01.29 21:14:01.802144 [ 260 ] {0d556bb5-a0cd-48e9-9396-0bc29c952218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11483 | 2025.01.29 21:14:01.802789 [ 260 ] {0d556bb5-a0cd-48e9-9396-0bc29c952218} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11484 | 2025.01.29 21:14:01.802827 [ 260 ] {0d556bb5-a0cd-48e9-9396-0bc29c952218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11485 | 2025.01.29 21:14:01.803218 [ 260 ] {0d556bb5-a0cd-48e9-9396-0bc29c952218} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11486 | 2025.01.29 21:14:01.803454 [ 260 ] {0d556bb5-a0cd-48e9-9396-0bc29c952218} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11487 | 2025.01.29 21:14:01.803645 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11488 | 2025.01.29 21:14:01.803698 [ 260 ] {0d556bb5-a0cd-48e9-9396-0bc29c952218} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
| 11489 | 2025.01.29 21:14:01.803777 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11490 | 2025.01.29 21:14:01.803816 [ 260 ] {0d556bb5-a0cd-48e9-9396-0bc29c952218} <Debug> TCPHandler: Processed in 0.001986814 sec. | ||
| 11491 | 2025.01.29 21:14:01.803861 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11492 | 2025.01.29 21:14:01.804095 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11493 | 2025.01.29 21:14:01.804111 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 11494 | 2025.01.29 21:14:01.804439 [ 263 ] {4478eec3-0da2-4b46-8c83-94e19eb9c7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11495 | 2025.01.29 21:14:01.804469 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11496 | 2025.01.29 21:14:01.804550 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25189 rows starting from the beginning of the part | ||
| 11497 | 2025.01.29 21:14:01.804590 [ 263 ] {4478eec3-0da2-4b46-8c83-94e19eb9c7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11498 | 2025.01.29 21:14:01.804825 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
| 11499 | 2025.01.29 21:14:01.805216 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 897 rows starting from the beginning of the part | ||
| 11500 | 2025.01.29 21:14:01.805613 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 66 rows starting from the beginning of the part | ||
| 11501 | 2025.01.29 21:14:01.806045 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 11502 | 2025.01.29 21:14:01.806319 [ 187 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 11503 | 2025.01.29 21:14:01.807126 [ 263 ] {4478eec3-0da2-4b46-8c83-94e19eb9c7f9} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11504 | 2025.01.29 21:14:01.807189 [ 263 ] {4478eec3-0da2-4b46-8c83-94e19eb9c7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11505 | 2025.01.29 21:14:01.807911 [ 263 ] {4478eec3-0da2-4b46-8c83-94e19eb9c7f9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11506 | 2025.01.29 21:14:01.808376 [ 263 ] {4478eec3-0da2-4b46-8c83-94e19eb9c7f9} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11507 | 2025.01.29 21:14:01.808653 [ 263 ] {4478eec3-0da2-4b46-8c83-94e19eb9c7f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004341 sec., 230.36166781847498 rows/sec., 15.52 KiB/sec. | ||
| 11508 | 2025.01.29 21:14:01.808719 [ 263 ] {4478eec3-0da2-4b46-8c83-94e19eb9c7f9} <Debug> TCPHandler: Processed in 0.004784707 sec. | ||
| 11509 | 2025.01.29 21:14:01.809007 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11510 | 2025.01.29 21:14:01.809431 [ 260 ] {91d3b1b8-b846-4511-a816-76566bec3326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11511 | 2025.01.29 21:14:01.809770 [ 260 ] {91d3b1b8-b846-4511-a816-76566bec3326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11512 | 2025.01.29 21:14:01.811423 [ 260 ] {91d3b1b8-b846-4511-a816-76566bec3326} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11513 | 2025.01.29 21:14:01.811491 [ 260 ] {91d3b1b8-b846-4511-a816-76566bec3326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11514 | 2025.01.29 21:14:01.812423 [ 260 ] {91d3b1b8-b846-4511-a816-76566bec3326} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11515 | 2025.01.29 21:14:01.812712 [ 260 ] {91d3b1b8-b846-4511-a816-76566bec3326} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11516 | 2025.01.29 21:14:01.813200 [ 260 ] {91d3b1b8-b846-4511-a816-76566bec3326} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003909 sec., 10232.796111537476 rows/sec., 18.34 MiB/sec. | ||
| 11517 | 2025.01.29 21:14:01.813352 [ 260 ] {91d3b1b8-b846-4511-a816-76566bec3326} <Debug> TCPHandler: Processed in 0.004496534 sec. | ||
| 11518 | 2025.01.29 21:14:01.813524 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11519 | 2025.01.29 21:14:01.813745 [ 263 ] {ba9e8f5b-5cc0-4309-97e0-63c63eab99b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11520 | 2025.01.29 21:14:01.813851 [ 263 ] {ba9e8f5b-5cc0-4309-97e0-63c63eab99b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11521 | 2025.01.29 21:14:01.814745 [ 263 ] {ba9e8f5b-5cc0-4309-97e0-63c63eab99b1} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11522 | 2025.01.29 21:14:01.814784 [ 263 ] {ba9e8f5b-5cc0-4309-97e0-63c63eab99b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11523 | 2025.01.29 21:14:01.815314 [ 263 ] {ba9e8f5b-5cc0-4309-97e0-63c63eab99b1} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11524 | 2025.01.29 21:14:01.815561 [ 263 ] {ba9e8f5b-5cc0-4309-97e0-63c63eab99b1} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11525 | 2025.01.29 21:14:01.815824 [ 34 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11526 | 2025.01.29 21:14:01.815917 [ 263 ] {ba9e8f5b-5cc0-4309-97e0-63c63eab99b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00221 sec., 37104.072398190045 rows/sec., 2.36 MiB/sec. | ||
| 11527 | 2025.01.29 21:14:01.815960 [ 34 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11528 | 2025.01.29 21:14:01.816178 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11529 | 2025.01.29 21:14:01.816252 [ 263 ] {ba9e8f5b-5cc0-4309-97e0-63c63eab99b1} <Debug> TCPHandler: Processed in 0.002788593 sec. | ||
| 11530 | 2025.01.29 21:14:01.816774 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 11531 | 2025.01.29 21:14:01.816795 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26709 rows, containing 5 columns (5 merged, 0 gathered) in 0.012784483 sec., 2089173.2579252522 rows/sec., 141.06 MiB/sec. | ||
| 11532 | 2025.01.29 21:14:01.817016 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11533 | 2025.01.29 21:14:01.817071 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5324 rows starting from the beginning of the part | ||
| 11534 | 2025.01.29 21:14:01.817157 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11535 | 2025.01.29 21:14:01.817384 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 11536 | 2025.01.29 21:14:01.817627 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 11537 | 2025.01.29 21:14:01.817984 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 11538 | 2025.01.29 21:14:01.818238 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11539 | 2025.01.29 21:14:01.818266 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 11540 | 2025.01.29 21:14:01.818575 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11541 | 2025.01.29 21:14:01.818580 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 11542 | 2025.01.29 21:14:01.818892 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 11543 | 2025.01.29 21:14:01.821156 [ 189 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5608 rows, containing 4 columns (4 merged, 0 gathered) in 0.004719187 sec., 1188340.279798194 rows/sec., 77.36 MiB/sec. | ||
| 11544 | 2025.01.29 21:14:01.821636 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11545 | 2025.01.29 21:14:01.821944 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_96_19} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11546 | 2025.01.29 21:14:01.822030 [ 191 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_96_19} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11547 | 2025.01.29 21:14:01.822121 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11548 | 2025.01.29 21:14:02.124873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11549 | 2025.01.29 21:14:02.147307 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11550 | 2025.01.29 21:14:02.147355 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11551 | 2025.01.29 21:14:02.154941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11552 | 2025.01.29 21:14:02.155761 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11553 | 2025.01.29 21:14:02.160232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11554 | 2025.01.29 21:14:06.781410 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11555 | 2025.01.29 21:14:06.781639 [ 263 ] {13900097-e945-4ecb-abd6-f464b60a1cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11556 | 2025.01.29 21:14:06.781723 [ 263 ] {13900097-e945-4ecb-abd6-f464b60a1cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11557 | 2025.01.29 21:14:06.782475 [ 263 ] {13900097-e945-4ecb-abd6-f464b60a1cd1} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11558 | 2025.01.29 21:14:06.782530 [ 263 ] {13900097-e945-4ecb-abd6-f464b60a1cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11559 | 2025.01.29 21:14:06.782955 [ 263 ] {13900097-e945-4ecb-abd6-f464b60a1cd1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11560 | 2025.01.29 21:14:06.783210 [ 263 ] {13900097-e945-4ecb-abd6-f464b60a1cd1} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11561 | 2025.01.29 21:14:06.783460 [ 263 ] {13900097-e945-4ecb-abd6-f464b60a1cd1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001879 sec., 1064.39595529537 rows/sec., 86.79 KiB/sec. | ||
| 11562 | 2025.01.29 21:14:06.783529 [ 263 ] {13900097-e945-4ecb-abd6-f464b60a1cd1} <Debug> TCPHandler: Processed in 0.002260077 sec. | ||
| 11563 | 2025.01.29 21:14:06.783804 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11564 | 2025.01.29 21:14:06.784014 [ 260 ] {f974aaff-43d4-4014-b6f8-b06d7e3de8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11565 | 2025.01.29 21:14:06.784096 [ 260 ] {f974aaff-43d4-4014-b6f8-b06d7e3de8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11566 | 2025.01.29 21:14:06.784952 [ 260 ] {f974aaff-43d4-4014-b6f8-b06d7e3de8e3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11567 | 2025.01.29 21:14:06.784993 [ 260 ] {f974aaff-43d4-4014-b6f8-b06d7e3de8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11568 | 2025.01.29 21:14:06.785426 [ 260 ] {f974aaff-43d4-4014-b6f8-b06d7e3de8e3} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11569 | 2025.01.29 21:14:06.785681 [ 260 ] {f974aaff-43d4-4014-b6f8-b06d7e3de8e3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11570 | 2025.01.29 21:14:06.785886 [ 260 ] {f974aaff-43d4-4014-b6f8-b06d7e3de8e3} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001931 sec., 29518.38425686173 rows/sec., 2.26 MiB/sec. | ||
| 11571 | 2025.01.29 21:14:06.785953 [ 260 ] {f974aaff-43d4-4014-b6f8-b06d7e3de8e3} <Debug> TCPHandler: Processed in 0.002291757 sec. | ||
| 11572 | 2025.01.29 21:14:06.786177 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11573 | 2025.01.29 21:14:06.786369 [ 263 ] {296cf9d5-dca3-491e-8d3f-78839a3788b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11574 | 2025.01.29 21:14:06.786432 [ 263 ] {296cf9d5-dca3-491e-8d3f-78839a3788b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11575 | 2025.01.29 21:14:06.787086 [ 263 ] {296cf9d5-dca3-491e-8d3f-78839a3788b5} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11576 | 2025.01.29 21:14:06.787129 [ 263 ] {296cf9d5-dca3-491e-8d3f-78839a3788b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11577 | 2025.01.29 21:14:06.787483 [ 263 ] {296cf9d5-dca3-491e-8d3f-78839a3788b5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11578 | 2025.01.29 21:14:06.787721 [ 263 ] {296cf9d5-dca3-491e-8d3f-78839a3788b5} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11579 | 2025.01.29 21:14:06.787938 [ 263 ] {296cf9d5-dca3-491e-8d3f-78839a3788b5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001605 sec., 1246.105919003115 rows/sec., 87.01 KiB/sec. | ||
| 11580 | 2025.01.29 21:14:06.787995 [ 263 ] {296cf9d5-dca3-491e-8d3f-78839a3788b5} <Debug> TCPHandler: Processed in 0.001943353 sec. | ||
| 11581 | 2025.01.29 21:14:06.788149 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11582 | 2025.01.29 21:14:06.788271 [ 260 ] {9c1b9691-0488-4d18-81c3-b967b37f2f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11583 | 2025.01.29 21:14:06.788323 [ 260 ] {9c1b9691-0488-4d18-81c3-b967b37f2f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11584 | 2025.01.29 21:14:06.788939 [ 260 ] {9c1b9691-0488-4d18-81c3-b967b37f2f8a} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11585 | 2025.01.29 21:14:06.788977 [ 260 ] {9c1b9691-0488-4d18-81c3-b967b37f2f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11586 | 2025.01.29 21:14:06.789353 [ 260 ] {9c1b9691-0488-4d18-81c3-b967b37f2f8a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11587 | 2025.01.29 21:14:06.789600 [ 260 ] {9c1b9691-0488-4d18-81c3-b967b37f2f8a} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11588 | 2025.01.29 21:14:06.789783 [ 260 ] {9c1b9691-0488-4d18-81c3-b967b37f2f8a} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001536 sec., 42968.75 rows/sec., 3.36 MiB/sec. | ||
| 11589 | 2025.01.29 21:14:06.789835 [ 260 ] {9c1b9691-0488-4d18-81c3-b967b37f2f8a} <Debug> TCPHandler: Processed in 0.001744741 sec. | ||
| 11590 | 2025.01.29 21:14:06.789971 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11591 | 2025.01.29 21:14:06.790090 [ 263 ] {54158477-8768-427f-beed-6f80e072d8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11592 | 2025.01.29 21:14:06.790144 [ 263 ] {54158477-8768-427f-beed-6f80e072d8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11593 | 2025.01.29 21:14:06.790754 [ 263 ] {54158477-8768-427f-beed-6f80e072d8c6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11594 | 2025.01.29 21:14:06.790794 [ 263 ] {54158477-8768-427f-beed-6f80e072d8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11595 | 2025.01.29 21:14:06.791216 [ 263 ] {54158477-8768-427f-beed-6f80e072d8c6} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11596 | 2025.01.29 21:14:06.791459 [ 263 ] {54158477-8768-427f-beed-6f80e072d8c6} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11597 | 2025.01.29 21:14:06.791667 [ 263 ] {54158477-8768-427f-beed-6f80e072d8c6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001601 sec., 100562.14865708932 rows/sec., 7.00 MiB/sec. | ||
| 11598 | 2025.01.29 21:14:06.791724 [ 263 ] {54158477-8768-427f-beed-6f80e072d8c6} <Debug> TCPHandler: Processed in 0.001808992 sec. | ||
| 11599 | 2025.01.29 21:14:06.791876 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11600 | 2025.01.29 21:14:06.792016 [ 260 ] {aac76d63-4cd3-41a7-9f5c-8caed25672ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11601 | 2025.01.29 21:14:06.792078 [ 260 ] {aac76d63-4cd3-41a7-9f5c-8caed25672ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11602 | 2025.01.29 21:14:06.792665 [ 260 ] {aac76d63-4cd3-41a7-9f5c-8caed25672ac} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11603 | 2025.01.29 21:14:06.792712 [ 260 ] {aac76d63-4cd3-41a7-9f5c-8caed25672ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11604 | 2025.01.29 21:14:06.793104 [ 260 ] {aac76d63-4cd3-41a7-9f5c-8caed25672ac} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11605 | 2025.01.29 21:14:06.793345 [ 260 ] {aac76d63-4cd3-41a7-9f5c-8caed25672ac} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11606 | 2025.01.29 21:14:06.793563 [ 260 ] {aac76d63-4cd3-41a7-9f5c-8caed25672ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec. | ||
| 11607 | 2025.01.29 21:14:06.793613 [ 260 ] {aac76d63-4cd3-41a7-9f5c-8caed25672ac} <Debug> TCPHandler: Processed in 0.001804572 sec. | ||
| 11608 | 2025.01.29 21:14:07.595098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999 | ||
| 11609 | 2025.01.29 21:14:07.595735 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11610 | 2025.01.29 21:14:07.595787 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11611 | 2025.01.29 21:14:07.596320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11612 | 2025.01.29 21:14:07.596598 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11613 | 2025.01.29 21:14:07.596860 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 11614 | 2025.01.29 21:14:07.596864 [ 30 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11615 | 2025.01.29 21:14:07.596946 [ 30 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11616 | 2025.01.29 21:14:07.596970 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11617 | 2025.01.29 21:14:07.597126 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 11618 | 2025.01.29 21:14:07.597298 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11619 | 2025.01.29 21:14:07.597348 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 11620 | 2025.01.29 21:14:07.597430 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 11621 | 2025.01.29 21:14:07.597528 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 11622 | 2025.01.29 21:14:07.597653 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 11623 | 2025.01.29 21:14:07.597734 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 11624 | 2025.01.29 21:14:07.597841 [ 189 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 11625 | 2025.01.29 21:14:07.600474 [ 191 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.00342251 sec., 8180838.039918072 rows/sec., 117.03 MiB/sec. | ||
| 11626 | 2025.01.29 21:14:07.600771 [ 201 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11627 | 2025.01.29 21:14:07.601094 [ 201 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_61_12} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11628 | 2025.01.29 21:14:07.601182 [ 201 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_61_12} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11629 | 2025.01.29 21:14:07.601274 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 11630 | 2025.01.29 21:14:09.660365 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11631 | 2025.01.29 21:14:09.682281 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11632 | 2025.01.29 21:14:09.682346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11633 | 2025.01.29 21:14:09.690093 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11634 | 2025.01.29 21:14:09.690889 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11635 | 2025.01.29 21:14:09.691267 [ 26 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11636 | 2025.01.29 21:14:09.691390 [ 26 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11637 | 2025.01.29 21:14:09.691455 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11638 | 2025.01.29 21:14:09.691907 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 11639 | 2025.01.29 21:14:09.702624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11640 | 2025.01.29 21:14:09.703816 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11641 | 2025.01.29 21:14:09.704743 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 11642 | 2025.01.29 21:14:09.709418 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 11643 | 2025.01.29 21:14:09.714070 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 11644 | 2025.01.29 21:14:09.719181 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 11645 | 2025.01.29 21:14:09.724560 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 11646 | 2025.01.29 21:14:09.729191 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 11647 | 2025.01.29 21:14:09.791506 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.099912935 sec., 4604.0084799830975 rows/sec., 23.81 MiB/sec. | ||
| 11648 | 2025.01.29 21:14:09.793812 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11649 | 2025.01.29 21:14:09.796420 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_61_12} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11650 | 2025.01.29 21:14:09.796548 [ 191 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_61_12} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11651 | 2025.01.29 21:14:09.798251 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11652 | 2025.01.29 21:14:10.234538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1600 | ||
| 11653 | 2025.01.29 21:14:10.237740 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11654 | 2025.01.29 21:14:10.237798 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11655 | 2025.01.29 21:14:10.239284 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11656 | 2025.01.29 21:14:10.239603 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11657 | 2025.01.29 21:14:10.240279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1600 | ||
| 11658 | 2025.01.29 21:14:11.787346 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11659 | 2025.01.29 21:14:11.787643 [ 263 ] {e86cd33b-5912-4432-8f2b-11ef2bd5bf8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11660 | 2025.01.29 21:14:11.787759 [ 263 ] {e86cd33b-5912-4432-8f2b-11ef2bd5bf8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11661 | 2025.01.29 21:14:11.788621 [ 263 ] {e86cd33b-5912-4432-8f2b-11ef2bd5bf8c} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11662 | 2025.01.29 21:14:11.788675 [ 263 ] {e86cd33b-5912-4432-8f2b-11ef2bd5bf8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11663 | 2025.01.29 21:14:11.789107 [ 263 ] {e86cd33b-5912-4432-8f2b-11ef2bd5bf8c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11664 | 2025.01.29 21:14:11.789362 [ 263 ] {e86cd33b-5912-4432-8f2b-11ef2bd5bf8c} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11665 | 2025.01.29 21:14:11.789571 [ 91 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11666 | 2025.01.29 21:14:11.789637 [ 263 ] {e86cd33b-5912-4432-8f2b-11ef2bd5bf8c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002067 sec., 6773.101112723755 rows/sec., 487.57 KiB/sec. | ||
| 11667 | 2025.01.29 21:14:11.789661 [ 91 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11668 | 2025.01.29 21:14:11.789727 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11669 | 2025.01.29 21:14:11.789767 [ 263 ] {e86cd33b-5912-4432-8f2b-11ef2bd5bf8c} <Debug> TCPHandler: Processed in 0.002603641 sec. | ||
| 11670 | 2025.01.29 21:14:11.790042 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 11671 | 2025.01.29 21:14:11.790151 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11672 | 2025.01.29 21:14:11.790543 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11673 | 2025.01.29 21:14:11.790672 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 11674 | 2025.01.29 21:14:11.790751 [ 260 ] {3f5fe969-fbc3-4d6a-8f32-5ba85ef39a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11675 | 2025.01.29 21:14:11.791010 [ 260 ] {3f5fe969-fbc3-4d6a-8f32-5ba85ef39a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11676 | 2025.01.29 21:14:11.791103 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 11677 | 2025.01.29 21:14:11.791461 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 11678 | 2025.01.29 21:14:11.791807 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 11679 | 2025.01.29 21:14:11.792244 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 11680 | 2025.01.29 21:14:11.794186 [ 260 ] {3f5fe969-fbc3-4d6a-8f32-5ba85ef39a74} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11681 | 2025.01.29 21:14:11.794267 [ 260 ] {3f5fe969-fbc3-4d6a-8f32-5ba85ef39a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11682 | 2025.01.29 21:14:11.794780 [ 195 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004952529 sec., 14134.192853792478 rows/sec., 1.05 MiB/sec. | ||
| 11683 | 2025.01.29 21:14:11.795021 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11684 | 2025.01.29 21:14:11.795251 [ 260 ] {3f5fe969-fbc3-4d6a-8f32-5ba85ef39a74} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11685 | 2025.01.29 21:14:11.795561 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_41_10} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11686 | 2025.01.29 21:14:11.795735 [ 192 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_41_10} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11687 | 2025.01.29 21:14:11.795763 [ 260 ] {3f5fe969-fbc3-4d6a-8f32-5ba85ef39a74} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11688 | 2025.01.29 21:14:11.795919 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11689 | 2025.01.29 21:14:11.796142 [ 260 ] {3f5fe969-fbc3-4d6a-8f32-5ba85ef39a74} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.005602 sec., 50517.67225990717 rows/sec., 4.46 MiB/sec. | ||
| 11690 | 2025.01.29 21:14:11.796225 [ 260 ] {3f5fe969-fbc3-4d6a-8f32-5ba85ef39a74} <Debug> TCPHandler: Processed in 0.006301565 sec. | ||
| 11691 | 2025.01.29 21:14:11.796406 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2025.01.29 21:14:11.796553 [ 263 ] {f720328f-bb54-4c21-bbb2-3db938c0db26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11693 | 2025.01.29 21:14:11.796616 [ 263 ] {f720328f-bb54-4c21-bbb2-3db938c0db26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11694 | 2025.01.29 21:14:11.797296 [ 263 ] {f720328f-bb54-4c21-bbb2-3db938c0db26} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11695 | 2025.01.29 21:14:11.797340 [ 263 ] {f720328f-bb54-4c21-bbb2-3db938c0db26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11696 | 2025.01.29 21:14:11.797724 [ 263 ] {f720328f-bb54-4c21-bbb2-3db938c0db26} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11697 | 2025.01.29 21:14:11.797969 [ 263 ] {f720328f-bb54-4c21-bbb2-3db938c0db26} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11698 | 2025.01.29 21:14:11.798214 [ 263 ] {f720328f-bb54-4c21-bbb2-3db938c0db26} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001683 sec., 27926.322043969103 rows/sec., 2.01 MiB/sec. | ||
| 11699 | 2025.01.29 21:14:11.798301 [ 263 ] {f720328f-bb54-4c21-bbb2-3db938c0db26} <Debug> TCPHandler: Processed in 0.001962823 sec. | ||
| 11700 | 2025.01.29 21:14:11.798555 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11701 | 2025.01.29 21:14:11.798693 [ 260 ] {cbdd879c-9eb2-4adf-a2d6-582708645bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11702 | 2025.01.29 21:14:11.798748 [ 260 ] {cbdd879c-9eb2-4adf-a2d6-582708645bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11703 | 2025.01.29 21:14:11.799346 [ 260 ] {cbdd879c-9eb2-4adf-a2d6-582708645bc2} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11704 | 2025.01.29 21:14:11.799397 [ 260 ] {cbdd879c-9eb2-4adf-a2d6-582708645bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11705 | 2025.01.29 21:14:11.799786 [ 260 ] {cbdd879c-9eb2-4adf-a2d6-582708645bc2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11706 | 2025.01.29 21:14:11.800036 [ 260 ] {cbdd879c-9eb2-4adf-a2d6-582708645bc2} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11707 | 2025.01.29 21:14:11.800274 [ 260 ] {cbdd879c-9eb2-4adf-a2d6-582708645bc2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00161 sec., 8695.652173913042 rows/sec., 608.99 KiB/sec. | ||
| 11708 | 2025.01.29 21:14:11.800368 [ 260 ] {cbdd879c-9eb2-4adf-a2d6-582708645bc2} <Debug> TCPHandler: Processed in 0.001936243 sec. | ||
| 11709 | 2025.01.29 21:14:11.800558 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11710 | 2025.01.29 21:14:11.800680 [ 263 ] {94d3bad7-b1e1-4901-812b-4dac0d0cbfb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11711 | 2025.01.29 21:14:11.800731 [ 263 ] {94d3bad7-b1e1-4901-812b-4dac0d0cbfb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11712 | 2025.01.29 21:14:11.801325 [ 263 ] {94d3bad7-b1e1-4901-812b-4dac0d0cbfb3} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11713 | 2025.01.29 21:14:11.801366 [ 263 ] {94d3bad7-b1e1-4901-812b-4dac0d0cbfb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11714 | 2025.01.29 21:14:11.801733 [ 263 ] {94d3bad7-b1e1-4901-812b-4dac0d0cbfb3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11715 | 2025.01.29 21:14:11.801978 [ 263 ] {94d3bad7-b1e1-4901-812b-4dac0d0cbfb3} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11716 | 2025.01.29 21:14:11.802142 [ 91 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11717 | 2025.01.29 21:14:11.802198 [ 91 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11718 | 2025.01.29 21:14:11.802214 [ 263 ] {94d3bad7-b1e1-4901-812b-4dac0d0cbfb3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001553 sec., 8370.895041854475 rows/sec., 521.92 KiB/sec. | ||
| 11719 | 2025.01.29 21:14:11.802235 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11720 | 2025.01.29 21:14:11.802359 [ 263 ] {94d3bad7-b1e1-4901-812b-4dac0d0cbfb3} <Debug> TCPHandler: Processed in 0.001889883 sec. | ||
| 11721 | 2025.01.29 21:14:11.802713 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 11722 | 2025.01.29 21:14:11.802743 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11723 | 2025.01.29 21:14:11.803190 [ 260 ] {bf85bda8-64e3-4cb2-a630-025028f58184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11724 | 2025.01.29 21:14:11.803202 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11725 | 2025.01.29 21:14:11.803245 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 11726 | 2025.01.29 21:14:11.803251 [ 260 ] {bf85bda8-64e3-4cb2-a630-025028f58184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11727 | 2025.01.29 21:14:11.803419 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 11728 | 2025.01.29 21:14:11.803670 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 11729 | 2025.01.29 21:14:11.803980 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 11730 | 2025.01.29 21:14:11.804383 [ 193 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 11731 | 2025.01.29 21:14:11.805587 [ 260 ] {bf85bda8-64e3-4cb2-a630-025028f58184} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11732 | 2025.01.29 21:14:11.805638 [ 260 ] {bf85bda8-64e3-4cb2-a630-025028f58184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11733 | 2025.01.29 21:14:11.805917 [ 194 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003525112 sec., 18439.1304446497 rows/sec., 1.19 MiB/sec. | ||
| 11734 | 2025.01.29 21:14:11.806198 [ 194 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11735 | 2025.01.29 21:14:11.806321 [ 260 ] {bf85bda8-64e3-4cb2-a630-025028f58184} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11736 | 2025.01.29 21:14:11.806720 [ 194 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_41_10} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11737 | 2025.01.29 21:14:11.806782 [ 260 ] {bf85bda8-64e3-4cb2-a630-025028f58184} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11738 | 2025.01.29 21:14:11.806921 [ 194 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_41_10} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11739 | 2025.01.29 21:14:11.807182 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11740 | 2025.01.29 21:14:11.807236 [ 260 ] {bf85bda8-64e3-4cb2-a630-025028f58184} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.004153 sec., 101613.29159643632 rows/sec., 7.26 MiB/sec. | ||
| 11741 | 2025.01.29 21:14:11.807305 [ 260 ] {bf85bda8-64e3-4cb2-a630-025028f58184} <Debug> TCPHandler: Processed in 0.004831688 sec. | ||
| 11742 | 2025.01.29 21:14:11.807473 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11743 | 2025.01.29 21:14:11.807613 [ 263 ] {393b4dbe-5e38-4aea-995c-c1459f798881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11744 | 2025.01.29 21:14:11.807675 [ 263 ] {393b4dbe-5e38-4aea-995c-c1459f798881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11745 | 2025.01.29 21:14:11.808211 [ 263 ] {393b4dbe-5e38-4aea-995c-c1459f798881} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11746 | 2025.01.29 21:14:11.808251 [ 263 ] {393b4dbe-5e38-4aea-995c-c1459f798881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11747 | 2025.01.29 21:14:11.808625 [ 263 ] {393b4dbe-5e38-4aea-995c-c1459f798881} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11748 | 2025.01.29 21:14:11.808862 [ 263 ] {393b4dbe-5e38-4aea-995c-c1459f798881} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11749 | 2025.01.29 21:14:11.809092 [ 263 ] {393b4dbe-5e38-4aea-995c-c1459f798881} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 11750 | 2025.01.29 21:14:11.809164 [ 263 ] {393b4dbe-5e38-4aea-995c-c1459f798881} <Debug> TCPHandler: Processed in 0.001760061 sec. | ||
| 11751 | 2025.01.29 21:14:11.809395 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11752 | 2025.01.29 21:14:11.809551 [ 260 ] {4f104506-086f-4ee7-868d-f2c5182de3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11753 | 2025.01.29 21:14:11.809616 [ 260 ] {4f104506-086f-4ee7-868d-f2c5182de3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11754 | 2025.01.29 21:14:11.810290 [ 260 ] {4f104506-086f-4ee7-868d-f2c5182de3f2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11755 | 2025.01.29 21:14:11.810328 [ 260 ] {4f104506-086f-4ee7-868d-f2c5182de3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11756 | 2025.01.29 21:14:11.810747 [ 260 ] {4f104506-086f-4ee7-868d-f2c5182de3f2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11757 | 2025.01.29 21:14:11.811012 [ 260 ] {4f104506-086f-4ee7-868d-f2c5182de3f2} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11758 | 2025.01.29 21:14:11.811213 [ 260 ] {4f104506-086f-4ee7-868d-f2c5182de3f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001694 sec., 139905.5489964581 rows/sec., 9.38 MiB/sec. | ||
| 11759 | 2025.01.29 21:14:11.811268 [ 260 ] {4f104506-086f-4ee7-868d-f2c5182de3f2} <Debug> TCPHandler: Processed in 0.001996775 sec. | ||
| 11760 | 2025.01.29 21:14:11.811438 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11761 | 2025.01.29 21:14:11.811577 [ 263 ] {ffa77a45-5428-49a1-a14d-0f05480054c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11762 | 2025.01.29 21:14:11.811638 [ 263 ] {ffa77a45-5428-49a1-a14d-0f05480054c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11763 | 2025.01.29 21:14:11.812155 [ 263 ] {ffa77a45-5428-49a1-a14d-0f05480054c0} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11764 | 2025.01.29 21:14:11.812194 [ 263 ] {ffa77a45-5428-49a1-a14d-0f05480054c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11765 | 2025.01.29 21:14:11.812545 [ 263 ] {ffa77a45-5428-49a1-a14d-0f05480054c0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11766 | 2025.01.29 21:14:11.812785 [ 263 ] {ffa77a45-5428-49a1-a14d-0f05480054c0} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11767 | 2025.01.29 21:14:11.813024 [ 263 ] {ffa77a45-5428-49a1-a14d-0f05480054c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 11768 | 2025.01.29 21:14:11.813099 [ 263 ] {ffa77a45-5428-49a1-a14d-0f05480054c0} <Debug> TCPHandler: Processed in 0.00172579 sec. | ||
| 11769 | 2025.01.29 21:14:11.813349 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11770 | 2025.01.29 21:14:11.813486 [ 260 ] {686e2d1f-0f87-4a86-a5d0-46fe175de89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11771 | 2025.01.29 21:14:11.813581 [ 260 ] {686e2d1f-0f87-4a86-a5d0-46fe175de89d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11772 | 2025.01.29 21:14:11.814803 [ 260 ] {686e2d1f-0f87-4a86-a5d0-46fe175de89d} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11773 | 2025.01.29 21:14:11.814842 [ 260 ] {686e2d1f-0f87-4a86-a5d0-46fe175de89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11774 | 2025.01.29 21:14:11.815526 [ 260 ] {686e2d1f-0f87-4a86-a5d0-46fe175de89d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11775 | 2025.01.29 21:14:11.815784 [ 260 ] {686e2d1f-0f87-4a86-a5d0-46fe175de89d} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11776 | 2025.01.29 21:14:11.815989 [ 260 ] {686e2d1f-0f87-4a86-a5d0-46fe175de89d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002535 sec., 15779.092702169626 rows/sec., 28.28 MiB/sec. | ||
| 11777 | 2025.01.29 21:14:11.816091 [ 260 ] {686e2d1f-0f87-4a86-a5d0-46fe175de89d} <Debug> TCPHandler: Processed in 0.002887184 sec. | ||
| 11778 | 2025.01.29 21:14:11.816257 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11779 | 2025.01.29 21:14:11.816398 [ 263 ] {ef4f95b8-8738-48d9-a59d-c9572769723f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11780 | 2025.01.29 21:14:11.816458 [ 263 ] {ef4f95b8-8738-48d9-a59d-c9572769723f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11781 | 2025.01.29 21:14:11.817027 [ 263 ] {ef4f95b8-8738-48d9-a59d-c9572769723f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11782 | 2025.01.29 21:14:11.817066 [ 263 ] {ef4f95b8-8738-48d9-a59d-c9572769723f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11783 | 2025.01.29 21:14:11.817434 [ 263 ] {ef4f95b8-8738-48d9-a59d-c9572769723f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11784 | 2025.01.29 21:14:11.817673 [ 263 ] {ef4f95b8-8738-48d9-a59d-c9572769723f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11785 | 2025.01.29 21:14:11.817891 [ 263 ] {ef4f95b8-8738-48d9-a59d-c9572769723f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
| 11786 | 2025.01.29 21:14:11.817945 [ 263 ] {ef4f95b8-8738-48d9-a59d-c9572769723f} <Debug> TCPHandler: Processed in 0.001756081 sec. | ||
| 11787 | 2025.01.29 21:14:14.903734 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11788 | 2025.01.29 21:14:14.903791 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11789 | 2025.01.29 21:14:15.097087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487 | ||
| 11790 | 2025.01.29 21:14:15.098202 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11791 | 2025.01.29 21:14:15.098291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 11792 | 2025.01.29 21:14:15.098902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11793 | 2025.01.29 21:14:15.099170 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11794 | 2025.01.29 21:14:15.099371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487 | ||
| 11795 | 2025.01.29 21:14:16.782361 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11796 | 2025.01.29 21:14:16.782694 [ 263 ] {db714916-47b8-4f5a-8725-0fb14f1f2c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11797 | 2025.01.29 21:14:16.782818 [ 263 ] {db714916-47b8-4f5a-8725-0fb14f1f2c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11798 | 2025.01.29 21:14:16.783772 [ 263 ] {db714916-47b8-4f5a-8725-0fb14f1f2c2c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11799 | 2025.01.29 21:14:16.783826 [ 263 ] {db714916-47b8-4f5a-8725-0fb14f1f2c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11800 | 2025.01.29 21:14:16.784269 [ 263 ] {db714916-47b8-4f5a-8725-0fb14f1f2c2c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11801 | 2025.01.29 21:14:16.784524 [ 263 ] {db714916-47b8-4f5a-8725-0fb14f1f2c2c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11802 | 2025.01.29 21:14:16.784738 [ 263 ] {db714916-47b8-4f5a-8725-0fb14f1f2c2c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002131 sec., 26278.742374472076 rows/sec., 2.02 MiB/sec. | ||
| 11803 | 2025.01.29 21:14:16.784804 [ 263 ] {db714916-47b8-4f5a-8725-0fb14f1f2c2c} <Debug> TCPHandler: Processed in 0.002632252 sec. | ||
| 11804 | 2025.01.29 21:14:16.785065 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11805 | 2025.01.29 21:14:16.785283 [ 260 ] {edc4b149-321e-47ca-aae0-57811ef3547a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11806 | 2025.01.29 21:14:16.785372 [ 260 ] {edc4b149-321e-47ca-aae0-57811ef3547a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11807 | 2025.01.29 21:14:16.786254 [ 260 ] {edc4b149-321e-47ca-aae0-57811ef3547a} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11808 | 2025.01.29 21:14:16.786306 [ 260 ] {edc4b149-321e-47ca-aae0-57811ef3547a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11809 | 2025.01.29 21:14:16.786746 [ 260 ] {edc4b149-321e-47ca-aae0-57811ef3547a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11810 | 2025.01.29 21:14:16.787008 [ 260 ] {edc4b149-321e-47ca-aae0-57811ef3547a} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11811 | 2025.01.29 21:14:16.787302 [ 260 ] {edc4b149-321e-47ca-aae0-57811ef3547a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002071 sec., 30902.945436986964 rows/sec., 2.41 MiB/sec. | ||
| 11812 | 2025.01.29 21:14:16.787393 [ 260 ] {edc4b149-321e-47ca-aae0-57811ef3547a} <Debug> TCPHandler: Processed in 0.00247235 sec. | ||
| 11813 | 2025.01.29 21:14:16.787635 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11814 | 2025.01.29 21:14:16.788132 [ 263 ] {f120e26f-d288-4bc3-b6f0-df54c47dd92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11815 | 2025.01.29 21:14:16.788298 [ 263 ] {f120e26f-d288-4bc3-b6f0-df54c47dd92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11816 | 2025.01.29 21:14:16.788895 [ 263 ] {f120e26f-d288-4bc3-b6f0-df54c47dd92b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11817 | 2025.01.29 21:14:16.788934 [ 263 ] {f120e26f-d288-4bc3-b6f0-df54c47dd92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11818 | 2025.01.29 21:14:16.789322 [ 263 ] {f120e26f-d288-4bc3-b6f0-df54c47dd92b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11819 | 2025.01.29 21:14:16.789574 [ 263 ] {f120e26f-d288-4bc3-b6f0-df54c47dd92b} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11820 | 2025.01.29 21:14:16.789771 [ 263 ] {f120e26f-d288-4bc3-b6f0-df54c47dd92b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001818 sec., 88008.800880088 rows/sec., 6.13 MiB/sec. | ||
| 11821 | 2025.01.29 21:14:16.789869 [ 263 ] {f120e26f-d288-4bc3-b6f0-df54c47dd92b} <Debug> TCPHandler: Processed in 0.002376789 sec. | ||
| 11822 | 2025.01.29 21:14:16.790074 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11823 | 2025.01.29 21:14:16.790273 [ 260 ] {ccbcaa8e-08e4-446a-8aa9-9a4c62c2872b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11824 | 2025.01.29 21:14:16.790340 [ 260 ] {ccbcaa8e-08e4-446a-8aa9-9a4c62c2872b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11825 | 2025.01.29 21:14:16.790984 [ 260 ] {ccbcaa8e-08e4-446a-8aa9-9a4c62c2872b} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11826 | 2025.01.29 21:14:16.791034 [ 260 ] {ccbcaa8e-08e4-446a-8aa9-9a4c62c2872b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11827 | 2025.01.29 21:14:16.791441 [ 260 ] {ccbcaa8e-08e4-446a-8aa9-9a4c62c2872b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11828 | 2025.01.29 21:14:16.791680 [ 260 ] {ccbcaa8e-08e4-446a-8aa9-9a4c62c2872b} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11829 | 2025.01.29 21:14:16.791915 [ 260 ] {ccbcaa8e-08e4-446a-8aa9-9a4c62c2872b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001679 sec., 35735.5568790947 rows/sec., 2.41 MiB/sec. | ||
| 11830 | 2025.01.29 21:14:16.792021 [ 260 ] {ccbcaa8e-08e4-446a-8aa9-9a4c62c2872b} <Debug> TCPHandler: Processed in 0.002066955 sec. | ||
| 11831 | 2025.01.29 21:14:17.202805 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 11832 | 2025.01.29 21:14:17.221713 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11833 | 2025.01.29 21:14:17.221779 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11834 | 2025.01.29 21:14:17.228784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11835 | 2025.01.29 21:14:17.229538 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11836 | 2025.01.29 21:14:17.232362 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 11837 | 2025.01.29 21:14:19.373206 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11838 | 2025.01.29 21:14:19.373413 [ 263 ] {d2a803bb-416b-404f-b319-1ce50a5d8a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11839 | 2025.01.29 21:14:19.373494 [ 263 ] {d2a803bb-416b-404f-b319-1ce50a5d8a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11840 | 2025.01.29 21:14:19.374351 [ 263 ] {d2a803bb-416b-404f-b319-1ce50a5d8a1d} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11841 | 2025.01.29 21:14:19.374402 [ 263 ] {d2a803bb-416b-404f-b319-1ce50a5d8a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11842 | 2025.01.29 21:14:19.374881 [ 263 ] {d2a803bb-416b-404f-b319-1ce50a5d8a1d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11843 | 2025.01.29 21:14:19.375141 [ 263 ] {d2a803bb-416b-404f-b319-1ce50a5d8a1d} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11844 | 2025.01.29 21:14:19.375401 [ 263 ] {d2a803bb-416b-404f-b319-1ce50a5d8a1d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002043 sec., 6852.667645619187 rows/sec., 493.30 KiB/sec. | ||
| 11845 | 2025.01.29 21:14:19.375516 [ 263 ] {d2a803bb-416b-404f-b319-1ce50a5d8a1d} <Debug> TCPHandler: Processed in 0.002445089 sec. | ||
| 11846 | 2025.01.29 21:14:19.375795 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11847 | 2025.01.29 21:14:19.375987 [ 260 ] {87c6f428-ad62-4ebb-b283-324f605e5e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11848 | 2025.01.29 21:14:19.376071 [ 260 ] {87c6f428-ad62-4ebb-b283-324f605e5e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11849 | 2025.01.29 21:14:19.376829 [ 260 ] {87c6f428-ad62-4ebb-b283-324f605e5e54} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11850 | 2025.01.29 21:14:19.376881 [ 260 ] {87c6f428-ad62-4ebb-b283-324f605e5e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11851 | 2025.01.29 21:14:19.377318 [ 260 ] {87c6f428-ad62-4ebb-b283-324f605e5e54} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11852 | 2025.01.29 21:14:19.377566 [ 260 ] {87c6f428-ad62-4ebb-b283-324f605e5e54} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11853 | 2025.01.29 21:14:19.377856 [ 260 ] {87c6f428-ad62-4ebb-b283-324f605e5e54} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001921 sec., 2082.248828735034 rows/sec., 169.79 KiB/sec. | ||
| 11854 | 2025.01.29 21:14:19.378071 [ 260 ] {87c6f428-ad62-4ebb-b283-324f605e5e54} <Debug> TCPHandler: Processed in 0.002406609 sec. | ||
| 11855 | 2025.01.29 21:14:19.378256 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11856 | 2025.01.29 21:14:19.378405 [ 263 ] {0354e7cb-eecf-4b4e-9a83-e6932173c2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11857 | 2025.01.29 21:14:19.378467 [ 263 ] {0354e7cb-eecf-4b4e-9a83-e6932173c2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11858 | 2025.01.29 21:14:19.379764 [ 263 ] {0354e7cb-eecf-4b4e-9a83-e6932173c2f8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11859 | 2025.01.29 21:14:19.379805 [ 263 ] {0354e7cb-eecf-4b4e-9a83-e6932173c2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11860 | 2025.01.29 21:14:19.380265 [ 263 ] {0354e7cb-eecf-4b4e-9a83-e6932173c2f8} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11861 | 2025.01.29 21:14:19.380508 [ 263 ] {0354e7cb-eecf-4b4e-9a83-e6932173c2f8} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11862 | 2025.01.29 21:14:19.380702 [ 125 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11863 | 2025.01.29 21:14:19.380727 [ 263 ] {0354e7cb-eecf-4b4e-9a83-e6932173c2f8} <Debug> executeQuery: Read 1425 rows, 122.31 KiB in 0.002359 sec., 604069.5209834676 rows/sec., 50.63 MiB/sec. | ||
| 11864 | 2025.01.29 21:14:19.380792 [ 125 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11865 | 2025.01.29 21:14:19.380852 [ 263 ] {0354e7cb-eecf-4b4e-9a83-e6932173c2f8} <Debug> TCPHandler: Processed in 0.002655342 sec. | ||
| 11866 | 2025.01.29 21:14:19.380863 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11867 | 2025.01.29 21:14:19.381039 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11868 | 2025.01.29 21:14:19.381056 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 11869 | 2025.01.29 21:14:19.381247 [ 260 ] {47b95941-73c6-4ad6-a208-476ce2dff32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11870 | 2025.01.29 21:14:19.381305 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11871 | 2025.01.29 21:14:19.381363 [ 260 ] {47b95941-73c6-4ad6-a208-476ce2dff32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11872 | 2025.01.29 21:14:19.381381 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1434 rows starting from the beginning of the part | ||
| 11873 | 2025.01.29 21:14:19.381738 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 283 rows starting from the beginning of the part | ||
| 11874 | 2025.01.29 21:14:19.382092 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 57 rows starting from the beginning of the part | ||
| 11875 | 2025.01.29 21:14:19.382419 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 283 rows starting from the beginning of the part | ||
| 11876 | 2025.01.29 21:14:19.382794 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part | ||
| 11877 | 2025.01.29 21:14:19.383177 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1425 rows starting from the beginning of the part | ||
| 11878 | 2025.01.29 21:14:19.384202 [ 260 ] {47b95941-73c6-4ad6-a208-476ce2dff32c} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11879 | 2025.01.29 21:14:19.384273 [ 260 ] {47b95941-73c6-4ad6-a208-476ce2dff32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11880 | 2025.01.29 21:14:19.385091 [ 260 ] {47b95941-73c6-4ad6-a208-476ce2dff32c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11881 | 2025.01.29 21:14:19.385630 [ 260 ] {47b95941-73c6-4ad6-a208-476ce2dff32c} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11882 | 2025.01.29 21:14:19.385973 [ 260 ] {47b95941-73c6-4ad6-a208-476ce2dff32c} <Debug> executeQuery: Read 51 rows, 3.74 KiB in 0.004813 sec., 10596.301682942032 rows/sec., 777.72 KiB/sec. | ||
| 11883 | 2025.01.29 21:14:19.386056 [ 260 ] {47b95941-73c6-4ad6-a208-476ce2dff32c} <Debug> TCPHandler: Processed in 0.005099041 sec. | ||
| 11884 | 2025.01.29 21:14:19.386234 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11885 | 2025.01.29 21:14:19.386414 [ 263 ] {815a0bb3-1816-4e81-8f64-732956ceeff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11886 | 2025.01.29 21:14:19.386538 [ 263 ] {815a0bb3-1816-4e81-8f64-732956ceeff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11887 | 2025.01.29 21:14:19.386909 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3538 rows, containing 5 columns (5 merged, 0 gathered) in 0.00593046 sec., 596581.0409310577 rows/sec., 52.56 MiB/sec. | ||
| 11888 | 2025.01.29 21:14:19.387232 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11889 | 2025.01.29 21:14:19.387729 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11890 | 2025.01.29 21:14:19.387938 [ 194 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_101_20} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11891 | 2025.01.29 21:14:19.388072 [ 263 ] {815a0bb3-1816-4e81-8f64-732956ceeff6} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11892 | 2025.01.29 21:14:19.388087 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 11893 | 2025.01.29 21:14:19.388140 [ 263 ] {815a0bb3-1816-4e81-8f64-732956ceeff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11894 | 2025.01.29 21:14:19.388534 [ 263 ] {815a0bb3-1816-4e81-8f64-732956ceeff6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11895 | 2025.01.29 21:14:19.388779 [ 263 ] {815a0bb3-1816-4e81-8f64-732956ceeff6} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11896 | 2025.01.29 21:14:19.389008 [ 263 ] {815a0bb3-1816-4e81-8f64-732956ceeff6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002676 sec., 90433.48281016442 rows/sec., 6.13 MiB/sec. | ||
| 11897 | 2025.01.29 21:14:19.389066 [ 263 ] {815a0bb3-1816-4e81-8f64-732956ceeff6} <Debug> TCPHandler: Processed in 0.002892884 sec. | ||
| 11898 | 2025.01.29 21:14:19.389228 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11899 | 2025.01.29 21:14:19.389436 [ 260 ] {19fbab7c-6eaa-44e4-bd55-dbddfaab5cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11900 | 2025.01.29 21:14:19.389526 [ 260 ] {19fbab7c-6eaa-44e4-bd55-dbddfaab5cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11901 | 2025.01.29 21:14:19.390450 [ 260 ] {19fbab7c-6eaa-44e4-bd55-dbddfaab5cc7} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11902 | 2025.01.29 21:14:19.390491 [ 260 ] {19fbab7c-6eaa-44e4-bd55-dbddfaab5cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11903 | 2025.01.29 21:14:19.390863 [ 260 ] {19fbab7c-6eaa-44e4-bd55-dbddfaab5cc7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11904 | 2025.01.29 21:14:19.391104 [ 260 ] {19fbab7c-6eaa-44e4-bd55-dbddfaab5cc7} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11905 | 2025.01.29 21:14:19.391327 [ 260 ] {19fbab7c-6eaa-44e4-bd55-dbddfaab5cc7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001945 sec., 6683.8046272493575 rows/sec., 416.73 KiB/sec. | ||
| 11906 | 2025.01.29 21:14:19.391386 [ 260 ] {19fbab7c-6eaa-44e4-bd55-dbddfaab5cc7} <Debug> TCPHandler: Processed in 0.002226427 sec. | ||
| 11907 | 2025.01.29 21:14:19.391641 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11908 | 2025.01.29 21:14:19.391858 [ 263 ] {36a0e634-efed-4318-aad5-a3ab906a95c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11909 | 2025.01.29 21:14:19.391951 [ 263 ] {36a0e634-efed-4318-aad5-a3ab906a95c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11910 | 2025.01.29 21:14:19.393058 [ 263 ] {36a0e634-efed-4318-aad5-a3ab906a95c0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11911 | 2025.01.29 21:14:19.393098 [ 263 ] {36a0e634-efed-4318-aad5-a3ab906a95c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11912 | 2025.01.29 21:14:19.393503 [ 263 ] {36a0e634-efed-4318-aad5-a3ab906a95c0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11913 | 2025.01.29 21:14:19.393750 [ 263 ] {36a0e634-efed-4318-aad5-a3ab906a95c0} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11914 | 2025.01.29 21:14:19.393958 [ 125 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11915 | 2025.01.29 21:14:19.393981 [ 263 ] {36a0e634-efed-4318-aad5-a3ab906a95c0} <Debug> executeQuery: Read 882 rows, 65.50 KiB in 0.00217 sec., 406451.6129032258 rows/sec., 29.48 MiB/sec. | ||
| 11916 | 2025.01.29 21:14:19.394072 [ 125 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11917 | 2025.01.29 21:14:19.394143 [ 263 ] {36a0e634-efed-4318-aad5-a3ab906a95c0} <Debug> TCPHandler: Processed in 0.002650482 sec. | ||
| 11918 | 2025.01.29 21:14:19.394161 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11919 | 2025.01.29 21:14:19.394382 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 11920 | 2025.01.29 21:14:19.394430 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11921 | 2025.01.29 21:14:19.394549 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11922 | 2025.01.29 21:14:19.394616 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 914 rows starting from the beginning of the part | ||
| 11923 | 2025.01.29 21:14:19.394852 [ 260 ] {4adae36e-d617-49cb-bcbb-1414d5b95108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11924 | 2025.01.29 21:14:19.394939 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 422 rows starting from the beginning of the part | ||
| 11925 | 2025.01.29 21:14:19.395200 [ 260 ] {4adae36e-d617-49cb-bcbb-1414d5b95108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11926 | 2025.01.29 21:14:19.395341 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 66 rows starting from the beginning of the part | ||
| 11927 | 2025.01.29 21:14:19.395800 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 422 rows starting from the beginning of the part | ||
| 11928 | 2025.01.29 21:14:19.396163 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part | ||
| 11929 | 2025.01.29 21:14:19.396510 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 882 rows starting from the beginning of the part | ||
| 11930 | 2025.01.29 21:14:19.397559 [ 260 ] {4adae36e-d617-49cb-bcbb-1414d5b95108} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11931 | 2025.01.29 21:14:19.397635 [ 260 ] {4adae36e-d617-49cb-bcbb-1414d5b95108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11932 | 2025.01.29 21:14:19.398693 [ 260 ] {4adae36e-d617-49cb-bcbb-1414d5b95108} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11933 | 2025.01.29 21:14:19.399105 [ 260 ] {4adae36e-d617-49cb-bcbb-1414d5b95108} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11934 | 2025.01.29 21:14:19.399428 [ 260 ] {4adae36e-d617-49cb-bcbb-1414d5b95108} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004729 sec., 1268.7671812222459 rows/sec., 66.29 KiB/sec. | ||
| 11935 | 2025.01.29 21:14:19.399903 [ 260 ] {4adae36e-d617-49cb-bcbb-1414d5b95108} <Debug> TCPHandler: Processed in 0.005641208 sec. | ||
| 11936 | 2025.01.29 21:14:19.400190 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11937 | 2025.01.29 21:14:19.400328 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 5 columns (5 merged, 0 gathered) in 0.006013692 sec., 460615.54199982306 rows/sec., 35.17 MiB/sec. | ||
| 11938 | 2025.01.29 21:14:19.400590 [ 263 ] {135f36e3-bbf1-4e9a-9a7f-e9650d7ec87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11939 | 2025.01.29 21:14:19.400699 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11940 | 2025.01.29 21:14:19.400738 [ 263 ] {135f36e3-bbf1-4e9a-9a7f-e9650d7ec87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11941 | 2025.01.29 21:14:19.401151 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11942 | 2025.01.29 21:14:19.401228 [ 192 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_101_20} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11943 | 2025.01.29 21:14:19.401312 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11944 | 2025.01.29 21:14:19.401660 [ 263 ] {135f36e3-bbf1-4e9a-9a7f-e9650d7ec87d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11945 | 2025.01.29 21:14:19.401698 [ 263 ] {135f36e3-bbf1-4e9a-9a7f-e9650d7ec87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11946 | 2025.01.29 21:14:19.402139 [ 263 ] {135f36e3-bbf1-4e9a-9a7f-e9650d7ec87d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11947 | 2025.01.29 21:14:19.402398 [ 263 ] {135f36e3-bbf1-4e9a-9a7f-e9650d7ec87d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11948 | 2025.01.29 21:14:19.402621 [ 263 ] {135f36e3-bbf1-4e9a-9a7f-e9650d7ec87d} <Debug> executeQuery: Read 895 rows, 61.06 KiB in 0.002156 sec., 415120.59369202226 rows/sec., 27.66 MiB/sec. | ||
| 11949 | 2025.01.29 21:14:19.402677 [ 263 ] {135f36e3-bbf1-4e9a-9a7f-e9650d7ec87d} <Debug> TCPHandler: Processed in 0.002651222 sec. | ||
| 11950 | 2025.01.29 21:14:19.402834 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11951 | 2025.01.29 21:14:19.402970 [ 260 ] {822f89d5-b2c0-4535-b93f-e8cda70f2431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11952 | 2025.01.29 21:14:19.403034 [ 260 ] {822f89d5-b2c0-4535-b93f-e8cda70f2431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11953 | 2025.01.29 21:14:19.403544 [ 260 ] {822f89d5-b2c0-4535-b93f-e8cda70f2431} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11954 | 2025.01.29 21:14:19.403584 [ 260 ] {822f89d5-b2c0-4535-b93f-e8cda70f2431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11955 | 2025.01.29 21:14:19.403956 [ 260 ] {822f89d5-b2c0-4535-b93f-e8cda70f2431} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11956 | 2025.01.29 21:14:19.404202 [ 260 ] {822f89d5-b2c0-4535-b93f-e8cda70f2431} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11957 | 2025.01.29 21:14:19.404419 [ 260 ] {822f89d5-b2c0-4535-b93f-e8cda70f2431} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec. | ||
| 11958 | 2025.01.29 21:14:19.404469 [ 260 ] {822f89d5-b2c0-4535-b93f-e8cda70f2431} <Debug> TCPHandler: Processed in 0.001702021 sec. | ||
| 11959 | 2025.01.29 21:14:19.404617 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11960 | 2025.01.29 21:14:19.404769 [ 263 ] {42a865ca-38e4-40df-8eb9-cde93deceb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11961 | 2025.01.29 21:14:19.404885 [ 263 ] {42a865ca-38e4-40df-8eb9-cde93deceb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11962 | 2025.01.29 21:14:19.406086 [ 263 ] {42a865ca-38e4-40df-8eb9-cde93deceb34} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11963 | 2025.01.29 21:14:19.406127 [ 263 ] {42a865ca-38e4-40df-8eb9-cde93deceb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11964 | 2025.01.29 21:14:19.406782 [ 263 ] {42a865ca-38e4-40df-8eb9-cde93deceb34} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11965 | 2025.01.29 21:14:19.407049 [ 263 ] {42a865ca-38e4-40df-8eb9-cde93deceb34} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11966 | 2025.01.29 21:14:19.407319 [ 263 ] {42a865ca-38e4-40df-8eb9-cde93deceb34} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002584 sec., 15479.876160990712 rows/sec., 27.74 MiB/sec. | ||
| 11967 | 2025.01.29 21:14:19.407440 [ 263 ] {42a865ca-38e4-40df-8eb9-cde93deceb34} <Debug> TCPHandler: Processed in 0.002890074 sec. | ||
| 11968 | 2025.01.29 21:14:19.407596 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11969 | 2025.01.29 21:14:19.407730 [ 260 ] {e9be378c-d7c0-4e4a-b266-151de92f306f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11970 | 2025.01.29 21:14:19.407789 [ 260 ] {e9be378c-d7c0-4e4a-b266-151de92f306f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11971 | 2025.01.29 21:14:19.408337 [ 260 ] {e9be378c-d7c0-4e4a-b266-151de92f306f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11972 | 2025.01.29 21:14:19.408376 [ 260 ] {e9be378c-d7c0-4e4a-b266-151de92f306f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11973 | 2025.01.29 21:14:19.408744 [ 260 ] {e9be378c-d7c0-4e4a-b266-151de92f306f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11974 | 2025.01.29 21:14:19.408983 [ 260 ] {e9be378c-d7c0-4e4a-b266-151de92f306f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11975 | 2025.01.29 21:14:19.409157 [ 260 ] {e9be378c-d7c0-4e4a-b266-151de92f306f} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001458 sec., 39780.52126200274 rows/sec., 2.46 MiB/sec. | ||
| 11976 | 2025.01.29 21:14:19.409205 [ 260 ] {e9be378c-d7c0-4e4a-b266-151de92f306f} <Debug> TCPHandler: Processed in 0.00167356 sec. | ||
| 11977 | 2025.01.29 21:14:20.240618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1654 | ||
| 11978 | 2025.01.29 21:14:20.244111 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11979 | 2025.01.29 21:14:20.244172 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11980 | 2025.01.29 21:14:20.245671 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11981 | 2025.01.29 21:14:20.245980 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11982 | 2025.01.29 21:14:20.246629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1654 | ||
| 11983 | 2025.01.29 21:14:21.777873 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11984 | 2025.01.29 21:14:21.778172 [ 263 ] {f1f529ff-6243-49b3-85da-6eeea4841ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11985 | 2025.01.29 21:14:21.778287 [ 263 ] {f1f529ff-6243-49b3-85da-6eeea4841ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11986 | 2025.01.29 21:14:21.779105 [ 263 ] {f1f529ff-6243-49b3-85da-6eeea4841ef4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11987 | 2025.01.29 21:14:21.779154 [ 263 ] {f1f529ff-6243-49b3-85da-6eeea4841ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11988 | 2025.01.29 21:14:21.779590 [ 263 ] {f1f529ff-6243-49b3-85da-6eeea4841ef4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11989 | 2025.01.29 21:14:21.779859 [ 263 ] {f1f529ff-6243-49b3-85da-6eeea4841ef4} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11990 | 2025.01.29 21:14:21.780107 [ 263 ] {f1f529ff-6243-49b3-85da-6eeea4841ef4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002019 sec., 27736.503219415554 rows/sec., 2.13 MiB/sec. | ||
| 11991 | 2025.01.29 21:14:21.780172 [ 263 ] {f1f529ff-6243-49b3-85da-6eeea4841ef4} <Debug> TCPHandler: Processed in 0.002484759 sec. | ||
| 11992 | 2025.01.29 21:14:21.780452 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11993 | 2025.01.29 21:14:21.780672 [ 260 ] {ea2edcf0-d345-4350-9aea-aa836405280d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11994 | 2025.01.29 21:14:21.780760 [ 260 ] {ea2edcf0-d345-4350-9aea-aa836405280d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11995 | 2025.01.29 21:14:21.781610 [ 260 ] {ea2edcf0-d345-4350-9aea-aa836405280d} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11996 | 2025.01.29 21:14:21.781665 [ 260 ] {ea2edcf0-d345-4350-9aea-aa836405280d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 11997 | 2025.01.29 21:14:21.782120 [ 260 ] {ea2edcf0-d345-4350-9aea-aa836405280d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11998 | 2025.01.29 21:14:21.782396 [ 260 ] {ea2edcf0-d345-4350-9aea-aa836405280d} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11999 | 2025.01.29 21:14:21.782656 [ 260 ] {ea2edcf0-d345-4350-9aea-aa836405280d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002046 sec., 31280.547409579667 rows/sec., 2.44 MiB/sec. | ||
| 12000 | 2025.01.29 21:14:21.782726 [ 260 ] {ea2edcf0-d345-4350-9aea-aa836405280d} <Debug> TCPHandler: Processed in 0.002423219 sec. | ||
| 12001 | 2025.01.29 21:14:21.782951 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12002 | 2025.01.29 21:14:21.783183 [ 263 ] {d5929dec-8fe9-463d-8089-0a659677fe4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12003 | 2025.01.29 21:14:21.783288 [ 263 ] {d5929dec-8fe9-463d-8089-0a659677fe4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12004 | 2025.01.29 21:14:21.783893 [ 263 ] {d5929dec-8fe9-463d-8089-0a659677fe4d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12005 | 2025.01.29 21:14:21.783935 [ 263 ] {d5929dec-8fe9-463d-8089-0a659677fe4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12006 | 2025.01.29 21:14:21.784476 [ 263 ] {d5929dec-8fe9-463d-8089-0a659677fe4d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12007 | 2025.01.29 21:14:21.784791 [ 263 ] {d5929dec-8fe9-463d-8089-0a659677fe4d} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12008 | 2025.01.29 21:14:21.784989 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 5 parts from all_1_96_19 to all_100_100_0 | ||
| 12009 | 2025.01.29 21:14:21.785057 [ 263 ] {d5929dec-8fe9-463d-8089-0a659677fe4d} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.31 MiB/sec. | ||
| 12010 | 2025.01.29 21:14:21.785066 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12011 | 2025.01.29 21:14:21.785137 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12012 | 2025.01.29 21:14:21.785205 [ 263 ] {d5929dec-8fe9-463d-8089-0a659677fe4d} <Debug> TCPHandler: Processed in 0.002359029 sec. | ||
| 12013 | 2025.01.29 21:14:21.785452 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_96_19 to all_100_100_0 into Compact with storage Full | ||
| 12014 | 2025.01.29 21:14:21.785473 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12015 | 2025.01.29 21:14:21.785732 [ 260 ] {96a07ce5-e0b0-4ed5-887a-f9ed3d813f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12016 | 2025.01.29 21:14:21.785755 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12017 | 2025.01.29 21:14:21.785842 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26709 rows starting from the beginning of the part | ||
| 12018 | 2025.01.29 21:14:21.785853 [ 260 ] {96a07ce5-e0b0-4ed5-887a-f9ed3d813f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12019 | 2025.01.29 21:14:21.786154 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 161 rows starting from the beginning of the part | ||
| 12020 | 2025.01.29 21:14:21.786486 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 237 rows starting from the beginning of the part | ||
| 12021 | 2025.01.29 21:14:21.786883 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 12022 | 2025.01.29 21:14:21.787202 [ 186 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 895 rows starting from the beginning of the part | ||
| 12023 | 2025.01.29 21:14:21.788185 [ 260 ] {96a07ce5-e0b0-4ed5-887a-f9ed3d813f53} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12024 | 2025.01.29 21:14:21.788250 [ 260 ] {96a07ce5-e0b0-4ed5-887a-f9ed3d813f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12025 | 2025.01.29 21:14:21.788918 [ 260 ] {96a07ce5-e0b0-4ed5-887a-f9ed3d813f53} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12026 | 2025.01.29 21:14:21.789281 [ 260 ] {96a07ce5-e0b0-4ed5-887a-f9ed3d813f53} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12027 | 2025.01.29 21:14:21.789535 [ 42 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12028 | 2025.01.29 21:14:21.789690 [ 42 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12029 | 2025.01.29 21:14:21.789759 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12030 | 2025.01.29 21:14:21.789772 [ 260 ] {96a07ce5-e0b0-4ed5-887a-f9ed3d813f53} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.0041 sec., 5853.658536585365 rows/sec., 403.96 KiB/sec. | ||
| 12031 | 2025.01.29 21:14:21.790175 [ 260 ] {96a07ce5-e0b0-4ed5-887a-f9ed3d813f53} <Debug> TCPHandler: Processed in 0.004823558 sec. | ||
| 12032 | 2025.01.29 21:14:21.790502 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 12033 | 2025.01.29 21:14:21.791149 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12034 | 2025.01.29 21:14:21.791281 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5608 rows starting from the beginning of the part | ||
| 12035 | 2025.01.29 21:14:21.791733 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 12036 | 2025.01.29 21:14:21.792232 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part | ||
| 12037 | 2025.01.29 21:14:21.792636 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 12038 | 2025.01.29 21:14:21.793047 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 58 rows starting from the beginning of the part | ||
| 12039 | 2025.01.29 21:14:21.793320 [ 198 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 24 rows starting from the beginning of the part | ||
| 12040 | 2025.01.29 21:14:21.796694 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5892 rows, containing 4 columns (4 merged, 0 gathered) in 0.006777391 sec., 869361.0859990224 rows/sec., 56.60 MiB/sec. | ||
| 12041 | 2025.01.29 21:14:21.797579 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12042 | 2025.01.29 21:14:21.797988 [ 198 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28162 rows, containing 5 columns (5 merged, 0 gathered) in 0.012727502 sec., 2212688.711421927 rows/sec., 149.38 MiB/sec. | ||
| 12043 | 2025.01.29 21:14:21.798123 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12044 | 2025.01.29 21:14:21.798216 [ 190 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_101_20} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12045 | 2025.01.29 21:14:21.798322 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 12046 | 2025.01.29 21:14:21.798419 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
| 12047 | 2025.01.29 21:14:21.798736 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12048 | 2025.01.29 21:14:21.798820 [ 188 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 5 parts: [all_1_96_19, all_100_100_0] -> all_1_100_20 | ||
| 12049 | 2025.01.29 21:14:21.798917 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 12050 | 2025.01.29 21:14:22.599641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914 | ||
| 12051 | 2025.01.29 21:14:22.600372 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12052 | 2025.01.29 21:14:22.600423 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12053 | 2025.01.29 21:14:22.600941 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12054 | 2025.01.29 21:14:22.601201 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12055 | 2025.01.29 21:14:22.601477 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 12056 | 2025.01.29 21:14:24.732556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12057 | 2025.01.29 21:14:24.753295 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12058 | 2025.01.29 21:14:24.753358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12059 | 2025.01.29 21:14:24.760822 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12060 | 2025.01.29 21:14:24.761608 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12061 | 2025.01.29 21:14:24.765831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12062 | 2025.01.29 21:14:26.782374 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2025.01.29 21:14:26.782783 [ 263 ] {abaf87d2-c318-4c1f-8303-30c27f270cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12064 | 2025.01.29 21:14:26.782899 [ 263 ] {abaf87d2-c318-4c1f-8303-30c27f270cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12065 | 2025.01.29 21:14:26.783950 [ 263 ] {abaf87d2-c318-4c1f-8303-30c27f270cb7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12066 | 2025.01.29 21:14:26.784000 [ 263 ] {abaf87d2-c318-4c1f-8303-30c27f270cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12067 | 2025.01.29 21:14:26.784426 [ 263 ] {abaf87d2-c318-4c1f-8303-30c27f270cb7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12068 | 2025.01.29 21:14:26.784689 [ 263 ] {abaf87d2-c318-4c1f-8303-30c27f270cb7} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12069 | 2025.01.29 21:14:26.784939 [ 263 ] {abaf87d2-c318-4c1f-8303-30c27f270cb7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002242 sec., 24977.698483496875 rows/sec., 1.92 MiB/sec. | ||
| 12070 | 2025.01.29 21:14:26.785008 [ 263 ] {abaf87d2-c318-4c1f-8303-30c27f270cb7} <Debug> TCPHandler: Processed in 0.002771533 sec. | ||
| 12071 | 2025.01.29 21:14:26.785351 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12072 | 2025.01.29 21:14:26.785623 [ 260 ] {aed4c783-f4b8-4693-82a8-d8e0624e3b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12073 | 2025.01.29 21:14:26.785702 [ 260 ] {aed4c783-f4b8-4693-82a8-d8e0624e3b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12074 | 2025.01.29 21:14:26.787133 [ 260 ] {aed4c783-f4b8-4693-82a8-d8e0624e3b32} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12075 | 2025.01.29 21:14:26.787178 [ 260 ] {aed4c783-f4b8-4693-82a8-d8e0624e3b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12076 | 2025.01.29 21:14:26.787633 [ 260 ] {aed4c783-f4b8-4693-82a8-d8e0624e3b32} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12077 | 2025.01.29 21:14:26.787899 [ 260 ] {aed4c783-f4b8-4693-82a8-d8e0624e3b32} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12078 | 2025.01.29 21:14:26.788117 [ 260 ] {aed4c783-f4b8-4693-82a8-d8e0624e3b32} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002548 sec., 25117.73940345369 rows/sec., 1.96 MiB/sec. | ||
| 12079 | 2025.01.29 21:14:26.788240 [ 260 ] {aed4c783-f4b8-4693-82a8-d8e0624e3b32} <Debug> TCPHandler: Processed in 0.003080267 sec. | ||
| 12080 | 2025.01.29 21:14:26.788433 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12081 | 2025.01.29 21:14:26.788594 [ 263 ] {ace2c6ad-4ac7-4de3-869c-69aced23bc17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12082 | 2025.01.29 21:14:26.788662 [ 263 ] {ace2c6ad-4ac7-4de3-869c-69aced23bc17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12083 | 2025.01.29 21:14:26.789339 [ 263 ] {ace2c6ad-4ac7-4de3-869c-69aced23bc17} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12084 | 2025.01.29 21:14:26.789386 [ 263 ] {ace2c6ad-4ac7-4de3-869c-69aced23bc17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12085 | 2025.01.29 21:14:26.789816 [ 263 ] {ace2c6ad-4ac7-4de3-869c-69aced23bc17} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12086 | 2025.01.29 21:14:26.790057 [ 263 ] {ace2c6ad-4ac7-4de3-869c-69aced23bc17} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12087 | 2025.01.29 21:14:26.790294 [ 263 ] {ace2c6ad-4ac7-4de3-869c-69aced23bc17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001732 sec., 92378.75288683602 rows/sec., 6.43 MiB/sec. | ||
| 12088 | 2025.01.29 21:14:26.790378 [ 263 ] {ace2c6ad-4ac7-4de3-869c-69aced23bc17} <Debug> TCPHandler: Processed in 0.002037525 sec. | ||
| 12089 | 2025.01.29 21:14:26.790541 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12090 | 2025.01.29 21:14:26.790723 [ 260 ] {9a1752f7-abec-44d3-8f3d-14bf9adbc987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12091 | 2025.01.29 21:14:26.790789 [ 260 ] {9a1752f7-abec-44d3-8f3d-14bf9adbc987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12092 | 2025.01.29 21:14:26.791396 [ 260 ] {9a1752f7-abec-44d3-8f3d-14bf9adbc987} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12093 | 2025.01.29 21:14:26.791442 [ 260 ] {9a1752f7-abec-44d3-8f3d-14bf9adbc987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12094 | 2025.01.29 21:14:26.791852 [ 260 ] {9a1752f7-abec-44d3-8f3d-14bf9adbc987} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12095 | 2025.01.29 21:14:26.792101 [ 260 ] {9a1752f7-abec-44d3-8f3d-14bf9adbc987} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12096 | 2025.01.29 21:14:26.792286 [ 260 ] {9a1752f7-abec-44d3-8f3d-14bf9adbc987} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec. | ||
| 12097 | 2025.01.29 21:14:26.792348 [ 260 ] {9a1752f7-abec-44d3-8f3d-14bf9adbc987} <Debug> TCPHandler: Processed in 0.001889993 sec. | ||
| 12098 | 2025.01.29 21:14:29.903857 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12099 | 2025.01.29 21:14:29.903935 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12100 | 2025.01.29 21:14:30.001417 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000977002 sec. | ||
| 12101 | 2025.01.29 21:14:30.069029 [ 43 ] {} <Debug> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Selected 5 parts from all_1_48_10 to all_52_52_0 | ||
| 12102 | 2025.01.29 21:14:30.069090 [ 43 ] {} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12103 | 2025.01.29 21:14:30.069114 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12104 | 2025.01.29 21:14:30.069320 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_48_10 to all_52_52_0 into Compact with storage Full | ||
| 12105 | 2025.01.29 21:14:30.069851 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12106 | 2025.01.29 21:14:30.069944 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 65 rows starting from the beginning of the part | ||
| 12107 | 2025.01.29 21:14:30.070041 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 47 rows starting from the beginning of the part | ||
| 12108 | 2025.01.29 21:14:30.070296 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 2 rows starting from the beginning of the part | ||
| 12109 | 2025.01.29 21:14:30.070530 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 47 rows starting from the beginning of the part | ||
| 12110 | 2025.01.29 21:14:30.070715 [ 190 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 51 rows starting from the beginning of the part | ||
| 12111 | 2025.01.29 21:14:30.071886 [ 188 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.002690903 sec., 78783.96211234666 rows/sec., 5.94 MiB/sec. | ||
| 12112 | 2025.01.29 21:14:30.072076 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) | ||
| 12113 | 2025.01.29 21:14:30.072442 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12114 | 2025.01.29 21:14:30.072545 [ 198 ] {3d42b641-2119-4db2-a83d-305f80a1d1d9::all_1_52_11} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9) (MergerMutator): Merged 5 parts: [all_1_48_10, all_52_52_0] -> all_1_52_11 | ||
| 12115 | 2025.01.29 21:14:30.072649 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12116 | 2025.01.29 21:14:30.101710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402 | ||
| 12117 | 2025.01.29 21:14:30.102353 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12118 | 2025.01.29 21:14:30.102401 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12119 | 2025.01.29 21:14:30.102946 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12120 | 2025.01.29 21:14:30.103210 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12121 | 2025.01.29 21:14:30.103450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402 | ||
| 12122 | 2025.01.29 21:14:30.247026 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1670 | ||
| 12123 | 2025.01.29 21:14:30.249709 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2025.01.29 21:14:30.249756 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12125 | 2025.01.29 21:14:30.251145 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12126 | 2025.01.29 21:14:30.251447 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2025.01.29 21:14:30.251675 [ 43 ] {} <Debug> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12128 | 2025.01.29 21:14:30.251775 [ 43 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12129 | 2025.01.29 21:14:30.251841 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12130 | 2025.01.29 21:14:30.252176 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::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 | ||
| 12131 | 2025.01.29 21:14:30.252577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1670 | ||
| 12132 | 2025.01.29 21:14:30.253002 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12133 | 2025.01.29 21:14:30.253130 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1496 rows starting from the beginning of the part | ||
| 12134 | 2025.01.29 21:14:30.253680 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 54 rows starting from the beginning of the part | ||
| 12135 | 2025.01.29 21:14:30.254239 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
| 12136 | 2025.01.29 21:14:30.254765 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 34 rows starting from the beginning of the part | ||
| 12137 | 2025.01.29 21:14:30.255279 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 54 rows starting from the beginning of the part | ||
| 12138 | 2025.01.29 21:14:30.255776 [ 200 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part | ||
| 12139 | 2025.01.29 21:14:30.264090 [ 188 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1670 rows, containing 72 columns (72 merged, 0 gathered) in 0.012109875 sec., 137903.98331939842 rows/sec., 106.69 MiB/sec. | ||
| 12140 | 2025.01.29 21:14:30.266027 [ 189 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12141 | 2025.01.29 21:14:30.266880 [ 189 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12142 | 2025.01.29 21:14:30.266989 [ 189 ] {c85b2d15-9cf1-4da6-9fff-8180d3ea992d::all_1_46_9} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12143 | 2025.01.29 21:14:30.267339 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 12144 | 2025.01.29 21:14:30.268480 [ 43 ] {} <Debug> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 12145 | 2025.01.29 21:14:30.268522 [ 43 ] {} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12146 | 2025.01.29 21:14:30.268547 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12147 | 2025.01.29 21:14:30.268780 [ 188 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 12148 | 2025.01.29 21:14:30.269126 [ 188 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12149 | 2025.01.29 21:14:30.269185 [ 188 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 12150 | 2025.01.29 21:14:30.269320 [ 188 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 12151 | 2025.01.29 21:14:30.269623 [ 188 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 12152 | 2025.01.29 21:14:30.269802 [ 188 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 12153 | 2025.01.29 21:14:30.269977 [ 188 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::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 | ||
| 12154 | 2025.01.29 21:14:30.271068 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.00243831 sec., 309640.6937592021 rows/sec., 22.17 MiB/sec. | ||
| 12155 | 2025.01.29 21:14:30.271273 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12156 | 2025.01.29 21:14:30.271646 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_42_9} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12157 | 2025.01.29 21:14:30.271736 [ 191 ] {1143ac0f-ea0f-4f85-9dbd-8819494b2554::all_1_42_9} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 12158 | 2025.01.29 21:14:30.271836 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 12159 | 2025.01.29 21:14:30.909899 [ 43 ] {} <Debug> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 12160 | 2025.01.29 21:14:30.909962 [ 43 ] {} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12161 | 2025.01.29 21:14:30.909990 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12162 | 2025.01.29 21:14:30.910163 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::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 | ||
| 12163 | 2025.01.29 21:14:30.910649 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12164 | 2025.01.29 21:14:30.910764 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 39 rows starting from the beginning of the part | ||
| 12165 | 2025.01.29 21:14:30.910959 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 12166 | 2025.01.29 21:14:30.911136 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 12167 | 2025.01.29 21:14:30.911357 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 12168 | 2025.01.29 21:14:30.911575 [ 199 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12169 | 2025.01.29 21:14:30.912728 [ 193 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.002668082 sec., 16116.446196181376 rows/sec., 1.06 MiB/sec. | ||
| 12170 | 2025.01.29 21:14:30.912921 [ 193 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12171 | 2025.01.29 21:14:30.913253 [ 193 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12172 | 2025.01.29 21:14:30.913349 [ 193 ] {cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8::all_1_42_9} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 12173 | 2025.01.29 21:14:30.913450 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12174 | 2025.01.29 21:14:31.788016 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12175 | 2025.01.29 21:14:31.788316 [ 263 ] {87146393-1348-486d-9bdf-d4124839e650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12176 | 2025.01.29 21:14:31.788440 [ 263 ] {87146393-1348-486d-9bdf-d4124839e650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12177 | 2025.01.29 21:14:31.789421 [ 263 ] {87146393-1348-486d-9bdf-d4124839e650} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2025.01.29 21:14:31.789476 [ 263 ] {87146393-1348-486d-9bdf-d4124839e650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12179 | 2025.01.29 21:14:31.789911 [ 263 ] {87146393-1348-486d-9bdf-d4124839e650} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12180 | 2025.01.29 21:14:31.790171 [ 263 ] {87146393-1348-486d-9bdf-d4124839e650} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2025.01.29 21:14:31.790465 [ 263 ] {87146393-1348-486d-9bdf-d4124839e650} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002223 sec., 6297.795771479981 rows/sec., 453.36 KiB/sec. | ||
| 12182 | 2025.01.29 21:14:31.790640 [ 263 ] {87146393-1348-486d-9bdf-d4124839e650} <Debug> TCPHandler: Processed in 0.002810683 sec. | ||
| 12183 | 2025.01.29 21:14:31.791037 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12184 | 2025.01.29 21:14:31.791344 [ 260 ] {0190c783-a52e-450f-9858-98ed07c6adcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12185 | 2025.01.29 21:14:31.791466 [ 260 ] {0190c783-a52e-450f-9858-98ed07c6adcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12186 | 2025.01.29 21:14:31.792530 [ 260 ] {0190c783-a52e-450f-9858-98ed07c6adcb} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2025.01.29 21:14:31.792587 [ 260 ] {0190c783-a52e-450f-9858-98ed07c6adcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12188 | 2025.01.29 21:14:31.793065 [ 260 ] {0190c783-a52e-450f-9858-98ed07c6adcb} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12189 | 2025.01.29 21:14:31.793346 [ 260 ] {0190c783-a52e-450f-9858-98ed07c6adcb} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12190 | 2025.01.29 21:14:31.793614 [ 260 ] {0190c783-a52e-450f-9858-98ed07c6adcb} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00235 sec., 120425.53191489361 rows/sec., 10.64 MiB/sec. | ||
| 12191 | 2025.01.29 21:14:31.793734 [ 260 ] {0190c783-a52e-450f-9858-98ed07c6adcb} <Debug> TCPHandler: Processed in 0.002926075 sec. | ||
| 12192 | 2025.01.29 21:14:31.794101 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12193 | 2025.01.29 21:14:31.794559 [ 263 ] {359fe0ac-30bf-4431-b876-9d90eb96d8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12194 | 2025.01.29 21:14:31.794662 [ 263 ] {359fe0ac-30bf-4431-b876-9d90eb96d8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12195 | 2025.01.29 21:14:31.795404 [ 263 ] {359fe0ac-30bf-4431-b876-9d90eb96d8c8} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12196 | 2025.01.29 21:14:31.795448 [ 263 ] {359fe0ac-30bf-4431-b876-9d90eb96d8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12197 | 2025.01.29 21:14:31.795825 [ 263 ] {359fe0ac-30bf-4431-b876-9d90eb96d8c8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12198 | 2025.01.29 21:14:31.796078 [ 263 ] {359fe0ac-30bf-4431-b876-9d90eb96d8c8} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12199 | 2025.01.29 21:14:31.796286 [ 263 ] {359fe0ac-30bf-4431-b876-9d90eb96d8c8} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001868 sec., 25160.599571734474 rows/sec., 1.81 MiB/sec. | ||
| 12200 | 2025.01.29 21:14:31.796346 [ 263 ] {359fe0ac-30bf-4431-b876-9d90eb96d8c8} <Debug> TCPHandler: Processed in 0.00244949 sec. | ||
| 12201 | 2025.01.29 21:14:31.796500 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12202 | 2025.01.29 21:14:31.796648 [ 260 ] {85ab3f6b-1071-4299-b102-2b13053b0f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12203 | 2025.01.29 21:14:31.796710 [ 260 ] {85ab3f6b-1071-4299-b102-2b13053b0f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12204 | 2025.01.29 21:14:31.797418 [ 260 ] {85ab3f6b-1071-4299-b102-2b13053b0f75} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12205 | 2025.01.29 21:14:31.797469 [ 260 ] {85ab3f6b-1071-4299-b102-2b13053b0f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12206 | 2025.01.29 21:14:31.797882 [ 260 ] {85ab3f6b-1071-4299-b102-2b13053b0f75} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12207 | 2025.01.29 21:14:31.798136 [ 260 ] {85ab3f6b-1071-4299-b102-2b13053b0f75} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12208 | 2025.01.29 21:14:31.798350 [ 260 ] {85ab3f6b-1071-4299-b102-2b13053b0f75} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001738 sec., 8055.2359033371695 rows/sec., 564.14 KiB/sec. | ||
| 12209 | 2025.01.29 21:14:31.798406 [ 260 ] {85ab3f6b-1071-4299-b102-2b13053b0f75} <Debug> TCPHandler: Processed in 0.001974893 sec. | ||
| 12210 | 2025.01.29 21:14:31.798550 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12211 | 2025.01.29 21:14:31.798669 [ 263 ] {88c8a013-f071-4005-a535-f52374d9d5bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12212 | 2025.01.29 21:14:31.798725 [ 263 ] {88c8a013-f071-4005-a535-f52374d9d5bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12213 | 2025.01.29 21:14:31.799436 [ 263 ] {88c8a013-f071-4005-a535-f52374d9d5bf} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12214 | 2025.01.29 21:14:31.799485 [ 263 ] {88c8a013-f071-4005-a535-f52374d9d5bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12215 | 2025.01.29 21:14:31.799892 [ 263 ] {88c8a013-f071-4005-a535-f52374d9d5bf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12216 | 2025.01.29 21:14:31.800145 [ 263 ] {88c8a013-f071-4005-a535-f52374d9d5bf} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12217 | 2025.01.29 21:14:31.800359 [ 263 ] {88c8a013-f071-4005-a535-f52374d9d5bf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001715 sec., 7580.174927113703 rows/sec., 472.62 KiB/sec. | ||
| 12218 | 2025.01.29 21:14:31.800414 [ 263 ] {88c8a013-f071-4005-a535-f52374d9d5bf} <Debug> TCPHandler: Processed in 0.001923594 sec. | ||
| 12219 | 2025.01.29 21:14:31.800555 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12220 | 2025.01.29 21:14:31.800677 [ 260 ] {59432473-5906-48db-bd4b-f19f98ccf626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12221 | 2025.01.29 21:14:31.800734 [ 260 ] {59432473-5906-48db-bd4b-f19f98ccf626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12222 | 2025.01.29 21:14:31.801462 [ 260 ] {59432473-5906-48db-bd4b-f19f98ccf626} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12223 | 2025.01.29 21:14:31.801503 [ 260 ] {59432473-5906-48db-bd4b-f19f98ccf626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12224 | 2025.01.29 21:14:31.801893 [ 260 ] {59432473-5906-48db-bd4b-f19f98ccf626} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12225 | 2025.01.29 21:14:31.802138 [ 260 ] {59432473-5906-48db-bd4b-f19f98ccf626} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12226 | 2025.01.29 21:14:31.802364 [ 260 ] {59432473-5906-48db-bd4b-f19f98ccf626} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001711 sec., 246639.3921683226 rows/sec., 17.63 MiB/sec. | ||
| 12227 | 2025.01.29 21:14:31.802427 [ 260 ] {59432473-5906-48db-bd4b-f19f98ccf626} <Debug> TCPHandler: Processed in 0.001926823 sec. | ||
| 12228 | 2025.01.29 21:14:31.802624 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12229 | 2025.01.29 21:14:31.802920 [ 263 ] {58c90059-b687-4e1d-b154-63b6770a974a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12230 | 2025.01.29 21:14:31.803019 [ 263 ] {58c90059-b687-4e1d-b154-63b6770a974a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12231 | 2025.01.29 21:14:31.803832 [ 263 ] {58c90059-b687-4e1d-b154-63b6770a974a} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12232 | 2025.01.29 21:14:31.803873 [ 263 ] {58c90059-b687-4e1d-b154-63b6770a974a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12233 | 2025.01.29 21:14:31.804239 [ 263 ] {58c90059-b687-4e1d-b154-63b6770a974a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12234 | 2025.01.29 21:14:31.804478 [ 263 ] {58c90059-b687-4e1d-b154-63b6770a974a} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12235 | 2025.01.29 21:14:31.804693 [ 263 ] {58c90059-b687-4e1d-b154-63b6770a974a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001847 sec., 3248.511099079589 rows/sec., 169.72 KiB/sec. | ||
| 12236 | 2025.01.29 21:14:31.804745 [ 263 ] {58c90059-b687-4e1d-b154-63b6770a974a} <Debug> TCPHandler: Processed in 0.002240147 sec. | ||
| 12237 | 2025.01.29 21:14:31.804902 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12238 | 2025.01.29 21:14:31.805042 [ 260 ] {0e1d7b74-f535-4221-bd5f-dd799ce0aff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12239 | 2025.01.29 21:14:31.805108 [ 260 ] {0e1d7b74-f535-4221-bd5f-dd799ce0aff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12240 | 2025.01.29 21:14:31.805784 [ 260 ] {0e1d7b74-f535-4221-bd5f-dd799ce0aff3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12241 | 2025.01.29 21:14:31.805823 [ 260 ] {0e1d7b74-f535-4221-bd5f-dd799ce0aff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12242 | 2025.01.29 21:14:31.806226 [ 260 ] {0e1d7b74-f535-4221-bd5f-dd799ce0aff3} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12243 | 2025.01.29 21:14:31.806480 [ 260 ] {0e1d7b74-f535-4221-bd5f-dd799ce0aff3} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12244 | 2025.01.29 21:14:31.806694 [ 260 ] {0e1d7b74-f535-4221-bd5f-dd799ce0aff3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001683 sec., 140819.96434937613 rows/sec., 9.44 MiB/sec. | ||
| 12245 | 2025.01.29 21:14:31.806749 [ 260 ] {0e1d7b74-f535-4221-bd5f-dd799ce0aff3} <Debug> TCPHandler: Processed in 0.001914833 sec. | ||
| 12246 | 2025.01.29 21:14:31.806903 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12247 | 2025.01.29 21:14:31.807042 [ 263 ] {c42481b0-8346-44a2-87fa-410a8c200b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12248 | 2025.01.29 21:14:31.807105 [ 263 ] {c42481b0-8346-44a2-87fa-410a8c200b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12249 | 2025.01.29 21:14:31.807660 [ 263 ] {c42481b0-8346-44a2-87fa-410a8c200b97} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12250 | 2025.01.29 21:14:31.807707 [ 263 ] {c42481b0-8346-44a2-87fa-410a8c200b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12251 | 2025.01.29 21:14:31.808074 [ 263 ] {c42481b0-8346-44a2-87fa-410a8c200b97} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12252 | 2025.01.29 21:14:31.808328 [ 263 ] {c42481b0-8346-44a2-87fa-410a8c200b97} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12253 | 2025.01.29 21:14:31.808539 [ 263 ] {c42481b0-8346-44a2-87fa-410a8c200b97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001528 sec., 654.4502617801047 rows/sec., 44.10 KiB/sec. | ||
| 12254 | 2025.01.29 21:14:31.808594 [ 263 ] {c42481b0-8346-44a2-87fa-410a8c200b97} <Debug> TCPHandler: Processed in 0.001760521 sec. | ||
| 12255 | 2025.01.29 21:14:31.808798 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12256 | 2025.01.29 21:14:31.809024 [ 260 ] {e5d291a9-1067-4dee-989e-e71ab2f6774e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12257 | 2025.01.29 21:14:31.809164 [ 260 ] {e5d291a9-1067-4dee-989e-e71ab2f6774e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12258 | 2025.01.29 21:14:31.810668 [ 260 ] {e5d291a9-1067-4dee-989e-e71ab2f6774e} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12259 | 2025.01.29 21:14:31.810709 [ 260 ] {e5d291a9-1067-4dee-989e-e71ab2f6774e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12260 | 2025.01.29 21:14:31.811342 [ 260 ] {e5d291a9-1067-4dee-989e-e71ab2f6774e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12261 | 2025.01.29 21:14:31.811589 [ 260 ] {e5d291a9-1067-4dee-989e-e71ab2f6774e} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12262 | 2025.01.29 21:14:31.811854 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12263 | 2025.01.29 21:14:31.811922 [ 260 ] {e5d291a9-1067-4dee-989e-e71ab2f6774e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002951 sec., 13554.727211114876 rows/sec., 24.29 MiB/sec. | ||
| 12264 | 2025.01.29 21:14:31.811940 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12265 | 2025.01.29 21:14:31.812002 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12266 | 2025.01.29 21:14:31.812261 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::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 | ||
| 12267 | 2025.01.29 21:14:31.812271 [ 260 ] {e5d291a9-1067-4dee-989e-e71ab2f6774e} <Debug> TCPHandler: Processed in 0.003570962 sec. | ||
| 12268 | 2025.01.29 21:14:31.812522 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12269 | 2025.01.29 21:14:31.812628 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12270 | 2025.01.29 21:14:31.812799 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1581 rows starting from the beginning of the part | ||
| 12271 | 2025.01.29 21:14:31.812811 [ 263 ] {f057b581-f29c-43e5-993d-633e79c516e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12272 | 2025.01.29 21:14:31.812958 [ 263 ] {f057b581-f29c-43e5-993d-633e79c516e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12273 | 2025.01.29 21:14:31.813663 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 12274 | 2025.01.29 21:14:31.814312 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
| 12275 | 2025.01.29 21:14:31.815093 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part | ||
| 12276 | 2025.01.29 21:14:31.815250 [ 263 ] {f057b581-f29c-43e5-993d-633e79c516e9} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12277 | 2025.01.29 21:14:31.815381 [ 263 ] {f057b581-f29c-43e5-993d-633e79c516e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12278 | 2025.01.29 21:14:31.815695 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 12279 | 2025.01.29 21:14:31.816375 [ 197 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 12280 | 2025.01.29 21:14:31.816916 [ 263 ] {f057b581-f29c-43e5-993d-633e79c516e9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12281 | 2025.01.29 21:14:31.817463 [ 263 ] {f057b581-f29c-43e5-993d-633e79c516e9} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12282 | 2025.01.29 21:14:31.817963 [ 263 ] {f057b581-f29c-43e5-993d-633e79c516e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005237 sec., 15657.819362230284 rows/sec., 1018.33 KiB/sec. | ||
| 12283 | 2025.01.29 21:14:31.818185 [ 263 ] {f057b581-f29c-43e5-993d-633e79c516e9} <Debug> TCPHandler: Processed in 0.005776039 sec. | ||
| 12284 | 2025.01.29 21:14:31.828408 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1781 rows, containing 19 columns (19 merged, 0 gathered) in 0.016271344 sec., 109456.23176548906 rows/sec., 196.14 MiB/sec. | ||
| 12285 | 2025.01.29 21:14:31.830181 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12286 | 2025.01.29 21:14:31.830659 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12287 | 2025.01.29 21:14:31.830754 [ 195 ] {8ea61094-1f2d-42fb-a945-a3c130bb8a87::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12288 | 2025.01.29 21:14:31.830925 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.70 MiB. | ||
| 12289 | 2025.01.29 21:14:32.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.84 MiB, peak 265.47 MiB, free memory in arenas 0.00 B, will set to 254.12 MiB (RSS), difference: 5.29 MiB | ||
| 12290 | 2025.01.29 21:14:32.266007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12291 | 2025.01.29 21:14:32.288320 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12292 | 2025.01.29 21:14:32.288379 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12293 | 2025.01.29 21:14:32.292462 [ 67 ] {} <Debug> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 12294 | 2025.01.29 21:14:32.292512 [ 67 ] {} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12295 | 2025.01.29 21:14:32.292545 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12296 | 2025.01.29 21:14:32.292915 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::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 | ||
| 12297 | 2025.01.29 21:14:32.293426 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12298 | 2025.01.29 21:14:32.293525 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 12299 | 2025.01.29 21:14:32.294138 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 12300 | 2025.01.29 21:14:32.294466 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 12301 | 2025.01.29 21:14:32.294751 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 12302 | 2025.01.29 21:14:32.295055 [ 194 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 12303 | 2025.01.29 21:14:32.296749 [ 192 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.0040966 sec., 9764.19469804228 rows/sec., 834.34 KiB/sec. | ||
| 12304 | 2025.01.29 21:14:32.297001 [ 187 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 12305 | 2025.01.29 21:14:32.297626 [ 187 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12306 | 2025.01.29 21:14:32.297813 [ 187 ] {c8883fbc-5b9a-4bde-928a-7cb596ceb20c::all_1_21_5} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 12307 | 2025.01.29 21:14:32.297940 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12308 | 2025.01.29 21:14:32.299077 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12309 | 2025.01.29 21:14:32.299924 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12310 | 2025.01.29 21:14:32.303509 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12311 | 2025.01.29 21:14:36.782805 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12312 | 2025.01.29 21:14:36.783059 [ 263 ] {f48f58bb-b0ae-4f0a-ba5d-600f8bbe9c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12313 | 2025.01.29 21:14:36.783137 [ 263 ] {f48f58bb-b0ae-4f0a-ba5d-600f8bbe9c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12314 | 2025.01.29 21:14:36.783923 [ 263 ] {f48f58bb-b0ae-4f0a-ba5d-600f8bbe9c35} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12315 | 2025.01.29 21:14:36.783980 [ 263 ] {f48f58bb-b0ae-4f0a-ba5d-600f8bbe9c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12316 | 2025.01.29 21:14:36.784425 [ 263 ] {f48f58bb-b0ae-4f0a-ba5d-600f8bbe9c35} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12317 | 2025.01.29 21:14:36.784685 [ 263 ] {f48f58bb-b0ae-4f0a-ba5d-600f8bbe9c35} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12318 | 2025.01.29 21:14:36.784908 [ 263 ] {f48f58bb-b0ae-4f0a-ba5d-600f8bbe9c35} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.27 MiB/sec. | ||
| 12319 | 2025.01.29 21:14:36.784974 [ 263 ] {f48f58bb-b0ae-4f0a-ba5d-600f8bbe9c35} <Debug> TCPHandler: Processed in 0.002363058 sec. | ||
| 12320 | 2025.01.29 21:14:36.785308 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12321 | 2025.01.29 21:14:36.785617 [ 260 ] {d4ae73c8-1c41-47f1-b0ae-17f55b61c8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12322 | 2025.01.29 21:14:36.785738 [ 260 ] {d4ae73c8-1c41-47f1-b0ae-17f55b61c8f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12323 | 2025.01.29 21:14:36.786610 [ 260 ] {d4ae73c8-1c41-47f1-b0ae-17f55b61c8f5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12324 | 2025.01.29 21:14:36.786660 [ 260 ] {d4ae73c8-1c41-47f1-b0ae-17f55b61c8f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12325 | 2025.01.29 21:14:36.787102 [ 260 ] {d4ae73c8-1c41-47f1-b0ae-17f55b61c8f5} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12326 | 2025.01.29 21:14:36.787364 [ 260 ] {d4ae73c8-1c41-47f1-b0ae-17f55b61c8f5} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12327 | 2025.01.29 21:14:36.787621 [ 260 ] {d4ae73c8-1c41-47f1-b0ae-17f55b61c8f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002089 sec., 30636.66826232647 rows/sec., 2.39 MiB/sec. | ||
| 12328 | 2025.01.29 21:14:36.787690 [ 260 ] {d4ae73c8-1c41-47f1-b0ae-17f55b61c8f5} <Debug> TCPHandler: Processed in 0.002575221 sec. | ||
| 12329 | 2025.01.29 21:14:36.787858 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12330 | 2025.01.29 21:14:36.788006 [ 263 ] {9df7282e-c079-4095-a739-363bc4f74ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12331 | 2025.01.29 21:14:36.788075 [ 263 ] {9df7282e-c079-4095-a739-363bc4f74ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12332 | 2025.01.29 21:14:36.788772 [ 263 ] {9df7282e-c079-4095-a739-363bc4f74ebf} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12333 | 2025.01.29 21:14:36.788821 [ 263 ] {9df7282e-c079-4095-a739-363bc4f74ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12334 | 2025.01.29 21:14:36.789237 [ 263 ] {9df7282e-c079-4095-a739-363bc4f74ebf} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12335 | 2025.01.29 21:14:36.789492 [ 263 ] {9df7282e-c079-4095-a739-363bc4f74ebf} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12336 | 2025.01.29 21:14:36.789680 [ 263 ] {9df7282e-c079-4095-a739-363bc4f74ebf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00171 sec., 93567.25146198831 rows/sec., 6.52 MiB/sec. | ||
| 12337 | 2025.01.29 21:14:36.789736 [ 263 ] {9df7282e-c079-4095-a739-363bc4f74ebf} <Debug> TCPHandler: Processed in 0.001948613 sec. | ||
| 12338 | 2025.01.29 21:14:36.789878 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12339 | 2025.01.29 21:14:36.790024 [ 260 ] {817c05cb-4424-497f-b659-0359b5f26a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12340 | 2025.01.29 21:14:36.790091 [ 260 ] {817c05cb-4424-497f-b659-0359b5f26a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12341 | 2025.01.29 21:14:36.790711 [ 260 ] {817c05cb-4424-497f-b659-0359b5f26a8d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12342 | 2025.01.29 21:14:36.790759 [ 260 ] {817c05cb-4424-497f-b659-0359b5f26a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12343 | 2025.01.29 21:14:36.791183 [ 260 ] {817c05cb-4424-497f-b659-0359b5f26a8d} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12344 | 2025.01.29 21:14:36.791429 [ 260 ] {817c05cb-4424-497f-b659-0359b5f26a8d} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12345 | 2025.01.29 21:14:36.791659 [ 260 ] {817c05cb-4424-497f-b659-0359b5f26a8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001671 sec., 35906.64272890485 rows/sec., 2.42 MiB/sec. | ||
| 12346 | 2025.01.29 21:14:36.791714 [ 260 ] {817c05cb-4424-497f-b659-0359b5f26a8d} <Debug> TCPHandler: Processed in 0.001892982 sec. | ||
| 12347 | 2025.01.29 21:14:37.603710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829 | ||
| 12348 | 2025.01.29 21:14:37.604488 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12349 | 2025.01.29 21:14:37.604553 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12350 | 2025.01.29 21:14:37.605176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12351 | 2025.01.29 21:14:37.605547 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12352 | 2025.01.29 21:14:37.605801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 12353 | 2025.01.29 21:14:39.803680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12354 | 2025.01.29 21:14:39.825601 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12355 | 2025.01.29 21:14:39.825664 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12356 | 2025.01.29 21:14:39.832997 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12357 | 2025.01.29 21:14:39.833818 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12358 | 2025.01.29 21:14:39.838344 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12359 | 2025.01.29 21:14:40.252869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1700 | ||
| 12360 | 2025.01.29 21:14:40.256004 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12361 | 2025.01.29 21:14:40.256157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12362 | 2025.01.29 21:14:40.257650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12363 | 2025.01.29 21:14:40.257968 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12364 | 2025.01.29 21:14:40.258603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700 | ||
| 12365 | 2025.01.29 21:14:41.788634 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12366 | 2025.01.29 21:14:41.788830 [ 263 ] {82341417-0ebd-451b-9ba6-eb2df5de48f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12367 | 2025.01.29 21:14:41.788905 [ 263 ] {82341417-0ebd-451b-9ba6-eb2df5de48f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12368 | 2025.01.29 21:14:41.789659 [ 263 ] {82341417-0ebd-451b-9ba6-eb2df5de48f4} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12369 | 2025.01.29 21:14:41.789713 [ 263 ] {82341417-0ebd-451b-9ba6-eb2df5de48f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12370 | 2025.01.29 21:14:41.790139 [ 263 ] {82341417-0ebd-451b-9ba6-eb2df5de48f4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12371 | 2025.01.29 21:14:41.790386 [ 263 ] {82341417-0ebd-451b-9ba6-eb2df5de48f4} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12372 | 2025.01.29 21:14:41.790628 [ 263 ] {82341417-0ebd-451b-9ba6-eb2df5de48f4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec. | ||
| 12373 | 2025.01.29 21:14:41.790695 [ 263 ] {82341417-0ebd-451b-9ba6-eb2df5de48f4} <Debug> TCPHandler: Processed in 0.002189856 sec. | ||
| 12374 | 2025.01.29 21:14:41.790957 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12375 | 2025.01.29 21:14:41.791152 [ 260 ] {79d5ac02-37c9-43ca-ba32-b80d1df0e56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12376 | 2025.01.29 21:14:41.791226 [ 260 ] {79d5ac02-37c9-43ca-ba32-b80d1df0e56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12377 | 2025.01.29 21:14:41.792176 [ 260 ] {79d5ac02-37c9-43ca-ba32-b80d1df0e56e} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12378 | 2025.01.29 21:14:41.792221 [ 260 ] {79d5ac02-37c9-43ca-ba32-b80d1df0e56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12379 | 2025.01.29 21:14:41.792692 [ 260 ] {79d5ac02-37c9-43ca-ba32-b80d1df0e56e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12380 | 2025.01.29 21:14:41.792956 [ 260 ] {79d5ac02-37c9-43ca-ba32-b80d1df0e56e} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12381 | 2025.01.29 21:14:41.793117 [ 148 ] {} <Debug> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12382 | 2025.01.29 21:14:41.793171 [ 148 ] {} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12383 | 2025.01.29 21:14:41.793172 [ 260 ] {79d5ac02-37c9-43ca-ba32-b80d1df0e56e} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002072 sec., 136583.01158301157 rows/sec., 12.07 MiB/sec. | ||
| 12384 | 2025.01.29 21:14:41.793201 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12385 | 2025.01.29 21:14:41.793308 [ 260 ] {79d5ac02-37c9-43ca-ba32-b80d1df0e56e} <Debug> TCPHandler: Processed in 0.00247932 sec. | ||
| 12386 | 2025.01.29 21:14:41.793591 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12387 | 2025.01.29 21:14:41.793651 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::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 | ||
| 12388 | 2025.01.29 21:14:41.793996 [ 263 ] {05c0f1c7-f3fa-4969-b251-bd1afaff7ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12389 | 2025.01.29 21:14:41.794175 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12390 | 2025.01.29 21:14:41.794195 [ 263 ] {05c0f1c7-f3fa-4969-b251-bd1afaff7ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12391 | 2025.01.29 21:14:41.794302 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1434 rows starting from the beginning of the part | ||
| 12392 | 2025.01.29 21:14:41.794800 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 12393 | 2025.01.29 21:14:41.795251 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part | ||
| 12394 | 2025.01.29 21:14:41.795652 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 283 rows starting from the beginning of the part | ||
| 12395 | 2025.01.29 21:14:41.796092 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part | ||
| 12396 | 2025.01.29 21:14:41.796871 [ 186 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 283 rows starting from the beginning of the part | ||
| 12397 | 2025.01.29 21:14:41.798054 [ 263 ] {05c0f1c7-f3fa-4969-b251-bd1afaff7ef2} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12398 | 2025.01.29 21:14:41.798130 [ 263 ] {05c0f1c7-f3fa-4969-b251-bd1afaff7ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12399 | 2025.01.29 21:14:41.798952 [ 263 ] {05c0f1c7-f3fa-4969-b251-bd1afaff7ef2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12400 | 2025.01.29 21:14:41.799449 [ 263 ] {05c0f1c7-f3fa-4969-b251-bd1afaff7ef2} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12401 | 2025.01.29 21:14:41.799756 [ 263 ] {05c0f1c7-f3fa-4969-b251-bd1afaff7ef2} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00591 sec., 7952.622673434856 rows/sec., 586.10 KiB/sec. | ||
| 12402 | 2025.01.29 21:14:41.799930 [ 263 ] {05c0f1c7-f3fa-4969-b251-bd1afaff7ef2} <Debug> TCPHandler: Processed in 0.006492068 sec. | ||
| 12403 | 2025.01.29 21:14:41.800250 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12404 | 2025.01.29 21:14:41.800353 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 5 columns (5 merged, 0 gathered) in 0.007012804 sec., 309148.8083796439 rows/sec., 27.28 MiB/sec. | ||
| 12405 | 2025.01.29 21:14:41.800450 [ 260 ] {6b85b4e8-aa95-46df-a0d2-19278912cda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12406 | 2025.01.29 21:14:41.800522 [ 260 ] {6b85b4e8-aa95-46df-a0d2-19278912cda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12407 | 2025.01.29 21:14:41.800774 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12408 | 2025.01.29 21:14:41.801529 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12409 | 2025.01.29 21:14:41.801768 [ 198 ] {02239038-6971-4311-94d5-29102e5d9f3c::all_1_106_21} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12410 | 2025.01.29 21:14:41.801905 [ 260 ] {6b85b4e8-aa95-46df-a0d2-19278912cda0} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12411 | 2025.01.29 21:14:41.801969 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12412 | 2025.01.29 21:14:41.801976 [ 260 ] {6b85b4e8-aa95-46df-a0d2-19278912cda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12413 | 2025.01.29 21:14:41.802397 [ 260 ] {6b85b4e8-aa95-46df-a0d2-19278912cda0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12414 | 2025.01.29 21:14:41.802648 [ 260 ] {6b85b4e8-aa95-46df-a0d2-19278912cda0} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12415 | 2025.01.29 21:14:41.802881 [ 260 ] {6b85b4e8-aa95-46df-a0d2-19278912cda0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002481 sec., 5642.885933091495 rows/sec., 395.19 KiB/sec. | ||
| 12416 | 2025.01.29 21:14:41.802978 [ 260 ] {6b85b4e8-aa95-46df-a0d2-19278912cda0} <Debug> TCPHandler: Processed in 0.002924765 sec. | ||
| 12417 | 2025.01.29 21:14:41.803215 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12418 | 2025.01.29 21:14:41.803373 [ 263 ] {bfcd0d96-e8f8-4c4c-b721-2bc112394aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12419 | 2025.01.29 21:14:41.803425 [ 263 ] {bfcd0d96-e8f8-4c4c-b721-2bc112394aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12420 | 2025.01.29 21:14:41.804024 [ 263 ] {bfcd0d96-e8f8-4c4c-b721-2bc112394aa3} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12421 | 2025.01.29 21:14:41.804065 [ 263 ] {bfcd0d96-e8f8-4c4c-b721-2bc112394aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12422 | 2025.01.29 21:14:41.804424 [ 263 ] {bfcd0d96-e8f8-4c4c-b721-2bc112394aa3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12423 | 2025.01.29 21:14:41.804670 [ 263 ] {bfcd0d96-e8f8-4c4c-b721-2bc112394aa3} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12424 | 2025.01.29 21:14:41.804903 [ 263 ] {bfcd0d96-e8f8-4c4c-b721-2bc112394aa3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 12425 | 2025.01.29 21:14:41.805000 [ 263 ] {bfcd0d96-e8f8-4c4c-b721-2bc112394aa3} <Debug> TCPHandler: Processed in 0.001906103 sec. | ||
| 12426 | 2025.01.29 21:14:41.805235 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12427 | 2025.01.29 21:14:41.805383 [ 260 ] {af1a0f91-35f8-4003-97b0-914f90187209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12428 | 2025.01.29 21:14:41.805444 [ 260 ] {af1a0f91-35f8-4003-97b0-914f90187209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12429 | 2025.01.29 21:14:41.806286 [ 260 ] {af1a0f91-35f8-4003-97b0-914f90187209} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12430 | 2025.01.29 21:14:41.806324 [ 260 ] {af1a0f91-35f8-4003-97b0-914f90187209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12431 | 2025.01.29 21:14:41.806717 [ 260 ] {af1a0f91-35f8-4003-97b0-914f90187209} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12432 | 2025.01.29 21:14:41.806984 [ 260 ] {af1a0f91-35f8-4003-97b0-914f90187209} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12433 | 2025.01.29 21:14:41.807135 [ 148 ] {} <Debug> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12434 | 2025.01.29 21:14:41.807176 [ 260 ] {af1a0f91-35f8-4003-97b0-914f90187209} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001828 sec., 230853.39168490152 rows/sec., 16.50 MiB/sec. | ||
| 12435 | 2025.01.29 21:14:41.807184 [ 148 ] {} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12436 | 2025.01.29 21:14:41.807227 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12437 | 2025.01.29 21:14:41.807253 [ 260 ] {af1a0f91-35f8-4003-97b0-914f90187209} <Debug> TCPHandler: Processed in 0.002159265 sec. | ||
| 12438 | 2025.01.29 21:14:41.807454 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12439 | 2025.01.29 21:14:41.807485 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::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 | ||
| 12440 | 2025.01.29 21:14:41.807716 [ 263 ] {b09ddc83-7fcb-4625-aea4-5c43ba6385bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12441 | 2025.01.29 21:14:41.807759 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12442 | 2025.01.29 21:14:41.807831 [ 263 ] {b09ddc83-7fcb-4625-aea4-5c43ba6385bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12443 | 2025.01.29 21:14:41.807837 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 914 rows starting from the beginning of the part | ||
| 12444 | 2025.01.29 21:14:41.808349 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 12445 | 2025.01.29 21:14:41.808771 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part | ||
| 12446 | 2025.01.29 21:14:41.809063 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 422 rows starting from the beginning of the part | ||
| 12447 | 2025.01.29 21:14:41.809464 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 12448 | 2025.01.29 21:14:41.809685 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 422 rows starting from the beginning of the part | ||
| 12449 | 2025.01.29 21:14:41.810262 [ 263 ] {b09ddc83-7fcb-4625-aea4-5c43ba6385bf} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12450 | 2025.01.29 21:14:41.810332 [ 263 ] {b09ddc83-7fcb-4625-aea4-5c43ba6385bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12451 | 2025.01.29 21:14:41.811131 [ 263 ] {b09ddc83-7fcb-4625-aea4-5c43ba6385bf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12452 | 2025.01.29 21:14:41.811674 [ 263 ] {b09ddc83-7fcb-4625-aea4-5c43ba6385bf} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12453 | 2025.01.29 21:14:41.812025 [ 148 ] {} <Debug> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
| 12454 | 2025.01.29 21:14:41.812150 [ 148 ] {} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12455 | 2025.01.29 21:14:41.812240 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12456 | 2025.01.29 21:14:41.812265 [ 263 ] {b09ddc83-7fcb-4625-aea4-5c43ba6385bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004629 sec., 1296.1762799740764 rows/sec., 67.72 KiB/sec. | ||
| 12457 | 2025.01.29 21:14:41.812548 [ 263 ] {b09ddc83-7fcb-4625-aea4-5c43ba6385bf} <Debug> TCPHandler: Processed in 0.005205262 sec. | ||
| 12458 | 2025.01.29 21:14:41.812688 [ 186 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
| 12459 | 2025.01.29 21:14:41.812878 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12460 | 2025.01.29 21:14:41.813132 [ 186 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12461 | 2025.01.29 21:14:41.813260 [ 186 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 234 rows starting from the beginning of the part | ||
| 12462 | 2025.01.29 21:14:41.813341 [ 260 ] {127a197e-68dc-4c12-80db-dba550a8bfda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12463 | 2025.01.29 21:14:41.813553 [ 186 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12464 | 2025.01.29 21:14:41.813667 [ 260 ] {127a197e-68dc-4c12-80db-dba550a8bfda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12465 | 2025.01.29 21:14:41.813909 [ 186 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12466 | 2025.01.29 21:14:41.814246 [ 186 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12467 | 2025.01.29 21:14:41.814667 [ 186 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12468 | 2025.01.29 21:14:41.814955 [ 186 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12469 | 2025.01.29 21:14:41.815676 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.00834441 sec., 233689.38007600297 rows/sec., 17.88 MiB/sec. | ||
| 12470 | 2025.01.29 21:14:41.816060 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12471 | 2025.01.29 21:14:41.817436 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12472 | 2025.01.29 21:14:41.817484 [ 260 ] {127a197e-68dc-4c12-80db-dba550a8bfda} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12473 | 2025.01.29 21:14:41.817603 [ 260 ] {127a197e-68dc-4c12-80db-dba550a8bfda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12474 | 2025.01.29 21:14:41.817807 [ 198 ] {be07b8b2-fc93-4cfa-9543-f8fd2180e452::all_1_106_21} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12475 | 2025.01.29 21:14:41.818166 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12476 | 2025.01.29 21:14:41.818998 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 4 columns (4 merged, 0 gathered) in 0.006613789 sec., 39916.604536370905 rows/sec., 2.04 MiB/sec. | ||
| 12477 | 2025.01.29 21:14:41.819014 [ 260 ] {127a197e-68dc-4c12-80db-dba550a8bfda} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12478 | 2025.01.29 21:14:41.819189 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 12479 | 2025.01.29 21:14:41.819331 [ 260 ] {127a197e-68dc-4c12-80db-dba550a8bfda} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12480 | 2025.01.29 21:14:41.819529 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 | ||
| 12481 | 2025.01.29 21:14:41.819590 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12482 | 2025.01.29 21:14:41.819614 [ 260 ] {127a197e-68dc-4c12-80db-dba550a8bfda} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006453 sec., 36727.103672710364 rows/sec., 2.46 MiB/sec. | ||
| 12483 | 2025.01.29 21:14:41.819624 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12484 | 2025.01.29 21:14:41.819716 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12485 | 2025.01.29 21:14:41.820057 [ 260 ] {127a197e-68dc-4c12-80db-dba550a8bfda} <Debug> TCPHandler: Processed in 0.007356167 sec. | ||
| 12486 | 2025.01.29 21:14:41.820317 [ 189 ] {20c003bb-157f-42aa-bac7-63c50edd3908::all_1_44_9} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
| 12487 | 2025.01.29 21:14:41.820376 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full | ||
| 12488 | 2025.01.29 21:14:41.820487 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12489 | 2025.01.29 21:14:41.820879 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12490 | 2025.01.29 21:14:41.821141 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12491 | 2025.01.29 21:14:41.821159 [ 263 ] {6516a1cd-f93c-4e87-b892-8a7c51eecfdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12492 | 2025.01.29 21:14:41.821249 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 28162 rows starting from the beginning of the part | ||
| 12493 | 2025.01.29 21:14:41.821443 [ 263 ] {6516a1cd-f93c-4e87-b892-8a7c51eecfdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12494 | 2025.01.29 21:14:41.821771 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part | ||
| 12495 | 2025.01.29 21:14:41.822308 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 12496 | 2025.01.29 21:14:41.822945 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 12497 | 2025.01.29 21:14:41.823470 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::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 | ||
| 12498 | 2025.01.29 21:14:41.823887 [ 190 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part | ||
| 12499 | 2025.01.29 21:14:41.824940 [ 263 ] {6516a1cd-f93c-4e87-b892-8a7c51eecfdb} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12500 | 2025.01.29 21:14:41.825035 [ 263 ] {6516a1cd-f93c-4e87-b892-8a7c51eecfdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12501 | 2025.01.29 21:14:41.825645 [ 263 ] {6516a1cd-f93c-4e87-b892-8a7c51eecfdb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12502 | 2025.01.29 21:14:41.825931 [ 263 ] {6516a1cd-f93c-4e87-b892-8a7c51eecfdb} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12503 | 2025.01.29 21:14:41.826526 [ 263 ] {6516a1cd-f93c-4e87-b892-8a7c51eecfdb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005621 sec., 177.90428749332858 rows/sec., 11.99 KiB/sec. | ||
| 12504 | 2025.01.29 21:14:41.826729 [ 263 ] {6516a1cd-f93c-4e87-b892-8a7c51eecfdb} <Debug> TCPHandler: Processed in 0.006537088 sec. | ||
| 12505 | 2025.01.29 21:14:41.827047 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12506 | 2025.01.29 21:14:41.827243 [ 260 ] {9232abad-7279-4d05-97d7-735b6d425577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12507 | 2025.01.29 21:14:41.827341 [ 260 ] {9232abad-7279-4d05-97d7-735b6d425577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12508 | 2025.01.29 21:14:41.829162 [ 260 ] {9232abad-7279-4d05-97d7-735b6d425577} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12509 | 2025.01.29 21:14:41.829204 [ 260 ] {9232abad-7279-4d05-97d7-735b6d425577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12510 | 2025.01.29 21:14:41.830204 [ 260 ] {9232abad-7279-4d05-97d7-735b6d425577} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12511 | 2025.01.29 21:14:41.830685 [ 260 ] {9232abad-7279-4d05-97d7-735b6d425577} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12512 | 2025.01.29 21:14:41.830952 [ 260 ] {9232abad-7279-4d05-97d7-735b6d425577} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003754 sec., 10655.301012253596 rows/sec., 19.09 MiB/sec. | ||
| 12513 | 2025.01.29 21:14:41.831153 [ 260 ] {9232abad-7279-4d05-97d7-735b6d425577} <Debug> TCPHandler: Processed in 0.004298632 sec. | ||
| 12514 | 2025.01.29 21:14:41.831317 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12515 | 2025.01.29 21:14:41.831429 [ 263 ] {ba9ab4ed-caa1-40b3-9e7a-6b7e45f3ac17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12516 | 2025.01.29 21:14:41.831592 [ 263 ] {ba9ab4ed-caa1-40b3-9e7a-6b7e45f3ac17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12517 | 2025.01.29 21:14:41.832408 [ 263 ] {ba9ab4ed-caa1-40b3-9e7a-6b7e45f3ac17} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12518 | 2025.01.29 21:14:41.832446 [ 263 ] {ba9ab4ed-caa1-40b3-9e7a-6b7e45f3ac17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12519 | 2025.01.29 21:14:41.832867 [ 263 ] {ba9ab4ed-caa1-40b3-9e7a-6b7e45f3ac17} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12520 | 2025.01.29 21:14:41.833197 [ 263 ] {ba9ab4ed-caa1-40b3-9e7a-6b7e45f3ac17} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12521 | 2025.01.29 21:14:41.833527 [ 263 ] {ba9ab4ed-caa1-40b3-9e7a-6b7e45f3ac17} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002062 sec., 39767.21629485936 rows/sec., 2.53 MiB/sec. | ||
| 12522 | 2025.01.29 21:14:41.833898 [ 263 ] {ba9ab4ed-caa1-40b3-9e7a-6b7e45f3ac17} <Debug> TCPHandler: Processed in 0.002618991 sec. | ||
| 12523 | 2025.01.29 21:14:41.834339 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29020 rows, containing 5 columns (5 merged, 0 gathered) in 0.014515803 sec., 1999200.4575978331 rows/sec., 135.01 MiB/sec. | ||
| 12524 | 2025.01.29 21:14:41.834831 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 12525 | 2025.01.29 21:14:41.835176 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12526 | 2025.01.29 21:14:41.835277 [ 191 ] {26746301-9a82-446f-a6b4-8dffda5d661e::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 | ||
| 12527 | 2025.01.29 21:14:41.835384 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12528 | 2025.01.29 21:14:44.903995 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12529 | 2025.01.29 21:14:44.904081 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12530 | 2025.01.29 21:14:45.106148 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317 | ||
| 12531 | 2025.01.29 21:14:45.106972 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12532 | 2025.01.29 21:14:45.107034 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12533 | 2025.01.29 21:14:45.107611 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12534 | 2025.01.29 21:14:45.107897 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12535 | 2025.01.29 21:14:45.108131 [ 144 ] {} <Debug> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12536 | 2025.01.29 21:14:45.108165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317 | ||
| 12537 | 2025.01.29 21:14:45.108212 [ 144 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12538 | 2025.01.29 21:14:45.108244 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 12539 | 2025.01.29 21:14:45.108367 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 12540 | 2025.01.29 21:14:45.108479 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12541 | 2025.01.29 21:14:45.108513 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 12542 | 2025.01.29 21:14:45.108582 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 12543 | 2025.01.29 21:14:45.108687 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 12544 | 2025.01.29 21:14:45.108939 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 12545 | 2025.01.29 21:14:45.109054 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 12546 | 2025.01.29 21:14:45.109132 [ 200 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::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 | ||
| 12547 | 2025.01.29 21:14:45.112036 [ 199 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.003717785 sec., 8154586.669212986 rows/sec., 116.65 MiB/sec. | ||
| 12548 | 2025.01.29 21:14:45.112453 [ 199 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12549 | 2025.01.29 21:14:45.112794 [ 199 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_66_13} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12550 | 2025.01.29 21:14:45.112888 [ 199 ] {7bddf60d-6523-4674-81e9-d94e6dfd436b::all_1_66_13} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12551 | 2025.01.29 21:14:45.113008 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 12552 | 2025.01.29 21:14:46.783703 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12553 | 2025.01.29 21:14:46.783934 [ 263 ] {f377160e-63a3-4325-bb4b-7a67fc56ff2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12554 | 2025.01.29 21:14:46.784018 [ 263 ] {f377160e-63a3-4325-bb4b-7a67fc56ff2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12555 | 2025.01.29 21:14:46.784858 [ 263 ] {f377160e-63a3-4325-bb4b-7a67fc56ff2c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12556 | 2025.01.29 21:14:46.784908 [ 263 ] {f377160e-63a3-4325-bb4b-7a67fc56ff2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12557 | 2025.01.29 21:14:46.785353 [ 263 ] {f377160e-63a3-4325-bb4b-7a67fc56ff2c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12558 | 2025.01.29 21:14:46.785611 [ 263 ] {f377160e-63a3-4325-bb4b-7a67fc56ff2c} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12559 | 2025.01.29 21:14:46.785874 [ 263 ] {f377160e-63a3-4325-bb4b-7a67fc56ff2c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001999 sec., 28014.007003501752 rows/sec., 2.15 MiB/sec. | ||
| 12560 | 2025.01.29 21:14:46.785941 [ 263 ] {f377160e-63a3-4325-bb4b-7a67fc56ff2c} <Debug> TCPHandler: Processed in 0.002379128 sec. | ||
| 12561 | 2025.01.29 21:14:46.786231 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12562 | 2025.01.29 21:14:46.786453 [ 260 ] {514a8609-84da-4ed9-8402-4bd40c23192c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12563 | 2025.01.29 21:14:46.786537 [ 260 ] {514a8609-84da-4ed9-8402-4bd40c23192c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12564 | 2025.01.29 21:14:46.787406 [ 260 ] {514a8609-84da-4ed9-8402-4bd40c23192c} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12565 | 2025.01.29 21:14:46.787458 [ 260 ] {514a8609-84da-4ed9-8402-4bd40c23192c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12566 | 2025.01.29 21:14:46.787893 [ 260 ] {514a8609-84da-4ed9-8402-4bd40c23192c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12567 | 2025.01.29 21:14:46.788159 [ 260 ] {514a8609-84da-4ed9-8402-4bd40c23192c} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12568 | 2025.01.29 21:14:46.788429 [ 260 ] {514a8609-84da-4ed9-8402-4bd40c23192c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002027 sec., 31573.754316724222 rows/sec., 2.46 MiB/sec. | ||
| 12569 | 2025.01.29 21:14:46.788533 [ 260 ] {514a8609-84da-4ed9-8402-4bd40c23192c} <Debug> TCPHandler: Processed in 0.002446289 sec. | ||
| 12570 | 2025.01.29 21:14:46.788829 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12571 | 2025.01.29 21:14:46.789341 [ 263 ] {b7669eb1-43aa-40ea-abfd-17514f11b025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12572 | 2025.01.29 21:14:46.789448 [ 263 ] {b7669eb1-43aa-40ea-abfd-17514f11b025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12573 | 2025.01.29 21:14:46.790045 [ 263 ] {b7669eb1-43aa-40ea-abfd-17514f11b025} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12574 | 2025.01.29 21:14:46.790085 [ 263 ] {b7669eb1-43aa-40ea-abfd-17514f11b025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12575 | 2025.01.29 21:14:46.790490 [ 263 ] {b7669eb1-43aa-40ea-abfd-17514f11b025} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12576 | 2025.01.29 21:14:46.790730 [ 263 ] {b7669eb1-43aa-40ea-abfd-17514f11b025} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12577 | 2025.01.29 21:14:46.790940 [ 263 ] {b7669eb1-43aa-40ea-abfd-17514f11b025} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001783 sec., 89736.399326977 rows/sec., 6.25 MiB/sec. | ||
| 12578 | 2025.01.29 21:14:46.790995 [ 263 ] {b7669eb1-43aa-40ea-abfd-17514f11b025} <Debug> TCPHandler: Processed in 0.002338848 sec. | ||
| 12579 | 2025.01.29 21:14:46.791165 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12580 | 2025.01.29 21:14:46.791305 [ 260 ] {c46bf075-435b-4e32-b0d6-ed650958337f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12581 | 2025.01.29 21:14:46.791367 [ 260 ] {c46bf075-435b-4e32-b0d6-ed650958337f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12582 | 2025.01.29 21:14:46.791981 [ 260 ] {c46bf075-435b-4e32-b0d6-ed650958337f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12583 | 2025.01.29 21:14:46.792027 [ 260 ] {c46bf075-435b-4e32-b0d6-ed650958337f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12584 | 2025.01.29 21:14:46.792454 [ 260 ] {c46bf075-435b-4e32-b0d6-ed650958337f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12585 | 2025.01.29 21:14:46.792694 [ 260 ] {c46bf075-435b-4e32-b0d6-ed650958337f} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12586 | 2025.01.29 21:14:46.792843 [ 140 ] {} <Debug> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12587 | 2025.01.29 21:14:46.792884 [ 260 ] {c46bf075-435b-4e32-b0d6-ed650958337f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
| 12588 | 2025.01.29 21:14:46.792898 [ 140 ] {} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12589 | 2025.01.29 21:14:46.792944 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12590 | 2025.01.29 21:14:46.792954 [ 260 ] {c46bf075-435b-4e32-b0d6-ed650958337f} <Debug> TCPHandler: Processed in 0.001859932 sec. | ||
| 12591 | 2025.01.29 21:14:46.793175 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 12592 | 2025.01.29 21:14:46.793662 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12593 | 2025.01.29 21:14:46.793773 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5892 rows starting from the beginning of the part | ||
| 12594 | 2025.01.29 21:14:46.794134 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 12595 | 2025.01.29 21:14:46.794444 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 12596 | 2025.01.29 21:14:46.794807 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::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 | ||
| 12597 | 2025.01.29 21:14:46.795122 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part | ||
| 12598 | 2025.01.29 21:14:46.795404 [ 195 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 12599 | 2025.01.29 21:14:46.797479 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6236 rows, containing 4 columns (4 merged, 0 gathered) in 0.004414393 sec., 1412651.7507616563 rows/sec., 92.00 MiB/sec. | ||
| 12600 | 2025.01.29 21:14:46.798132 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12601 | 2025.01.29 21:14:46.798520 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_106_21} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12602 | 2025.01.29 21:14:46.798597 [ 200 ] {0b45e2b3-400d-440d-b2df-159bb7c3727a::all_1_106_21} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12603 | 2025.01.29 21:14:46.798685 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 12604 | 2025.01.29 21:14:47.338521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12605 | 2025.01.29 21:14:47.364680 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12606 | 2025.01.29 21:14:47.364752 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12607 | 2025.01.29 21:14:47.372263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12608 | 2025.01.29 21:14:47.373077 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12609 | 2025.01.29 21:14:47.373501 [ 140 ] {} <Debug> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12610 | 2025.01.29 21:14:47.373628 [ 140 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12611 | 2025.01.29 21:14:47.373686 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12612 | 2025.01.29 21:14:47.374225 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 12613 | 2025.01.29 21:14:47.392316 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12614 | 2025.01.29 21:14:47.393929 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12615 | 2025.01.29 21:14:47.395390 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 12616 | 2025.01.29 21:14:47.400646 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 12617 | 2025.01.29 21:14:47.406026 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 12618 | 2025.01.29 21:14:47.411442 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 12619 | 2025.01.29 21:14:47.416907 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 12620 | 2025.01.29 21:14:47.421419 [ 192 ] {d5f20082-9984-405e-8aea-85d86f280071::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 | ||
| 12621 | 2025.01.29 21:14:47.482914 [ 200 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.109081105 sec., 4565.410297227921 rows/sec., 23.61 MiB/sec. | ||
| 12622 | 2025.01.29 21:14:47.486026 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12623 | 2025.01.29 21:14:47.488897 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_66_13} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12624 | 2025.01.29 21:14:47.488998 [ 199 ] {d5f20082-9984-405e-8aea-85d86f280071::all_1_66_13} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12625 | 2025.01.29 21:14:47.491055 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 12626 | 2025.01.29 21:14:49.375285 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12627 | 2025.01.29 21:14:49.375470 [ 263 ] {af37473b-a0a7-45c4-a940-b81fca215d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12628 | 2025.01.29 21:14:49.375542 [ 263 ] {af37473b-a0a7-45c4-a940-b81fca215d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12629 | 2025.01.29 21:14:49.376313 [ 263 ] {af37473b-a0a7-45c4-a940-b81fca215d17} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12630 | 2025.01.29 21:14:49.376355 [ 263 ] {af37473b-a0a7-45c4-a940-b81fca215d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12631 | 2025.01.29 21:14:49.376796 [ 263 ] {af37473b-a0a7-45c4-a940-b81fca215d17} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12632 | 2025.01.29 21:14:49.377055 [ 263 ] {af37473b-a0a7-45c4-a940-b81fca215d17} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12633 | 2025.01.29 21:14:49.377197 [ 139 ] {} <Debug> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12634 | 2025.01.29 21:14:49.377239 [ 139 ] {} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12635 | 2025.01.29 21:14:49.377265 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12636 | 2025.01.29 21:14:49.377265 [ 263 ] {af37473b-a0a7-45c4-a940-b81fca215d17} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec. | ||
| 12637 | 2025.01.29 21:14:49.377436 [ 263 ] {af37473b-a0a7-45c4-a940-b81fca215d17} <Debug> TCPHandler: Processed in 0.002274947 sec. | ||
| 12638 | 2025.01.29 21:14:49.377570 [ 197 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 12639 | 2025.01.29 21:14:49.377827 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12640 | 2025.01.29 21:14:49.377851 [ 197 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12641 | 2025.01.29 21:14:49.377944 [ 197 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 12642 | 2025.01.29 21:14:49.378180 [ 197 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 12643 | 2025.01.29 21:14:49.378202 [ 260 ] {94a0d2cd-9fa3-4b3e-8a45-d8cda5e672b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12644 | 2025.01.29 21:14:49.378470 [ 260 ] {94a0d2cd-9fa3-4b3e-8a45-d8cda5e672b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12645 | 2025.01.29 21:14:49.378486 [ 197 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 12646 | 2025.01.29 21:14:49.378742 [ 197 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 12647 | 2025.01.29 21:14:49.378900 [ 197 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::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 | ||
| 12648 | 2025.01.29 21:14:49.380186 [ 260 ] {94a0d2cd-9fa3-4b3e-8a45-d8cda5e672b5} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12649 | 2025.01.29 21:14:49.380237 [ 260 ] {94a0d2cd-9fa3-4b3e-8a45-d8cda5e672b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12650 | 2025.01.29 21:14:49.380832 [ 200 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003445591 sec., 20315.818099130163 rows/sec., 1.51 MiB/sec. | ||
| 12651 | 2025.01.29 21:14:49.381246 [ 260 ] {94a0d2cd-9fa3-4b3e-8a45-d8cda5e672b5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12652 | 2025.01.29 21:14:49.381291 [ 200 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12653 | 2025.01.29 21:14:49.381857 [ 260 ] {94a0d2cd-9fa3-4b3e-8a45-d8cda5e672b5} <Trace> oximeter.fields_ipaddr (c8883fbc-5b9a-4bde-928a-7cb596ceb20c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12654 | 2025.01.29 21:14:49.382000 [ 200 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_45_11} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12655 | 2025.01.29 21:14:49.382455 [ 200 ] {2d5d9a70-c455-4fb5-b238-fef07eb0a786::all_1_45_11} <Trace> oximeter.fields_i16 (2d5d9a70-c455-4fb5-b238-fef07eb0a786) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12656 | 2025.01.29 21:14:49.382701 [ 260 ] {94a0d2cd-9fa3-4b3e-8a45-d8cda5e672b5} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.004565 sec., 2628.6966046002194 rows/sec., 214.35 KiB/sec. | ||
| 12657 | 2025.01.29 21:14:49.382985 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12658 | 2025.01.29 21:14:49.383296 [ 260 ] {94a0d2cd-9fa3-4b3e-8a45-d8cda5e672b5} <Debug> TCPHandler: Processed in 0.005662478 sec. | ||
| 12659 | 2025.01.29 21:14:49.383484 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12660 | 2025.01.29 21:14:49.383612 [ 263 ] {f17f7f7d-eed7-493f-9dca-948f74910f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12661 | 2025.01.29 21:14:49.383667 [ 263 ] {f17f7f7d-eed7-493f-9dca-948f74910f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12662 | 2025.01.29 21:14:49.385074 [ 263 ] {f17f7f7d-eed7-493f-9dca-948f74910f58} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12663 | 2025.01.29 21:14:49.385114 [ 263 ] {f17f7f7d-eed7-493f-9dca-948f74910f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12664 | 2025.01.29 21:14:49.385577 [ 263 ] {f17f7f7d-eed7-493f-9dca-948f74910f58} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12665 | 2025.01.29 21:14:49.385822 [ 263 ] {f17f7f7d-eed7-493f-9dca-948f74910f58} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12666 | 2025.01.29 21:14:49.386025 [ 263 ] {f17f7f7d-eed7-493f-9dca-948f74910f58} <Debug> executeQuery: Read 1429 rows, 122.60 KiB in 0.002438 sec., 586136.1771944216 rows/sec., 49.11 MiB/sec. | ||
| 12667 | 2025.01.29 21:14:49.386109 [ 263 ] {f17f7f7d-eed7-493f-9dca-948f74910f58} <Debug> TCPHandler: Processed in 0.002683772 sec. | ||
| 12668 | 2025.01.29 21:14:49.386404 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12669 | 2025.01.29 21:14:49.386682 [ 260 ] {a4458365-582a-4736-a481-2ceae7657bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12670 | 2025.01.29 21:14:49.386779 [ 260 ] {a4458365-582a-4736-a481-2ceae7657bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12671 | 2025.01.29 21:14:49.387706 [ 260 ] {a4458365-582a-4736-a481-2ceae7657bf0} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12672 | 2025.01.29 21:14:49.387748 [ 260 ] {a4458365-582a-4736-a481-2ceae7657bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12673 | 2025.01.29 21:14:49.388118 [ 260 ] {a4458365-582a-4736-a481-2ceae7657bf0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12674 | 2025.01.29 21:14:49.388358 [ 260 ] {a4458365-582a-4736-a481-2ceae7657bf0} <Trace> oximeter.fields_u16 (3d42b641-2119-4db2-a83d-305f80a1d1d9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12675 | 2025.01.29 21:14:49.388597 [ 260 ] {a4458365-582a-4736-a481-2ceae7657bf0} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001975 sec., 29873.417721518985 rows/sec., 2.13 MiB/sec. | ||
| 12676 | 2025.01.29 21:14:49.388654 [ 260 ] {a4458365-582a-4736-a481-2ceae7657bf0} <Debug> TCPHandler: Processed in 0.002429699 sec. | ||
| 12677 | 2025.01.29 21:14:49.388868 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12678 | 2025.01.29 21:14:49.389095 [ 263 ] {59e46204-7368-4f4a-be4a-ea30d9d80085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12679 | 2025.01.29 21:14:49.389187 [ 263 ] {59e46204-7368-4f4a-be4a-ea30d9d80085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12680 | 2025.01.29 21:14:49.390447 [ 263 ] {59e46204-7368-4f4a-be4a-ea30d9d80085} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12681 | 2025.01.29 21:14:49.390514 [ 263 ] {59e46204-7368-4f4a-be4a-ea30d9d80085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12682 | 2025.01.29 21:14:49.390912 [ 263 ] {59e46204-7368-4f4a-be4a-ea30d9d80085} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12683 | 2025.01.29 21:14:49.391148 [ 263 ] {59e46204-7368-4f4a-be4a-ea30d9d80085} <Trace> oximeter.fields_u32 (1143ac0f-ea0f-4f85-9dbd-8819494b2554): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12684 | 2025.01.29 21:14:49.391376 [ 263 ] {59e46204-7368-4f4a-be4a-ea30d9d80085} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002334 sec., 103684.66152527848 rows/sec., 7.02 MiB/sec. | ||
| 12685 | 2025.01.29 21:14:49.391567 [ 263 ] {59e46204-7368-4f4a-be4a-ea30d9d80085} <Debug> TCPHandler: Processed in 0.002809134 sec. | ||
| 12686 | 2025.01.29 21:14:49.391805 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12687 | 2025.01.29 21:14:49.391945 [ 260 ] {ccc900d9-509d-4650-b258-2bdb67fdbbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12688 | 2025.01.29 21:14:49.392004 [ 260 ] {ccc900d9-509d-4650-b258-2bdb67fdbbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12689 | 2025.01.29 21:14:49.392685 [ 260 ] {ccc900d9-509d-4650-b258-2bdb67fdbbfa} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12690 | 2025.01.29 21:14:49.392726 [ 260 ] {ccc900d9-509d-4650-b258-2bdb67fdbbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12691 | 2025.01.29 21:14:49.393092 [ 260 ] {ccc900d9-509d-4650-b258-2bdb67fdbbfa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12692 | 2025.01.29 21:14:49.393331 [ 260 ] {ccc900d9-509d-4650-b258-2bdb67fdbbfa} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2025.01.29 21:14:49.393522 [ 139 ] {} <Debug> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12694 | 2025.01.29 21:14:49.393587 [ 260 ] {ccc900d9-509d-4650-b258-2bdb67fdbbfa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00166 sec., 7831.325301204819 rows/sec., 488.28 KiB/sec. | ||
| 12695 | 2025.01.29 21:14:49.393619 [ 139 ] {} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12696 | 2025.01.29 21:14:49.393714 [ 260 ] {ccc900d9-509d-4650-b258-2bdb67fdbbfa} <Debug> TCPHandler: Processed in 0.002031164 sec. | ||
| 12697 | 2025.01.29 21:14:49.393722 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12698 | 2025.01.29 21:14:49.393964 [ 196 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 12699 | 2025.01.29 21:14:49.393967 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12700 | 2025.01.29 21:14:49.394286 [ 196 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12701 | 2025.01.29 21:14:49.394324 [ 263 ] {dc423389-a30c-478e-a2d1-862f8a4dfc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12702 | 2025.01.29 21:14:49.394359 [ 196 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 12703 | 2025.01.29 21:14:49.394444 [ 263 ] {dc423389-a30c-478e-a2d1-862f8a4dfc6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12704 | 2025.01.29 21:14:49.394589 [ 196 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 12705 | 2025.01.29 21:14:49.394793 [ 196 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 12706 | 2025.01.29 21:14:49.394987 [ 196 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 12707 | 2025.01.29 21:14:49.395223 [ 196 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::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 | ||
| 12708 | 2025.01.29 21:14:49.396475 [ 263 ] {dc423389-a30c-478e-a2d1-862f8a4dfc6f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12709 | 2025.01.29 21:14:49.396503 [ 200 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002652112 sec., 24508.768860440283 rows/sec., 1.59 MiB/sec. | ||
| 12710 | 2025.01.29 21:14:49.396516 [ 263 ] {dc423389-a30c-478e-a2d1-862f8a4dfc6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12711 | 2025.01.29 21:14:49.396714 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12712 | 2025.01.29 21:14:49.397256 [ 263 ] {dc423389-a30c-478e-a2d1-862f8a4dfc6f} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12713 | 2025.01.29 21:14:49.397277 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_45_11} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12714 | 2025.01.29 21:14:49.397431 [ 201 ] {e17304f0-71db-41d6-a79f-53819f05dbe2::all_1_45_11} <Trace> oximeter.fields_u8 (e17304f0-71db-41d6-a79f-53819f05dbe2) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12715 | 2025.01.29 21:14:49.397592 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12716 | 2025.01.29 21:14:49.397698 [ 263 ] {dc423389-a30c-478e-a2d1-862f8a4dfc6f} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12717 | 2025.01.29 21:14:49.397906 [ 263 ] {dc423389-a30c-478e-a2d1-862f8a4dfc6f} <Debug> executeQuery: Read 890 rows, 66.15 KiB in 0.003654 sec., 243568.6918445539 rows/sec., 17.68 MiB/sec. | ||
| 12718 | 2025.01.29 21:14:49.398018 [ 263 ] {dc423389-a30c-478e-a2d1-862f8a4dfc6f} <Debug> TCPHandler: Processed in 0.00418221 sec. | ||
| 12719 | 2025.01.29 21:14:49.398205 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12720 | 2025.01.29 21:14:49.398405 [ 260 ] {8296ce56-d49e-4047-aa78-e5fc7e72e7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12721 | 2025.01.29 21:14:49.398466 [ 260 ] {8296ce56-d49e-4047-aa78-e5fc7e72e7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12722 | 2025.01.29 21:14:49.399039 [ 260 ] {8296ce56-d49e-4047-aa78-e5fc7e72e7e3} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12723 | 2025.01.29 21:14:49.399086 [ 260 ] {8296ce56-d49e-4047-aa78-e5fc7e72e7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12724 | 2025.01.29 21:14:49.399502 [ 260 ] {8296ce56-d49e-4047-aa78-e5fc7e72e7e3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12725 | 2025.01.29 21:14:49.399740 [ 260 ] {8296ce56-d49e-4047-aa78-e5fc7e72e7e3} <Trace> oximeter.measurements_bool (20c003bb-157f-42aa-bac7-63c50edd3908): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12726 | 2025.01.29 21:14:49.399965 [ 260 ] {8296ce56-d49e-4047-aa78-e5fc7e72e7e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 195.07 KiB/sec. | ||
| 12727 | 2025.01.29 21:14:49.400020 [ 260 ] {8296ce56-d49e-4047-aa78-e5fc7e72e7e3} <Debug> TCPHandler: Processed in 0.001904753 sec. | ||
| 12728 | 2025.01.29 21:14:49.400168 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12729 | 2025.01.29 21:14:49.400287 [ 263 ] {1d1227e2-f2b8-45ba-b5ce-8fef4b89b38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12730 | 2025.01.29 21:14:49.400341 [ 263 ] {1d1227e2-f2b8-45ba-b5ce-8fef4b89b38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12731 | 2025.01.29 21:14:49.401264 [ 263 ] {1d1227e2-f2b8-45ba-b5ce-8fef4b89b38a} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12732 | 2025.01.29 21:14:49.401310 [ 263 ] {1d1227e2-f2b8-45ba-b5ce-8fef4b89b38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12733 | 2025.01.29 21:14:49.401773 [ 263 ] {1d1227e2-f2b8-45ba-b5ce-8fef4b89b38a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12734 | 2025.01.29 21:14:49.402014 [ 263 ] {1d1227e2-f2b8-45ba-b5ce-8fef4b89b38a} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12735 | 2025.01.29 21:14:49.402239 [ 263 ] {1d1227e2-f2b8-45ba-b5ce-8fef4b89b38a} <Debug> executeQuery: Read 897 rows, 61.19 KiB in 0.001977 sec., 453717.7541729894 rows/sec., 30.23 MiB/sec. | ||
| 12736 | 2025.01.29 21:14:49.402294 [ 263 ] {1d1227e2-f2b8-45ba-b5ce-8fef4b89b38a} <Debug> TCPHandler: Processed in 0.002183776 sec. | ||
| 12737 | 2025.01.29 21:14:49.402457 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12738 | 2025.01.29 21:14:49.402596 [ 260 ] {a71262f9-8432-4c7f-8006-e0b0f6f09f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12739 | 2025.01.29 21:14:49.402657 [ 260 ] {a71262f9-8432-4c7f-8006-e0b0f6f09f1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12740 | 2025.01.29 21:14:49.403212 [ 260 ] {a71262f9-8432-4c7f-8006-e0b0f6f09f1e} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12741 | 2025.01.29 21:14:49.403257 [ 260 ] {a71262f9-8432-4c7f-8006-e0b0f6f09f1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12742 | 2025.01.29 21:14:49.403612 [ 260 ] {a71262f9-8432-4c7f-8006-e0b0f6f09f1e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12743 | 2025.01.29 21:14:49.403836 [ 260 ] {a71262f9-8432-4c7f-8006-e0b0f6f09f1e} <Trace> oximeter.measurements_f64 (cbec9fcd-c0e2-4cb2-bf42-60bc6de7d7a8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12744 | 2025.01.29 21:14:49.404156 [ 260 ] {a71262f9-8432-4c7f-8006-e0b0f6f09f1e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001581 sec., 632.5110689437065 rows/sec., 42.62 KiB/sec. | ||
| 12745 | 2025.01.29 21:14:49.404301 [ 260 ] {a71262f9-8432-4c7f-8006-e0b0f6f09f1e} <Debug> TCPHandler: Processed in 0.001909553 sec. | ||
| 12746 | 2025.01.29 21:14:49.404513 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12747 | 2025.01.29 21:14:49.404657 [ 263 ] {68248d89-070f-42ee-85b5-88074780d0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12748 | 2025.01.29 21:14:49.404737 [ 263 ] {68248d89-070f-42ee-85b5-88074780d0f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12749 | 2025.01.29 21:14:49.405965 [ 263 ] {68248d89-070f-42ee-85b5-88074780d0f4} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12750 | 2025.01.29 21:14:49.406005 [ 263 ] {68248d89-070f-42ee-85b5-88074780d0f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12751 | 2025.01.29 21:14:49.406698 [ 263 ] {68248d89-070f-42ee-85b5-88074780d0f4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12752 | 2025.01.29 21:14:49.406969 [ 263 ] {68248d89-070f-42ee-85b5-88074780d0f4} <Trace> oximeter.measurements_histogramu64 (8ea61094-1f2d-42fb-a945-a3c130bb8a87): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12753 | 2025.01.29 21:14:49.407221 [ 263 ] {68248d89-070f-42ee-85b5-88074780d0f4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002587 sec., 15461.925009663704 rows/sec., 27.71 MiB/sec. | ||
| 12754 | 2025.01.29 21:14:49.407342 [ 263 ] {68248d89-070f-42ee-85b5-88074780d0f4} <Debug> TCPHandler: Processed in 0.002942825 sec. | ||
| 12755 | 2025.01.29 21:14:49.407502 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12756 | 2025.01.29 21:14:49.407620 [ 260 ] {40a60500-53f8-4faa-acb1-00b473445b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12757 | 2025.01.29 21:14:49.407670 [ 260 ] {40a60500-53f8-4faa-acb1-00b473445b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12758 | 2025.01.29 21:14:49.408167 [ 260 ] {40a60500-53f8-4faa-acb1-00b473445b29} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12759 | 2025.01.29 21:14:49.408206 [ 260 ] {40a60500-53f8-4faa-acb1-00b473445b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12760 | 2025.01.29 21:14:49.408589 [ 260 ] {40a60500-53f8-4faa-acb1-00b473445b29} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12761 | 2025.01.29 21:14:49.408829 [ 260 ] {40a60500-53f8-4faa-acb1-00b473445b29} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12762 | 2025.01.29 21:14:49.409037 [ 260 ] {40a60500-53f8-4faa-acb1-00b473445b29} <Debug> executeQuery: Read 56 rows, 3.55 KiB in 0.001441 sec., 38861.901457321306 rows/sec., 2.41 MiB/sec. | ||
| 12763 | 2025.01.29 21:14:49.409089 [ 260 ] {40a60500-53f8-4faa-acb1-00b473445b29} <Debug> TCPHandler: Processed in 0.00164559 sec. | ||
| 12764 | 2025.01.29 21:14:50.258981 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1754 | ||
| 12765 | 2025.01.29 21:14:50.262951 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12766 | 2025.01.29 21:14:50.263004 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12767 | 2025.01.29 21:14:50.264509 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12768 | 2025.01.29 21:14:50.264820 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12769 | 2025.01.29 21:14:50.265828 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1754 | ||
| 12770 | 2025.01.29 21:14:51.777721 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12771 | 2025.01.29 21:14:51.777934 [ 263 ] {e59bbed6-b4f4-4334-9b58-4617b162b0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12772 | 2025.01.29 21:14:51.778016 [ 263 ] {e59bbed6-b4f4-4334-9b58-4617b162b0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12773 | 2025.01.29 21:14:51.778851 [ 263 ] {e59bbed6-b4f4-4334-9b58-4617b162b0b3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12774 | 2025.01.29 21:14:51.778901 [ 263 ] {e59bbed6-b4f4-4334-9b58-4617b162b0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12775 | 2025.01.29 21:14:51.779347 [ 263 ] {e59bbed6-b4f4-4334-9b58-4617b162b0b3} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12776 | 2025.01.29 21:14:51.779619 [ 263 ] {e59bbed6-b4f4-4334-9b58-4617b162b0b3} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12777 | 2025.01.29 21:14:51.779855 [ 263 ] {e59bbed6-b4f4-4334-9b58-4617b162b0b3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.17 MiB/sec. | ||
| 12778 | 2025.01.29 21:14:51.779923 [ 263 ] {e59bbed6-b4f4-4334-9b58-4617b162b0b3} <Debug> TCPHandler: Processed in 0.002340108 sec. | ||
| 12779 | 2025.01.29 21:14:51.780261 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12780 | 2025.01.29 21:14:51.780559 [ 260 ] {71750fa3-0cb0-41fc-9767-9042f1decc5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12781 | 2025.01.29 21:14:51.780633 [ 260 ] {71750fa3-0cb0-41fc-9767-9042f1decc5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12782 | 2025.01.29 21:14:51.781441 [ 260 ] {71750fa3-0cb0-41fc-9767-9042f1decc5e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12783 | 2025.01.29 21:14:51.781485 [ 260 ] {71750fa3-0cb0-41fc-9767-9042f1decc5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12784 | 2025.01.29 21:14:51.781938 [ 260 ] {71750fa3-0cb0-41fc-9767-9042f1decc5e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12785 | 2025.01.29 21:14:51.782203 [ 260 ] {71750fa3-0cb0-41fc-9767-9042f1decc5e} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12786 | 2025.01.29 21:14:51.782412 [ 260 ] {71750fa3-0cb0-41fc-9767-9042f1decc5e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.59 MiB/sec. | ||
| 12787 | 2025.01.29 21:14:51.782478 [ 260 ] {71750fa3-0cb0-41fc-9767-9042f1decc5e} <Debug> TCPHandler: Processed in 0.002408209 sec. | ||
| 12788 | 2025.01.29 21:14:51.782632 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12789 | 2025.01.29 21:14:51.782780 [ 263 ] {d7da774d-a2d4-4fef-8660-cc6976a4d2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12790 | 2025.01.29 21:14:51.782847 [ 263 ] {d7da774d-a2d4-4fef-8660-cc6976a4d2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12791 | 2025.01.29 21:14:51.783501 [ 263 ] {d7da774d-a2d4-4fef-8660-cc6976a4d2ff} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12792 | 2025.01.29 21:14:51.783543 [ 263 ] {d7da774d-a2d4-4fef-8660-cc6976a4d2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12793 | 2025.01.29 21:14:51.783940 [ 263 ] {d7da774d-a2d4-4fef-8660-cc6976a4d2ff} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12794 | 2025.01.29 21:14:51.784184 [ 263 ] {d7da774d-a2d4-4fef-8660-cc6976a4d2ff} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12795 | 2025.01.29 21:14:51.784417 [ 263 ] {d7da774d-a2d4-4fef-8660-cc6976a4d2ff} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001674 sec., 39426.52329749104 rows/sec., 2.75 MiB/sec. | ||
| 12796 | 2025.01.29 21:14:51.784469 [ 263 ] {d7da774d-a2d4-4fef-8660-cc6976a4d2ff} <Debug> TCPHandler: Processed in 0.001906213 sec. | ||
| 12797 | 2025.01.29 21:14:51.784640 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12798 | 2025.01.29 21:14:51.784787 [ 260 ] {a9368782-f0b8-4bdd-8d10-489b52ddce55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12799 | 2025.01.29 21:14:51.784852 [ 260 ] {a9368782-f0b8-4bdd-8d10-489b52ddce55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12800 | 2025.01.29 21:14:51.785438 [ 260 ] {a9368782-f0b8-4bdd-8d10-489b52ddce55} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12801 | 2025.01.29 21:14:51.785486 [ 260 ] {a9368782-f0b8-4bdd-8d10-489b52ddce55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12802 | 2025.01.29 21:14:51.785883 [ 260 ] {a9368782-f0b8-4bdd-8d10-489b52ddce55} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12803 | 2025.01.29 21:14:51.786147 [ 260 ] {a9368782-f0b8-4bdd-8d10-489b52ddce55} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12804 | 2025.01.29 21:14:51.786372 [ 260 ] {a9368782-f0b8-4bdd-8d10-489b52ddce55} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001614 sec., 16109.045848822801 rows/sec., 1.08 MiB/sec. | ||
| 12805 | 2025.01.29 21:14:51.786442 [ 260 ] {a9368782-f0b8-4bdd-8d10-489b52ddce55} <Debug> TCPHandler: Processed in 0.001873253 sec. | ||
| 12806 | 2025.01.29 21:14:52.608417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744 | ||
| 12807 | 2025.01.29 21:14:52.609435 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12808 | 2025.01.29 21:14:52.609517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12809 | 2025.01.29 21:14:52.610060 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12810 | 2025.01.29 21:14:52.610355 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12811 | 2025.01.29 21:14:52.610631 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 12812 | 2025.01.29 21:14:54.892529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12813 | 2025.01.29 21:14:54.911687 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12814 | 2025.01.29 21:14:54.911750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12815 | 2025.01.29 21:14:54.918861 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12816 | 2025.01.29 21:14:54.919640 [ 243 ] {} <Trace> system.metric_log (d5f20082-9984-405e-8aea-85d86f280071): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12817 | 2025.01.29 21:14:54.923741 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12818 | 2025.01.29 21:14:56.781609 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12819 | 2025.01.29 21:14:56.781831 [ 263 ] {87ab9e85-ebb3-4653-9d24-4a8094b67bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12820 | 2025.01.29 21:14:56.781914 [ 263 ] {87ab9e85-ebb3-4653-9d24-4a8094b67bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12821 | 2025.01.29 21:14:56.782830 [ 263 ] {87ab9e85-ebb3-4653-9d24-4a8094b67bd0} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12822 | 2025.01.29 21:14:56.782883 [ 263 ] {87ab9e85-ebb3-4653-9d24-4a8094b67bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12823 | 2025.01.29 21:14:56.783313 [ 263 ] {87ab9e85-ebb3-4653-9d24-4a8094b67bd0} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12824 | 2025.01.29 21:14:56.783564 [ 263 ] {87ab9e85-ebb3-4653-9d24-4a8094b67bd0} <Trace> oximeter.fields_string (02239038-6971-4311-94d5-29102e5d9f3c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12825 | 2025.01.29 21:14:56.783821 [ 263 ] {87ab9e85-ebb3-4653-9d24-4a8094b67bd0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002048 sec., 27343.75 rows/sec., 2.10 MiB/sec. | ||
| 12826 | 2025.01.29 21:14:56.783890 [ 263 ] {87ab9e85-ebb3-4653-9d24-4a8094b67bd0} <Debug> TCPHandler: Processed in 0.002423979 sec. | ||
| 12827 | 2025.01.29 21:14:56.784176 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12828 | 2025.01.29 21:14:56.784395 [ 260 ] {249107d2-275d-4c5b-b81a-6cb986e8df26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12829 | 2025.01.29 21:14:56.784482 [ 260 ] {249107d2-275d-4c5b-b81a-6cb986e8df26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12830 | 2025.01.29 21:14:56.785299 [ 260 ] {249107d2-275d-4c5b-b81a-6cb986e8df26} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12831 | 2025.01.29 21:14:56.785350 [ 260 ] {249107d2-275d-4c5b-b81a-6cb986e8df26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12832 | 2025.01.29 21:14:56.785785 [ 260 ] {249107d2-275d-4c5b-b81a-6cb986e8df26} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12833 | 2025.01.29 21:14:56.786046 [ 260 ] {249107d2-275d-4c5b-b81a-6cb986e8df26} <Trace> oximeter.fields_uuid (be07b8b2-fc93-4cfa-9543-f8fd2180e452): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12834 | 2025.01.29 21:14:56.786315 [ 260 ] {249107d2-275d-4c5b-b81a-6cb986e8df26} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001979 sec., 32339.56543708944 rows/sec., 2.52 MiB/sec. | ||
| 12835 | 2025.01.29 21:14:56.786402 [ 260 ] {249107d2-275d-4c5b-b81a-6cb986e8df26} <Debug> TCPHandler: Processed in 0.002375699 sec. | ||
| 12836 | 2025.01.29 21:14:56.786616 [ 263 ] {} <Trace> TCP-Session: 10cdb272-a4dd-4e2a-831a-db7320a0c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12837 | 2025.01.29 21:14:56.786904 [ 263 ] {01b71384-11b1-42a5-b3f7-c630735e2369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12838 | 2025.01.29 21:14:56.786970 [ 263 ] {01b71384-11b1-42a5-b3f7-c630735e2369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12839 | 2025.01.29 21:14:56.787600 [ 263 ] {01b71384-11b1-42a5-b3f7-c630735e2369} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12840 | 2025.01.29 21:14:56.787642 [ 263 ] {01b71384-11b1-42a5-b3f7-c630735e2369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12841 | 2025.01.29 21:14:56.788052 [ 263 ] {01b71384-11b1-42a5-b3f7-c630735e2369} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12842 | 2025.01.29 21:14:56.788309 [ 263 ] {01b71384-11b1-42a5-b3f7-c630735e2369} <Trace> oximeter.measurements_cumulativeu64 (26746301-9a82-446f-a6b4-8dffda5d661e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12843 | 2025.01.29 21:14:56.788546 [ 263 ] {01b71384-11b1-42a5-b3f7-c630735e2369} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec. | ||
| 12844 | 2025.01.29 21:14:56.788655 [ 263 ] {01b71384-11b1-42a5-b3f7-c630735e2369} <Debug> TCPHandler: Processed in 0.002147916 sec. | ||
| 12845 | 2025.01.29 21:14:56.788881 [ 260 ] {} <Trace> TCP-Session: 4ccc96fb-2748-41d4-91c8-aabe34070c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12846 | 2025.01.29 21:14:56.789119 [ 260 ] {689807b3-63de-433c-b0e0-5a5f05f27e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45969) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12847 | 2025.01.29 21:14:56.789191 [ 260 ] {689807b3-63de-433c-b0e0-5a5f05f27e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12848 | 2025.01.29 21:14:56.789872 [ 260 ] {689807b3-63de-433c-b0e0-5a5f05f27e38} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12849 | 2025.01.29 21:14:56.789921 [ 260 ] {689807b3-63de-433c-b0e0-5a5f05f27e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12850 | 2025.01.29 21:14:56.790441 [ 260 ] {689807b3-63de-433c-b0e0-5a5f05f27e38} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12851 | 2025.01.29 21:14:56.790774 [ 260 ] {689807b3-63de-433c-b0e0-5a5f05f27e38} <Trace> oximeter.measurements_u64 (0b45e2b3-400d-440d-b2df-159bb7c3727a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12852 | 2025.01.29 21:14:56.791033 [ 260 ] {689807b3-63de-433c-b0e0-5a5f05f27e38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00196 sec., 30612.244897959186 rows/sec., 2.06 MiB/sec. | ||
| 12853 | 2025.01.29 21:14:56.791101 [ 260 ] {689807b3-63de-433c-b0e0-5a5f05f27e38} <Debug> TCPHandler: Processed in 0.002350618 sec. | ||
| 12854 | 2025.01.29 21:14:59.904142 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12855 | 2025.01.29 21:14:59.904221 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12856 | 2025.01.29 21:15:00.110863 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232 | ||
| 12857 | 2025.01.29 21:15:00.111517 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12858 | 2025.01.29 21:15:00.111562 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12859 | 2025.01.29 21:15:00.112060 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12860 | 2025.01.29 21:15:00.112328 [ 244 ] {} <Trace> system.asynchronous_metric_log (7bddf60d-6523-4674-81e9-d94e6dfd436b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12861 | 2025.01.29 21:15:00.112529 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232 | ||
| 12862 | 2025.01.29 21:15:00.266244 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1770 | ||
| 12863 | 2025.01.29 21:15:00.268888 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12864 | 2025.01.29 21:15:00.268938 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 12865 | 2025.01.29 21:15:00.270401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12866 | 2025.01.29 21:15:00.270727 [ 242 ] {} <Trace> system.query_log (c85b2d15-9cf1-4da6-9fff-8180d3ea992d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12867 | 2025.01.29 21:15:00.271222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1770 | ||