| 1 | [ Jan 30 20:17:21 Enabled. ] | ||
| 2 | [ Jan 30 20:17:21 Rereading configuration. ] | ||
| 3 | [ Jan 30 20:17:22 Rereading configuration. ] | ||
| 4 | [ Jan 30 20:17:25 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 30 20:17:25 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.30 20:17:26.149361 [ 1 ] {} <Information> Application: Will watch for the process with pid 27265 | ||
| 29 | 2025.01.30 20:17:26.149899 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.30 20:17:26.389379 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27265 | ||
| 31 | 2025.01.30 20:17:26.390166 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.30 20:17:26.390889 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.30 20:17:26.482282 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.30 20:17:26.533369 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.30 20:17:26.533475 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.30 20:17:26.533491 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.30 20:17:26.533563 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.30 20:17:26.534340 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.30 20:17:26.536027 [ 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.30 20:17:26.536850 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.30 20:17:26.537713 [ 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.30 20:17:26.537767 [ 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.30 20:17:26.537812 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.30 20:17:26.537978 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.30 20:17:26.538911 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.30 20:17:26.544324 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.30 20:17:26.545038 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.30 20:17:26.546331 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.30 20:17:26.546421 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.30 20:17:26.548000 [ 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.30 20:17:26.548606 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.30 20:17:26.552591 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.30 20:17:26.552986 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.30 20:17:26.554490 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.30 20:17:26.554865 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.30 20:17:26.555255 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.30 20:17:26.555631 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.30 20:17:26.557012 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.30 20:17:26.557039 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.30 20:17:26.557118 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.30 20:17:26.557228 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.30 20:17:26.581966 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.30 20:17:26.581996 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000168325 sec | ||
| 68 | 2025.01.30 20:17:26.582084 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.30 20:17:26.582132 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.30 20:17:26.583428 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.30 20:17:26.584581 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.30 20:17:26.597987 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.30 20:17:26.598031 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.30 20:17:26.598109 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.30 20:17:26.598122 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.30 20:17:26.598151 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.30 20:17:26.598225 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.30 20:17:26.602839 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.30 20:17:26.602886 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.30 20:17:26.602937 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.30 20:17:26.603152 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.30 20:17:26.603172 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.30 20:17:26.603210 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.30 20:17:26.603286 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.30 20:17:26.603300 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.30 20:17:26.603331 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.30 20:17:26.603403 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.30 20:17:26.632390 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.30 20:17:26.641294 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.30 20:17:26.641400 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000126993 sec | ||
| 91 | 2025.01.30 20:17:26.641416 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.30 20:17:26.641428 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.30 20:17:26.641454 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.30 20:17:26.641736 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.30 20:17:26.641848 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.30 20:17:26.641867 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.30 20:17:26.641887 [ 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.30 20:17:26.641899 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.30 20:17:26.662552 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.30 20:17:26.662792 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.01.30 20:17:26.663826 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5171e-05 sec. | ||
| 102 | 2025.01.30 20:17:26.664852 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.30 20:17:26.664945 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.30 20:17:26.664963 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.30 20:17:26.929558 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54233 | ||
| 106 | 2025.01.30 20:17:26.929864 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.30 20:17:26.929930 [ 3 ] {} <Debug> TCP-Session: e923e99f-bc2d-440d-bb83-62b9a969580f Authenticating user 'default' from [fd00:1122:3344:101::e]:54233 | ||
| 108 | 2025.01.30 20:17:26.929968 [ 3 ] {} <Debug> TCP-Session: e923e99f-bc2d-440d-bb83-62b9a969580f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.30 20:17:26.929996 [ 3 ] {} <Debug> TCP-Session: e923e99f-bc2d-440d-bb83-62b9a969580f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.30 20:17:26.930095 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.30 20:17:26.930129 [ 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.30 20:17:26.930164 [ 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.30 20:17:26.931560 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40568 | ||
| 114 | 2025.01.30 20:17:26.931617 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36254 | ||
| 115 | 2025.01.30 20:17:26.931719 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.30 20:17:26.931739 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.01.30 20:17:26.931771 [ 4 ] {} <Debug> TCP-Session: 0ffcc680-7a4d-4548-8194-17a78b3b6b0f Authenticating user 'default' from [fd00:1122:3344:101::e]:40568 | ||
| 118 | 2025.01.30 20:17:26.931818 [ 5 ] {} <Debug> TCP-Session: 7f80c9a4-ef9a-4812-918e-8f0ddf82829d Authenticating user 'default' from [fd00:1122:3344:101::e]:36254 | ||
| 119 | 2025.01.30 20:17:26.931827 [ 4 ] {} <Debug> TCP-Session: 0ffcc680-7a4d-4548-8194-17a78b3b6b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.01.30 20:17:26.931858 [ 5 ] {} <Debug> TCP-Session: 7f80c9a4-ef9a-4812-918e-8f0ddf82829d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.30 20:17:26.931890 [ 4 ] {} <Debug> TCP-Session: 0ffcc680-7a4d-4548-8194-17a78b3b6b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.30 20:17:26.931898 [ 5 ] {} <Debug> TCP-Session: 7f80c9a4-ef9a-4812-918e-8f0ddf82829d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.30 20:17:26.932388 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47259 | ||
| 124 | 2025.01.30 20:17:26.932521 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50113 | ||
| 125 | 2025.01.30 20:17:26.932531 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.01.30 20:17:26.932578 [ 253 ] {} <Debug> TCP-Session: fcc45fe5-c714-41b0-80ae-083fbed25274 Authenticating user 'default' from [fd00:1122:3344:101::e]:47259 | ||
| 127 | 2025.01.30 20:17:26.932713 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.01.30 20:17:26.932739 [ 253 ] {} <Debug> TCP-Session: fcc45fe5-c714-41b0-80ae-083fbed25274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.01.30 20:17:26.932754 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38258 | ||
| 130 | 2025.01.30 20:17:26.932798 [ 254 ] {} <Debug> TCP-Session: 7c8abbbc-a140-4c42-8575-f3fc4eb176fd Authenticating user 'default' from [fd00:1122:3344:101::e]:50113 | ||
| 131 | 2025.01.30 20:17:26.932813 [ 253 ] {} <Debug> TCP-Session: fcc45fe5-c714-41b0-80ae-083fbed25274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.01.30 20:17:26.932842 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44368 | ||
| 133 | 2025.01.30 20:17:26.932930 [ 254 ] {} <Debug> TCP-Session: 7c8abbbc-a140-4c42-8575-f3fc4eb176fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.01.30 20:17:26.933034 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45315 | ||
| 135 | 2025.01.30 20:17:26.933146 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.01.30 20:17:26.933151 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.01.30 20:17:26.933164 [ 254 ] {} <Debug> TCP-Session: 7c8abbbc-a140-4c42-8575-f3fc4eb176fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.01.30 20:17:26.933289 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.01.30 20:17:26.933397 [ 256 ] {} <Debug> TCP-Session: dc470637-ae27-412c-904f-87548467fc40 Authenticating user 'default' from [fd00:1122:3344:101::e]:44368 | ||
| 140 | 2025.01.30 20:17:26.933410 [ 255 ] {} <Debug> TCP-Session: ddd02409-ddd3-4048-9c85-46a5219e8544 Authenticating user 'default' from [fd00:1122:3344:101::e]:38258 | ||
| 141 | 2025.01.30 20:17:26.933431 [ 257 ] {} <Debug> TCP-Session: 819be1bc-3c8d-4e67-9a4c-f8843d3fcadc Authenticating user 'default' from [fd00:1122:3344:101::e]:45315 | ||
| 142 | 2025.01.30 20:17:26.933457 [ 256 ] {} <Debug> TCP-Session: dc470637-ae27-412c-904f-87548467fc40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.01.30 20:17:26.933488 [ 255 ] {} <Debug> TCP-Session: ddd02409-ddd3-4048-9c85-46a5219e8544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.30 20:17:26.933509 [ 257 ] {} <Debug> TCP-Session: 819be1bc-3c8d-4e67-9a4c-f8843d3fcadc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.01.30 20:17:26.933516 [ 256 ] {} <Debug> TCP-Session: dc470637-ae27-412c-904f-87548467fc40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.30 20:17:26.933547 [ 255 ] {} <Debug> TCP-Session: ddd02409-ddd3-4048-9c85-46a5219e8544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.30 20:17:26.933571 [ 257 ] {} <Debug> TCP-Session: 819be1bc-3c8d-4e67-9a4c-f8843d3fcadc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.30 20:17:27.000139 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.18 MiB, peak 117.18 MiB, free memory in arenas 0.00 B, will set to 119.40 MiB (RSS), difference: 2.22 MiB | ||
| 149 | 2025.01.30 20:17:27.063042 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35068 | ||
| 150 | 2025.01.30 20:17:27.063225 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2025.01.30 20:17:27.063256 [ 258 ] {} <Debug> TCP-Session: e618bc15-1168-4036-abe9-506e0c3dbc2f Authenticating user 'default' from [fd00:1122:3344:101::b]:35068 | ||
| 152 | 2025.01.30 20:17:27.063279 [ 258 ] {} <Debug> TCP-Session: e618bc15-1168-4036-abe9-506e0c3dbc2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.30 20:17:27.063301 [ 258 ] {} <Debug> TCP-Session: e618bc15-1168-4036-abe9-506e0c3dbc2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.01.30 20:17:27.063371 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2025.01.30 20:17:27.063398 [ 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.30 20:17:27.063422 [ 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.30 20:17:27.064308 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49927 | ||
| 158 | 2025.01.30 20:17:27.064448 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.01.30 20:17:27.064457 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42573 | ||
| 160 | 2025.01.30 20:17:27.064486 [ 259 ] {} <Debug> TCP-Session: 53c659c1-3338-48e6-95d8-bfac70697abe Authenticating user 'default' from [fd00:1122:3344:101::b]:49927 | ||
| 161 | 2025.01.30 20:17:27.064648 [ 259 ] {} <Debug> TCP-Session: 53c659c1-3338-48e6-95d8-bfac70697abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 162 | 2025.01.30 20:17:27.064686 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2025.01.30 20:17:27.064712 [ 259 ] {} <Debug> TCP-Session: 53c659c1-3338-48e6-95d8-bfac70697abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 164 | 2025.01.30 20:17:27.064703 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58439 | ||
| 165 | 2025.01.30 20:17:27.064747 [ 260 ] {} <Debug> TCP-Session: db84db3e-9f79-417d-9849-af0f4e41ab38 Authenticating user 'default' from [fd00:1122:3344:101::b]:42573 | ||
| 166 | 2025.01.30 20:17:27.064765 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43634 | ||
| 167 | 2025.01.30 20:17:27.064705 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55959 | ||
| 168 | 2025.01.30 20:17:27.065011 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32781 | ||
| 169 | 2025.01.30 20:17:27.065072 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 170 | 2025.01.30 20:17:27.065115 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63406 | ||
| 171 | 2025.01.30 20:17:27.065271 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2025.01.30 20:17:27.065398 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 173 | 2025.01.30 20:17:27.065434 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2025.01.30 20:17:27.065450 [ 263 ] {} <Debug> TCP-Session: 929cf12f-55e9-42f7-ac69-5ff1c63f2f12 Authenticating user 'default' from [fd00:1122:3344:101::b]:43634 | ||
| 175 | 2025.01.30 20:17:27.065481 [ 260 ] {} <Debug> TCP-Session: db84db3e-9f79-417d-9849-af0f4e41ab38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2025.01.30 20:17:27.065457 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 177 | 2025.01.30 20:17:27.065589 [ 260 ] {} <Debug> TCP-Session: db84db3e-9f79-417d-9849-af0f4e41ab38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.01.30 20:17:27.065607 [ 263 ] {} <Debug> TCP-Session: 929cf12f-55e9-42f7-ac69-5ff1c63f2f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2025.01.30 20:17:27.065624 [ 264 ] {} <Debug> TCP-Session: cd9ccc1c-3f02-4c8c-a97b-93ca30dd858e Authenticating user 'default' from [fd00:1122:3344:101::b]:32781 | ||
| 180 | 2025.01.30 20:17:27.065650 [ 261 ] {} <Debug> TCP-Session: 35b58c2d-ba3c-46c7-9a9a-67c79c46ac44 Authenticating user 'default' from [fd00:1122:3344:101::b]:58439 | ||
| 181 | 2025.01.30 20:17:27.065636 [ 265 ] {} <Debug> TCP-Session: 328b07bb-434e-4d89-907b-ba55fda93e4c Authenticating user 'default' from [fd00:1122:3344:101::b]:63406 | ||
| 182 | 2025.01.30 20:17:27.065597 [ 262 ] {} <Debug> TCP-Session: 318b560a-d7e8-4545-aeb7-a79ae3384891 Authenticating user 'default' from [fd00:1122:3344:101::b]:55959 | ||
| 183 | 2025.01.30 20:17:27.065747 [ 263 ] {} <Debug> TCP-Session: 929cf12f-55e9-42f7-ac69-5ff1c63f2f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.01.30 20:17:27.065810 [ 264 ] {} <Debug> TCP-Session: cd9ccc1c-3f02-4c8c-a97b-93ca30dd858e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.01.30 20:17:27.065819 [ 261 ] {} <Debug> TCP-Session: 35b58c2d-ba3c-46c7-9a9a-67c79c46ac44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.01.30 20:17:27.065835 [ 262 ] {} <Debug> TCP-Session: 318b560a-d7e8-4545-aeb7-a79ae3384891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.01.30 20:17:27.065839 [ 265 ] {} <Debug> TCP-Session: 328b07bb-434e-4d89-907b-ba55fda93e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.01.30 20:17:27.065900 [ 264 ] {} <Debug> TCP-Session: cd9ccc1c-3f02-4c8c-a97b-93ca30dd858e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.01.30 20:17:27.065923 [ 261 ] {} <Debug> TCP-Session: 35b58c2d-ba3c-46c7-9a9a-67c79c46ac44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.01.30 20:17:27.065981 [ 262 ] {} <Debug> TCP-Session: 318b560a-d7e8-4545-aeb7-a79ae3384891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.01.30 20:17:27.066011 [ 265 ] {} <Debug> TCP-Session: 328b07bb-434e-4d89-907b-ba55fda93e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.01.30 20:17:27.501850 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42677 | ||
| 193 | 2025.01.30 20:17:27.502106 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 194 | 2025.01.30 20:17:27.502170 [ 266 ] {} <Debug> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:42677 | ||
| 195 | 2025.01.30 20:17:27.502212 [ 266 ] {} <Debug> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.30 20:17:27.502239 [ 266 ] {} <Debug> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.01.30 20:17:27.502359 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 198 | 2025.01.30 20:17:27.502407 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 199 | 2025.01.30 20:17:27.502456 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 200 | 2025.01.30 20:17:27.503028 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45480 | ||
| 201 | 2025.01.30 20:17:27.503081 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40736 | ||
| 202 | 2025.01.30 20:17:27.503260 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35687 | ||
| 203 | 2025.01.30 20:17:27.503364 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 204 | 2025.01.30 20:17:27.503398 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63221 | ||
| 205 | 2025.01.30 20:17:27.503433 [ 267 ] {} <Debug> TCP-Session: 476d7f8f-6504-4cc9-b5cc-e25dfb5402ed Authenticating user 'default' from [fd00:1122:3344:101::d]:45480 | ||
| 206 | 2025.01.30 20:17:27.503353 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 207 | 2025.01.30 20:17:27.503489 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65129 | ||
| 208 | 2025.01.30 20:17:27.504228 [ 267 ] {} <Debug> TCP-Session: 476d7f8f-6504-4cc9-b5cc-e25dfb5402ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 209 | 2025.01.30 20:17:27.504262 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42033 | ||
| 210 | 2025.01.30 20:17:27.504330 [ 268 ] {} <Debug> TCP-Session: 2f274ec2-1fc5-471c-b100-a8ba9a8f1a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:40736 | ||
| 211 | 2025.01.30 20:17:27.505034 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 212 | 2025.01.30 20:17:27.505199 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42258 | ||
| 213 | 2025.01.30 20:17:27.505194 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 214 | 2025.01.30 20:17:27.505354 [ 268 ] {} <Debug> TCP-Session: 2f274ec2-1fc5-471c-b100-a8ba9a8f1a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 215 | 2025.01.30 20:17:27.505428 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 216 | 2025.01.30 20:17:27.505545 [ 271 ] {} <Debug> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Authenticating user 'default' from [fd00:1122:3344:101::d]:65129 | ||
| 217 | 2025.01.30 20:17:27.505545 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52206 | ||
| 218 | 2025.01.30 20:17:27.505709 [ 271 ] {} <Debug> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 219 | 2025.01.30 20:17:27.505778 [ 272 ] {} <Debug> TCP-Session: 81debd1e-3cf0-4eaa-8228-227b88ffb214 Authenticating user 'default' from [fd00:1122:3344:101::d]:42033 | ||
| 220 | 2025.01.30 20:17:27.505779 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 221 | 2025.01.30 20:17:27.505797 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 222 | 2025.01.30 20:17:27.505939 [ 271 ] {} <Debug> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 223 | 2025.01.30 20:17:27.505995 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 224 | 2025.01.30 20:17:27.506005 [ 268 ] {} <Debug> TCP-Session: 2f274ec2-1fc5-471c-b100-a8ba9a8f1a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 225 | 2025.01.30 20:17:27.506040 [ 270 ] {} <Debug> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63221 | ||
| 226 | 2025.01.30 20:17:27.506059 [ 267 ] {} <Debug> TCP-Session: 476d7f8f-6504-4cc9-b5cc-e25dfb5402ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 227 | 2025.01.30 20:17:27.506217 [ 272 ] {} <Debug> TCP-Session: 81debd1e-3cf0-4eaa-8228-227b88ffb214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2025.01.30 20:17:27.506267 [ 270 ] {} <Debug> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2025.01.30 20:17:27.506255 [ 274 ] {} <Debug> TCP-Session: ab8dee7a-ebd7-4f87-a1f1-9819743fc8da Authenticating user 'default' from [fd00:1122:3344:101::d]:52206 | ||
| 230 | 2025.01.30 20:17:27.506383 [ 272 ] {} <Debug> TCP-Session: 81debd1e-3cf0-4eaa-8228-227b88ffb214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2025.01.30 20:17:27.506422 [ 274 ] {} <Debug> TCP-Session: ab8dee7a-ebd7-4f87-a1f1-9819743fc8da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2025.01.30 20:17:27.506983 [ 269 ] {} <Debug> TCP-Session: d16652b5-cd39-4e5d-a510-67b799bb0f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:35687 | ||
| 233 | 2025.01.30 20:17:27.506994 [ 270 ] {} <Debug> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2025.01.30 20:17:27.507028 [ 274 ] {} <Debug> TCP-Session: ab8dee7a-ebd7-4f87-a1f1-9819743fc8da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 235 | 2025.01.30 20:17:27.507003 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 236 | 2025.01.30 20:17:27.507089 [ 269 ] {} <Debug> TCP-Session: d16652b5-cd39-4e5d-a510-67b799bb0f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 237 | 2025.01.30 20:17:27.507624 [ 273 ] {} <Debug> TCP-Session: e1dc8978-29b4-413d-a943-87af9bed1528 Authenticating user 'default' from [fd00:1122:3344:101::d]:42258 | ||
| 238 | 2025.01.30 20:17:27.507642 [ 269 ] {} <Debug> TCP-Session: d16652b5-cd39-4e5d-a510-67b799bb0f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.01.30 20:17:27.507661 [ 273 ] {} <Debug> TCP-Session: e1dc8978-29b4-413d-a943-87af9bed1528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2025.01.30 20:17:27.508243 [ 273 ] {} <Debug> TCP-Session: e1dc8978-29b4-413d-a943-87af9bed1528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 241 | 2025.01.30 20:17:27.509722 [ 266 ] {575bb054-afde-424f-96df-1421f8c16c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 242 | 2025.01.30 20:17:27.567556 [ 266 ] {575bb054-afde-424f-96df-1421f8c16c78} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42677) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 243 | |||
| 244 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 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 | ||
| 247 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 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 | ||
| 251 | 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 | ||
| 252 | 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 | ||
| 253 | 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 | ||
| 254 | 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 | ||
| 255 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 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 | ||
| 258 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 265 | |||
| 266 | 2025.01.30 20:17:27.569034 [ 266 ] {575bb054-afde-424f-96df-1421f8c16c78} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 267 | |||
| 268 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 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 | ||
| 271 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 273 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 274 | 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 | ||
| 275 | 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 | ||
| 276 | 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 | ||
| 277 | 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 | ||
| 278 | 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 | ||
| 279 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 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 | ||
| 282 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 289 | |||
| 290 | 2025.01.30 20:17:27.569263 [ 266 ] {575bb054-afde-424f-96df-1421f8c16c78} <Debug> TCPHandler: Processed in 0.066025392 sec. | ||
| 291 | 2025.01.30 20:17:27.569634 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.01.30 20:17:27.569881 [ 270 ] {b31d0d5d-e9db-43e8-a87a-51e606619726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 293 | 2025.01.30 20:17:27.570293 [ 270 ] {b31d0d5d-e9db-43e8-a87a-51e606619726} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63221) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 294 | |||
| 295 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 297 | 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 | ||
| 298 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 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 | ||
| 302 | 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 | ||
| 303 | 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 | ||
| 304 | 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 | ||
| 305 | 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 | ||
| 306 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 308 | 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 | ||
| 309 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 310 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 311 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 316 | |||
| 317 | 2025.01.30 20:17:27.570555 [ 270 ] {b31d0d5d-e9db-43e8-a87a-51e606619726} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 318 | |||
| 319 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 321 | 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 | ||
| 322 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 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 | ||
| 326 | 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 | ||
| 327 | 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 | ||
| 328 | 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 | ||
| 329 | 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 | ||
| 330 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 332 | 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 | ||
| 333 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 334 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 335 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 336 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 337 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 338 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 340 | |||
| 341 | 2025.01.30 20:17:27.570815 [ 270 ] {b31d0d5d-e9db-43e8-a87a-51e606619726} <Debug> TCPHandler: Processed in 0.001375058 sec. | ||
| 342 | 2025.01.30 20:17:27.571658 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.01.30 20:17:27.572991 [ 266 ] {0317b8f8-3e83-45b4-940b-913068b870bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 344 | 2025.01.30 20:17:27.573661 [ 266 ] {0317b8f8-3e83-45b4-940b-913068b870bb} <Debug> TCPHandler: Processed in 0.002121899 sec. | ||
| 345 | 2025.01.30 20:17:27.573978 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2025.01.30 20:17:27.574076 [ 266 ] {a3621585-e992-4455-add5-c3666154b305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 347 | 2025.01.30 20:17:27.574169 [ 266 ] {a3621585-e992-4455-add5-c3666154b305} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 348 | 2025.01.30 20:17:27.575872 [ 266 ] {a3621585-e992-4455-add5-c3666154b305} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 349 | 2025.01.30 20:17:27.575894 [ 266 ] {a3621585-e992-4455-add5-c3666154b305} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5481e-05 sec | ||
| 350 | 2025.01.30 20:17:27.575908 [ 266 ] {a3621585-e992-4455-add5-c3666154b305} <Trace> ReferentialDeps: No tables | ||
| 351 | 2025.01.30 20:17:27.575985 [ 266 ] {a3621585-e992-4455-add5-c3666154b305} <Trace> LoadingDeps: No tables | ||
| 352 | 2025.01.30 20:17:27.576010 [ 266 ] {a3621585-e992-4455-add5-c3666154b305} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 353 | 2025.01.30 20:17:27.576057 [ 266 ] {a3621585-e992-4455-add5-c3666154b305} <Debug> TCPHandler: Processed in 0.002132729 sec. | ||
| 354 | 2025.01.30 20:17:27.576258 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.01.30 20:17:27.576523 [ 270 ] {fca9afcf-dd43-4ac2-bd22-f0a7ebefcf44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) /* The version table contains metadata about the `oximeter` database */ | ||
| 356 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 357 | 2025.01.30 20:17:27.576577 [ 270 ] {fca9afcf-dd43-4ac2-bd22-f0a7ebefcf44} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 358 | 2025.01.30 20:17:27.584924 [ 270 ] {fca9afcf-dd43-4ac2-bd22-f0a7ebefcf44} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 359 | 2025.01.30 20:17:27.586147 [ 270 ] {fca9afcf-dd43-4ac2-bd22-f0a7ebefcf44} <Debug> oximeter.version (f448268b-ee09-4446-9044-c9c0961fd0b2): Loading data parts | ||
| 360 | 2025.01.30 20:17:27.586645 [ 270 ] {fca9afcf-dd43-4ac2-bd22-f0a7ebefcf44} <Debug> oximeter.version (f448268b-ee09-4446-9044-c9c0961fd0b2): There are no data parts | ||
| 361 | 2025.01.30 20:17:27.589528 [ 270 ] {fca9afcf-dd43-4ac2-bd22-f0a7ebefcf44} <Debug> TCPHandler: Processed in 0.01332784 sec. | ||
| 362 | 2025.01.30 20:17:27.589737 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 363 | 2025.01.30 20:17:27.589992 [ 266 ] {4c1e0c06-a4ac-47a1-b2d3-0dd111a3e674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) /* The measurement tables contain all individual samples from each timeseries. | ||
| 364 | * | ||
| 365 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 366 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 367 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 368 | * by all samples from the same timeseries. | ||
| 369 | * | ||
| 370 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 371 | * and then uses that to index quickly into the measurements tables. | ||
| 372 | */ | ||
| 373 | 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) | ||
| 374 | 2025.01.30 20:17:27.590136 [ 266 ] {4c1e0c06-a4ac-47a1-b2d3-0dd111a3e674} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 375 | 2025.01.30 20:17:27.598804 [ 266 ] {4c1e0c06-a4ac-47a1-b2d3-0dd111a3e674} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Loading data parts | ||
| 376 | 2025.01.30 20:17:27.599082 [ 266 ] {4c1e0c06-a4ac-47a1-b2d3-0dd111a3e674} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): There are no data parts | ||
| 377 | 2025.01.30 20:17:27.600275 [ 266 ] {4c1e0c06-a4ac-47a1-b2d3-0dd111a3e674} <Debug> TCPHandler: Processed in 0.010600054 sec. | ||
| 378 | 2025.01.30 20:17:27.600490 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 379 | 2025.01.30 20:17:27.600800 [ 270 ] {1cb8987a-74e5-452f-a9f9-883a0509e491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 380 | 2025.01.30 20:17:27.600931 [ 270 ] {1cb8987a-74e5-452f-a9f9-883a0509e491} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 381 | 2025.01.30 20:17:27.602999 [ 270 ] {1cb8987a-74e5-452f-a9f9-883a0509e491} <Debug> oximeter.measurements_i8 (41de3f1b-c5fe-40a4-bdad-6a4c10af1044): Loading data parts | ||
| 382 | 2025.01.30 20:17:27.603168 [ 270 ] {1cb8987a-74e5-452f-a9f9-883a0509e491} <Debug> oximeter.measurements_i8 (41de3f1b-c5fe-40a4-bdad-6a4c10af1044): There are no data parts | ||
| 383 | 2025.01.30 20:17:27.604638 [ 270 ] {1cb8987a-74e5-452f-a9f9-883a0509e491} <Debug> TCPHandler: Processed in 0.004214277 sec. | ||
| 384 | 2025.01.30 20:17:27.604853 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2025.01.30 20:17:27.605077 [ 266 ] {4169455b-36d2-4003-9571-f29d0a176d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 386 | 2025.01.30 20:17:27.605213 [ 266 ] {4169455b-36d2-4003-9571-f29d0a176d8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 387 | 2025.01.30 20:17:27.607235 [ 266 ] {4169455b-36d2-4003-9571-f29d0a176d8c} <Debug> oximeter.measurements_u8 (8dfb335e-3ae3-4130-b469-b9ed0a0a83af): Loading data parts | ||
| 388 | 2025.01.30 20:17:27.607430 [ 266 ] {4169455b-36d2-4003-9571-f29d0a176d8c} <Debug> oximeter.measurements_u8 (8dfb335e-3ae3-4130-b469-b9ed0a0a83af): There are no data parts | ||
| 389 | 2025.01.30 20:17:27.608656 [ 266 ] {4169455b-36d2-4003-9571-f29d0a176d8c} <Debug> TCPHandler: Processed in 0.003873958 sec. | ||
| 390 | 2025.01.30 20:17:27.608854 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 391 | 2025.01.30 20:17:27.609174 [ 270 ] {fc04e0b4-de7b-4bb7-8d22-7c5d8d99f252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 392 | 2025.01.30 20:17:27.609299 [ 270 ] {fc04e0b4-de7b-4bb7-8d22-7c5d8d99f252} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 393 | 2025.01.30 20:17:27.611260 [ 270 ] {fc04e0b4-de7b-4bb7-8d22-7c5d8d99f252} <Debug> oximeter.measurements_i16 (96c4388e-5f86-4786-a4a5-9190be3f2ba1): Loading data parts | ||
| 394 | 2025.01.30 20:17:27.611432 [ 270 ] {fc04e0b4-de7b-4bb7-8d22-7c5d8d99f252} <Debug> oximeter.measurements_i16 (96c4388e-5f86-4786-a4a5-9190be3f2ba1): There are no data parts | ||
| 395 | 2025.01.30 20:17:27.612621 [ 270 ] {fc04e0b4-de7b-4bb7-8d22-7c5d8d99f252} <Debug> TCPHandler: Processed in 0.003827646 sec. | ||
| 396 | 2025.01.30 20:17:27.612838 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2025.01.30 20:17:27.613057 [ 266 ] {ee3a4941-a4dd-4320-b08d-72168cc31535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 398 | 2025.01.30 20:17:27.613186 [ 266 ] {ee3a4941-a4dd-4320-b08d-72168cc31535} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 399 | 2025.01.30 20:17:27.618788 [ 266 ] {ee3a4941-a4dd-4320-b08d-72168cc31535} <Debug> oximeter.measurements_u16 (3785735c-bff8-4135-bc18-c6b9e986c118): Loading data parts | ||
| 400 | 2025.01.30 20:17:27.618994 [ 266 ] {ee3a4941-a4dd-4320-b08d-72168cc31535} <Debug> oximeter.measurements_u16 (3785735c-bff8-4135-bc18-c6b9e986c118): There are no data parts | ||
| 401 | 2025.01.30 20:17:27.620526 [ 266 ] {ee3a4941-a4dd-4320-b08d-72168cc31535} <Debug> TCPHandler: Processed in 0.007749715 sec. | ||
| 402 | 2025.01.30 20:17:27.620724 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 403 | 2025.01.30 20:17:27.621013 [ 270 ] {f489d87c-2a2e-4212-be21-646e31621026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 404 | 2025.01.30 20:17:27.621120 [ 270 ] {f489d87c-2a2e-4212-be21-646e31621026} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 405 | 2025.01.30 20:17:27.623210 [ 270 ] {f489d87c-2a2e-4212-be21-646e31621026} <Debug> oximeter.measurements_i32 (e4478e6d-a196-4194-a643-3d3910a94e5c): Loading data parts | ||
| 406 | 2025.01.30 20:17:27.623389 [ 270 ] {f489d87c-2a2e-4212-be21-646e31621026} <Debug> oximeter.measurements_i32 (e4478e6d-a196-4194-a643-3d3910a94e5c): There are no data parts | ||
| 407 | 2025.01.30 20:17:27.625130 [ 270 ] {f489d87c-2a2e-4212-be21-646e31621026} <Debug> TCPHandler: Processed in 0.004464284 sec. | ||
| 408 | 2025.01.30 20:17:27.625331 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2025.01.30 20:17:27.625547 [ 266 ] {8fb0952f-e405-4ce7-9cb8-11f34aa91845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 410 | 2025.01.30 20:17:27.625694 [ 266 ] {8fb0952f-e405-4ce7-9cb8-11f34aa91845} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 411 | 2025.01.30 20:17:27.627577 [ 266 ] {8fb0952f-e405-4ce7-9cb8-11f34aa91845} <Debug> oximeter.measurements_u32 (eeb5cb93-e08f-432a-b042-26cdda1b3bc5): Loading data parts | ||
| 412 | 2025.01.30 20:17:27.627820 [ 266 ] {8fb0952f-e405-4ce7-9cb8-11f34aa91845} <Debug> oximeter.measurements_u32 (eeb5cb93-e08f-432a-b042-26cdda1b3bc5): There are no data parts | ||
| 413 | 2025.01.30 20:17:27.629730 [ 266 ] {8fb0952f-e405-4ce7-9cb8-11f34aa91845} <Debug> TCPHandler: Processed in 0.004458854 sec. | ||
| 414 | 2025.01.30 20:17:27.629937 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2025.01.30 20:17:27.630261 [ 270 ] {060a8e04-e39b-4537-9f86-959b363dc50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 416 | 2025.01.30 20:17:27.630384 [ 270 ] {060a8e04-e39b-4537-9f86-959b363dc50f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 417 | 2025.01.30 20:17:27.632528 [ 270 ] {060a8e04-e39b-4537-9f86-959b363dc50f} <Debug> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Loading data parts | ||
| 418 | 2025.01.30 20:17:27.632702 [ 270 ] {060a8e04-e39b-4537-9f86-959b363dc50f} <Debug> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): There are no data parts | ||
| 419 | 2025.01.30 20:17:27.634353 [ 270 ] {060a8e04-e39b-4537-9f86-959b363dc50f} <Debug> TCPHandler: Processed in 0.004474894 sec. | ||
| 420 | 2025.01.30 20:17:27.634556 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.01.30 20:17:27.634767 [ 266 ] {aa705ed7-5925-4124-8f9b-dbb1d37cd01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 422 | 2025.01.30 20:17:27.634901 [ 266 ] {aa705ed7-5925-4124-8f9b-dbb1d37cd01c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 423 | 2025.01.30 20:17:27.636882 [ 266 ] {aa705ed7-5925-4124-8f9b-dbb1d37cd01c} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Loading data parts | ||
| 424 | 2025.01.30 20:17:27.637194 [ 266 ] {aa705ed7-5925-4124-8f9b-dbb1d37cd01c} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): There are no data parts | ||
| 425 | 2025.01.30 20:17:27.638734 [ 266 ] {aa705ed7-5925-4124-8f9b-dbb1d37cd01c} <Debug> TCPHandler: Processed in 0.004237128 sec. | ||
| 426 | 2025.01.30 20:17:27.638953 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.01.30 20:17:27.639236 [ 270 ] {4c81d672-0e8e-4e23-abac-e3692199b5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 428 | 2025.01.30 20:17:27.639346 [ 270 ] {4c81d672-0e8e-4e23-abac-e3692199b5b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 429 | 2025.01.30 20:17:27.642419 [ 270 ] {4c81d672-0e8e-4e23-abac-e3692199b5b1} <Debug> oximeter.measurements_f32 (bc53a0d7-c143-405c-b975-9e640ac5ee91): Loading data parts | ||
| 430 | 2025.01.30 20:17:27.642584 [ 270 ] {4c81d672-0e8e-4e23-abac-e3692199b5b1} <Debug> oximeter.measurements_f32 (bc53a0d7-c143-405c-b975-9e640ac5ee91): There are no data parts | ||
| 431 | 2025.01.30 20:17:27.643908 [ 270 ] {4c81d672-0e8e-4e23-abac-e3692199b5b1} <Debug> TCPHandler: Processed in 0.005033639 sec. | ||
| 432 | 2025.01.30 20:17:27.644106 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.01.30 20:17:27.644312 [ 266 ] {cae968c6-bf00-4cab-b1cc-b657709911da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 434 | 2025.01.30 20:17:27.644445 [ 266 ] {cae968c6-bf00-4cab-b1cc-b657709911da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 435 | 2025.01.30 20:17:27.646604 [ 266 ] {cae968c6-bf00-4cab-b1cc-b657709911da} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Loading data parts | ||
| 436 | 2025.01.30 20:17:27.646864 [ 266 ] {cae968c6-bf00-4cab-b1cc-b657709911da} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): There are no data parts | ||
| 437 | 2025.01.30 20:17:27.648074 [ 266 ] {cae968c6-bf00-4cab-b1cc-b657709911da} <Debug> TCPHandler: Processed in 0.004025942 sec. | ||
| 438 | 2025.01.30 20:17:27.648279 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.01.30 20:17:27.648607 [ 270 ] {1aa9199f-26cb-47a4-8a88-4ffda3aa52c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 440 | 2025.01.30 20:17:27.648756 [ 270 ] {1aa9199f-26cb-47a4-8a88-4ffda3aa52c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 441 | 2025.01.30 20:17:27.650906 [ 270 ] {1aa9199f-26cb-47a4-8a88-4ffda3aa52c7} <Debug> oximeter.measurements_string (903b77c5-7a43-453a-a674-77e7e025cd36): Loading data parts | ||
| 442 | 2025.01.30 20:17:27.651096 [ 270 ] {1aa9199f-26cb-47a4-8a88-4ffda3aa52c7} <Debug> oximeter.measurements_string (903b77c5-7a43-453a-a674-77e7e025cd36): There are no data parts | ||
| 443 | 2025.01.30 20:17:27.652450 [ 270 ] {1aa9199f-26cb-47a4-8a88-4ffda3aa52c7} <Debug> TCPHandler: Processed in 0.004240787 sec. | ||
| 444 | 2025.01.30 20:17:27.652652 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2025.01.30 20:17:27.652865 [ 266 ] {6280f767-04cd-47b3-bb33-5b2e44bd7de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2025.01.30 20:17:27.653003 [ 266 ] {6280f767-04cd-47b3-bb33-5b2e44bd7de3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2025.01.30 20:17:27.655088 [ 266 ] {6280f767-04cd-47b3-bb33-5b2e44bd7de3} <Debug> oximeter.measurements_bytes (cd737d35-e6e1-4df5-b085-49a919e52d45): Loading data parts | ||
| 455 | 2025.01.30 20:17:27.655280 [ 266 ] {6280f767-04cd-47b3-bb33-5b2e44bd7de3} <Debug> oximeter.measurements_bytes (cd737d35-e6e1-4df5-b085-49a919e52d45): There are no data parts | ||
| 456 | 2025.01.30 20:17:27.656645 [ 266 ] {6280f767-04cd-47b3-bb33-5b2e44bd7de3} <Debug> TCPHandler: Processed in 0.004052233 sec. | ||
| 457 | 2025.01.30 20:17:27.656839 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2025.01.30 20:17:27.657048 [ 270 ] {153b51b5-dbb9-478d-838f-ef15fdc2d579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 459 | 2025.01.30 20:17:27.657169 [ 270 ] {153b51b5-dbb9-478d-838f-ef15fdc2d579} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 460 | 2025.01.30 20:17:27.659014 [ 270 ] {153b51b5-dbb9-478d-838f-ef15fdc2d579} <Debug> oximeter.measurements_cumulativei64 (b785ef60-00dd-437e-ac46-b9d0c8aba0a9): Loading data parts | ||
| 461 | 2025.01.30 20:17:27.659194 [ 270 ] {153b51b5-dbb9-478d-838f-ef15fdc2d579} <Debug> oximeter.measurements_cumulativei64 (b785ef60-00dd-437e-ac46-b9d0c8aba0a9): There are no data parts | ||
| 462 | 2025.01.30 20:17:27.660676 [ 270 ] {153b51b5-dbb9-478d-838f-ef15fdc2d579} <Debug> TCPHandler: Processed in 0.003895359 sec. | ||
| 463 | 2025.01.30 20:17:27.660933 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2025.01.30 20:17:27.661149 [ 266 ] {c30f78b1-6f19-4981-96e5-27d2b7e8182a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 465 | 2025.01.30 20:17:27.661293 [ 266 ] {c30f78b1-6f19-4981-96e5-27d2b7e8182a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 466 | 2025.01.30 20:17:27.666483 [ 266 ] {c30f78b1-6f19-4981-96e5-27d2b7e8182a} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Loading data parts | ||
| 467 | 2025.01.30 20:17:27.666704 [ 266 ] {c30f78b1-6f19-4981-96e5-27d2b7e8182a} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): There are no data parts | ||
| 468 | 2025.01.30 20:17:27.668196 [ 266 ] {c30f78b1-6f19-4981-96e5-27d2b7e8182a} <Debug> TCPHandler: Processed in 0.007323063 sec. | ||
| 469 | 2025.01.30 20:17:27.668394 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2025.01.30 20:17:27.668711 [ 270 ] {edd08cb3-ee9a-4bf4-a403-14669285d066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 471 | 2025.01.30 20:17:27.668838 [ 270 ] {edd08cb3-ee9a-4bf4-a403-14669285d066} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 472 | 2025.01.30 20:17:27.671084 [ 270 ] {edd08cb3-ee9a-4bf4-a403-14669285d066} <Debug> oximeter.measurements_cumulativef32 (67f3a962-34fa-47fe-8080-fb180143cd63): Loading data parts | ||
| 473 | 2025.01.30 20:17:27.671249 [ 270 ] {edd08cb3-ee9a-4bf4-a403-14669285d066} <Debug> oximeter.measurements_cumulativef32 (67f3a962-34fa-47fe-8080-fb180143cd63): There are no data parts | ||
| 474 | 2025.01.30 20:17:27.672792 [ 270 ] {edd08cb3-ee9a-4bf4-a403-14669285d066} <Debug> TCPHandler: Processed in 0.004456784 sec. | ||
| 475 | 2025.01.30 20:17:27.672998 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2025.01.30 20:17:27.673259 [ 266 ] {1ecda66b-f498-487e-a092-742cba488364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 477 | 2025.01.30 20:17:27.673417 [ 266 ] {1ecda66b-f498-487e-a092-742cba488364} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 478 | 2025.01.30 20:17:27.675458 [ 266 ] {1ecda66b-f498-487e-a092-742cba488364} <Debug> oximeter.measurements_cumulativef64 (aefaa149-2399-4914-b542-f61acf3095d4): Loading data parts | ||
| 479 | 2025.01.30 20:17:27.675591 [ 266 ] {1ecda66b-f498-487e-a092-742cba488364} <Debug> oximeter.measurements_cumulativef64 (aefaa149-2399-4914-b542-f61acf3095d4): There are no data parts | ||
| 480 | 2025.01.30 20:17:27.676960 [ 266 ] {1ecda66b-f498-487e-a092-742cba488364} <Debug> TCPHandler: Processed in 0.004029961 sec. | ||
| 481 | 2025.01.30 20:17:27.677193 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2025.01.30 20:17:27.677554 [ 270 ] {e3302473-03b1-4e18-ad8a-c78f445faf5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 483 | * NOTE: Array types cannot be Nullable, see | ||
| 484 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 485 | * for more details. | ||
| 486 | * | ||
| 487 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 488 | * is unfortunate, and at this point relies on the fact that an | ||
| 489 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 490 | * to figure out another way to represent missing samples here. | ||
| 491 | */ | ||
| 492 | 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) | ||
| 493 | 2025.01.30 20:17:27.677700 [ 270 ] {e3302473-03b1-4e18-ad8a-c78f445faf5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 494 | 2025.01.30 20:17:27.679860 [ 270 ] {e3302473-03b1-4e18-ad8a-c78f445faf5a} <Debug> oximeter.measurements_histogrami8 (50de5f6f-9430-4125-bf22-f89385657703): Loading data parts | ||
| 495 | 2025.01.30 20:17:27.680023 [ 270 ] {e3302473-03b1-4e18-ad8a-c78f445faf5a} <Debug> oximeter.measurements_histogrami8 (50de5f6f-9430-4125-bf22-f89385657703): There are no data parts | ||
| 496 | 2025.01.30 20:17:27.681549 [ 270 ] {e3302473-03b1-4e18-ad8a-c78f445faf5a} <Debug> TCPHandler: Processed in 0.004470854 sec. | ||
| 497 | 2025.01.30 20:17:27.681802 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2025.01.30 20:17:27.682102 [ 266 ] {0a564b46-fe8b-4da2-b81d-f8fb66c20bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 499 | 2025.01.30 20:17:27.682251 [ 266 ] {0a564b46-fe8b-4da2-b81d-f8fb66c20bf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 500 | 2025.01.30 20:17:27.686751 [ 266 ] {0a564b46-fe8b-4da2-b81d-f8fb66c20bf1} <Debug> oximeter.measurements_histogramu8 (15e65059-bb10-41c8-ba4d-c87763329e98): Loading data parts | ||
| 501 | 2025.01.30 20:17:27.687052 [ 266 ] {0a564b46-fe8b-4da2-b81d-f8fb66c20bf1} <Debug> oximeter.measurements_histogramu8 (15e65059-bb10-41c8-ba4d-c87763329e98): There are no data parts | ||
| 502 | 2025.01.30 20:17:27.688537 [ 266 ] {0a564b46-fe8b-4da2-b81d-f8fb66c20bf1} <Debug> TCPHandler: Processed in 0.006796549 sec. | ||
| 503 | 2025.01.30 20:17:27.688743 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2025.01.30 20:17:27.689152 [ 270 ] {1c8bfc15-6875-4aec-9dec-7832f8439efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 505 | 2025.01.30 20:17:27.689288 [ 270 ] {1c8bfc15-6875-4aec-9dec-7832f8439efb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 506 | 2025.01.30 20:17:27.691643 [ 270 ] {1c8bfc15-6875-4aec-9dec-7832f8439efb} <Debug> oximeter.measurements_histogrami16 (823cd6c0-82e1-4aef-8623-d55d3c2bdfab): Loading data parts | ||
| 507 | 2025.01.30 20:17:27.691833 [ 270 ] {1c8bfc15-6875-4aec-9dec-7832f8439efb} <Debug> oximeter.measurements_histogrami16 (823cd6c0-82e1-4aef-8623-d55d3c2bdfab): There are no data parts | ||
| 508 | 2025.01.30 20:17:27.693889 [ 270 ] {1c8bfc15-6875-4aec-9dec-7832f8439efb} <Debug> TCPHandler: Processed in 0.005206194 sec. | ||
| 509 | 2025.01.30 20:17:27.694090 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2025.01.30 20:17:27.694406 [ 266 ] {3a333631-aa4c-4faa-853c-c9a96d64c0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 511 | 2025.01.30 20:17:27.694594 [ 266 ] {3a333631-aa4c-4faa-853c-c9a96d64c0f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 512 | 2025.01.30 20:17:27.696886 [ 266 ] {3a333631-aa4c-4faa-853c-c9a96d64c0f2} <Debug> oximeter.measurements_histogramu16 (212919f6-5cb5-47b3-b7d8-9a95127a3f1c): Loading data parts | ||
| 513 | 2025.01.30 20:17:27.697133 [ 266 ] {3a333631-aa4c-4faa-853c-c9a96d64c0f2} <Debug> oximeter.measurements_histogramu16 (212919f6-5cb5-47b3-b7d8-9a95127a3f1c): There are no data parts | ||
| 514 | 2025.01.30 20:17:27.702999 [ 266 ] {3a333631-aa4c-4faa-853c-c9a96d64c0f2} <Debug> TCPHandler: Processed in 0.008970389 sec. | ||
| 515 | 2025.01.30 20:17:27.703231 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 516 | 2025.01.30 20:17:27.703686 [ 270 ] {931ed338-6c4a-4dd8-8782-71ce1d1f4314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 517 | 2025.01.30 20:17:27.703839 [ 270 ] {931ed338-6c4a-4dd8-8782-71ce1d1f4314} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 518 | 2025.01.30 20:17:27.706354 [ 270 ] {931ed338-6c4a-4dd8-8782-71ce1d1f4314} <Debug> oximeter.measurements_histogrami32 (f803cf84-8e85-4f66-9829-b35d3653a97c): Loading data parts | ||
| 519 | 2025.01.30 20:17:27.706531 [ 270 ] {931ed338-6c4a-4dd8-8782-71ce1d1f4314} <Debug> oximeter.measurements_histogrami32 (f803cf84-8e85-4f66-9829-b35d3653a97c): There are no data parts | ||
| 520 | 2025.01.30 20:17:27.708098 [ 270 ] {931ed338-6c4a-4dd8-8782-71ce1d1f4314} <Debug> TCPHandler: Processed in 0.004940428 sec. | ||
| 521 | 2025.01.30 20:17:27.708296 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 522 | 2025.01.30 20:17:27.708606 [ 266 ] {97634ded-f34d-4b01-bf3a-541a1279022e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 523 | 2025.01.30 20:17:27.708747 [ 266 ] {97634ded-f34d-4b01-bf3a-541a1279022e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 524 | 2025.01.30 20:17:27.711775 [ 266 ] {97634ded-f34d-4b01-bf3a-541a1279022e} <Debug> oximeter.measurements_histogramu32 (30b0ae5e-de7d-49da-bfcf-ebe2d7426cc6): Loading data parts | ||
| 525 | 2025.01.30 20:17:27.712077 [ 266 ] {97634ded-f34d-4b01-bf3a-541a1279022e} <Debug> oximeter.measurements_histogramu32 (30b0ae5e-de7d-49da-bfcf-ebe2d7426cc6): There are no data parts | ||
| 526 | 2025.01.30 20:17:27.715062 [ 266 ] {97634ded-f34d-4b01-bf3a-541a1279022e} <Debug> TCPHandler: Processed in 0.006827419 sec. | ||
| 527 | 2025.01.30 20:17:27.715276 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 528 | 2025.01.30 20:17:27.715667 [ 270 ] {d12c059c-5bf7-4e88-b44b-bdf5cf1f140a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 529 | 2025.01.30 20:17:27.715804 [ 270 ] {d12c059c-5bf7-4e88-b44b-bdf5cf1f140a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 530 | 2025.01.30 20:17:27.718111 [ 270 ] {d12c059c-5bf7-4e88-b44b-bdf5cf1f140a} <Debug> oximeter.measurements_histogrami64 (fa2f9a6c-8bc4-4f94-bb21-d4ac935f38da): Loading data parts | ||
| 531 | 2025.01.30 20:17:27.718299 [ 270 ] {d12c059c-5bf7-4e88-b44b-bdf5cf1f140a} <Debug> oximeter.measurements_histogrami64 (fa2f9a6c-8bc4-4f94-bb21-d4ac935f38da): There are no data parts | ||
| 532 | 2025.01.30 20:17:27.719752 [ 270 ] {d12c059c-5bf7-4e88-b44b-bdf5cf1f140a} <Debug> TCPHandler: Processed in 0.004538766 sec. | ||
| 533 | 2025.01.30 20:17:27.719955 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2025.01.30 20:17:27.720250 [ 266 ] {8d75c441-52ca-4feb-bae7-018ab4c2dd23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 535 | 2025.01.30 20:17:27.720395 [ 266 ] {8d75c441-52ca-4feb-bae7-018ab4c2dd23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 536 | 2025.01.30 20:17:27.722969 [ 266 ] {8d75c441-52ca-4feb-bae7-018ab4c2dd23} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Loading data parts | ||
| 537 | 2025.01.30 20:17:27.723188 [ 266 ] {8d75c441-52ca-4feb-bae7-018ab4c2dd23} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): There are no data parts | ||
| 538 | 2025.01.30 20:17:27.728980 [ 266 ] {8d75c441-52ca-4feb-bae7-018ab4c2dd23} <Debug> TCPHandler: Processed in 0.009086282 sec. | ||
| 539 | 2025.01.30 20:17:27.729201 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2025.01.30 20:17:27.729652 [ 270 ] {ac48f2d0-0cdc-4b74-b9a6-cdf76aacff77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 541 | 2025.01.30 20:17:27.729814 [ 270 ] {ac48f2d0-0cdc-4b74-b9a6-cdf76aacff77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 542 | 2025.01.30 20:17:27.732552 [ 270 ] {ac48f2d0-0cdc-4b74-b9a6-cdf76aacff77} <Debug> oximeter.measurements_histogramf32 (8a992d7d-4385-4daa-af7f-c0e2c40e1964): Loading data parts | ||
| 543 | 2025.01.30 20:17:27.732724 [ 270 ] {ac48f2d0-0cdc-4b74-b9a6-cdf76aacff77} <Debug> oximeter.measurements_histogramf32 (8a992d7d-4385-4daa-af7f-c0e2c40e1964): There are no data parts | ||
| 544 | 2025.01.30 20:17:27.734399 [ 270 ] {ac48f2d0-0cdc-4b74-b9a6-cdf76aacff77} <Debug> TCPHandler: Processed in 0.005271057 sec. | ||
| 545 | 2025.01.30 20:17:27.734606 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2025.01.30 20:17:27.734901 [ 266 ] {526623e5-ab57-44fc-a3c7-7ed46748e240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 547 | 2025.01.30 20:17:27.735043 [ 266 ] {526623e5-ab57-44fc-a3c7-7ed46748e240} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 548 | 2025.01.30 20:17:27.737594 [ 266 ] {526623e5-ab57-44fc-a3c7-7ed46748e240} <Debug> oximeter.measurements_histogramf64 (3b52027a-6c2c-423f-b057-dc58d0dd5f7b): Loading data parts | ||
| 549 | 2025.01.30 20:17:27.737792 [ 266 ] {526623e5-ab57-44fc-a3c7-7ed46748e240} <Debug> oximeter.measurements_histogramf64 (3b52027a-6c2c-423f-b057-dc58d0dd5f7b): There are no data parts | ||
| 550 | 2025.01.30 20:17:27.739104 [ 266 ] {526623e5-ab57-44fc-a3c7-7ed46748e240} <Debug> TCPHandler: Processed in 0.004558006 sec. | ||
| 551 | 2025.01.30 20:17:27.739302 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2025.01.30 20:17:27.739608 [ 270 ] {0e765333-4c5f-4f7f-83ea-1a51545d0382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) /* The field tables store named dimensions of each timeseries. | ||
| 553 | * | ||
| 554 | * As with the measurement tables, there is one field table for each field data | ||
| 555 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 556 | * this behavior **must not** be relied upon for query correctness. | ||
| 557 | * | ||
| 558 | * The index for the fields differs from the measurements, however. Rows are | ||
| 559 | * sorted by timeseries name, then field name, field value, and finally | ||
| 560 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 561 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 562 | * usually then used to look up measurements. | ||
| 563 | * | ||
| 564 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 565 | * timeseries name and then key, since it would improve lookups where one | ||
| 566 | * already has the key. Realistically though, these tables are quite small and | ||
| 567 | * so performance benefits will be low in absolute terms. | ||
| 568 | * | ||
| 569 | * TTL: We use a materialized column to expire old field table records. This | ||
| 570 | * column is generated automatically by the database whenever a new row is | ||
| 571 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 572 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 573 | * record will remain during a deduplication, which will have the last | ||
| 574 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 575 | * measurement tables. | ||
| 576 | */ | ||
| 577 | 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) | ||
| 578 | 2025.01.30 20:17:27.739738 [ 270 ] {0e765333-4c5f-4f7f-83ea-1a51545d0382} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 579 | 2025.01.30 20:17:27.742188 [ 270 ] {0e765333-4c5f-4f7f-83ea-1a51545d0382} <Debug> oximeter.fields_bool (279cb791-a91c-4258-a535-f08aee35fa46): Loading data parts | ||
| 580 | 2025.01.30 20:17:27.742342 [ 270 ] {0e765333-4c5f-4f7f-83ea-1a51545d0382} <Debug> oximeter.fields_bool (279cb791-a91c-4258-a535-f08aee35fa46): There are no data parts | ||
| 581 | 2025.01.30 20:17:27.743723 [ 270 ] {0e765333-4c5f-4f7f-83ea-1a51545d0382} <Debug> TCPHandler: Processed in 0.004483014 sec. | ||
| 582 | 2025.01.30 20:17:27.744011 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2025.01.30 20:17:27.744222 [ 266 ] {a234a837-3cac-4523-a226-c6669eedbf7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 584 | 2025.01.30 20:17:27.744371 [ 266 ] {a234a837-3cac-4523-a226-c6669eedbf7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 585 | 2025.01.30 20:17:27.746361 [ 266 ] {a234a837-3cac-4523-a226-c6669eedbf7e} <Debug> oximeter.fields_i8 (caf326de-a65b-4bc6-9382-8d359a5aca12): Loading data parts | ||
| 586 | 2025.01.30 20:17:27.746643 [ 266 ] {a234a837-3cac-4523-a226-c6669eedbf7e} <Debug> oximeter.fields_i8 (caf326de-a65b-4bc6-9382-8d359a5aca12): There are no data parts | ||
| 587 | 2025.01.30 20:17:27.747943 [ 266 ] {a234a837-3cac-4523-a226-c6669eedbf7e} <Debug> TCPHandler: Processed in 0.003992551 sec. | ||
| 588 | 2025.01.30 20:17:27.748146 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2025.01.30 20:17:27.748441 [ 270 ] {4e1d08f9-72d2-47c8-a48e-30011bbed812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 590 | 2025.01.30 20:17:27.748537 [ 270 ] {4e1d08f9-72d2-47c8-a48e-30011bbed812} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 591 | 2025.01.30 20:17:27.751182 [ 270 ] {4e1d08f9-72d2-47c8-a48e-30011bbed812} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Loading data parts | ||
| 592 | 2025.01.30 20:17:27.751383 [ 270 ] {4e1d08f9-72d2-47c8-a48e-30011bbed812} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): There are no data parts | ||
| 593 | 2025.01.30 20:17:27.752980 [ 270 ] {4e1d08f9-72d2-47c8-a48e-30011bbed812} <Debug> TCPHandler: Processed in 0.004891285 sec. | ||
| 594 | 2025.01.30 20:17:27.753241 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2025.01.30 20:17:27.753455 [ 266 ] {b4548ad8-aa1c-491f-a0df-bda85c96dd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 596 | 2025.01.30 20:17:27.753615 [ 266 ] {b4548ad8-aa1c-491f-a0df-bda85c96dd46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 597 | 2025.01.30 20:17:27.756963 [ 266 ] {b4548ad8-aa1c-491f-a0df-bda85c96dd46} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Loading data parts | ||
| 598 | 2025.01.30 20:17:27.757183 [ 266 ] {b4548ad8-aa1c-491f-a0df-bda85c96dd46} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): There are no data parts | ||
| 599 | 2025.01.30 20:17:27.758486 [ 266 ] {b4548ad8-aa1c-491f-a0df-bda85c96dd46} <Debug> TCPHandler: Processed in 0.005304577 sec. | ||
| 600 | 2025.01.30 20:17:27.758693 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2025.01.30 20:17:27.758985 [ 270 ] {e827c3cd-ab99-4f38-9442-de55f1c09680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 602 | 2025.01.30 20:17:27.759103 [ 270 ] {e827c3cd-ab99-4f38-9442-de55f1c09680} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 603 | 2025.01.30 20:17:27.760954 [ 270 ] {e827c3cd-ab99-4f38-9442-de55f1c09680} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Loading data parts | ||
| 604 | 2025.01.30 20:17:27.761118 [ 270 ] {e827c3cd-ab99-4f38-9442-de55f1c09680} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): There are no data parts | ||
| 605 | 2025.01.30 20:17:27.762579 [ 270 ] {e827c3cd-ab99-4f38-9442-de55f1c09680} <Debug> TCPHandler: Processed in 0.00394552 sec. | ||
| 606 | 2025.01.30 20:17:27.762827 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2025.01.30 20:17:27.763039 [ 266 ] {c5c70d44-5c4d-4908-b02f-b3a32e944698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 608 | 2025.01.30 20:17:27.763184 [ 266 ] {c5c70d44-5c4d-4908-b02f-b3a32e944698} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 609 | 2025.01.30 20:17:27.765170 [ 266 ] {c5c70d44-5c4d-4908-b02f-b3a32e944698} <Debug> oximeter.fields_i32 (c913c024-4f6b-4e84-b58b-4fd5ba40d506): Loading data parts | ||
| 610 | 2025.01.30 20:17:27.765441 [ 266 ] {c5c70d44-5c4d-4908-b02f-b3a32e944698} <Debug> oximeter.fields_i32 (c913c024-4f6b-4e84-b58b-4fd5ba40d506): There are no data parts | ||
| 611 | 2025.01.30 20:17:27.766670 [ 266 ] {c5c70d44-5c4d-4908-b02f-b3a32e944698} <Debug> TCPHandler: Processed in 0.003901958 sec. | ||
| 612 | 2025.01.30 20:17:27.766869 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 613 | 2025.01.30 20:17:27.767197 [ 270 ] {46ad3aa5-65eb-44a5-8781-78437c399024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 614 | 2025.01.30 20:17:27.767333 [ 270 ] {46ad3aa5-65eb-44a5-8781-78437c399024} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 615 | 2025.01.30 20:17:27.769185 [ 270 ] {46ad3aa5-65eb-44a5-8781-78437c399024} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Loading data parts | ||
| 616 | 2025.01.30 20:17:27.769357 [ 270 ] {46ad3aa5-65eb-44a5-8781-78437c399024} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): There are no data parts | ||
| 617 | 2025.01.30 20:17:27.770602 [ 270 ] {46ad3aa5-65eb-44a5-8781-78437c399024} <Debug> TCPHandler: Processed in 0.003792325 sec. | ||
| 618 | 2025.01.30 20:17:27.770816 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2025.01.30 20:17:27.771044 [ 266 ] {9971f734-5a24-464e-8eb0-8ecee75bce8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 620 | 2025.01.30 20:17:27.771198 [ 266 ] {9971f734-5a24-464e-8eb0-8ecee75bce8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2025.01.30 20:17:27.773057 [ 266 ] {9971f734-5a24-464e-8eb0-8ecee75bce8a} <Debug> oximeter.fields_i64 (eb27a7ac-badb-4287-ae3a-e5fe14cef027): Loading data parts | ||
| 622 | 2025.01.30 20:17:27.773272 [ 266 ] {9971f734-5a24-464e-8eb0-8ecee75bce8a} <Debug> oximeter.fields_i64 (eb27a7ac-badb-4287-ae3a-e5fe14cef027): There are no data parts | ||
| 623 | 2025.01.30 20:17:27.774482 [ 266 ] {9971f734-5a24-464e-8eb0-8ecee75bce8a} <Debug> TCPHandler: Processed in 0.003730793 sec. | ||
| 624 | 2025.01.30 20:17:27.774681 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2025.01.30 20:17:27.774998 [ 270 ] {7a083dc5-3632-4c0c-9406-0b71af05e6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 626 | 2025.01.30 20:17:27.775121 [ 270 ] {7a083dc5-3632-4c0c-9406-0b71af05e6a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2025.01.30 20:17:27.777465 [ 270 ] {7a083dc5-3632-4c0c-9406-0b71af05e6a9} <Debug> oximeter.fields_u64 (85daca28-c22b-49f9-9127-1e546ddfab90): Loading data parts | ||
| 628 | 2025.01.30 20:17:27.777650 [ 270 ] {7a083dc5-3632-4c0c-9406-0b71af05e6a9} <Debug> oximeter.fields_u64 (85daca28-c22b-49f9-9127-1e546ddfab90): There are no data parts | ||
| 629 | 2025.01.30 20:17:27.778997 [ 270 ] {7a083dc5-3632-4c0c-9406-0b71af05e6a9} <Debug> TCPHandler: Processed in 0.004374771 sec. | ||
| 630 | 2025.01.30 20:17:27.779207 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2025.01.30 20:17:27.779433 [ 266 ] {242a735c-5c3a-41fb-884b-519100afd8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 632 | 2025.01.30 20:17:27.779583 [ 266 ] {242a735c-5c3a-41fb-884b-519100afd8d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 633 | 2025.01.30 20:17:27.781644 [ 266 ] {242a735c-5c3a-41fb-884b-519100afd8d9} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Loading data parts | ||
| 634 | 2025.01.30 20:17:27.781795 [ 266 ] {242a735c-5c3a-41fb-884b-519100afd8d9} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): There are no data parts | ||
| 635 | 2025.01.30 20:17:27.783165 [ 266 ] {242a735c-5c3a-41fb-884b-519100afd8d9} <Debug> TCPHandler: Processed in 0.004030162 sec. | ||
| 636 | 2025.01.30 20:17:27.783364 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 637 | 2025.01.30 20:17:27.783661 [ 270 ] {f1dd5f29-a84b-4e86-98a5-b09cb64221b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 638 | 2025.01.30 20:17:27.783778 [ 270 ] {f1dd5f29-a84b-4e86-98a5-b09cb64221b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 639 | 2025.01.30 20:17:27.785883 [ 270 ] {f1dd5f29-a84b-4e86-98a5-b09cb64221b9} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Loading data parts | ||
| 640 | 2025.01.30 20:17:27.786048 [ 270 ] {f1dd5f29-a84b-4e86-98a5-b09cb64221b9} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): There are no data parts | ||
| 641 | 2025.01.30 20:17:27.787409 [ 270 ] {f1dd5f29-a84b-4e86-98a5-b09cb64221b9} <Debug> TCPHandler: Processed in 0.004101524 sec. | ||
| 642 | 2025.01.30 20:17:27.787617 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2025.01.30 20:17:27.787831 [ 266 ] {0c193b51-884b-447a-b1b8-4a13cc272926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) 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) | ||
| 644 | 2025.01.30 20:17:27.787982 [ 266 ] {0c193b51-884b-447a-b1b8-4a13cc272926} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 645 | 2025.01.30 20:17:27.790068 [ 266 ] {0c193b51-884b-447a-b1b8-4a13cc272926} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Loading data parts | ||
| 646 | 2025.01.30 20:17:27.790209 [ 266 ] {0c193b51-884b-447a-b1b8-4a13cc272926} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): There are no data parts | ||
| 647 | 2025.01.30 20:17:27.791724 [ 266 ] {0c193b51-884b-447a-b1b8-4a13cc272926} <Debug> TCPHandler: Processed in 0.004166546 sec. | ||
| 648 | 2025.01.30 20:17:27.791999 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 649 | 2025.01.30 20:17:27.792353 [ 270 ] {4beb1d15-577a-443b-bc97-9810068eeaf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) /* The timeseries schema table stores the extracted schema for the samples | ||
| 650 | * oximeter collects. | ||
| 651 | */ | ||
| 652 | 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) | ||
| 653 | 2025.01.30 20:17:27.792512 [ 270 ] {4beb1d15-577a-443b-bc97-9810068eeaf4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 654 | 2025.01.30 20:17:27.794562 [ 270 ] {4beb1d15-577a-443b-bc97-9810068eeaf4} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Loading data parts | ||
| 655 | 2025.01.30 20:17:27.794877 [ 270 ] {4beb1d15-577a-443b-bc97-9810068eeaf4} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): There are no data parts | ||
| 656 | 2025.01.30 20:17:27.799933 [ 270 ] {4beb1d15-577a-443b-bc97-9810068eeaf4} <Debug> TCPHandler: Processed in 0.008006203 sec. | ||
| 657 | 2025.01.30 20:17:27.800157 [ 266 ] {} <Trace> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2025.01.30 20:17:27.800471 [ 266 ] {7871d1f7-8747-4b7b-8256-20f53420464f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42677) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2025.01.30 20:17:27.801857 [ 266 ] {7871d1f7-8747-4b7b-8256-20f53420464f} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2025.01.30 20:17:27.811092 [ 275 ] {7871d1f7-8747-4b7b-8256-20f53420464f} <Trace> oximeter.version (f448268b-ee09-4446-9044-c9c0961fd0b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2025.01.30 20:17:27.811151 [ 275 ] {7871d1f7-8747-4b7b-8256-20f53420464f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 662 | 2025.01.30 20:17:27.815957 [ 275 ] {7871d1f7-8747-4b7b-8256-20f53420464f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2025.01.30 20:17:27.816332 [ 275 ] {7871d1f7-8747-4b7b-8256-20f53420464f} <Trace> oximeter.version (f448268b-ee09-4446-9044-c9c0961fd0b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 664 | 2025.01.30 20:17:27.816645 [ 266 ] {7871d1f7-8747-4b7b-8256-20f53420464f} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016248 sec., 61.546036435253576 rows/sec., 984.74 B/sec. | ||
| 665 | 2025.01.30 20:17:27.816957 [ 266 ] {7871d1f7-8747-4b7b-8256-20f53420464f} <Debug> TCPHandler: Processed in 0.016857838 sec. | ||
| 666 | 2025.01.30 20:17:28.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.82 MiB, peak 126.82 MiB, free memory in arenas 0.00 B, will set to 140.36 MiB (RSS), difference: 13.54 MiB | ||
| 667 | 2025.01.30 20:17:29.288492 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49406 | ||
| 668 | 2025.01.30 20:17:29.288629 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2025.01.30 20:17:29.288782 [ 277 ] {} <Debug> TCP-Session: 14078f02-d20a-4139-9b01-c3c159568957 Authenticating user 'default' from [fd00:1122:3344:101::c]:49406 | ||
| 670 | 2025.01.30 20:17:29.288860 [ 277 ] {} <Debug> TCP-Session: 14078f02-d20a-4139-9b01-c3c159568957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.30 20:17:29.288875 [ 277 ] {} <Debug> TCP-Session: 14078f02-d20a-4139-9b01-c3c159568957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2025.01.30 20:17:29.288971 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2025.01.30 20:17:29.289036 [ 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 | ||
| 674 | 2025.01.30 20:17:29.289096 [ 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 | ||
| 675 | 2025.01.30 20:17:29.290111 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34757 | ||
| 676 | 2025.01.30 20:17:29.290195 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45451 | ||
| 677 | 2025.01.30 20:17:29.290274 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52688 | ||
| 678 | 2025.01.30 20:17:29.290373 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.01.30 20:17:29.290586 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49586 | ||
| 680 | 2025.01.30 20:17:29.290677 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48699 | ||
| 681 | 2025.01.30 20:17:29.290708 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.01.30 20:17:29.290702 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2025.01.30 20:17:29.290686 [ 278 ] {} <Debug> TCP-Session: 6681f9e4-0a87-4097-8d9d-77db6b65b479 Authenticating user 'default' from [fd00:1122:3344:101::c]:34757 | ||
| 684 | 2025.01.30 20:17:29.290831 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65025 | ||
| 685 | 2025.01.30 20:17:29.290826 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.01.30 20:17:29.290994 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40748 | ||
| 687 | 2025.01.30 20:17:29.291013 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.01.30 20:17:29.291168 [ 281 ] {} <Debug> TCP-Session: b2c8449f-47a6-4ad1-b48c-8d0d7d1f2220 Authenticating user 'default' from [fd00:1122:3344:101::c]:49586 | ||
| 689 | 2025.01.30 20:17:29.291050 [ 280 ] {} <Debug> TCP-Session: f1b3c645-e508-452d-9832-99712796b74c Authenticating user 'default' from [fd00:1122:3344:101::c]:52688 | ||
| 690 | 2025.01.30 20:17:29.291189 [ 278 ] {} <Debug> TCP-Session: 6681f9e4-0a87-4097-8d9d-77db6b65b479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.01.30 20:17:29.291405 [ 282 ] {} <Debug> TCP-Session: e84ed563-bd24-4d15-80f1-eef992a4dcda Authenticating user 'default' from [fd00:1122:3344:101::c]:48699 | ||
| 692 | 2025.01.30 20:17:29.291392 [ 280 ] {} <Debug> TCP-Session: f1b3c645-e508-452d-9832-99712796b74c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.01.30 20:17:29.291371 [ 281 ] {} <Debug> TCP-Session: b2c8449f-47a6-4ad1-b48c-8d0d7d1f2220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.01.30 20:17:29.291495 [ 280 ] {} <Debug> TCP-Session: f1b3c645-e508-452d-9832-99712796b74c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.01.30 20:17:29.291524 [ 282 ] {} <Debug> TCP-Session: e84ed563-bd24-4d15-80f1-eef992a4dcda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.01.30 20:17:29.291479 [ 278 ] {} <Debug> TCP-Session: 6681f9e4-0a87-4097-8d9d-77db6b65b479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.01.30 20:17:29.291617 [ 282 ] {} <Debug> TCP-Session: e84ed563-bd24-4d15-80f1-eef992a4dcda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.01.30 20:17:29.291599 [ 281 ] {} <Debug> TCP-Session: b2c8449f-47a6-4ad1-b48c-8d0d7d1f2220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.01.30 20:17:29.291364 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2025.01.30 20:17:29.291336 [ 279 ] {} <Debug> TCP-Session: 447d58e8-fdf1-4b89-abe9-f4654441138a Authenticating user 'default' from [fd00:1122:3344:101::c]:45451 | ||
| 701 | 2025.01.30 20:17:29.291938 [ 284 ] {} <Debug> TCP-Session: 26c1d329-34aa-4952-85e8-066910667212 Authenticating user 'default' from [fd00:1122:3344:101::c]:40748 | ||
| 702 | 2025.01.30 20:17:29.292078 [ 279 ] {} <Debug> TCP-Session: 447d58e8-fdf1-4b89-abe9-f4654441138a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.01.30 20:17:29.292088 [ 284 ] {} <Debug> TCP-Session: 26c1d329-34aa-4952-85e8-066910667212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.01.30 20:17:29.292167 [ 279 ] {} <Debug> TCP-Session: 447d58e8-fdf1-4b89-abe9-f4654441138a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.01.30 20:17:29.292244 [ 284 ] {} <Debug> TCP-Session: 26c1d329-34aa-4952-85e8-066910667212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.01.30 20:17:29.300635 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2025.01.30 20:17:29.300748 [ 283 ] {} <Debug> TCP-Session: d5632cb0-848c-4a8a-b11d-5bd2fe47a0fa Authenticating user 'default' from [fd00:1122:3344:101::c]:65025 | ||
| 708 | 2025.01.30 20:17:29.300772 [ 283 ] {} <Debug> TCP-Session: d5632cb0-848c-4a8a-b11d-5bd2fe47a0fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.30 20:17:29.300789 [ 283 ] {} <Debug> TCP-Session: d5632cb0-848c-4a8a-b11d-5bd2fe47a0fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2025.01.30 20:17:30.067243 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63848 | ||
| 711 | 2025.01.30 20:17:30.067404 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2025.01.30 20:17:30.067434 [ 285 ] {} <Debug> TCP-Session: 2435935a-c80e-4514-8377-33705ecec2e3 Authenticating user 'default' from [fd00:1122:3344:101::a]:63848 | ||
| 713 | 2025.01.30 20:17:30.067557 [ 285 ] {} <Debug> TCP-Session: 2435935a-c80e-4514-8377-33705ecec2e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.30 20:17:30.067572 [ 285 ] {} <Debug> TCP-Session: 2435935a-c80e-4514-8377-33705ecec2e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2025.01.30 20:17:30.067650 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2025.01.30 20:17:30.067764 [ 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 | ||
| 717 | 2025.01.30 20:17:30.067784 [ 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 | ||
| 718 | 2025.01.30 20:17:30.068871 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60931 | ||
| 719 | 2025.01.30 20:17:30.069005 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62350 | ||
| 720 | 2025.01.30 20:17:30.069124 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 721 | 2025.01.30 20:17:30.069111 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59269 | ||
| 722 | 2025.01.30 20:17:30.069243 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43769 | ||
| 723 | 2025.01.30 20:17:30.069516 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 724 | 2025.01.30 20:17:30.069569 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 725 | 2025.01.30 20:17:30.069562 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53573 | ||
| 726 | 2025.01.30 20:17:30.069553 [ 286 ] {} <Debug> TCP-Session: d729d134-013d-4603-ab07-2dc2e38ab83f Authenticating user 'default' from [fd00:1122:3344:101::a]:60931 | ||
| 727 | 2025.01.30 20:17:30.069748 [ 289 ] {} <Debug> TCP-Session: 2384c856-bac3-4b55-882e-6064fc7d74e7 Authenticating user 'default' from [fd00:1122:3344:101::a]:43769 | ||
| 728 | 2025.01.30 20:17:30.069956 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 729 | 2025.01.30 20:17:30.069956 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48778 | ||
| 730 | 2025.01.30 20:17:30.069983 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 731 | 2025.01.30 20:17:30.069996 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39547 | ||
| 732 | 2025.01.30 20:17:30.070057 [ 287 ] {} <Debug> TCP-Session: 9383d790-fede-4609-ae53-c28759cd5f33 Authenticating user 'default' from [fd00:1122:3344:101::a]:62350 | ||
| 733 | 2025.01.30 20:17:30.070102 [ 288 ] {} <Debug> TCP-Session: 5bef7cf8-d744-4784-9311-21dcc6cfde9c Authenticating user 'default' from [fd00:1122:3344:101::a]:59269 | ||
| 734 | 2025.01.30 20:17:30.070018 [ 286 ] {} <Debug> TCP-Session: d729d134-013d-4603-ab07-2dc2e38ab83f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2025.01.30 20:17:30.070220 [ 290 ] {} <Debug> TCP-Session: 844907b0-67aa-43b7-810b-beb1d5adf925 Authenticating user 'default' from [fd00:1122:3344:101::a]:53573 | ||
| 736 | 2025.01.30 20:17:30.070230 [ 289 ] {} <Debug> TCP-Session: 2384c856-bac3-4b55-882e-6064fc7d74e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.30 20:17:30.070251 [ 287 ] {} <Debug> TCP-Session: 9383d790-fede-4609-ae53-c28759cd5f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2025.01.30 20:17:30.070378 [ 286 ] {} <Debug> TCP-Session: d729d134-013d-4603-ab07-2dc2e38ab83f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2025.01.30 20:17:30.070409 [ 288 ] {} <Debug> TCP-Session: 5bef7cf8-d744-4784-9311-21dcc6cfde9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.01.30 20:17:30.070418 [ 289 ] {} <Debug> TCP-Session: 2384c856-bac3-4b55-882e-6064fc7d74e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.30 20:17:30.070442 [ 287 ] {} <Debug> TCP-Session: 9383d790-fede-4609-ae53-c28759cd5f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2025.01.30 20:17:30.070610 [ 290 ] {} <Debug> TCP-Session: 844907b0-67aa-43b7-810b-beb1d5adf925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2025.01.30 20:17:30.070748 [ 288 ] {} <Debug> TCP-Session: 5bef7cf8-d744-4784-9311-21dcc6cfde9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.01.30 20:17:30.070768 [ 290 ] {} <Debug> TCP-Session: 844907b0-67aa-43b7-810b-beb1d5adf925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2025.01.30 20:17:30.072916 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2025.01.30 20:17:30.072958 [ 292 ] {} <Debug> TCP-Session: 76f4fc56-a6e3-4a0d-87a2-c9d1bfae1d7e Authenticating user 'default' from [fd00:1122:3344:101::a]:39547 | ||
| 747 | 2025.01.30 20:17:30.073021 [ 292 ] {} <Debug> TCP-Session: 76f4fc56-a6e3-4a0d-87a2-c9d1bfae1d7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.30 20:17:30.073041 [ 292 ] {} <Debug> TCP-Session: 76f4fc56-a6e3-4a0d-87a2-c9d1bfae1d7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.30 20:17:30.074572 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 750 | 2025.01.30 20:17:30.074666 [ 291 ] {} <Debug> TCP-Session: e3488b15-afd8-4af7-81de-ed03d572009f Authenticating user 'default' from [fd00:1122:3344:101::a]:48778 | ||
| 751 | 2025.01.30 20:17:30.074691 [ 291 ] {} <Debug> TCP-Session: e3488b15-afd8-4af7-81de-ed03d572009f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.30 20:17:30.074708 [ 291 ] {} <Debug> TCP-Session: e3488b15-afd8-4af7-81de-ed03d572009f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2025.01.30 20:17:34.103653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.30 20:17:34.103673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.01.30 20:17:34.103771 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.30 20:17:34.103793 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.30 20:17:34.110836 [ 244 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Loading data parts | ||
| 758 | 2025.01.30 20:17:34.111209 [ 244 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): There are no data parts | ||
| 759 | 2025.01.30 20:17:34.122370 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.30 20:17:34.122459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 761 | 2025.01.30 20:17:34.125847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.30 20:17:34.127070 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.01.30 20:17:34.127688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 764 | 2025.01.30 20:17:34.131728 [ 243 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Loading data parts | ||
| 765 | 2025.01.30 20:17:34.131927 [ 243 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): There are no data parts | ||
| 766 | 2025.01.30 20:17:34.158850 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.30 20:17:34.158890 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 768 | 2025.01.30 20:17:34.166076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.30 20:17:34.167144 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2025.01.30 20:17:34.169390 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.30 20:17:35.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.41 MiB, peak 150.41 MiB, free memory in arenas 0.00 B, will set to 151.22 MiB (RSS), difference: 4.81 MiB | ||
| 772 | 2025.01.30 20:17:36.603597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.30 20:17:36.603717 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.30 20:17:36.608681 [ 242 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Loading data parts | ||
| 775 | 2025.01.30 20:17:36.608860 [ 242 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): There are no data parts | ||
| 776 | 2025.01.30 20:17:36.614348 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.30 20:17:36.614389 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 778 | 2025.01.30 20:17:36.616646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.30 20:17:36.617388 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2025.01.30 20:17:36.618011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.30 20:17:37.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.40 MiB, peak 155.40 MiB, free memory in arenas 0.00 B, will set to 151.67 MiB (RSS), difference: -3.73 MiB | ||
| 782 | 2025.01.30 20:17:41.557471 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.30 20:17:41.557533 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.30 20:17:41.627791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 785 | 2025.01.30 20:17:41.628638 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.30 20:17:41.628685 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 787 | 2025.01.30 20:17:41.629362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.30 20:17:41.629851 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2025.01.30 20:17:41.630114 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.30 20:17:41.669450 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.30 20:17:41.690756 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.30 20:17:41.690818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 793 | 2025.01.30 20:17:41.697575 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.30 20:17:41.698911 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2025.01.30 20:17:41.701585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.30 20:17:42.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.34 MiB, peak 156.34 MiB, free memory in arenas 0.00 B, will set to 154.61 MiB (RSS), difference: 2.26 MiB | ||
| 797 | 2025.01.30 20:17:47.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.62 MiB, peak 156.34 MiB, free memory in arenas 0.00 B, will set to 154.64 MiB (RSS), difference: 4.02 MiB | ||
| 798 | 2025.01.30 20:17:49.130234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 799 | 2025.01.30 20:17:49.131233 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 800 | 2025.01.30 20:17:49.131275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 801 | 2025.01.30 20:17:49.131974 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 802 | 2025.01.30 20:17:49.132484 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 803 | 2025.01.30 20:17:49.132708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 804 | 2025.01.30 20:17:49.201664 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 805 | 2025.01.30 20:17:49.220833 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 806 | 2025.01.30 20:17:49.220885 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 807 | 2025.01.30 20:17:49.227177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 808 | 2025.01.30 20:17:49.228267 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 809 | 2025.01.30 20:17:49.231217 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 810 | 2025.01.30 20:17:56.557588 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 811 | 2025.01.30 20:17:56.557708 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 812 | 2025.01.30 20:17:56.632837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 813 | 2025.01.30 20:17:56.633825 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 814 | 2025.01.30 20:17:56.633909 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 815 | 2025.01.30 20:17:56.634629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 816 | 2025.01.30 20:17:56.634888 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 817 | 2025.01.30 20:17:56.635068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 818 | 2025.01.30 20:17:56.731284 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 819 | 2025.01.30 20:17:56.749928 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2025.01.30 20:17:56.749979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 821 | 2025.01.30 20:17:56.756422 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 822 | 2025.01.30 20:17:56.757170 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 823 | 2025.01.30 20:17:56.760019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 824 | 2025.01.30 20:18:04.135179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 825 | 2025.01.30 20:18:04.135834 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 826 | 2025.01.30 20:18:04.135884 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 827 | 2025.01.30 20:18:04.136414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 828 | 2025.01.30 20:18:04.136675 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 829 | 2025.01.30 20:18:04.136927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 830 | 2025.01.30 20:18:04.260089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 831 | 2025.01.30 20:18:04.279100 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 832 | 2025.01.30 20:18:04.279153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 833 | 2025.01.30 20:18:04.285746 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 834 | 2025.01.30 20:18:04.286459 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 835 | 2025.01.30 20:18:04.288963 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 836 | 2025.01.30 20:18:11.557764 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 837 | 2025.01.30 20:18:11.557844 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 838 | 2025.01.30 20:18:11.637033 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 839 | 2025.01.30 20:18:11.637637 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 840 | 2025.01.30 20:18:11.637686 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 841 | 2025.01.30 20:18:11.638264 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 842 | 2025.01.30 20:18:11.638526 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 843 | 2025.01.30 20:18:11.638713 [ 84 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 844 | 2025.01.30 20:18:11.638793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 845 | 2025.01.30 20:18:11.638843 [ 84 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 846 | 2025.01.30 20:18:11.638872 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 847 | 2025.01.30 20:18:11.639228 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 848 | 2025.01.30 20:18:11.639425 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 849 | 2025.01.30 20:18:11.639609 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 850 | 2025.01.30 20:18:11.643807 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 851 | 2025.01.30 20:18:11.643897 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 852 | 2025.01.30 20:18:11.644187 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 853 | 2025.01.30 20:18:11.646063 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 854 | 2025.01.30 20:18:11.648896 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 855 | 2025.01.30 20:18:11.664957 [ 201 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.0259508 sec., 108127.68777841146 rows/sec., 1.55 MiB/sec. | ||
| 856 | 2025.01.30 20:18:11.665828 [ 201 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 857 | 2025.01.30 20:18:11.666165 [ 201 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_6_1} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 858 | 2025.01.30 20:18:11.666253 [ 201 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_6_1} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 859 | 2025.01.30 20:18:11.666359 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 860 | 2025.01.30 20:18:11.789021 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 861 | 2025.01.30 20:18:11.807888 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 862 | 2025.01.30 20:18:11.807931 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 863 | 2025.01.30 20:18:11.814283 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 864 | 2025.01.30 20:18:11.815018 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 865 | 2025.01.30 20:18:11.815353 [ 84 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 866 | 2025.01.30 20:18:11.815476 [ 84 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 867 | 2025.01.30 20:18:11.815546 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 868 | 2025.01.30 20:18:11.816019 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 869 | 2025.01.30 20:18:11.830572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 870 | 2025.01.30 20:18:11.832137 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 871 | 2025.01.30 20:18:11.833226 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 872 | 2025.01.30 20:18:11.837975 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 873 | 2025.01.30 20:18:11.842758 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 874 | 2025.01.30 20:18:11.847493 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 875 | 2025.01.30 20:18:11.854428 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 876 | 2025.01.30 20:18:11.859151 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 877 | 2025.01.30 20:18:11.918268 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.102594468 sec., 448.3672550453695 rows/sec., 2.32 MiB/sec. | ||
| 878 | 2025.01.30 20:18:11.920693 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 879 | 2025.01.30 20:18:11.923586 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_6_1} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 880 | 2025.01.30 20:18:11.923699 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_6_1} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 881 | 2025.01.30 20:18:11.926054 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 882 | 2025.01.30 20:18:12.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.07 MiB, peak 166.61 MiB, free memory in arenas 0.00 B, will set to 160.28 MiB (RSS), difference: 3.21 MiB | ||
| 883 | 2025.01.30 20:18:19.138904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 884 | 2025.01.30 20:18:19.139624 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2025.01.30 20:18:19.139676 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 886 | 2025.01.30 20:18:19.140371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 887 | 2025.01.30 20:18:19.140645 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2025.01.30 20:18:19.140889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 889 | 2025.01.30 20:18:19.330662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 890 | 2025.01.30 20:18:19.348943 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 891 | 2025.01.30 20:18:19.349006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 892 | 2025.01.30 20:18:19.356331 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 893 | 2025.01.30 20:18:19.357280 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 894 | 2025.01.30 20:18:19.360585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 895 | 2025.01.30 20:18:26.558110 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 896 | 2025.01.30 20:18:26.558178 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 897 | 2025.01.30 20:18:26.641006 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 898 | 2025.01.30 20:18:26.641628 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 899 | 2025.01.30 20:18:26.641673 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 900 | 2025.01.30 20:18:26.642295 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 901 | 2025.01.30 20:18:26.642546 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 902 | 2025.01.30 20:18:26.642790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 903 | 2025.01.30 20:18:26.860653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 904 | 2025.01.30 20:18:26.879431 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 905 | 2025.01.30 20:18:26.879485 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 906 | 2025.01.30 20:18:26.886332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 907 | 2025.01.30 20:18:26.887077 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 908 | 2025.01.30 20:18:26.890039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 909 | 2025.01.30 20:18:27.509294 [ 266 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 910 | 2025.01.30 20:18:27.509386 [ 266 ] {} <Debug> TCP-Session: f7239253-07b4-4b92-8714-c89a1d1c5b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 911 | 2025.01.30 20:18:27.824582 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 912 | 2025.01.30 20:18:27.824788 [ 270 ] {b42de780-3ba1-4d2f-b7eb-18aff343b4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 913 | 2025.01.30 20:18:27.829321 [ 270 ] {b42de780-3ba1-4d2f-b7eb-18aff343b4f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 914 | 2025.01.30 20:18:27.835699 [ 270 ] {b42de780-3ba1-4d2f-b7eb-18aff343b4f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 915 | 2025.01.30 20:18:27.842617 [ 270 ] {b42de780-3ba1-4d2f-b7eb-18aff343b4f3} <Debug> TCPHandler: Processed in 0.018166474 sec. | ||
| 916 | 2025.01.30 20:18:27.852947 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.01.30 20:18:27.853189 [ 271 ] {4f900775-24c4-46b7-8b68-0b45b38572fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 918 | 2025.01.30 20:18:27.859472 [ 271 ] {4f900775-24c4-46b7-8b68-0b45b38572fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 919 | 2025.01.30 20:18:27.859546 [ 271 ] {4f900775-24c4-46b7-8b68-0b45b38572fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 920 | 2025.01.30 20:18:27.860202 [ 271 ] {4f900775-24c4-46b7-8b68-0b45b38572fc} <Debug> TCPHandler: Processed in 0.007417046 sec. | ||
| 921 | 2025.01.30 20:18:27.860645 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 922 | 2025.01.30 20:18:27.860876 [ 270 ] {503fe7db-8f34-49ff-8dac-0ef442757e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 923 | 2025.01.30 20:18:27.863590 [ 270 ] {503fe7db-8f34-49ff-8dac-0ef442757e21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 924 | 2025.01.30 20:18:27.863687 [ 270 ] {503fe7db-8f34-49ff-8dac-0ef442757e21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 925 | 2025.01.30 20:18:27.864443 [ 270 ] {503fe7db-8f34-49ff-8dac-0ef442757e21} <Debug> TCPHandler: Processed in 0.003914849 sec. | ||
| 926 | 2025.01.30 20:18:27.864755 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.01.30 20:18:27.864934 [ 271 ] {1d433744-4bed-4e8c-8608-934ef7585ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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) | ||
| 928 | 2025.01.30 20:18:27.865338 [ 271 ] {1d433744-4bed-4e8c-8608-934ef7585ad7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 929 | 2025.01.30 20:18:27.865400 [ 271 ] {1d433744-4bed-4e8c-8608-934ef7585ad7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 930 | 2025.01.30 20:18:27.865966 [ 271 ] {1d433744-4bed-4e8c-8608-934ef7585ad7} <Debug> TCPHandler: Processed in 0.001282935 sec. | ||
| 931 | 2025.01.30 20:18:27.866886 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 932 | 2025.01.30 20:18:27.867031 [ 270 ] {77dbd855-59ed-4487-9437-bc5e223209b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 933 | 2025.01.30 20:18:27.867090 [ 270 ] {77dbd855-59ed-4487-9437-bc5e223209b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 934 | 2025.01.30 20:18:27.872565 [ 270 ] {77dbd855-59ed-4487-9437-bc5e223209b3} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2025.01.30 20:18:27.872619 [ 270 ] {77dbd855-59ed-4487-9437-bc5e223209b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 936 | 2025.01.30 20:18:27.875121 [ 270 ] {77dbd855-59ed-4487-9437-bc5e223209b3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 937 | 2025.01.30 20:18:27.875387 [ 270 ] {77dbd855-59ed-4487-9437-bc5e223209b3} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2025.01.30 20:18:27.875641 [ 270 ] {77dbd855-59ed-4487-9437-bc5e223209b3} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.008628 sec., 463.6068613815484 rows/sec., 49.01 KiB/sec. | ||
| 939 | 2025.01.30 20:18:27.875882 [ 270 ] {77dbd855-59ed-4487-9437-bc5e223209b3} <Debug> TCPHandler: Processed in 0.009057312 sec. | ||
| 940 | 2025.01.30 20:18:27.876071 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 941 | 2025.01.30 20:18:27.876215 [ 271 ] {d901f74d-f92f-4a13-8ec0-3a51da8defa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 942 | 2025.01.30 20:18:27.876278 [ 271 ] {d901f74d-f92f-4a13-8ec0-3a51da8defa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 943 | 2025.01.30 20:18:27.882345 [ 271 ] {d901f74d-f92f-4a13-8ec0-3a51da8defa1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 944 | 2025.01.30 20:18:27.882392 [ 271 ] {d901f74d-f92f-4a13-8ec0-3a51da8defa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 945 | 2025.01.30 20:18:27.884891 [ 271 ] {d901f74d-f92f-4a13-8ec0-3a51da8defa1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 946 | 2025.01.30 20:18:27.885152 [ 271 ] {d901f74d-f92f-4a13-8ec0-3a51da8defa1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 947 | 2025.01.30 20:18:27.885384 [ 271 ] {d901f74d-f92f-4a13-8ec0-3a51da8defa1} <Debug> executeQuery: Read 62 rows, 5.90 KiB in 0.009206 sec., 6734.738214208125 rows/sec., 641.25 KiB/sec. | ||
| 948 | 2025.01.30 20:18:27.885453 [ 271 ] {d901f74d-f92f-4a13-8ec0-3a51da8defa1} <Debug> TCPHandler: Processed in 0.009443862 sec. | ||
| 949 | 2025.01.30 20:18:27.885653 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 950 | 2025.01.30 20:18:27.885792 [ 270 ] {35f6ab0b-a156-4b97-90ea-5e2893247d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 951 | 2025.01.30 20:18:27.885849 [ 270 ] {35f6ab0b-a156-4b97-90ea-5e2893247d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 952 | 2025.01.30 20:18:27.886538 [ 270 ] {35f6ab0b-a156-4b97-90ea-5e2893247d34} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 953 | 2025.01.30 20:18:27.886574 [ 270 ] {35f6ab0b-a156-4b97-90ea-5e2893247d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 954 | 2025.01.30 20:18:27.886978 [ 270 ] {35f6ab0b-a156-4b97-90ea-5e2893247d34} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 955 | 2025.01.30 20:18:27.887230 [ 270 ] {35f6ab0b-a156-4b97-90ea-5e2893247d34} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 956 | 2025.01.30 20:18:27.887485 [ 270 ] {35f6ab0b-a156-4b97-90ea-5e2893247d34} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001713 sec., 18096.906012842966 rows/sec., 1.33 MiB/sec. | ||
| 957 | 2025.01.30 20:18:27.887556 [ 270 ] {35f6ab0b-a156-4b97-90ea-5e2893247d34} <Debug> TCPHandler: Processed in 0.001979454 sec. | ||
| 958 | 2025.01.30 20:18:27.887716 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 959 | 2025.01.30 20:18:27.887842 [ 271 ] {6bd62ae4-b5c8-4a04-9435-2fc3d85a9a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 960 | 2025.01.30 20:18:27.887894 [ 271 ] {6bd62ae4-b5c8-4a04-9435-2fc3d85a9a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 961 | 2025.01.30 20:18:27.888515 [ 271 ] {6bd62ae4-b5c8-4a04-9435-2fc3d85a9a39} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 962 | 2025.01.30 20:18:27.888561 [ 271 ] {6bd62ae4-b5c8-4a04-9435-2fc3d85a9a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 963 | 2025.01.30 20:18:27.888949 [ 271 ] {6bd62ae4-b5c8-4a04-9435-2fc3d85a9a39} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 964 | 2025.01.30 20:18:27.889191 [ 271 ] {6bd62ae4-b5c8-4a04-9435-2fc3d85a9a39} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 965 | 2025.01.30 20:18:27.889463 [ 271 ] {6bd62ae4-b5c8-4a04-9435-2fc3d85a9a39} <Debug> executeQuery: Read 41 rows, 3.30 KiB in 0.001637 sec., 25045.815516188148 rows/sec., 1.97 MiB/sec. | ||
| 966 | 2025.01.30 20:18:27.889525 [ 271 ] {6bd62ae4-b5c8-4a04-9435-2fc3d85a9a39} <Debug> TCPHandler: Processed in 0.001869092 sec. | ||
| 967 | 2025.01.30 20:18:27.889682 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 968 | 2025.01.30 20:18:27.889806 [ 270 ] {2998f7db-7d85-43e7-9c37-911951963d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 969 | 2025.01.30 20:18:27.889912 [ 270 ] {2998f7db-7d85-43e7-9c37-911951963d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 970 | 2025.01.30 20:18:27.891238 [ 270 ] {2998f7db-7d85-43e7-9c37-911951963d88} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 971 | 2025.01.30 20:18:27.891276 [ 270 ] {2998f7db-7d85-43e7-9c37-911951963d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 972 | 2025.01.30 20:18:27.896055 [ 270 ] {2998f7db-7d85-43e7-9c37-911951963d88} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 973 | 2025.01.30 20:18:27.896319 [ 270 ] {2998f7db-7d85-43e7-9c37-911951963d88} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 974 | 2025.01.30 20:18:27.896669 [ 270 ] {2998f7db-7d85-43e7-9c37-911951963d88} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006853 sec., 4523.56632131913 rows/sec., 8.11 MiB/sec. | ||
| 975 | 2025.01.30 20:18:27.896846 [ 270 ] {2998f7db-7d85-43e7-9c37-911951963d88} <Debug> TCPHandler: Processed in 0.00722565 sec. | ||
| 976 | 2025.01.30 20:18:27.897005 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 977 | 2025.01.30 20:18:27.897134 [ 271 ] {8a816e43-fea2-4a8f-8dec-ab7af00e1270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 978 | 2025.01.30 20:18:27.897193 [ 271 ] {8a816e43-fea2-4a8f-8dec-ab7af00e1270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 979 | 2025.01.30 20:18:27.899877 [ 271 ] {8a816e43-fea2-4a8f-8dec-ab7af00e1270} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 980 | 2025.01.30 20:18:27.899924 [ 271 ] {8a816e43-fea2-4a8f-8dec-ab7af00e1270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 981 | 2025.01.30 20:18:27.900407 [ 271 ] {8a816e43-fea2-4a8f-8dec-ab7af00e1270} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 982 | 2025.01.30 20:18:27.900702 [ 271 ] {8a816e43-fea2-4a8f-8dec-ab7af00e1270} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 983 | 2025.01.30 20:18:27.901056 [ 271 ] {8a816e43-fea2-4a8f-8dec-ab7af00e1270} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.003895 sec., 4621.309370988447 rows/sec., 348.25 KiB/sec. | ||
| 984 | 2025.01.30 20:18:27.901181 [ 271 ] {8a816e43-fea2-4a8f-8dec-ab7af00e1270} <Debug> TCPHandler: Processed in 0.004234718 sec. | ||
| 985 | 2025.01.30 20:18:34.142907 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 986 | 2025.01.30 20:18:34.143645 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 987 | 2025.01.30 20:18:34.143692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 988 | 2025.01.30 20:18:34.144212 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 989 | 2025.01.30 20:18:34.144474 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 990 | 2025.01.30 20:18:34.144711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 991 | 2025.01.30 20:18:34.390104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 992 | 2025.01.30 20:18:34.409160 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 993 | 2025.01.30 20:18:34.409210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 994 | 2025.01.30 20:18:34.416184 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 995 | 2025.01.30 20:18:34.416918 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 996 | 2025.01.30 20:18:34.419886 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 997 | 2025.01.30 20:18:36.618575 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 110 | ||
| 998 | 2025.01.30 20:18:36.622706 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 999 | 2025.01.30 20:18:36.622754 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1000 | 2025.01.30 20:18:36.624177 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1001 | 2025.01.30 20:18:36.624498 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1002 | 2025.01.30 20:18:36.625647 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 110 | ||
| 1003 | 2025.01.30 20:18:37.823971 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1004 | 2025.01.30 20:18:37.824184 [ 270 ] {2aab6fc2-9828-4657-82d2-db6cfc1794b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1005 | 2025.01.30 20:18:37.824265 [ 270 ] {2aab6fc2-9828-4657-82d2-db6cfc1794b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1006 | 2025.01.30 20:18:37.825095 [ 270 ] {2aab6fc2-9828-4657-82d2-db6cfc1794b7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1007 | 2025.01.30 20:18:37.825138 [ 270 ] {2aab6fc2-9828-4657-82d2-db6cfc1794b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1008 | 2025.01.30 20:18:37.825586 [ 270 ] {2aab6fc2-9828-4657-82d2-db6cfc1794b7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1009 | 2025.01.30 20:18:37.825835 [ 270 ] {2aab6fc2-9828-4657-82d2-db6cfc1794b7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1010 | 2025.01.30 20:18:37.826038 [ 270 ] {2aab6fc2-9828-4657-82d2-db6cfc1794b7} <Debug> executeQuery: Read 62 rows, 5.90 KiB in 0.001913 sec., 32409.827496079455 rows/sec., 3.01 MiB/sec. | ||
| 1011 | 2025.01.30 20:18:37.826209 [ 270 ] {2aab6fc2-9828-4657-82d2-db6cfc1794b7} <Debug> TCPHandler: Processed in 0.002375415 sec. | ||
| 1012 | 2025.01.30 20:18:37.826541 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1013 | 2025.01.30 20:18:37.826746 [ 271 ] {f4f842ba-0fcf-4aa9-ae26-6d52c8e8d02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1014 | 2025.01.30 20:18:37.826818 [ 271 ] {f4f842ba-0fcf-4aa9-ae26-6d52c8e8d02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1015 | 2025.01.30 20:18:37.827537 [ 271 ] {f4f842ba-0fcf-4aa9-ae26-6d52c8e8d02f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1016 | 2025.01.30 20:18:37.827586 [ 271 ] {f4f842ba-0fcf-4aa9-ae26-6d52c8e8d02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1017 | 2025.01.30 20:18:37.828061 [ 271 ] {f4f842ba-0fcf-4aa9-ae26-6d52c8e8d02f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1018 | 2025.01.30 20:18:37.828316 [ 271 ] {f4f842ba-0fcf-4aa9-ae26-6d52c8e8d02f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1019 | 2025.01.30 20:18:37.828603 [ 271 ] {f4f842ba-0fcf-4aa9-ae26-6d52c8e8d02f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001892 sec., 16384.77801268499 rows/sec., 1.20 MiB/sec. | ||
| 1020 | 2025.01.30 20:18:37.828707 [ 271 ] {f4f842ba-0fcf-4aa9-ae26-6d52c8e8d02f} <Debug> TCPHandler: Processed in 0.002361696 sec. | ||
| 1021 | 2025.01.30 20:18:37.828869 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1022 | 2025.01.30 20:18:37.828988 [ 270 ] {cc69901a-dd6d-433d-9b74-78f650c27506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1023 | 2025.01.30 20:18:37.829036 [ 270 ] {cc69901a-dd6d-433d-9b74-78f650c27506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1024 | 2025.01.30 20:18:37.829656 [ 270 ] {cc69901a-dd6d-433d-9b74-78f650c27506} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1025 | 2025.01.30 20:18:37.829695 [ 270 ] {cc69901a-dd6d-433d-9b74-78f650c27506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1026 | 2025.01.30 20:18:37.830061 [ 270 ] {cc69901a-dd6d-433d-9b74-78f650c27506} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1027 | 2025.01.30 20:18:37.830302 [ 270 ] {cc69901a-dd6d-433d-9b74-78f650c27506} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1028 | 2025.01.30 20:18:37.830536 [ 270 ] {cc69901a-dd6d-433d-9b74-78f650c27506} <Debug> executeQuery: Read 31 rows, 2.48 KiB in 0.001555 sec., 19935.691318327976 rows/sec., 1.56 MiB/sec. | ||
| 1029 | 2025.01.30 20:18:37.830629 [ 270 ] {cc69901a-dd6d-433d-9b74-78f650c27506} <Debug> TCPHandler: Processed in 0.00181929 sec. | ||
| 1030 | 2025.01.30 20:18:37.830781 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1031 | 2025.01.30 20:18:37.830905 [ 271 ] {afd99c61-c979-4b06-b7f1-5955245caf6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1032 | 2025.01.30 20:18:37.830985 [ 271 ] {afd99c61-c979-4b06-b7f1-5955245caf6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1033 | 2025.01.30 20:18:37.832215 [ 271 ] {afd99c61-c979-4b06-b7f1-5955245caf6c} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1034 | 2025.01.30 20:18:37.832254 [ 271 ] {afd99c61-c979-4b06-b7f1-5955245caf6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1035 | 2025.01.30 20:18:37.832927 [ 271 ] {afd99c61-c979-4b06-b7f1-5955245caf6c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1036 | 2025.01.30 20:18:37.833184 [ 271 ] {afd99c61-c979-4b06-b7f1-5955245caf6c} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1037 | 2025.01.30 20:18:37.833477 [ 271 ] {afd99c61-c979-4b06-b7f1-5955245caf6c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002592 sec., 11959.876543209875 rows/sec., 21.43 MiB/sec. | ||
| 1038 | 2025.01.30 20:18:37.833631 [ 271 ] {afd99c61-c979-4b06-b7f1-5955245caf6c} <Debug> TCPHandler: Processed in 0.00291409 sec. | ||
| 1039 | 2025.01.30 20:18:41.558235 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1040 | 2025.01.30 20:18:41.558297 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1041 | 2025.01.30 20:18:41.644824 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 1042 | 2025.01.30 20:18:41.645460 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1043 | 2025.01.30 20:18:41.645508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1044 | 2025.01.30 20:18:41.646035 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1045 | 2025.01.30 20:18:41.646303 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1046 | 2025.01.30 20:18:41.646579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1047 | 2025.01.30 20:18:41.919968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1048 | 2025.01.30 20:18:41.940052 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1049 | 2025.01.30 20:18:41.940104 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1050 | 2025.01.30 20:18:41.947479 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1051 | 2025.01.30 20:18:41.948286 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1052 | 2025.01.30 20:18:41.951607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1053 | 2025.01.30 20:18:42.824136 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.01.30 20:18:42.824515 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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) | ||
| 1055 | 2025.01.30 20:18:42.825566 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.01.30 20:18:42.827842 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <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 | ||
| 1057 | 2025.01.30 20:18:42.828103 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.01.30 20:18:42.830287 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.01.30 20:18:42.832513 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 1060 | 2025.01.30 20:18:42.835710 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.01.30 20:18:42.835820 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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.30 20:18:42.835844 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.01.30 20:18:42.835947 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <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'))" | ||
| 1064 | 2025.01.30 20:18:42.835977 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1065 | 2025.01.30 20:18:42.842794 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.018435 sec., 216.97857336588012 rows/sec., 10.01 KiB/sec. | ||
| 1066 | 2025.01.30 20:18:42.842941 [ 270 ] {5c29df4e-03df-460d-8d93-f1738bdff4ca} <Debug> TCPHandler: Processed in 0.018991807 sec. | ||
| 1067 | 2025.01.30 20:18:42.843294 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.01.30 20:18:42.843480 [ 271 ] {d8a7c10b-375b-4bed-be56-445d0ae70a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1069 | 2025.01.30 20:18:42.843559 [ 271 ] {d8a7c10b-375b-4bed-be56-445d0ae70a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1070 | 2025.01.30 20:18:42.844390 [ 271 ] {d8a7c10b-375b-4bed-be56-445d0ae70a89} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1071 | 2025.01.30 20:18:42.844442 [ 271 ] {d8a7c10b-375b-4bed-be56-445d0ae70a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1072 | 2025.01.30 20:18:42.844956 [ 271 ] {d8a7c10b-375b-4bed-be56-445d0ae70a89} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1073 | 2025.01.30 20:18:42.845181 [ 271 ] {d8a7c10b-375b-4bed-be56-445d0ae70a89} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1074 | 2025.01.30 20:18:42.845465 [ 271 ] {d8a7c10b-375b-4bed-be56-445d0ae70a89} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002017 sec., 495.7858205255329 rows/sec., 51.32 KiB/sec. | ||
| 1075 | 2025.01.30 20:18:42.845569 [ 271 ] {d8a7c10b-375b-4bed-be56-445d0ae70a89} <Debug> TCPHandler: Processed in 0.002409817 sec. | ||
| 1076 | 2025.01.30 20:18:42.845730 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1077 | 2025.01.30 20:18:42.845886 [ 270 ] {235f45e7-e2c9-4050-9062-5efaee59e2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1078 | 2025.01.30 20:18:42.845946 [ 270 ] {235f45e7-e2c9-4050-9062-5efaee59e2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1079 | 2025.01.30 20:18:42.846681 [ 270 ] {235f45e7-e2c9-4050-9062-5efaee59e2b6} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1080 | 2025.01.30 20:18:42.846733 [ 270 ] {235f45e7-e2c9-4050-9062-5efaee59e2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1081 | 2025.01.30 20:18:42.847157 [ 270 ] {235f45e7-e2c9-4050-9062-5efaee59e2b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1082 | 2025.01.30 20:18:42.847398 [ 270 ] {235f45e7-e2c9-4050-9062-5efaee59e2b6} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1083 | 2025.01.30 20:18:42.847624 [ 270 ] {235f45e7-e2c9-4050-9062-5efaee59e2b6} <Debug> executeQuery: Read 17 rows, 1.62 KiB in 0.001784 sec., 9529.147982062781 rows/sec., 907.59 KiB/sec. | ||
| 1084 | 2025.01.30 20:18:42.847677 [ 270 ] {235f45e7-e2c9-4050-9062-5efaee59e2b6} <Debug> TCPHandler: Processed in 0.002012476 sec. | ||
| 1085 | 2025.01.30 20:18:42.847832 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.01.30 20:18:42.847955 [ 271 ] {062078ca-4fef-463f-82a3-2c3d0ef13bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1087 | 2025.01.30 20:18:42.848006 [ 271 ] {062078ca-4fef-463f-82a3-2c3d0ef13bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1088 | 2025.01.30 20:18:42.848615 [ 271 ] {062078ca-4fef-463f-82a3-2c3d0ef13bcf} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2025.01.30 20:18:42.848656 [ 271 ] {062078ca-4fef-463f-82a3-2c3d0ef13bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1090 | 2025.01.30 20:18:42.849052 [ 271 ] {062078ca-4fef-463f-82a3-2c3d0ef13bcf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1091 | 2025.01.30 20:18:42.849288 [ 271 ] {062078ca-4fef-463f-82a3-2c3d0ef13bcf} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1092 | 2025.01.30 20:18:42.849512 [ 271 ] {062078ca-4fef-463f-82a3-2c3d0ef13bcf} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001577 sec., 5072.92327203551 rows/sec., 381.46 KiB/sec. | ||
| 1093 | 2025.01.30 20:18:42.849593 [ 271 ] {062078ca-4fef-463f-82a3-2c3d0ef13bcf} <Debug> TCPHandler: Processed in 0.001822371 sec. | ||
| 1094 | 2025.01.30 20:18:42.849751 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2025.01.30 20:18:42.849897 [ 270 ] {f6578311-11ec-412a-89d0-39d0ec3f115b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1096 | 2025.01.30 20:18:42.849949 [ 270 ] {f6578311-11ec-412a-89d0-39d0ec3f115b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1097 | 2025.01.30 20:18:42.850567 [ 270 ] {f6578311-11ec-412a-89d0-39d0ec3f115b} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1098 | 2025.01.30 20:18:42.850607 [ 270 ] {f6578311-11ec-412a-89d0-39d0ec3f115b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1099 | 2025.01.30 20:18:42.850953 [ 270 ] {f6578311-11ec-412a-89d0-39d0ec3f115b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1100 | 2025.01.30 20:18:42.851191 [ 270 ] {f6578311-11ec-412a-89d0-39d0ec3f115b} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1101 | 2025.01.30 20:18:42.851461 [ 270 ] {f6578311-11ec-412a-89d0-39d0ec3f115b} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 41.61 KiB/sec. | ||
| 1102 | 2025.01.30 20:18:42.851536 [ 270 ] {f6578311-11ec-412a-89d0-39d0ec3f115b} <Debug> TCPHandler: Processed in 0.001845421 sec. | ||
| 1103 | 2025.01.30 20:18:42.851680 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1104 | 2025.01.30 20:18:42.851813 [ 271 ] {8f87d1b7-d3aa-413d-bdff-b4a5eaf5bffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1105 | 2025.01.30 20:18:42.851876 [ 271 ] {8f87d1b7-d3aa-413d-bdff-b4a5eaf5bffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1106 | 2025.01.30 20:18:42.852557 [ 271 ] {8f87d1b7-d3aa-413d-bdff-b4a5eaf5bffe} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1107 | 2025.01.30 20:18:42.852604 [ 271 ] {8f87d1b7-d3aa-413d-bdff-b4a5eaf5bffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1108 | 2025.01.30 20:18:42.852974 [ 271 ] {8f87d1b7-d3aa-413d-bdff-b4a5eaf5bffe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1109 | 2025.01.30 20:18:42.853206 [ 271 ] {8f87d1b7-d3aa-413d-bdff-b4a5eaf5bffe} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1110 | 2025.01.30 20:18:42.853413 [ 271 ] {8f87d1b7-d3aa-413d-bdff-b4a5eaf5bffe} <Debug> executeQuery: Read 17 rows, 1.36 KiB in 0.001632 sec., 10416.666666666666 rows/sec., 835.94 KiB/sec. | ||
| 1111 | 2025.01.30 20:18:42.853465 [ 271 ] {8f87d1b7-d3aa-413d-bdff-b4a5eaf5bffe} <Debug> TCPHandler: Processed in 0.001840531 sec. | ||
| 1112 | 2025.01.30 20:18:42.853606 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1113 | 2025.01.30 20:18:42.853725 [ 270 ] {21183964-9e97-4c4b-803b-bc9ae8620e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1114 | 2025.01.30 20:18:42.853785 [ 270 ] {21183964-9e97-4c4b-803b-bc9ae8620e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1115 | 2025.01.30 20:18:42.854342 [ 270 ] {21183964-9e97-4c4b-803b-bc9ae8620e38} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1116 | 2025.01.30 20:18:42.854389 [ 270 ] {21183964-9e97-4c4b-803b-bc9ae8620e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1117 | 2025.01.30 20:18:42.854800 [ 270 ] {21183964-9e97-4c4b-803b-bc9ae8620e38} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1118 | 2025.01.30 20:18:42.855033 [ 270 ] {21183964-9e97-4c4b-803b-bc9ae8620e38} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1119 | 2025.01.30 20:18:42.855268 [ 270 ] {21183964-9e97-4c4b-803b-bc9ae8620e38} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 40.93 KiB/sec. | ||
| 1120 | 2025.01.30 20:18:42.855356 [ 270 ] {21183964-9e97-4c4b-803b-bc9ae8620e38} <Debug> TCPHandler: Processed in 0.00180402 sec. | ||
| 1121 | 2025.01.30 20:18:42.855499 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2025.01.30 20:18:42.855621 [ 271 ] {46dcf96d-8818-4ba4-ad43-44584b2669f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1123 | 2025.01.30 20:18:42.855698 [ 271 ] {46dcf96d-8818-4ba4-ad43-44584b2669f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1124 | 2025.01.30 20:18:42.856789 [ 271 ] {46dcf96d-8818-4ba4-ad43-44584b2669f2} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1125 | 2025.01.30 20:18:42.856826 [ 271 ] {46dcf96d-8818-4ba4-ad43-44584b2669f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1126 | 2025.01.30 20:18:42.857444 [ 271 ] {46dcf96d-8818-4ba4-ad43-44584b2669f2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1127 | 2025.01.30 20:18:42.857700 [ 271 ] {46dcf96d-8818-4ba4-ad43-44584b2669f2} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1128 | 2025.01.30 20:18:42.857963 [ 271 ] {46dcf96d-8818-4ba4-ad43-44584b2669f2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002353 sec., 3399.9150021249466 rows/sec., 6.09 MiB/sec. | ||
| 1129 | 2025.01.30 20:18:42.858072 [ 271 ] {46dcf96d-8818-4ba4-ad43-44584b2669f2} <Debug> TCPHandler: Processed in 0.002632373 sec. | ||
| 1130 | 2025.01.30 20:18:42.858234 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1131 | 2025.01.30 20:18:42.858375 [ 270 ] {40b7d14e-e5f1-4af4-8d89-f2a6f96b62ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1132 | 2025.01.30 20:18:42.858434 [ 270 ] {40b7d14e-e5f1-4af4-8d89-f2a6f96b62ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1133 | 2025.01.30 20:18:42.858952 [ 270 ] {40b7d14e-e5f1-4af4-8d89-f2a6f96b62ce} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1134 | 2025.01.30 20:18:42.858992 [ 270 ] {40b7d14e-e5f1-4af4-8d89-f2a6f96b62ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1135 | 2025.01.30 20:18:42.859365 [ 270 ] {40b7d14e-e5f1-4af4-8d89-f2a6f96b62ce} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1136 | 2025.01.30 20:18:42.859598 [ 270 ] {40b7d14e-e5f1-4af4-8d89-f2a6f96b62ce} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1137 | 2025.01.30 20:18:42.859874 [ 270 ] {40b7d14e-e5f1-4af4-8d89-f2a6f96b62ce} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001515 sec., 5940.59405940594 rows/sec., 419.63 KiB/sec. | ||
| 1138 | 2025.01.30 20:18:42.859951 [ 270 ] {40b7d14e-e5f1-4af4-8d89-f2a6f96b62ce} <Debug> TCPHandler: Processed in 0.001782689 sec. | ||
| 1139 | 2025.01.30 20:18:46.625806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 136 | ||
| 1140 | 2025.01.30 20:18:46.629043 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2025.01.30 20:18:46.629096 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1142 | 2025.01.30 20:18:46.630556 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1143 | 2025.01.30 20:18:46.630861 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2025.01.30 20:18:46.631651 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 1145 | 2025.01.30 20:18:47.824603 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2025.01.30 20:18:47.824802 [ 270 ] {181fabba-f460-475f-a066-fb403447bf60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1147 | 2025.01.30 20:18:47.824874 [ 270 ] {181fabba-f460-475f-a066-fb403447bf60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1148 | 2025.01.30 20:18:47.825611 [ 270 ] {181fabba-f460-475f-a066-fb403447bf60} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.01.30 20:18:47.825663 [ 270 ] {181fabba-f460-475f-a066-fb403447bf60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1150 | 2025.01.30 20:18:47.826102 [ 270 ] {181fabba-f460-475f-a066-fb403447bf60} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1151 | 2025.01.30 20:18:47.826349 [ 270 ] {181fabba-f460-475f-a066-fb403447bf60} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1152 | 2025.01.30 20:18:47.826597 [ 270 ] {181fabba-f460-475f-a066-fb403447bf60} <Debug> executeQuery: Read 62 rows, 5.90 KiB in 0.00185 sec., 33513.51351351351 rows/sec., 3.12 MiB/sec. | ||
| 1153 | 2025.01.30 20:18:47.826780 [ 270 ] {181fabba-f460-475f-a066-fb403447bf60} <Debug> TCPHandler: Processed in 0.002313054 sec. | ||
| 1154 | 2025.01.30 20:18:47.827040 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.01.30 20:18:47.827252 [ 271 ] {7a352475-82b3-44a9-80a1-83063ff08b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1156 | 2025.01.30 20:18:47.827333 [ 271 ] {7a352475-82b3-44a9-80a1-83063ff08b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1157 | 2025.01.30 20:18:47.828120 [ 271 ] {7a352475-82b3-44a9-80a1-83063ff08b18} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1158 | 2025.01.30 20:18:47.828172 [ 271 ] {7a352475-82b3-44a9-80a1-83063ff08b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1159 | 2025.01.30 20:18:47.828604 [ 271 ] {7a352475-82b3-44a9-80a1-83063ff08b18} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1160 | 2025.01.30 20:18:47.828883 [ 271 ] {7a352475-82b3-44a9-80a1-83063ff08b18} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1161 | 2025.01.30 20:18:47.829121 [ 271 ] {7a352475-82b3-44a9-80a1-83063ff08b18} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001928 sec., 16078.838174273858 rows/sec., 1.18 MiB/sec. | ||
| 1162 | 2025.01.30 20:18:47.829177 [ 271 ] {7a352475-82b3-44a9-80a1-83063ff08b18} <Debug> TCPHandler: Processed in 0.002277343 sec. | ||
| 1163 | 2025.01.30 20:18:47.829317 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2025.01.30 20:18:47.829456 [ 270 ] {21cc4a09-3347-4746-bc40-ab0dba41ff7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1165 | 2025.01.30 20:18:47.829513 [ 270 ] {21cc4a09-3347-4746-bc40-ab0dba41ff7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1166 | 2025.01.30 20:18:47.830224 [ 270 ] {21cc4a09-3347-4746-bc40-ab0dba41ff7c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.01.30 20:18:47.830263 [ 270 ] {21cc4a09-3347-4746-bc40-ab0dba41ff7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1168 | 2025.01.30 20:18:47.830626 [ 270 ] {21cc4a09-3347-4746-bc40-ab0dba41ff7c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1169 | 2025.01.30 20:18:47.830868 [ 270 ] {21cc4a09-3347-4746-bc40-ab0dba41ff7c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.01.30 20:18:47.831075 [ 270 ] {21cc4a09-3347-4746-bc40-ab0dba41ff7c} <Debug> executeQuery: Read 31 rows, 2.48 KiB in 0.00165 sec., 18787.878787878788 rows/sec., 1.47 MiB/sec. | ||
| 1171 | 2025.01.30 20:18:47.831127 [ 270 ] {21cc4a09-3347-4746-bc40-ab0dba41ff7c} <Debug> TCPHandler: Processed in 0.001875662 sec. | ||
| 1172 | 2025.01.30 20:18:47.831275 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.01.30 20:18:47.831415 [ 271 ] {41cae26d-4731-433f-baa1-30f17a904dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1174 | 2025.01.30 20:18:47.831509 [ 271 ] {41cae26d-4731-433f-baa1-30f17a904dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1175 | 2025.01.30 20:18:47.832766 [ 271 ] {41cae26d-4731-433f-baa1-30f17a904dcd} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2025.01.30 20:18:47.832806 [ 271 ] {41cae26d-4731-433f-baa1-30f17a904dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1177 | 2025.01.30 20:18:47.833470 [ 271 ] {41cae26d-4731-433f-baa1-30f17a904dcd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1178 | 2025.01.30 20:18:47.833732 [ 271 ] {41cae26d-4731-433f-baa1-30f17a904dcd} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2025.01.30 20:18:47.834062 [ 271 ] {41cae26d-4731-433f-baa1-30f17a904dcd} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002668 sec., 11619.190404797602 rows/sec., 20.82 MiB/sec. | ||
| 1180 | 2025.01.30 20:18:47.834163 [ 271 ] {41cae26d-4731-433f-baa1-30f17a904dcd} <Debug> TCPHandler: Processed in 0.002956352 sec. | ||
| 1181 | 2025.01.30 20:18:49.146698 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 1182 | 2025.01.30 20:18:49.147361 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1183 | 2025.01.30 20:18:49.147409 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1184 | 2025.01.30 20:18:49.147952 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1185 | 2025.01.30 20:18:49.148210 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1186 | 2025.01.30 20:18:49.148443 [ 60 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1187 | 2025.01.30 20:18:49.148458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 1188 | 2025.01.30 20:18:49.148529 [ 60 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1189 | 2025.01.30 20:18:49.148557 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1190 | 2025.01.30 20:18:49.148680 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 1191 | 2025.01.30 20:18:49.148808 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1192 | 2025.01.30 20:18:49.148855 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 1193 | 2025.01.30 20:18:49.148952 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 1194 | 2025.01.30 20:18:49.149158 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 1195 | 2025.01.30 20:18:49.149348 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 1196 | 2025.01.30 20:18:49.149546 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 1197 | 2025.01.30 20:18:49.149710 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 1198 | 2025.01.30 20:18:49.151496 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002862619 sec., 1789969.2554265868 rows/sec., 25.61 MiB/sec. | ||
| 1199 | 2025.01.30 20:18:49.152246 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1200 | 2025.01.30 20:18:49.152611 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_11_2} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1201 | 2025.01.30 20:18:49.152706 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_11_2} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1202 | 2025.01.30 20:18:49.152824 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 1203 | 2025.01.30 20:18:49.451669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 1204 | 2025.01.30 20:18:49.471628 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2025.01.30 20:18:49.471685 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1206 | 2025.01.30 20:18:49.479263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1207 | 2025.01.30 20:18:49.480011 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2025.01.30 20:18:49.480415 [ 60 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1209 | 2025.01.30 20:18:49.480585 [ 60 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1210 | 2025.01.30 20:18:49.480681 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1211 | 2025.01.30 20:18:49.481018 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 1212 | 2025.01.30 20:18:49.488765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 1213 | 2025.01.30 20:18:49.490080 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1214 | 2025.01.30 20:18:49.490947 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 1215 | 2025.01.30 20:18:49.495660 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 1216 | 2025.01.30 20:18:49.500646 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 1217 | 2025.01.30 20:18:49.505824 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 1218 | 2025.01.30 20:18:49.511091 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 1219 | 2025.01.30 20:18:49.515911 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 1220 | 2025.01.30 20:18:49.572116 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.091296754 sec., 909.1232312596788 rows/sec., 4.70 MiB/sec. | ||
| 1221 | 2025.01.30 20:18:49.574389 [ 194 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1222 | 2025.01.30 20:18:49.577239 [ 194 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_11_2} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1223 | 2025.01.30 20:18:49.577362 [ 194 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_11_2} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1224 | 2025.01.30 20:18:49.579696 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 1225 | 2025.01.30 20:18:50.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.77 MiB, peak 176.66 MiB, free memory in arenas 0.00 B, will set to 168.58 MiB (RSS), difference: 1.81 MiB | ||
| 1226 | 2025.01.30 20:18:52.822982 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2025.01.30 20:18:52.823230 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1228 | 2025.01.30 20:18:52.823597 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1229 | 2025.01.30 20:18:52.823633 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1230 | 2025.01.30 20:18:52.823882 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1231 | 2025.01.30 20:18:52.823961 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1232 | 2025.01.30 20:18:52.824139 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 1233 | 2025.01.30 20:18:52.824375 [ 298 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1234 | 2025.01.30 20:18:52.824390 [ 296 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1235 | 2025.01.30 20:18:52.824528 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1236 | 2025.01.30 20:18:52.824563 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1237 | 2025.01.30 20:18:52.824616 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <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', 'http_service:request_latency_histogram'))" | ||
| 1238 | 2025.01.30 20:18:52.824640 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1239 | 2025.01.30 20:18:52.825308 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.002174 sec., 1839.926402943882 rows/sec., 84.90 KiB/sec. | ||
| 1240 | 2025.01.30 20:18:52.825397 [ 270 ] {ae20e80f-b200-43ce-8df1-5324d3eb60e2} <Debug> TCPHandler: Processed in 0.002550851 sec. | ||
| 1241 | 2025.01.30 20:18:52.825842 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1242 | 2025.01.30 20:18:52.826111 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1243 | 2025.01.30 20:18:52.826490 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1244 | 2025.01.30 20:18:52.826528 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <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_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1245 | 2025.01.30 20:18:52.826791 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1246 | 2025.01.30 20:18:52.826874 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1247 | 2025.01.30 20:18:52.827062 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1248 | 2025.01.30 20:18:52.827193 [ 298 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1249 | 2025.01.30 20:18:52.827204 [ 296 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1250 | 2025.01.30 20:18:52.827318 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1251 | 2025.01.30 20:18:52.827348 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1252 | 2025.01.30 20:18:52.827401 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <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_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
| 1253 | 2025.01.30 20:18:52.827426 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1254 | 2025.01.30 20:18:52.828052 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00205 sec., 1951.2195121951218 rows/sec., 90.03 KiB/sec. | ||
| 1255 | 2025.01.30 20:18:52.828179 [ 271 ] {ee833330-4a05-4f0f-ad6a-858f1cb66ce3} <Debug> TCPHandler: Processed in 0.002480159 sec. | ||
| 1256 | 2025.01.30 20:18:52.828456 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1257 | 2025.01.30 20:18:52.828627 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1258 | 2025.01.30 20:18:52.828917 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1259 | 2025.01.30 20:18:52.828952 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1260 | 2025.01.30 20:18:52.829167 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1261 | 2025.01.30 20:18:52.829233 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1262 | 2025.01.30 20:18:52.829384 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1263 | 2025.01.30 20:18:52.829451 [ 298 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1264 | 2025.01.30 20:18:52.829478 [ 296 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1265 | 2025.01.30 20:18:52.829574 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1266 | 2025.01.30 20:18:52.829600 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1267 | 2025.01.30 20:18:52.829645 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <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', 'http_service:request_latency_histogram'))" | ||
| 1268 | 2025.01.30 20:18:52.829669 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1269 | 2025.01.30 20:18:52.830365 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001799 sec., 2223.457476375764 rows/sec., 102.60 KiB/sec. | ||
| 1270 | 2025.01.30 20:18:52.830481 [ 270 ] {e1f895a0-cf7a-480b-8264-c9970bfabc30} <Debug> TCPHandler: Processed in 0.002082608 sec. | ||
| 1271 | 2025.01.30 20:18:52.830714 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.01.30 20:18:52.830872 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1273 | 2025.01.30 20:18:52.831162 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1274 | 2025.01.30 20:18:52.831198 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <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:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1275 | 2025.01.30 20:18:52.831425 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1276 | 2025.01.30 20:18:52.831492 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1277 | 2025.01.30 20:18:52.831644 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1278 | 2025.01.30 20:18:52.831748 [ 296 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1279 | 2025.01.30 20:18:52.831760 [ 298 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1280 | 2025.01.30 20:18:52.831867 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1281 | 2025.01.30 20:18:52.831895 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1282 | 2025.01.30 20:18:52.831944 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <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:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1283 | 2025.01.30 20:18:52.831968 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1284 | 2025.01.30 20:18:52.832549 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00174 sec., 2298.8505747126437 rows/sec., 106.07 KiB/sec. | ||
| 1285 | 2025.01.30 20:18:52.832669 [ 271 ] {0112bb9f-fb96-4f37-a6c5-350595036946} <Debug> TCPHandler: Processed in 0.002011205 sec. | ||
| 1286 | 2025.01.30 20:18:52.832993 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1287 | 2025.01.30 20:18:52.833183 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1288 | 2025.01.30 20:18:52.833522 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1289 | 2025.01.30 20:18:52.833565 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1290 | 2025.01.30 20:18:52.833842 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1291 | 2025.01.30 20:18:52.833923 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1292 | 2025.01.30 20:18:52.834104 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1293 | 2025.01.30 20:18:52.834208 [ 298 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1294 | 2025.01.30 20:18:52.834224 [ 296 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1295 | 2025.01.30 20:18:52.834325 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1296 | 2025.01.30 20:18:52.834351 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1297 | 2025.01.30 20:18:52.834397 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1298 | 2025.01.30 20:18:52.834420 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1299 | 2025.01.30 20:18:52.835028 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001923 sec., 2080.083203328133 rows/sec., 95.98 KiB/sec. | ||
| 1300 | 2025.01.30 20:18:52.835132 [ 270 ] {12c170c2-89b4-4648-8022-bb9b601aa139} <Debug> TCPHandler: Processed in 0.002206942 sec. | ||
| 1301 | 2025.01.30 20:18:52.835396 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1302 | 2025.01.30 20:18:52.835584 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1303 | 2025.01.30 20:18:52.835930 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1304 | 2025.01.30 20:18:52.835976 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1305 | 2025.01.30 20:18:52.836233 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1306 | 2025.01.30 20:18:52.836302 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1307 | 2025.01.30 20:18:52.836451 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1308 | 2025.01.30 20:18:52.836578 [ 298 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1309 | 2025.01.30 20:18:52.836581 [ 296 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1310 | 2025.01.30 20:18:52.836693 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1311 | 2025.01.30 20:18:52.836721 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1312 | 2025.01.30 20:18:52.836769 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1313 | 2025.01.30 20:18:52.836794 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1314 | 2025.01.30 20:18:52.837378 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001874 sec., 2134.4717182497334 rows/sec., 98.49 KiB/sec. | ||
| 1315 | 2025.01.30 20:18:52.837504 [ 271 ] {32d383ca-48f5-4f50-8b61-ac23fa78eb5f} <Debug> TCPHandler: Processed in 0.002174701 sec. | ||
| 1316 | 2025.01.30 20:18:52.837800 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2025.01.30 20:18:52.837996 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1318 | 2025.01.30 20:18:52.838366 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1319 | 2025.01.30 20:18:52.838413 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1320 | 2025.01.30 20:18:52.838718 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1321 | 2025.01.30 20:18:52.838799 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1322 | 2025.01.30 20:18:52.838985 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1323 | 2025.01.30 20:18:52.839077 [ 296 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1324 | 2025.01.30 20:18:52.839144 [ 296 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1325 | 2025.01.30 20:18:52.839262 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1326 | 2025.01.30 20:18:52.839302 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1327 | 2025.01.30 20:18:52.839364 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1328 | 2025.01.30 20:18:52.839395 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1329 | 2025.01.30 20:18:52.840848 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.002937 sec., 1361.9339462036091 rows/sec., 62.84 KiB/sec. | ||
| 1330 | 2025.01.30 20:18:52.840976 [ 270 ] {1a1b2e30-94db-4d39-be45-5338a14c6166} <Debug> TCPHandler: Processed in 0.00324427 sec. | ||
| 1331 | 2025.01.30 20:18:52.841246 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1332 | 2025.01.30 20:18:52.841417 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1333 | 2025.01.30 20:18:52.841720 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1334 | 2025.01.30 20:18:52.841760 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1335 | 2025.01.30 20:18:52.842009 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1336 | 2025.01.30 20:18:52.842077 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1337 | 2025.01.30 20:18:52.842240 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1338 | 2025.01.30 20:18:52.842339 [ 296 ] {a2128431-99ba-4864-bbba-4191514747f4} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1339 | 2025.01.30 20:18:52.842355 [ 298 ] {a2128431-99ba-4864-bbba-4191514747f4} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1340 | 2025.01.30 20:18:52.842459 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1341 | 2025.01.30 20:18:52.842489 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1342 | 2025.01.30 20:18:52.842539 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1343 | 2025.01.30 20:18:52.842564 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1344 | 2025.01.30 20:18:52.843145 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001798 sec., 2224.694104560623 rows/sec., 102.65 KiB/sec. | ||
| 1345 | 2025.01.30 20:18:52.843263 [ 271 ] {a2128431-99ba-4864-bbba-4191514747f4} <Debug> TCPHandler: Processed in 0.002079397 sec. | ||
| 1346 | 2025.01.30 20:18:52.843528 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2025.01.30 20:18:52.843725 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1348 | 2025.01.30 20:18:52.844088 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1349 | 2025.01.30 20:18:52.844130 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1350 | 2025.01.30 20:18:52.844378 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1351 | 2025.01.30 20:18:52.844446 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1352 | 2025.01.30 20:18:52.844598 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1353 | 2025.01.30 20:18:52.844718 [ 298 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1354 | 2025.01.30 20:18:52.844718 [ 296 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1355 | 2025.01.30 20:18:52.844830 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1356 | 2025.01.30 20:18:52.844857 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1357 | 2025.01.30 20:18:52.844908 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1358 | 2025.01.30 20:18:52.844931 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1359 | 2025.01.30 20:18:52.845496 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001859 sec., 2151.694459386767 rows/sec., 99.28 KiB/sec. | ||
| 1360 | 2025.01.30 20:18:52.845616 [ 270 ] {3cc81233-1c44-4fd0-aa77-de7f5dab302d} <Debug> TCPHandler: Processed in 0.00215923 sec. | ||
| 1361 | 2025.01.30 20:18:52.845856 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1362 | 2025.01.30 20:18:52.846051 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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: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) | ||
| 1363 | 2025.01.30 20:18:52.846408 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1364 | 2025.01.30 20:18:52.846456 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <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: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 | ||
| 1365 | 2025.01.30 20:18:52.846764 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1366 | 2025.01.30 20:18:52.846846 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1367 | 2025.01.30 20:18:52.847030 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1368 | 2025.01.30 20:18:52.847151 [ 296 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1369 | 2025.01.30 20:18:52.847154 [ 298 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1370 | 2025.01.30 20:18:52.847268 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1371 | 2025.01.30 20:18:52.847296 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1372 | 2025.01.30 20:18:52.847346 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <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: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'))" | ||
| 1373 | 2025.01.30 20:18:52.847371 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1374 | 2025.01.30 20:18:52.847975 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.002009 sec., 1991.040318566451 rows/sec., 91.87 KiB/sec. | ||
| 1375 | 2025.01.30 20:18:52.848091 [ 271 ] {13ea19c4-8caf-4c01-9664-5e274c547149} <Debug> TCPHandler: Processed in 0.002300304 sec. | ||
| 1376 | 2025.01.30 20:18:52.848342 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1377 | 2025.01.30 20:18:52.848539 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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: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) | ||
| 1378 | 2025.01.30 20:18:52.848906 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1379 | 2025.01.30 20:18:52.848954 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <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: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 | ||
| 1380 | 2025.01.30 20:18:52.849235 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1381 | 2025.01.30 20:18:52.849333 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1382 | 2025.01.30 20:18:52.849485 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1383 | 2025.01.30 20:18:52.849592 [ 296 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1384 | 2025.01.30 20:18:52.849604 [ 298 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1385 | 2025.01.30 20:18:52.849700 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1386 | 2025.01.30 20:18:52.849723 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1387 | 2025.01.30 20:18:52.849771 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <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: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'))" | ||
| 1388 | 2025.01.30 20:18:52.849822 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1389 | 2025.01.30 20:18:52.850385 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001933 sec., 2069.3222969477497 rows/sec., 95.48 KiB/sec. | ||
| 1390 | 2025.01.30 20:18:52.850505 [ 270 ] {3cce7b53-9ca1-44e2-ae00-f8da625b7ac6} <Debug> TCPHandler: Processed in 0.002232501 sec. | ||
| 1391 | 2025.01.30 20:18:52.850868 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2025.01.30 20:18:52.851107 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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: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) | ||
| 1393 | 2025.01.30 20:18:52.851423 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1394 | 2025.01.30 20:18:52.851464 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <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: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 | ||
| 1395 | 2025.01.30 20:18:52.851719 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1396 | 2025.01.30 20:18:52.851785 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1397 | 2025.01.30 20:18:52.851935 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1398 | 2025.01.30 20:18:52.852035 [ 296 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1399 | 2025.01.30 20:18:52.852046 [ 298 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1400 | 2025.01.30 20:18:52.852155 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1401 | 2025.01.30 20:18:52.852183 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1402 | 2025.01.30 20:18:52.852231 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <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: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'))" | ||
| 1403 | 2025.01.30 20:18:52.852257 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1404 | 2025.01.30 20:18:52.852833 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001833 sec., 2182.214948172395 rows/sec., 100.69 KiB/sec. | ||
| 1405 | 2025.01.30 20:18:52.852953 [ 271 ] {1e03dddc-fdb2-4828-8b16-9d426165595a} <Debug> TCPHandler: Processed in 0.00216924 sec. | ||
| 1406 | 2025.01.30 20:18:52.853238 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1407 | 2025.01.30 20:18:52.853442 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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) | ||
| 1408 | 2025.01.30 20:18:52.853807 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1409 | 2025.01.30 20:18:52.853857 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1410 | 2025.01.30 20:18:52.854166 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1411 | 2025.01.30 20:18:52.854234 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1412 | 2025.01.30 20:18:52.854381 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1413 | 2025.01.30 20:18:52.854489 [ 298 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1414 | 2025.01.30 20:18:52.854510 [ 296 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1415 | 2025.01.30 20:18:52.854605 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1416 | 2025.01.30 20:18:52.854632 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1417 | 2025.01.30 20:18:52.854680 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1418 | 2025.01.30 20:18:52.854705 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1419 | 2025.01.30 20:18:52.855285 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001936 sec., 2066.115702479339 rows/sec., 95.34 KiB/sec. | ||
| 1420 | 2025.01.30 20:18:52.855403 [ 270 ] {d1b8abe2-db0d-41dc-8e7c-d0f5f310f596} <Debug> TCPHandler: Processed in 0.002234772 sec. | ||
| 1421 | 2025.01.30 20:18:52.855648 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1422 | 2025.01.30 20:18:52.855819 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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) | ||
| 1423 | 2025.01.30 20:18:52.856153 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1424 | 2025.01.30 20:18:52.856198 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1425 | 2025.01.30 20:18:52.856464 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1426 | 2025.01.30 20:18:52.856533 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1427 | 2025.01.30 20:18:52.856684 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1428 | 2025.01.30 20:18:52.856793 [ 296 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1429 | 2025.01.30 20:18:52.856803 [ 298 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1430 | 2025.01.30 20:18:52.856905 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1431 | 2025.01.30 20:18:52.856934 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1432 | 2025.01.30 20:18:52.856983 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1433 | 2025.01.30 20:18:52.857009 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1434 | 2025.01.30 20:18:52.857561 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001818 sec., 2200.2200220022005 rows/sec., 101.52 KiB/sec. | ||
| 1435 | 2025.01.30 20:18:52.857680 [ 271 ] {ceb180f1-5201-4472-9cde-14772204c7dd} <Debug> TCPHandler: Processed in 0.002086558 sec. | ||
| 1436 | 2025.01.30 20:18:52.862565 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2025.01.30 20:18:52.862693 [ 270 ] {096e6aa2-e013-4ab0-bac1-888cbd7630f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1438 | 2025.01.30 20:18:52.862747 [ 270 ] {096e6aa2-e013-4ab0-bac1-888cbd7630f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1439 | 2025.01.30 20:18:52.863508 [ 270 ] {096e6aa2-e013-4ab0-bac1-888cbd7630f9} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1440 | 2025.01.30 20:18:52.863551 [ 270 ] {096e6aa2-e013-4ab0-bac1-888cbd7630f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1441 | 2025.01.30 20:18:52.864083 [ 270 ] {096e6aa2-e013-4ab0-bac1-888cbd7630f9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1442 | 2025.01.30 20:18:52.864312 [ 270 ] {096e6aa2-e013-4ab0-bac1-888cbd7630f9} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1443 | 2025.01.30 20:18:52.864540 [ 270 ] {096e6aa2-e013-4ab0-bac1-888cbd7630f9} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 1.04 MiB/sec. | ||
| 1444 | 2025.01.30 20:18:52.864599 [ 270 ] {096e6aa2-e013-4ab0-bac1-888cbd7630f9} <Debug> TCPHandler: Processed in 0.002089958 sec. | ||
| 1445 | 2025.01.30 20:18:52.864737 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1446 | 2025.01.30 20:18:52.864867 [ 271 ] {c5e56d9d-fc7d-4c80-99c9-d79febe915af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1447 | 2025.01.30 20:18:52.864919 [ 271 ] {c5e56d9d-fc7d-4c80-99c9-d79febe915af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1448 | 2025.01.30 20:18:52.865561 [ 271 ] {c5e56d9d-fc7d-4c80-99c9-d79febe915af} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2025.01.30 20:18:52.865609 [ 271 ] {c5e56d9d-fc7d-4c80-99c9-d79febe915af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1450 | 2025.01.30 20:18:52.866030 [ 271 ] {c5e56d9d-fc7d-4c80-99c9-d79febe915af} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1451 | 2025.01.30 20:18:52.866285 [ 271 ] {c5e56d9d-fc7d-4c80-99c9-d79febe915af} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2025.01.30 20:18:52.866520 [ 271 ] {c5e56d9d-fc7d-4c80-99c9-d79febe915af} <Debug> executeQuery: Read 42 rows, 3.53 KiB in 0.001688 sec., 24881.516587677725 rows/sec., 2.04 MiB/sec. | ||
| 1453 | 2025.01.30 20:18:52.866575 [ 271 ] {c5e56d9d-fc7d-4c80-99c9-d79febe915af} <Debug> TCPHandler: Processed in 0.001891712 sec. | ||
| 1454 | 2025.01.30 20:18:52.866739 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1455 | 2025.01.30 20:18:52.866876 [ 270 ] {19d50bf9-947a-4e98-bdcc-67204ad06a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1456 | 2025.01.30 20:18:52.866933 [ 270 ] {19d50bf9-947a-4e98-bdcc-67204ad06a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1457 | 2025.01.30 20:18:52.867552 [ 270 ] {19d50bf9-947a-4e98-bdcc-67204ad06a40} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1458 | 2025.01.30 20:18:52.867591 [ 270 ] {19d50bf9-947a-4e98-bdcc-67204ad06a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1459 | 2025.01.30 20:18:52.867951 [ 270 ] {19d50bf9-947a-4e98-bdcc-67204ad06a40} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1460 | 2025.01.30 20:18:52.868214 [ 270 ] {19d50bf9-947a-4e98-bdcc-67204ad06a40} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1461 | 2025.01.30 20:18:52.868449 [ 270 ] {19d50bf9-947a-4e98-bdcc-67204ad06a40} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001596 sec., 5012.5313283208025 rows/sec., 376.92 KiB/sec. | ||
| 1462 | 2025.01.30 20:18:52.868620 [ 270 ] {19d50bf9-947a-4e98-bdcc-67204ad06a40} <Debug> TCPHandler: Processed in 0.001944064 sec. | ||
| 1463 | 2025.01.30 20:18:52.868785 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1464 | 2025.01.30 20:18:52.868929 [ 271 ] {61bbbc69-103d-4a6b-9ce5-f9788eae69c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1465 | 2025.01.30 20:18:52.868986 [ 271 ] {61bbbc69-103d-4a6b-9ce5-f9788eae69c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1466 | 2025.01.30 20:18:52.869570 [ 271 ] {61bbbc69-103d-4a6b-9ce5-f9788eae69c1} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1467 | 2025.01.30 20:18:52.869609 [ 271 ] {61bbbc69-103d-4a6b-9ce5-f9788eae69c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1468 | 2025.01.30 20:18:52.869967 [ 271 ] {61bbbc69-103d-4a6b-9ce5-f9788eae69c1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1469 | 2025.01.30 20:18:52.870211 [ 271 ] {61bbbc69-103d-4a6b-9ce5-f9788eae69c1} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1470 | 2025.01.30 20:18:52.870430 [ 271 ] {61bbbc69-103d-4a6b-9ce5-f9788eae69c1} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001531 sec., 23514.043109079033 rows/sec., 1.84 MiB/sec. | ||
| 1471 | 2025.01.30 20:18:52.870483 [ 271 ] {61bbbc69-103d-4a6b-9ce5-f9788eae69c1} <Debug> TCPHandler: Processed in 0.001765489 sec. | ||
| 1472 | 2025.01.30 20:18:52.870640 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1473 | 2025.01.30 20:18:52.870779 [ 270 ] {eb9beae9-30b4-4289-ba2c-63fe2343fe31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1474 | 2025.01.30 20:18:52.870841 [ 270 ] {eb9beae9-30b4-4289-ba2c-63fe2343fe31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1475 | 2025.01.30 20:18:52.871419 [ 270 ] {eb9beae9-30b4-4289-ba2c-63fe2343fe31} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2025.01.30 20:18:52.871459 [ 270 ] {eb9beae9-30b4-4289-ba2c-63fe2343fe31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1477 | 2025.01.30 20:18:52.871840 [ 270 ] {eb9beae9-30b4-4289-ba2c-63fe2343fe31} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1478 | 2025.01.30 20:18:52.872078 [ 270 ] {eb9beae9-30b4-4289-ba2c-63fe2343fe31} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1479 | 2025.01.30 20:18:52.872283 [ 270 ] {eb9beae9-30b4-4289-ba2c-63fe2343fe31} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001534 sec., 65189.048239895696 rows/sec., 4.52 MiB/sec. | ||
| 1480 | 2025.01.30 20:18:52.872366 [ 270 ] {eb9beae9-30b4-4289-ba2c-63fe2343fe31} <Debug> TCPHandler: Processed in 0.00179508 sec. | ||
| 1481 | 2025.01.30 20:18:52.872517 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1482 | 2025.01.30 20:18:52.872654 [ 271 ] {e233dd57-552f-4462-9e91-fae2e131c273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1483 | 2025.01.30 20:18:52.872746 [ 271 ] {e233dd57-552f-4462-9e91-fae2e131c273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1484 | 2025.01.30 20:18:52.873874 [ 271 ] {e233dd57-552f-4462-9e91-fae2e131c273} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1485 | 2025.01.30 20:18:52.873912 [ 271 ] {e233dd57-552f-4462-9e91-fae2e131c273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1486 | 2025.01.30 20:18:52.874537 [ 271 ] {e233dd57-552f-4462-9e91-fae2e131c273} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1487 | 2025.01.30 20:18:52.874797 [ 271 ] {e233dd57-552f-4462-9e91-fae2e131c273} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1488 | 2025.01.30 20:18:52.875002 [ 271 ] {e233dd57-552f-4462-9e91-fae2e131c273} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002379 sec., 3362.7574611181167 rows/sec., 6.03 MiB/sec. | ||
| 1489 | 2025.01.30 20:18:52.875094 [ 271 ] {e233dd57-552f-4462-9e91-fae2e131c273} <Debug> TCPHandler: Processed in 0.002643084 sec. | ||
| 1490 | 2025.01.30 20:18:52.875254 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1491 | 2025.01.30 20:18:52.875393 [ 270 ] {8dd04fa5-b3ca-498e-bb11-c91b07889b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1492 | 2025.01.30 20:18:52.875453 [ 270 ] {8dd04fa5-b3ca-498e-bb11-c91b07889b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1493 | 2025.01.30 20:18:52.876028 [ 270 ] {8dd04fa5-b3ca-498e-bb11-c91b07889b9b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1494 | 2025.01.30 20:18:52.876074 [ 270 ] {8dd04fa5-b3ca-498e-bb11-c91b07889b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1495 | 2025.01.30 20:18:52.876461 [ 270 ] {8dd04fa5-b3ca-498e-bb11-c91b07889b9b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1496 | 2025.01.30 20:18:52.876708 [ 270 ] {8dd04fa5-b3ca-498e-bb11-c91b07889b9b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1497 | 2025.01.30 20:18:52.876973 [ 270 ] {8dd04fa5-b3ca-498e-bb11-c91b07889b9b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001594 sec., 18820.577164366376 rows/sec., 1.29 MiB/sec. | ||
| 1498 | 2025.01.30 20:18:52.877067 [ 270 ] {8dd04fa5-b3ca-498e-bb11-c91b07889b9b} <Debug> TCPHandler: Processed in 0.001881453 sec. | ||
| 1499 | 2025.01.30 20:18:53.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.71 MiB, peak 176.66 MiB, free memory in arenas 0.00 B, will set to 168.63 MiB (RSS), difference: -1.08 MiB | ||
| 1500 | 2025.01.30 20:18:56.558339 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1501 | 2025.01.30 20:18:56.558401 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1502 | 2025.01.30 20:18:56.631818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 186 | ||
| 1503 | 2025.01.30 20:18:56.635192 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1504 | 2025.01.30 20:18:56.635244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1505 | 2025.01.30 20:18:56.636815 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1506 | 2025.01.30 20:18:56.637138 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1507 | 2025.01.30 20:18:56.638028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 186 | ||
| 1508 | 2025.01.30 20:18:56.648617 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 1509 | 2025.01.30 20:18:56.649252 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1510 | 2025.01.30 20:18:56.649293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1511 | 2025.01.30 20:18:56.649938 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1512 | 2025.01.30 20:18:56.650343 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1513 | 2025.01.30 20:18:56.650604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 1514 | 2025.01.30 20:18:56.988834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 1515 | 2025.01.30 20:18:57.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.64 MiB, peak 176.66 MiB, free memory in arenas 0.00 B, will set to 169.82 MiB (RSS), difference: 1.18 MiB | ||
| 1516 | 2025.01.30 20:18:57.008503 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1517 | 2025.01.30 20:18:57.008564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1518 | 2025.01.30 20:18:57.015906 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1519 | 2025.01.30 20:18:57.016639 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1520 | 2025.01.30 20:18:57.019195 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 1521 | 2025.01.30 20:18:57.829635 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1522 | 2025.01.30 20:18:57.829947 [ 270 ] {3a8b6e18-fb65-4d99-a67a-7586a62547ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1523 | 2025.01.30 20:18:57.830063 [ 270 ] {3a8b6e18-fb65-4d99-a67a-7586a62547ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1524 | 2025.01.30 20:18:57.830955 [ 270 ] {3a8b6e18-fb65-4d99-a67a-7586a62547ef} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2025.01.30 20:18:57.831005 [ 270 ] {3a8b6e18-fb65-4d99-a67a-7586a62547ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1526 | 2025.01.30 20:18:57.831459 [ 270 ] {3a8b6e18-fb65-4d99-a67a-7586a62547ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1527 | 2025.01.30 20:18:57.831710 [ 270 ] {3a8b6e18-fb65-4d99-a67a-7586a62547ef} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1528 | 2025.01.30 20:18:57.831903 [ 53 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1529 | 2025.01.30 20:18:57.831969 [ 270 ] {3a8b6e18-fb65-4d99-a67a-7586a62547ef} <Debug> executeQuery: Read 88 rows, 7.91 KiB in 0.002114 sec., 41627.24692526017 rows/sec., 3.65 MiB/sec. | ||
| 1530 | 2025.01.30 20:18:57.831983 [ 53 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1531 | 2025.01.30 20:18:57.832052 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1532 | 2025.01.30 20:18:57.832109 [ 270 ] {3a8b6e18-fb65-4d99-a67a-7586a62547ef} <Debug> TCPHandler: Processed in 0.002669074 sec. | ||
| 1533 | 2025.01.30 20:18:57.832477 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1534 | 2025.01.30 20:18:57.832547 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 1535 | 2025.01.30 20:18:57.832747 [ 271 ] {a0a41e66-885b-4c21-b7a6-23b6f2379f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1536 | 2025.01.30 20:18:57.832755 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1537 | 2025.01.30 20:18:57.832813 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 62 rows starting from the beginning of the part | ||
| 1538 | 2025.01.30 20:18:57.832834 [ 271 ] {a0a41e66-885b-4c21-b7a6-23b6f2379f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1539 | 2025.01.30 20:18:57.833058 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 62 rows starting from the beginning of the part | ||
| 1540 | 2025.01.30 20:18:57.833271 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part | ||
| 1541 | 2025.01.30 20:18:57.833733 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 62 rows starting from the beginning of the part | ||
| 1542 | 2025.01.30 20:18:57.833966 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
| 1543 | 2025.01.30 20:18:57.834207 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 88 rows starting from the beginning of the part | ||
| 1544 | 2025.01.30 20:18:57.835048 [ 271 ] {a0a41e66-885b-4c21-b7a6-23b6f2379f67} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2025.01.30 20:18:57.835095 [ 271 ] {a0a41e66-885b-4c21-b7a6-23b6f2379f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1546 | 2025.01.30 20:18:57.835786 [ 271 ] {a0a41e66-885b-4c21-b7a6-23b6f2379f67} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1547 | 2025.01.30 20:18:57.836084 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 5 columns (5 merged, 0 gathered) in 0.003896217 sec., 85467.51887792698 rows/sec., 8.04 MiB/sec. | ||
| 1548 | 2025.01.30 20:18:57.836161 [ 271 ] {a0a41e66-885b-4c21-b7a6-23b6f2379f67} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1549 | 2025.01.30 20:18:57.836412 [ 53 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1550 | 2025.01.30 20:18:57.836439 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1551 | 2025.01.30 20:18:57.836549 [ 53 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1552 | 2025.01.30 20:18:57.836665 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1553 | 2025.01.30 20:18:57.836675 [ 271 ] {a0a41e66-885b-4c21-b7a6-23b6f2379f67} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.003977 sec., 7794.8202162434 rows/sec., 586.13 KiB/sec. | ||
| 1554 | 2025.01.30 20:18:57.837189 [ 271 ] {a0a41e66-885b-4c21-b7a6-23b6f2379f67} <Debug> TCPHandler: Processed in 0.004924146 sec. | ||
| 1555 | 2025.01.30 20:18:57.837645 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 1556 | 2025.01.30 20:18:57.837664 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1557 | 2025.01.30 20:18:57.837679 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1558 | 2025.01.30 20:18:57.838006 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_6_1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1559 | 2025.01.30 20:18:57.838032 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1560 | 2025.01.30 20:18:57.838047 [ 270 ] {d95eff1e-4ce0-4c95-8d84-852bdf4e2087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1561 | 2025.01.30 20:18:57.838099 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part | ||
| 1562 | 2025.01.30 20:18:57.838184 [ 270 ] {d95eff1e-4ce0-4c95-8d84-852bdf4e2087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1563 | 2025.01.30 20:18:57.838285 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1564 | 2025.01.30 20:18:57.838525 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 1565 | 2025.01.30 20:18:57.838893 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 1566 | 2025.01.30 20:18:57.839254 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 1567 | 2025.01.30 20:18:57.839609 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1568 | 2025.01.30 20:18:57.839926 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 1569 | 2025.01.30 20:18:57.840798 [ 270 ] {d95eff1e-4ce0-4c95-8d84-852bdf4e2087} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2025.01.30 20:18:57.840841 [ 270 ] {d95eff1e-4ce0-4c95-8d84-852bdf4e2087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1571 | 2025.01.30 20:18:57.841403 [ 270 ] {d95eff1e-4ce0-4c95-8d84-852bdf4e2087} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1572 | 2025.01.30 20:18:57.841543 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 5 columns (5 merged, 0 gathered) in 0.004643149 sec., 30151.950755834026 rows/sec., 2.33 MiB/sec. | ||
| 1573 | 2025.01.30 20:18:57.841752 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1574 | 2025.01.30 20:18:57.841847 [ 270 ] {d95eff1e-4ce0-4c95-8d84-852bdf4e2087} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1575 | 2025.01.30 20:18:57.842094 [ 53 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1576 | 2025.01.30 20:18:57.842191 [ 53 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2025.01.30 20:18:57.842267 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1578 | 2025.01.30 20:18:57.842401 [ 270 ] {d95eff1e-4ce0-4c95-8d84-852bdf4e2087} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.004422 sec., 13342.379014020806 rows/sec., 1.04 MiB/sec. | ||
| 1579 | 2025.01.30 20:18:57.842540 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_6_1} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2025.01.30 20:18:57.843062 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 1581 | 2025.01.30 20:18:57.843087 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_6_1} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1582 | 2025.01.30 20:18:57.843104 [ 270 ] {d95eff1e-4ce0-4c95-8d84-852bdf4e2087} <Debug> TCPHandler: Processed in 0.00574651 sec. | ||
| 1583 | 2025.01.30 20:18:57.843366 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1584 | 2025.01.30 20:18:57.843416 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1585 | 2025.01.30 20:18:57.843466 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1586 | 2025.01.30 20:18:57.843485 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 41 rows starting from the beginning of the part | ||
| 1587 | 2025.01.30 20:18:57.843749 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 1588 | 2025.01.30 20:18:57.844068 [ 271 ] {6b9ef9b5-2537-45f1-b5fb-d07e9b932b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1589 | 2025.01.30 20:18:57.844099 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part | ||
| 1590 | 2025.01.30 20:18:57.844390 [ 271 ] {6b9ef9b5-2537-45f1-b5fb-d07e9b932b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1591 | 2025.01.30 20:18:57.844418 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 1592 | 2025.01.30 20:18:57.844761 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 1593 | 2025.01.30 20:18:57.845091 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 59 rows starting from the beginning of the part | ||
| 1594 | 2025.01.30 20:18:57.846889 [ 271 ] {6b9ef9b5-2537-45f1-b5fb-d07e9b932b39} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1595 | 2025.01.30 20:18:57.846972 [ 271 ] {6b9ef9b5-2537-45f1-b5fb-d07e9b932b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1596 | 2025.01.30 20:18:57.848018 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.005616176 sec., 38282.2760540268 rows/sec., 3.14 MiB/sec. | ||
| 1597 | 2025.01.30 20:18:57.848135 [ 271 ] {6b9ef9b5-2537-45f1-b5fb-d07e9b932b39} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1598 | 2025.01.30 20:18:57.848186 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1599 | 2025.01.30 20:18:57.848595 [ 271 ] {6b9ef9b5-2537-45f1-b5fb-d07e9b932b39} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1600 | 2025.01.30 20:18:57.848673 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1601 | 2025.01.30 20:18:57.848912 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_6_1} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1602 | 2025.01.30 20:18:57.849147 [ 271 ] {6b9ef9b5-2537-45f1-b5fb-d07e9b932b39} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005307 sec., 18843.03749764462 rows/sec., 1.31 MiB/sec. | ||
| 1603 | 2025.01.30 20:18:57.849162 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1604 | 2025.01.30 20:18:57.849316 [ 271 ] {6b9ef9b5-2537-45f1-b5fb-d07e9b932b39} <Debug> TCPHandler: Processed in 0.006090969 sec. | ||
| 1605 | 2025.01.30 20:18:57.849483 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1606 | 2025.01.30 20:18:57.849621 [ 270 ] {bc6baf19-8226-4176-a75e-a5aa5b8df257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1607 | 2025.01.30 20:18:57.849713 [ 270 ] {bc6baf19-8226-4176-a75e-a5aa5b8df257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1608 | 2025.01.30 20:18:57.850979 [ 270 ] {bc6baf19-8226-4176-a75e-a5aa5b8df257} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1609 | 2025.01.30 20:18:57.851018 [ 270 ] {bc6baf19-8226-4176-a75e-a5aa5b8df257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1610 | 2025.01.30 20:18:57.851697 [ 270 ] {bc6baf19-8226-4176-a75e-a5aa5b8df257} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1611 | 2025.01.30 20:18:57.851951 [ 270 ] {bc6baf19-8226-4176-a75e-a5aa5b8df257} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1612 | 2025.01.30 20:18:57.852132 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1613 | 2025.01.30 20:18:57.852194 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1614 | 2025.01.30 20:18:57.852217 [ 270 ] {bc6baf19-8226-4176-a75e-a5aa5b8df257} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002622 sec., 11823.035850495804 rows/sec., 21.19 MiB/sec. | ||
| 1615 | 2025.01.30 20:18:57.852231 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1616 | 2025.01.30 20:18:57.852495 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 1617 | 2025.01.30 20:18:57.852508 [ 270 ] {bc6baf19-8226-4176-a75e-a5aa5b8df257} <Debug> TCPHandler: Processed in 0.003090546 sec. | ||
| 1618 | 2025.01.30 20:18:57.852704 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1619 | 2025.01.30 20:18:57.852895 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1620 | 2025.01.30 20:18:57.852969 [ 271 ] {ab21fb38-1fdc-4b8d-b40b-0783bd8835ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1621 | 2025.01.30 20:18:57.853003 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part | ||
| 1622 | 2025.01.30 20:18:57.853096 [ 271 ] {ab21fb38-1fdc-4b8d-b40b-0783bd8835ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1623 | 2025.01.30 20:18:57.853812 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 1624 | 2025.01.30 20:18:57.854612 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 1625 | 2025.01.30 20:18:57.855358 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 1626 | 2025.01.30 20:18:57.855588 [ 271 ] {ab21fb38-1fdc-4b8d-b40b-0783bd8835ec} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1627 | 2025.01.30 20:18:57.855711 [ 271 ] {ab21fb38-1fdc-4b8d-b40b-0783bd8835ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1628 | 2025.01.30 20:18:57.856068 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1629 | 2025.01.30 20:18:57.856685 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 1630 | 2025.01.30 20:18:57.857482 [ 271 ] {ab21fb38-1fdc-4b8d-b40b-0783bd8835ec} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1631 | 2025.01.30 20:18:57.857968 [ 271 ] {ab21fb38-1fdc-4b8d-b40b-0783bd8835ec} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1632 | 2025.01.30 20:18:57.858548 [ 271 ] {ab21fb38-1fdc-4b8d-b40b-0783bd8835ec} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005631 sec., 5327.650506126798 rows/sec., 373.73 KiB/sec. | ||
| 1633 | 2025.01.30 20:18:57.858678 [ 271 ] {ab21fb38-1fdc-4b8d-b40b-0783bd8835ec} <Debug> TCPHandler: Processed in 0.006078109 sec. | ||
| 1634 | 2025.01.30 20:18:57.861438 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 19 columns (19 merged, 0 gathered) in 0.009064821 sec., 15444.32041184266 rows/sec., 27.68 MiB/sec. | ||
| 1635 | 2025.01.30 20:18:57.862042 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1636 | 2025.01.30 20:18:57.862639 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1637 | 2025.01.30 20:18:57.862744 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1638 | 2025.01.30 20:18:57.862943 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 1639 | 2025.01.30 20:19:02.828006 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2025.01.30 20:19:02.828229 [ 270 ] {f2bc3346-ab84-4e18-8d19-072b6ba622e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1641 | 2025.01.30 20:19:02.828309 [ 270 ] {f2bc3346-ab84-4e18-8d19-072b6ba622e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1642 | 2025.01.30 20:19:02.829086 [ 270 ] {f2bc3346-ab84-4e18-8d19-072b6ba622e7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1643 | 2025.01.30 20:19:02.829125 [ 270 ] {f2bc3346-ab84-4e18-8d19-072b6ba622e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1644 | 2025.01.30 20:19:02.829550 [ 270 ] {f2bc3346-ab84-4e18-8d19-072b6ba622e7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1645 | 2025.01.30 20:19:02.829794 [ 270 ] {f2bc3346-ab84-4e18-8d19-072b6ba622e7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1646 | 2025.01.30 20:19:02.829988 [ 270 ] {f2bc3346-ab84-4e18-8d19-072b6ba622e7} <Debug> executeQuery: Read 42 rows, 3.53 KiB in 0.001818 sec., 23102.310231023104 rows/sec., 1.90 MiB/sec. | ||
| 1647 | 2025.01.30 20:19:02.830043 [ 270 ] {f2bc3346-ab84-4e18-8d19-072b6ba622e7} <Debug> TCPHandler: Processed in 0.00217472 sec. | ||
| 1648 | 2025.01.30 20:19:02.830303 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1649 | 2025.01.30 20:19:02.830496 [ 271 ] {98be7061-063d-45de-8d1e-00e851169e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1650 | 2025.01.30 20:19:02.830570 [ 271 ] {98be7061-063d-45de-8d1e-00e851169e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1651 | 2025.01.30 20:19:02.831324 [ 271 ] {98be7061-063d-45de-8d1e-00e851169e62} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2025.01.30 20:19:02.831378 [ 271 ] {98be7061-063d-45de-8d1e-00e851169e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1653 | 2025.01.30 20:19:02.831809 [ 271 ] {98be7061-063d-45de-8d1e-00e851169e62} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1654 | 2025.01.30 20:19:02.832070 [ 271 ] {98be7061-063d-45de-8d1e-00e851169e62} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2025.01.30 20:19:02.832314 [ 271 ] {98be7061-063d-45de-8d1e-00e851169e62} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001871 sec., 4275.78834847675 rows/sec., 321.52 KiB/sec. | ||
| 1656 | 2025.01.30 20:19:02.832371 [ 271 ] {98be7061-063d-45de-8d1e-00e851169e62} <Debug> TCPHandler: Processed in 0.002203502 sec. | ||
| 1657 | 2025.01.30 20:19:02.832544 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1658 | 2025.01.30 20:19:02.832684 [ 270 ] {d4fb3349-aaf9-4f02-94b6-ee696953aab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1659 | 2025.01.30 20:19:02.832739 [ 270 ] {d4fb3349-aaf9-4f02-94b6-ee696953aab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1660 | 2025.01.30 20:19:02.833437 [ 270 ] {d4fb3349-aaf9-4f02-94b6-ee696953aab4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1661 | 2025.01.30 20:19:02.833481 [ 270 ] {d4fb3349-aaf9-4f02-94b6-ee696953aab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1662 | 2025.01.30 20:19:02.833838 [ 270 ] {d4fb3349-aaf9-4f02-94b6-ee696953aab4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1663 | 2025.01.30 20:19:02.834075 [ 270 ] {d4fb3349-aaf9-4f02-94b6-ee696953aab4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1664 | 2025.01.30 20:19:02.834301 [ 270 ] {d4fb3349-aaf9-4f02-94b6-ee696953aab4} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001632 sec., 22058.823529411766 rows/sec., 1.72 MiB/sec. | ||
| 1665 | 2025.01.30 20:19:02.834466 [ 270 ] {d4fb3349-aaf9-4f02-94b6-ee696953aab4} <Debug> TCPHandler: Processed in 0.001984125 sec. | ||
| 1666 | 2025.01.30 20:19:02.834635 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1667 | 2025.01.30 20:19:02.834775 [ 271 ] {7bb7c1bd-1d3b-45e3-8d9e-b31975fb3ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1668 | 2025.01.30 20:19:02.834840 [ 271 ] {7bb7c1bd-1d3b-45e3-8d9e-b31975fb3ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1669 | 2025.01.30 20:19:02.835481 [ 271 ] {7bb7c1bd-1d3b-45e3-8d9e-b31975fb3ddc} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1670 | 2025.01.30 20:19:02.835525 [ 271 ] {7bb7c1bd-1d3b-45e3-8d9e-b31975fb3ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1671 | 2025.01.30 20:19:02.835925 [ 271 ] {7bb7c1bd-1d3b-45e3-8d9e-b31975fb3ddc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1672 | 2025.01.30 20:19:02.836164 [ 271 ] {7bb7c1bd-1d3b-45e3-8d9e-b31975fb3ddc} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1673 | 2025.01.30 20:19:02.836370 [ 271 ] {7bb7c1bd-1d3b-45e3-8d9e-b31975fb3ddc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001627 sec., 61462.81499692686 rows/sec., 4.26 MiB/sec. | ||
| 1674 | 2025.01.30 20:19:02.836423 [ 271 ] {7bb7c1bd-1d3b-45e3-8d9e-b31975fb3ddc} <Debug> TCPHandler: Processed in 0.001853391 sec. | ||
| 1675 | 2025.01.30 20:19:02.836578 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1676 | 2025.01.30 20:19:02.836718 [ 270 ] {8af9cbb1-542f-4f61-bec3-ea3417a84829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1677 | 2025.01.30 20:19:02.836807 [ 270 ] {8af9cbb1-542f-4f61-bec3-ea3417a84829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1678 | 2025.01.30 20:19:02.838018 [ 270 ] {8af9cbb1-542f-4f61-bec3-ea3417a84829} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1679 | 2025.01.30 20:19:02.838055 [ 270 ] {8af9cbb1-542f-4f61-bec3-ea3417a84829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1680 | 2025.01.30 20:19:02.838655 [ 270 ] {8af9cbb1-542f-4f61-bec3-ea3417a84829} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1681 | 2025.01.30 20:19:02.838919 [ 270 ] {8af9cbb1-542f-4f61-bec3-ea3417a84829} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1682 | 2025.01.30 20:19:02.839154 [ 270 ] {8af9cbb1-542f-4f61-bec3-ea3417a84829} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002467 sec., 3242.8050263477908 rows/sec., 5.81 MiB/sec. | ||
| 1683 | 2025.01.30 20:19:02.839285 [ 270 ] {8af9cbb1-542f-4f61-bec3-ea3417a84829} <Debug> TCPHandler: Processed in 0.002774747 sec. | ||
| 1684 | 2025.01.30 20:19:02.839442 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1685 | 2025.01.30 20:19:02.839580 [ 271 ] {3339a476-f21b-4d36-844f-edc373e3d5c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1686 | 2025.01.30 20:19:02.839639 [ 271 ] {3339a476-f21b-4d36-844f-edc373e3d5c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1687 | 2025.01.30 20:19:02.840206 [ 271 ] {3339a476-f21b-4d36-844f-edc373e3d5c8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1688 | 2025.01.30 20:19:02.840254 [ 271 ] {3339a476-f21b-4d36-844f-edc373e3d5c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1689 | 2025.01.30 20:19:02.840664 [ 271 ] {3339a476-f21b-4d36-844f-edc373e3d5c8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1690 | 2025.01.30 20:19:02.840920 [ 271 ] {3339a476-f21b-4d36-844f-edc373e3d5c8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1691 | 2025.01.30 20:19:02.841135 [ 271 ] {3339a476-f21b-4d36-844f-edc373e3d5c8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001586 sec., 18915.510718789406 rows/sec., 1.30 MiB/sec. | ||
| 1692 | 2025.01.30 20:19:02.841185 [ 271 ] {3339a476-f21b-4d36-844f-edc373e3d5c8} <Debug> TCPHandler: Processed in 0.00181262 sec. | ||
| 1693 | 2025.01.30 20:19:04.150720 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 1694 | 2025.01.30 20:19:04.151471 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2025.01.30 20:19:04.151520 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1696 | 2025.01.30 20:19:04.152039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 1697 | 2025.01.30 20:19:04.152304 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1698 | 2025.01.30 20:19:04.152560 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 1699 | 2025.01.30 20:19:04.519271 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 1700 | 2025.01.30 20:19:04.538558 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1701 | 2025.01.30 20:19:04.538616 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1702 | 2025.01.30 20:19:04.546224 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 1703 | 2025.01.30 20:19:04.546987 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1704 | 2025.01.30 20:19:04.549472 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 1705 | 2025.01.30 20:19:06.638342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 210 | ||
| 1706 | 2025.01.30 20:19:06.641207 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2025.01.30 20:19:06.641255 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1708 | 2025.01.30 20:19:06.642712 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1709 | 2025.01.30 20:19:06.643018 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2025.01.30 20:19:06.643499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 210 | ||
| 1711 | 2025.01.30 20:19:07.828703 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.01.30 20:19:07.828891 [ 270 ] {721b1b9c-954c-46fc-8e95-bf1f327e27da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1713 | 2025.01.30 20:19:07.828960 [ 270 ] {721b1b9c-954c-46fc-8e95-bf1f327e27da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1714 | 2025.01.30 20:19:07.829743 [ 270 ] {721b1b9c-954c-46fc-8e95-bf1f327e27da} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.01.30 20:19:07.829784 [ 270 ] {721b1b9c-954c-46fc-8e95-bf1f327e27da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1716 | 2025.01.30 20:19:07.830232 [ 270 ] {721b1b9c-954c-46fc-8e95-bf1f327e27da} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1717 | 2025.01.30 20:19:07.830485 [ 270 ] {721b1b9c-954c-46fc-8e95-bf1f327e27da} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2025.01.30 20:19:07.830718 [ 270 ] {721b1b9c-954c-46fc-8e95-bf1f327e27da} <Debug> executeQuery: Read 88 rows, 7.91 KiB in 0.001878 sec., 46858.359957401495 rows/sec., 4.11 MiB/sec. | ||
| 1719 | 2025.01.30 20:19:07.830877 [ 270 ] {721b1b9c-954c-46fc-8e95-bf1f327e27da} <Debug> TCPHandler: Processed in 0.002302624 sec. | ||
| 1720 | 2025.01.30 20:19:07.831129 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1721 | 2025.01.30 20:19:07.831316 [ 271 ] {d41556dc-7907-4812-8853-e1c6035ace17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1722 | 2025.01.30 20:19:07.831391 [ 271 ] {d41556dc-7907-4812-8853-e1c6035ace17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1723 | 2025.01.30 20:19:07.832153 [ 271 ] {d41556dc-7907-4812-8853-e1c6035ace17} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2025.01.30 20:19:07.832204 [ 271 ] {d41556dc-7907-4812-8853-e1c6035ace17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1725 | 2025.01.30 20:19:07.832652 [ 271 ] {d41556dc-7907-4812-8853-e1c6035ace17} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1726 | 2025.01.30 20:19:07.832908 [ 271 ] {d41556dc-7907-4812-8853-e1c6035ace17} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2025.01.30 20:19:07.833150 [ 271 ] {d41556dc-7907-4812-8853-e1c6035ace17} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001886 sec., 16436.903499469776 rows/sec., 1.21 MiB/sec. | ||
| 1728 | 2025.01.30 20:19:07.833217 [ 271 ] {d41556dc-7907-4812-8853-e1c6035ace17} <Debug> TCPHandler: Processed in 0.002220572 sec. | ||
| 1729 | 2025.01.30 20:19:07.833360 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1730 | 2025.01.30 20:19:07.833482 [ 270 ] {b0e8ffbe-f1f6-410e-9e5c-a9285055a7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1731 | 2025.01.30 20:19:07.833531 [ 270 ] {b0e8ffbe-f1f6-410e-9e5c-a9285055a7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1732 | 2025.01.30 20:19:07.834141 [ 270 ] {b0e8ffbe-f1f6-410e-9e5c-a9285055a7dc} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.01.30 20:19:07.834179 [ 270 ] {b0e8ffbe-f1f6-410e-9e5c-a9285055a7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1734 | 2025.01.30 20:19:07.834547 [ 270 ] {b0e8ffbe-f1f6-410e-9e5c-a9285055a7dc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1735 | 2025.01.30 20:19:07.834788 [ 270 ] {b0e8ffbe-f1f6-410e-9e5c-a9285055a7dc} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2025.01.30 20:19:07.834993 [ 270 ] {b0e8ffbe-f1f6-410e-9e5c-a9285055a7dc} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.00153 sec., 38562.09150326798 rows/sec., 3.01 MiB/sec. | ||
| 1737 | 2025.01.30 20:19:07.835073 [ 270 ] {b0e8ffbe-f1f6-410e-9e5c-a9285055a7dc} <Debug> TCPHandler: Processed in 0.001769779 sec. | ||
| 1738 | 2025.01.30 20:19:07.835233 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.01.30 20:19:07.835359 [ 271 ] {b6cb706e-5764-4753-8d23-857fe174443f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1740 | 2025.01.30 20:19:07.835417 [ 271 ] {b6cb706e-5764-4753-8d23-857fe174443f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1741 | 2025.01.30 20:19:07.835987 [ 271 ] {b6cb706e-5764-4753-8d23-857fe174443f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.01.30 20:19:07.836029 [ 271 ] {b6cb706e-5764-4753-8d23-857fe174443f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1743 | 2025.01.30 20:19:07.836431 [ 271 ] {b6cb706e-5764-4753-8d23-857fe174443f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1744 | 2025.01.30 20:19:07.836677 [ 271 ] {b6cb706e-5764-4753-8d23-857fe174443f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1745 | 2025.01.30 20:19:07.836889 [ 271 ] {b6cb706e-5764-4753-8d23-857fe174443f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00156 sec., 64102.5641025641 rows/sec., 4.44 MiB/sec. | ||
| 1746 | 2025.01.30 20:19:07.836942 [ 271 ] {b6cb706e-5764-4753-8d23-857fe174443f} <Debug> TCPHandler: Processed in 0.001768479 sec. | ||
| 1747 | 2025.01.30 20:19:07.837114 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.01.30 20:19:07.837255 [ 270 ] {5fb75345-ea27-4065-a7ff-673158e89fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1749 | 2025.01.30 20:19:07.837349 [ 270 ] {5fb75345-ea27-4065-a7ff-673158e89fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1750 | 2025.01.30 20:19:07.838601 [ 270 ] {5fb75345-ea27-4065-a7ff-673158e89fb4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.01.30 20:19:07.838638 [ 270 ] {5fb75345-ea27-4065-a7ff-673158e89fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1752 | 2025.01.30 20:19:07.839301 [ 270 ] {5fb75345-ea27-4065-a7ff-673158e89fb4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1753 | 2025.01.30 20:19:07.839569 [ 270 ] {5fb75345-ea27-4065-a7ff-673158e89fb4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.01.30 20:19:07.839798 [ 270 ] {5fb75345-ea27-4065-a7ff-673158e89fb4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002574 sec., 12043.512043512044 rows/sec., 21.58 MiB/sec. | ||
| 1755 | 2025.01.30 20:19:07.839892 [ 270 ] {5fb75345-ea27-4065-a7ff-673158e89fb4} <Debug> TCPHandler: Processed in 0.002845269 sec. | ||
| 1756 | 2025.01.30 20:19:07.840077 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1757 | 2025.01.30 20:19:07.840219 [ 271 ] {d3a553ca-be43-411c-a8be-d3456c1b38b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1758 | 2025.01.30 20:19:07.840280 [ 271 ] {d3a553ca-be43-411c-a8be-d3456c1b38b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1759 | 2025.01.30 20:19:07.840818 [ 271 ] {d3a553ca-be43-411c-a8be-d3456c1b38b2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2025.01.30 20:19:07.840857 [ 271 ] {d3a553ca-be43-411c-a8be-d3456c1b38b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 1761 | 2025.01.30 20:19:07.841229 [ 271 ] {d3a553ca-be43-411c-a8be-d3456c1b38b2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1762 | 2025.01.30 20:19:07.841481 [ 271 ] {d3a553ca-be43-411c-a8be-d3456c1b38b2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1763 | 2025.01.30 20:19:07.841717 [ 271 ] {d3a553ca-be43-411c-a8be-d3456c1b38b2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001525 sec., 19672.131147540982 rows/sec., 1.35 MiB/sec. | ||
| 1764 | 2025.01.30 20:19:07.841862 [ 271 ] {d3a553ca-be43-411c-a8be-d3456c1b38b2} <Debug> TCPHandler: Processed in 0.001851642 sec. | ||
| 1765 | 2025.01.30 20:19:11.558466 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1766 | 2025.01.30 20:19:11.558540 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1767 | 2025.01.30 20:19:11.652746 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 1768 | 2025.01.30 20:19:11.653408 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1769 | 2025.01.30 20:19:11.653449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1770 | 2025.01.30 20:19:11.654042 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 1771 | 2025.01.30 20:19:11.654299 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1772 | 2025.01.30 20:19:11.654481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 1773 | 2025.01.30 20:19:12.049533 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 1774 | 2025.01.30 20:19:12.069225 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1775 | 2025.01.30 20:19:12.069276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1776 | 2025.01.30 20:19:12.076550 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 1777 | 2025.01.30 20:19:12.077295 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1778 | 2025.01.30 20:19:12.079839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 1779 | 2025.01.30 20:19:12.827559 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.01.30 20:19:12.827777 [ 270 ] {82529479-a535-4d49-98d8-a04c2dc1488a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1781 | 2025.01.30 20:19:12.827861 [ 270 ] {82529479-a535-4d49-98d8-a04c2dc1488a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1782 | 2025.01.30 20:19:12.828656 [ 270 ] {82529479-a535-4d49-98d8-a04c2dc1488a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.01.30 20:19:12.828708 [ 270 ] {82529479-a535-4d49-98d8-a04c2dc1488a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1784 | 2025.01.30 20:19:12.829151 [ 270 ] {82529479-a535-4d49-98d8-a04c2dc1488a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1785 | 2025.01.30 20:19:12.829406 [ 270 ] {82529479-a535-4d49-98d8-a04c2dc1488a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.01.30 20:19:12.829641 [ 270 ] {82529479-a535-4d49-98d8-a04c2dc1488a} <Debug> executeQuery: Read 42 rows, 3.53 KiB in 0.001924 sec., 21829.52182952183 rows/sec., 1.79 MiB/sec. | ||
| 1787 | 2025.01.30 20:19:12.829708 [ 270 ] {82529479-a535-4d49-98d8-a04c2dc1488a} <Debug> TCPHandler: Processed in 0.002295323 sec. | ||
| 1788 | 2025.01.30 20:19:12.830059 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.01.30 20:19:12.830370 [ 271 ] {a0964c48-1545-4cf7-bedf-39e6a172a8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1790 | 2025.01.30 20:19:12.830487 [ 271 ] {a0964c48-1545-4cf7-bedf-39e6a172a8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1791 | 2025.01.30 20:19:12.831402 [ 271 ] {a0964c48-1545-4cf7-bedf-39e6a172a8c6} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.01.30 20:19:12.831457 [ 271 ] {a0964c48-1545-4cf7-bedf-39e6a172a8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1793 | 2025.01.30 20:19:12.831895 [ 271 ] {a0964c48-1545-4cf7-bedf-39e6a172a8c6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1794 | 2025.01.30 20:19:12.832156 [ 271 ] {a0964c48-1545-4cf7-bedf-39e6a172a8c6} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.01.30 20:19:12.832410 [ 271 ] {a0964c48-1545-4cf7-bedf-39e6a172a8c6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00211 sec., 3791.4691943127964 rows/sec., 285.10 KiB/sec. | ||
| 1796 | 2025.01.30 20:19:12.832575 [ 271 ] {a0964c48-1545-4cf7-bedf-39e6a172a8c6} <Debug> TCPHandler: Processed in 0.002739306 sec. | ||
| 1797 | 2025.01.30 20:19:12.832758 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1798 | 2025.01.30 20:19:12.832908 [ 270 ] {a37ebf69-53ba-4d1d-8a75-a0daddfe6e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1799 | 2025.01.30 20:19:12.832969 [ 270 ] {a37ebf69-53ba-4d1d-8a75-a0daddfe6e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1800 | 2025.01.30 20:19:12.833707 [ 270 ] {a37ebf69-53ba-4d1d-8a75-a0daddfe6e9b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1801 | 2025.01.30 20:19:12.833756 [ 270 ] {a37ebf69-53ba-4d1d-8a75-a0daddfe6e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1802 | 2025.01.30 20:19:12.834145 [ 270 ] {a37ebf69-53ba-4d1d-8a75-a0daddfe6e9b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1803 | 2025.01.30 20:19:12.834393 [ 270 ] {a37ebf69-53ba-4d1d-8a75-a0daddfe6e9b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2025.01.30 20:19:12.834650 [ 270 ] {a37ebf69-53ba-4d1d-8a75-a0daddfe6e9b} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00178 sec., 20224.719101123595 rows/sec., 1.58 MiB/sec. | ||
| 1805 | 2025.01.30 20:19:12.834804 [ 270 ] {a37ebf69-53ba-4d1d-8a75-a0daddfe6e9b} <Debug> TCPHandler: Processed in 0.002114399 sec. | ||
| 1806 | 2025.01.30 20:19:12.835035 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1807 | 2025.01.30 20:19:12.835281 [ 271 ] {2f338546-0f6c-4e58-956a-10f79dd83d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1808 | 2025.01.30 20:19:12.835385 [ 271 ] {2f338546-0f6c-4e58-956a-10f79dd83d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1809 | 2025.01.30 20:19:12.836208 [ 271 ] {2f338546-0f6c-4e58-956a-10f79dd83d6e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1810 | 2025.01.30 20:19:12.836247 [ 271 ] {2f338546-0f6c-4e58-956a-10f79dd83d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1811 | 2025.01.30 20:19:12.836655 [ 271 ] {2f338546-0f6c-4e58-956a-10f79dd83d6e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1812 | 2025.01.30 20:19:12.836892 [ 271 ] {2f338546-0f6c-4e58-956a-10f79dd83d6e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1813 | 2025.01.30 20:19:12.837144 [ 271 ] {2f338546-0f6c-4e58-956a-10f79dd83d6e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001907 sec., 52438.38489774515 rows/sec., 3.64 MiB/sec. | ||
| 1814 | 2025.01.30 20:19:12.837265 [ 271 ] {2f338546-0f6c-4e58-956a-10f79dd83d6e} <Debug> TCPHandler: Processed in 0.002347105 sec. | ||
| 1815 | 2025.01.30 20:19:12.837436 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1816 | 2025.01.30 20:19:12.837575 [ 270 ] {c533f805-9d3e-44df-9191-1d0cf2cb89f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1817 | 2025.01.30 20:19:12.837668 [ 270 ] {c533f805-9d3e-44df-9191-1d0cf2cb89f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1818 | 2025.01.30 20:19:12.838811 [ 270 ] {c533f805-9d3e-44df-9191-1d0cf2cb89f2} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1819 | 2025.01.30 20:19:12.838850 [ 270 ] {c533f805-9d3e-44df-9191-1d0cf2cb89f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1820 | 2025.01.30 20:19:12.839467 [ 270 ] {c533f805-9d3e-44df-9191-1d0cf2cb89f2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1821 | 2025.01.30 20:19:12.839730 [ 270 ] {c533f805-9d3e-44df-9191-1d0cf2cb89f2} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1822 | 2025.01.30 20:19:12.839974 [ 270 ] {c533f805-9d3e-44df-9191-1d0cf2cb89f2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002429 sec., 3293.536434746809 rows/sec., 5.90 MiB/sec. | ||
| 1823 | 2025.01.30 20:19:12.840069 [ 270 ] {c533f805-9d3e-44df-9191-1d0cf2cb89f2} <Debug> TCPHandler: Processed in 0.002705285 sec. | ||
| 1824 | 2025.01.30 20:19:12.840277 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2025.01.30 20:19:12.840500 [ 271 ] {9eed90e1-2764-4399-a818-a03fa6240d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1826 | 2025.01.30 20:19:12.840592 [ 271 ] {9eed90e1-2764-4399-a818-a03fa6240d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1827 | 2025.01.30 20:19:12.841237 [ 271 ] {9eed90e1-2764-4399-a818-a03fa6240d2b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2025.01.30 20:19:12.841276 [ 271 ] {9eed90e1-2764-4399-a818-a03fa6240d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1829 | 2025.01.30 20:19:12.841639 [ 271 ] {9eed90e1-2764-4399-a818-a03fa6240d2b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1830 | 2025.01.30 20:19:12.841874 [ 271 ] {9eed90e1-2764-4399-a818-a03fa6240d2b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2025.01.30 20:19:12.842116 [ 271 ] {9eed90e1-2764-4399-a818-a03fa6240d2b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00167 sec., 17964.071856287424 rows/sec., 1.23 MiB/sec. | ||
| 1832 | 2025.01.30 20:19:12.842195 [ 271 ] {9eed90e1-2764-4399-a818-a03fa6240d2b} <Debug> TCPHandler: Processed in 0.002029796 sec. | ||
| 1833 | 2025.01.30 20:19:16.643646 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 234 | ||
| 1834 | 2025.01.30 20:19:16.646571 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1835 | 2025.01.30 20:19:16.646624 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1836 | 2025.01.30 20:19:16.648104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1837 | 2025.01.30 20:19:16.648414 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1838 | 2025.01.30 20:19:16.648620 [ 31 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1839 | 2025.01.30 20:19:16.648747 [ 31 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1840 | 2025.01.30 20:19:16.648817 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1841 | 2025.01.30 20:19:16.649485 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 1842 | 2025.01.30 20:19:16.650401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234 | ||
| 1843 | 2025.01.30 20:19:16.650823 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1844 | 2025.01.30 20:19:16.650989 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 1845 | 2025.01.30 20:19:16.651589 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 1846 | 2025.01.30 20:19:16.652307 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1847 | 2025.01.30 20:19:16.653024 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 1848 | 2025.01.30 20:19:16.653654 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 1849 | 2025.01.30 20:19:16.654331 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
| 1850 | 2025.01.30 20:19:16.662066 [ 200 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 72 columns (72 merged, 0 gathered) in 0.013114224 sec., 17843.221223001834 rows/sec., 17.01 MiB/sec. | ||
| 1851 | 2025.01.30 20:19:16.662892 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1852 | 2025.01.30 20:19:16.663601 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2025.01.30 20:19:16.663680 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_6_1} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1854 | 2025.01.30 20:19:16.663867 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 1855 | 2025.01.30 20:19:17.827040 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1856 | 2025.01.30 20:19:17.827328 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1857 | 2025.01.30 20:19:17.827792 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1858 | 2025.01.30 20:19:17.827846 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1859 | 2025.01.30 20:19:17.828192 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1860 | 2025.01.30 20:19:17.828271 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1861 | 2025.01.30 20:19:17.828446 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1862 | 2025.01.30 20:19:17.828622 [ 298 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1863 | 2025.01.30 20:19:17.828741 [ 299 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1864 | 2025.01.30 20:19:17.828758 [ 296 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1865 | 2025.01.30 20:19:17.828933 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1866 | 2025.01.30 20:19:17.828963 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1867 | 2025.01.30 20:19:17.833096 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1868 | 2025.01.30 20:19:17.833130 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1869 | 2025.01.30 20:19:17.833205 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <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', 'http_service:request_latency_histogram'))" | ||
| 1870 | 2025.01.30 20:19:17.833262 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <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', 'http_service:request_latency_histogram'))" | ||
| 1871 | 2025.01.30 20:19:17.834514 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.007317 sec., 2460.0246002460026 rows/sec., 103.30 KiB/sec. | ||
| 1872 | 2025.01.30 20:19:17.834649 [ 270 ] {eaea1494-9a16-4c66-9da0-3d97fa80473a} <Debug> TCPHandler: Processed in 0.007761805 sec. | ||
| 1873 | 2025.01.30 20:19:17.836852 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1874 | 2025.01.30 20:19:17.837069 [ 271 ] {089aa5b2-641a-4d73-bf2d-1e1b5fb6dc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1875 | 2025.01.30 20:19:17.837156 [ 271 ] {089aa5b2-641a-4d73-bf2d-1e1b5fb6dc43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1876 | 2025.01.30 20:19:17.838046 [ 271 ] {089aa5b2-641a-4d73-bf2d-1e1b5fb6dc43} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1877 | 2025.01.30 20:19:17.838098 [ 271 ] {089aa5b2-641a-4d73-bf2d-1e1b5fb6dc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1878 | 2025.01.30 20:19:17.838628 [ 271 ] {089aa5b2-641a-4d73-bf2d-1e1b5fb6dc43} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1879 | 2025.01.30 20:19:17.838862 [ 271 ] {089aa5b2-641a-4d73-bf2d-1e1b5fb6dc43} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1880 | 2025.01.30 20:19:17.839111 [ 271 ] {089aa5b2-641a-4d73-bf2d-1e1b5fb6dc43} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002094 sec., 477.5549188156638 rows/sec., 108.20 KiB/sec. | ||
| 1881 | 2025.01.30 20:19:17.839304 [ 271 ] {089aa5b2-641a-4d73-bf2d-1e1b5fb6dc43} <Debug> TCPHandler: Processed in 0.002595702 sec. | ||
| 1882 | 2025.01.30 20:19:17.839487 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1883 | 2025.01.30 20:19:17.839639 [ 270 ] {ecab43f8-98ae-4de6-96aa-7c95d9dcac32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 1884 | 2025.01.30 20:19:17.839698 [ 270 ] {ecab43f8-98ae-4de6-96aa-7c95d9dcac32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1885 | 2025.01.30 20:19:17.840351 [ 270 ] {ecab43f8-98ae-4de6-96aa-7c95d9dcac32} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1886 | 2025.01.30 20:19:17.840394 [ 270 ] {ecab43f8-98ae-4de6-96aa-7c95d9dcac32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1887 | 2025.01.30 20:19:17.840785 [ 270 ] {ecab43f8-98ae-4de6-96aa-7c95d9dcac32} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1888 | 2025.01.30 20:19:17.841030 [ 270 ] {ecab43f8-98ae-4de6-96aa-7c95d9dcac32} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1889 | 2025.01.30 20:19:17.841312 [ 270 ] {ecab43f8-98ae-4de6-96aa-7c95d9dcac32} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001705 sec., 2346.041055718475 rows/sec., 191.30 KiB/sec. | ||
| 1890 | 2025.01.30 20:19:17.841418 [ 270 ] {ecab43f8-98ae-4de6-96aa-7c95d9dcac32} <Debug> TCPHandler: Processed in 0.002000956 sec. | ||
| 1891 | 2025.01.30 20:19:17.841579 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1892 | 2025.01.30 20:19:17.841705 [ 271 ] {9de7cd9c-0e72-4413-9c0f-4ab3f5ad7ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1893 | 2025.01.30 20:19:17.841758 [ 271 ] {9de7cd9c-0e72-4413-9c0f-4ab3f5ad7ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1894 | 2025.01.30 20:19:17.842401 [ 271 ] {9de7cd9c-0e72-4413-9c0f-4ab3f5ad7ee8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1895 | 2025.01.30 20:19:17.842442 [ 271 ] {9de7cd9c-0e72-4413-9c0f-4ab3f5ad7ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1896 | 2025.01.30 20:19:17.842827 [ 271 ] {9de7cd9c-0e72-4413-9c0f-4ab3f5ad7ee8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1897 | 2025.01.30 20:19:17.843071 [ 271 ] {9de7cd9c-0e72-4413-9c0f-4ab3f5ad7ee8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1898 | 2025.01.30 20:19:17.843284 [ 271 ] {9de7cd9c-0e72-4413-9c0f-4ab3f5ad7ee8} <Debug> executeQuery: Read 90 rows, 8.06 KiB in 0.001608 sec., 55970.14925373134 rows/sec., 4.89 MiB/sec. | ||
| 1899 | 2025.01.30 20:19:17.843337 [ 271 ] {9de7cd9c-0e72-4413-9c0f-4ab3f5ad7ee8} <Debug> TCPHandler: Processed in 0.001819681 sec. | ||
| 1900 | 2025.01.30 20:19:17.843503 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1901 | 2025.01.30 20:19:17.843639 [ 270 ] {02bcb56a-0a09-4535-8764-c56775f3b7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1902 | 2025.01.30 20:19:17.843696 [ 270 ] {02bcb56a-0a09-4535-8764-c56775f3b7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1903 | 2025.01.30 20:19:17.844369 [ 270 ] {02bcb56a-0a09-4535-8764-c56775f3b7ac} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1904 | 2025.01.30 20:19:17.844408 [ 270 ] {02bcb56a-0a09-4535-8764-c56775f3b7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1905 | 2025.01.30 20:19:17.844770 [ 270 ] {02bcb56a-0a09-4535-8764-c56775f3b7ac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1906 | 2025.01.30 20:19:17.845011 [ 270 ] {02bcb56a-0a09-4535-8764-c56775f3b7ac} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1907 | 2025.01.30 20:19:17.845230 [ 270 ] {02bcb56a-0a09-4535-8764-c56775f3b7ac} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001621 sec., 21591.610117211596 rows/sec., 1.57 MiB/sec. | ||
| 1908 | 2025.01.30 20:19:17.845282 [ 270 ] {02bcb56a-0a09-4535-8764-c56775f3b7ac} <Debug> TCPHandler: Processed in 0.001850102 sec. | ||
| 1909 | 2025.01.30 20:19:17.845436 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1910 | 2025.01.30 20:19:17.845576 [ 271 ] {45747da8-efa3-4dee-b833-1743d4476a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1911 | 2025.01.30 20:19:17.845632 [ 271 ] {45747da8-efa3-4dee-b833-1743d4476a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1912 | 2025.01.30 20:19:17.846301 [ 271 ] {45747da8-efa3-4dee-b833-1743d4476a21} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1913 | 2025.01.30 20:19:17.846340 [ 271 ] {45747da8-efa3-4dee-b833-1743d4476a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1914 | 2025.01.30 20:19:17.846701 [ 271 ] {45747da8-efa3-4dee-b833-1743d4476a21} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1915 | 2025.01.30 20:19:17.846936 [ 271 ] {45747da8-efa3-4dee-b833-1743d4476a21} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1916 | 2025.01.30 20:19:17.847151 [ 271 ] {45747da8-efa3-4dee-b833-1743d4476a21} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001606 sec., 39227.89539227895 rows/sec., 3.07 MiB/sec. | ||
| 1917 | 2025.01.30 20:19:17.847202 [ 271 ] {45747da8-efa3-4dee-b833-1743d4476a21} <Debug> TCPHandler: Processed in 0.001833231 sec. | ||
| 1918 | 2025.01.30 20:19:17.847345 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1919 | 2025.01.30 20:19:17.847480 [ 270 ] {1731aeae-5ce9-4ca8-8658-fa715c00a5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1920 | 2025.01.30 20:19:17.847543 [ 270 ] {1731aeae-5ce9-4ca8-8658-fa715c00a5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1921 | 2025.01.30 20:19:17.848177 [ 270 ] {1731aeae-5ce9-4ca8-8658-fa715c00a5b6} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1922 | 2025.01.30 20:19:17.848217 [ 270 ] {1731aeae-5ce9-4ca8-8658-fa715c00a5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1923 | 2025.01.30 20:19:17.848615 [ 270 ] {1731aeae-5ce9-4ca8-8658-fa715c00a5b6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1924 | 2025.01.30 20:19:17.848849 [ 270 ] {1731aeae-5ce9-4ca8-8658-fa715c00a5b6} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1925 | 2025.01.30 20:19:17.849008 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1926 | 2025.01.30 20:19:17.849079 [ 270 ] {1731aeae-5ce9-4ca8-8658-fa715c00a5b6} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001624 sec., 62807.881773399014 rows/sec., 4.35 MiB/sec. | ||
| 1927 | 2025.01.30 20:19:17.849080 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.01.30 20:19:17.849167 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1929 | 2025.01.30 20:19:17.849211 [ 270 ] {1731aeae-5ce9-4ca8-8658-fa715c00a5b6} <Debug> TCPHandler: Processed in 0.001931914 sec. | ||
| 1930 | 2025.01.30 20:19:17.849377 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 1931 | 2025.01.30 20:19:17.849485 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1932 | 2025.01.30 20:19:17.849560 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1933 | 2025.01.30 20:19:17.849617 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 100 rows starting from the beginning of the part | ||
| 1934 | 2025.01.30 20:19:17.849956 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1935 | 2025.01.30 20:19:17.849971 [ 271 ] {576cb85e-60d6-40c8-ad26-b7a56fc48401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1936 | 2025.01.30 20:19:17.850270 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
| 1937 | 2025.01.30 20:19:17.850370 [ 271 ] {576cb85e-60d6-40c8-ad26-b7a56fc48401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1938 | 2025.01.30 20:19:17.850661 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
| 1939 | 2025.01.30 20:19:17.851118 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
| 1940 | 2025.01.30 20:19:17.851545 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 102 rows starting from the beginning of the part | ||
| 1941 | 2025.01.30 20:19:17.855173 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 5 columns (5 merged, 0 gathered) in 0.005874473 sec., 102477.27753621474 rows/sec., 7.10 MiB/sec. | ||
| 1942 | 2025.01.30 20:19:17.855424 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1943 | 2025.01.30 20:19:17.855506 [ 271 ] {576cb85e-60d6-40c8-ad26-b7a56fc48401} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1944 | 2025.01.30 20:19:17.855574 [ 271 ] {576cb85e-60d6-40c8-ad26-b7a56fc48401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1945 | 2025.01.30 20:19:17.856003 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1946 | 2025.01.30 20:19:17.856167 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1947 | 2025.01.30 20:19:17.856303 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1948 | 2025.01.30 20:19:17.856718 [ 271 ] {576cb85e-60d6-40c8-ad26-b7a56fc48401} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1949 | 2025.01.30 20:19:17.856986 [ 271 ] {576cb85e-60d6-40c8-ad26-b7a56fc48401} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1950 | 2025.01.30 20:19:17.857283 [ 271 ] {576cb85e-60d6-40c8-ad26-b7a56fc48401} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007549 sec., 4106.504172738111 rows/sec., 7.36 MiB/sec. | ||
| 1951 | 2025.01.30 20:19:17.857580 [ 271 ] {576cb85e-60d6-40c8-ad26-b7a56fc48401} <Debug> TCPHandler: Processed in 0.008251589 sec. | ||
| 1952 | 2025.01.30 20:19:17.857746 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2025.01.30 20:19:17.857883 [ 270 ] {4e851c39-9467-4a14-9276-802fa3df0d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1954 | 2025.01.30 20:19:17.857943 [ 270 ] {4e851c39-9467-4a14-9276-802fa3df0d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1955 | 2025.01.30 20:19:17.858460 [ 270 ] {4e851c39-9467-4a14-9276-802fa3df0d4c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1956 | 2025.01.30 20:19:17.858498 [ 270 ] {4e851c39-9467-4a14-9276-802fa3df0d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1957 | 2025.01.30 20:19:17.858867 [ 270 ] {4e851c39-9467-4a14-9276-802fa3df0d4c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1958 | 2025.01.30 20:19:17.859106 [ 270 ] {4e851c39-9467-4a14-9276-802fa3df0d4c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1959 | 2025.01.30 20:19:17.859255 [ 27 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1960 | 2025.01.30 20:19:17.859294 [ 270 ] {4e851c39-9467-4a14-9276-802fa3df0d4c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001441 sec., 20818.87578070784 rows/sec., 1.43 MiB/sec. | ||
| 1961 | 2025.01.30 20:19:17.859307 [ 27 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1962 | 2025.01.30 20:19:17.859348 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1963 | 2025.01.30 20:19:17.859361 [ 270 ] {4e851c39-9467-4a14-9276-802fa3df0d4c} <Debug> TCPHandler: Processed in 0.001679676 sec. | ||
| 1964 | 2025.01.30 20:19:17.859477 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 1965 | 2025.01.30 20:19:17.859578 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1966 | 2025.01.30 20:19:17.859610 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 1967 | 2025.01.30 20:19:17.859701 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1968 | 2025.01.30 20:19:17.859872 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1969 | 2025.01.30 20:19:17.860086 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 1970 | 2025.01.30 20:19:17.860209 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 1971 | 2025.01.30 20:19:17.860369 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 1972 | 2025.01.30 20:19:17.861366 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001939324 sec., 92815.84717148861 rows/sec., 6.36 MiB/sec. | ||
| 1973 | 2025.01.30 20:19:17.861568 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1974 | 2025.01.30 20:19:17.861884 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_6_1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1975 | 2025.01.30 20:19:17.861969 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_6_1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1976 | 2025.01.30 20:19:17.862056 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 1977 | 2025.01.30 20:19:19.154601 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 1978 | 2025.01.30 20:19:19.155328 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1979 | 2025.01.30 20:19:19.155376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1980 | 2025.01.30 20:19:19.155878 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 1981 | 2025.01.30 20:19:19.156137 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1982 | 2025.01.30 20:19:19.156372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 1983 | 2025.01.30 20:19:19.579899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 1984 | 2025.01.30 20:19:19.600465 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2025.01.30 20:19:19.600534 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1986 | 2025.01.30 20:19:19.608166 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 1987 | 2025.01.30 20:19:19.608951 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1988 | 2025.01.30 20:19:19.611971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 1989 | 2025.01.30 20:19:22.830678 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2025.01.30 20:19:22.830909 [ 270 ] {b955e516-1279-4c65-945d-d6dac6d8bdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1991 | 2025.01.30 20:19:22.830986 [ 270 ] {b955e516-1279-4c65-945d-d6dac6d8bdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1992 | 2025.01.30 20:19:22.831815 [ 270 ] {b955e516-1279-4c65-945d-d6dac6d8bdc9} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2025.01.30 20:19:22.831858 [ 270 ] {b955e516-1279-4c65-945d-d6dac6d8bdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1994 | 2025.01.30 20:19:22.832324 [ 270 ] {b955e516-1279-4c65-945d-d6dac6d8bdc9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1995 | 2025.01.30 20:19:22.832577 [ 270 ] {b955e516-1279-4c65-945d-d6dac6d8bdc9} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2025.01.30 20:19:22.832705 [ 83 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1997 | 2025.01.30 20:19:22.832752 [ 83 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1998 | 2025.01.30 20:19:22.832778 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 1999 | 2025.01.30 20:19:22.832787 [ 270 ] {b955e516-1279-4c65-945d-d6dac6d8bdc9} <Debug> executeQuery: Read 68 rows, 5.59 KiB in 0.001936 sec., 35123.96694214876 rows/sec., 2.82 MiB/sec. | ||
| 2000 | 2025.01.30 20:19:22.832915 [ 270 ] {b955e516-1279-4c65-945d-d6dac6d8bdc9} <Debug> TCPHandler: Processed in 0.002378556 sec. | ||
| 2001 | 2025.01.30 20:19:22.832956 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 2002 | 2025.01.30 20:19:22.833096 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2003 | 2025.01.30 20:19:22.833133 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 105 rows starting from the beginning of the part | ||
| 2004 | 2025.01.30 20:19:22.833189 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2005 | 2025.01.30 20:19:22.833271 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part | ||
| 2006 | 2025.01.30 20:19:22.833635 [ 271 ] {b9c09091-6a48-4088-940c-eb58c165e63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2007 | 2025.01.30 20:19:22.833635 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part | ||
| 2008 | 2025.01.30 20:19:22.833819 [ 271 ] {b9c09091-6a48-4088-940c-eb58c165e63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2009 | 2025.01.30 20:19:22.834028 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
| 2010 | 2025.01.30 20:19:22.834328 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part | ||
| 2011 | 2025.01.30 20:19:22.834680 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 68 rows starting from the beginning of the part | ||
| 2012 | 2025.01.30 20:19:22.836546 [ 271 ] {b9c09091-6a48-4088-940c-eb58c165e63c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2013 | 2025.01.30 20:19:22.836693 [ 271 ] {b9c09091-6a48-4088-940c-eb58c165e63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2014 | 2025.01.30 20:19:22.837651 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 5 columns (5 merged, 0 gathered) in 0.004803184 sec., 90564.92526624005 rows/sec., 8.10 MiB/sec. | ||
| 2015 | 2025.01.30 20:19:22.837664 [ 271 ] {b9c09091-6a48-4088-940c-eb58c165e63c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2016 | 2025.01.30 20:19:22.837913 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2017 | 2025.01.30 20:19:22.838025 [ 271 ] {b9c09091-6a48-4088-940c-eb58c165e63c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2018 | 2025.01.30 20:19:22.838250 [ 83 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2019 | 2025.01.30 20:19:22.838346 [ 83 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2025.01.30 20:19:22.838426 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2021 | 2025.01.30 20:19:22.838441 [ 271 ] {b9c09091-6a48-4088-940c-eb58c165e63c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004953 sec., 1615.1827175449223 rows/sec., 121.45 KiB/sec. | ||
| 2022 | 2025.01.30 20:19:22.838506 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.01.30 20:19:22.838817 [ 271 ] {b9c09091-6a48-4088-940c-eb58c165e63c} <Debug> TCPHandler: Processed in 0.00578055 sec. | ||
| 2024 | 2025.01.30 20:19:22.838835 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_11_2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2025 | 2025.01.30 20:19:22.838851 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 2026 | 2025.01.30 20:19:22.839016 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2027 | 2025.01.30 20:19:22.839122 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2028 | 2025.01.30 20:19:22.839126 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2029 | 2025.01.30 20:19:22.839194 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 39 rows starting from the beginning of the part | ||
| 2030 | 2025.01.30 20:19:22.839446 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 2031 | 2025.01.30 20:19:22.839447 [ 270 ] {9ae8d624-836c-4e17-b892-517edac17b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2032 | 2025.01.30 20:19:22.839713 [ 270 ] {9ae8d624-836c-4e17-b892-517edac17b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2033 | 2025.01.30 20:19:22.839751 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
| 2034 | 2025.01.30 20:19:22.840001 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 2035 | 2025.01.30 20:19:22.840293 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 35 rows starting from the beginning of the part | ||
| 2036 | 2025.01.30 20:19:22.840589 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 2037 | 2025.01.30 20:19:22.842357 [ 270 ] {9ae8d624-836c-4e17-b892-517edac17b6f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2025.01.30 20:19:22.842446 [ 270 ] {9ae8d624-836c-4e17-b892-517edac17b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2039 | 2025.01.30 20:19:22.843496 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 5 columns (5 merged, 0 gathered) in 0.004893796 sec., 26359.90548032652 rows/sec., 2.03 MiB/sec. | ||
| 2040 | 2025.01.30 20:19:22.843534 [ 270 ] {9ae8d624-836c-4e17-b892-517edac17b6f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2041 | 2025.01.30 20:19:22.843659 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2042 | 2025.01.30 20:19:22.843973 [ 270 ] {9ae8d624-836c-4e17-b892-517edac17b6f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.01.30 20:19:22.844208 [ 83 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2044 | 2025.01.30 20:19:22.844308 [ 83 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2045 | 2025.01.30 20:19:22.844296 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2046 | 2025.01.30 20:19:22.844366 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2047 | 2025.01.30 20:19:22.844496 [ 270 ] {9ae8d624-836c-4e17-b892-517edac17b6f} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.005192 sec., 12326.656394453006 rows/sec., 984.84 KiB/sec. | ||
| 2048 | 2025.01.30 20:19:22.844636 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_11_2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2049 | 2025.01.30 20:19:22.844772 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2050 | 2025.01.30 20:19:22.844904 [ 270 ] {9ae8d624-836c-4e17-b892-517edac17b6f} <Debug> TCPHandler: Processed in 0.005953735 sec. | ||
| 2051 | 2025.01.30 20:19:22.844912 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2052 | 2025.01.30 20:19:22.845099 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2053 | 2025.01.30 20:19:22.845109 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2025.01.30 20:19:22.845132 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 85 rows starting from the beginning of the part | ||
| 2055 | 2025.01.30 20:19:22.845299 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 2056 | 2025.01.30 20:19:22.845413 [ 271 ] {ca4a4d1c-daa2-4b3b-9973-3b07d7d34292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2057 | 2025.01.30 20:19:22.845608 [ 271 ] {ca4a4d1c-daa2-4b3b-9973-3b07d7d34292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2058 | 2025.01.30 20:19:22.845638 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 59 rows starting from the beginning of the part | ||
| 2059 | 2025.01.30 20:19:22.846108 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 2060 | 2025.01.30 20:19:22.846429 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 63 rows starting from the beginning of the part | ||
| 2061 | 2025.01.30 20:19:22.846788 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2062 | 2025.01.30 20:19:22.847610 [ 271 ] {ca4a4d1c-daa2-4b3b-9973-3b07d7d34292} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2063 | 2025.01.30 20:19:22.847657 [ 271 ] {ca4a4d1c-daa2-4b3b-9973-3b07d7d34292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2064 | 2025.01.30 20:19:22.848253 [ 271 ] {ca4a4d1c-daa2-4b3b-9973-3b07d7d34292} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2065 | 2025.01.30 20:19:22.848340 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 343 rows, containing 5 columns (5 merged, 0 gathered) in 0.003840846 sec., 89303.24204615336 rows/sec., 7.32 MiB/sec. | ||
| 2066 | 2025.01.30 20:19:22.848532 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2067 | 2025.01.30 20:19:22.848572 [ 271 ] {ca4a4d1c-daa2-4b3b-9973-3b07d7d34292} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2068 | 2025.01.30 20:19:22.849025 [ 271 ] {ca4a4d1c-daa2-4b3b-9973-3b07d7d34292} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.003725 sec., 40268.45637583893 rows/sec., 2.79 MiB/sec. | ||
| 2069 | 2025.01.30 20:19:22.849344 [ 271 ] {ca4a4d1c-daa2-4b3b-9973-3b07d7d34292} <Debug> TCPHandler: Processed in 0.00431836 sec. | ||
| 2070 | 2025.01.30 20:19:22.849354 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2025.01.30 20:19:22.849488 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_11_2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2072 | 2025.01.30 20:19:22.849524 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2025.01.30 20:19:22.849604 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2074 | 2025.01.30 20:19:22.849695 [ 270 ] {c6d019c9-4db9-4cb8-b99c-56ca763f62f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2075 | 2025.01.30 20:19:22.849776 [ 270 ] {c6d019c9-4db9-4cb8-b99c-56ca763f62f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2076 | 2025.01.30 20:19:22.850904 [ 270 ] {c6d019c9-4db9-4cb8-b99c-56ca763f62f8} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2025.01.30 20:19:22.850942 [ 270 ] {c6d019c9-4db9-4cb8-b99c-56ca763f62f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2078 | 2025.01.30 20:19:22.851563 [ 270 ] {c6d019c9-4db9-4cb8-b99c-56ca763f62f8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2079 | 2025.01.30 20:19:22.851816 [ 270 ] {c6d019c9-4db9-4cb8-b99c-56ca763f62f8} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2080 | 2025.01.30 20:19:22.851950 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2081 | 2025.01.30 20:19:22.851998 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2082 | 2025.01.30 20:19:22.852028 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2083 | 2025.01.30 20:19:22.852038 [ 270 ] {c6d019c9-4db9-4cb8-b99c-56ca763f62f8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002365 sec., 3382.663847780127 rows/sec., 6.06 MiB/sec. | ||
| 2084 | 2025.01.30 20:19:22.852448 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 2085 | 2025.01.30 20:19:22.852836 [ 270 ] {c6d019c9-4db9-4cb8-b99c-56ca763f62f8} <Debug> TCPHandler: Processed in 0.003388524 sec. | ||
| 2086 | 2025.01.30 20:19:22.853087 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2087 | 2025.01.30 20:19:22.853190 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2088 | 2025.01.30 20:19:22.853260 [ 271 ] {ba21c363-b9a2-44f0-8d23-e451e3cb7307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2089 | 2025.01.30 20:19:22.853273 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 140 rows starting from the beginning of the part | ||
| 2090 | 2025.01.30 20:19:22.853322 [ 271 ] {ba21c363-b9a2-44f0-8d23-e451e3cb7307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2091 | 2025.01.30 20:19:22.853791 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 2092 | 2025.01.30 20:19:22.854193 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
| 2093 | 2025.01.30 20:19:22.854654 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 2094 | 2025.01.30 20:19:22.854665 [ 271 ] {ba21c363-b9a2-44f0-8d23-e451e3cb7307} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2025.01.30 20:19:22.854713 [ 271 ] {ba21c363-b9a2-44f0-8d23-e451e3cb7307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2096 | 2025.01.30 20:19:22.855001 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
| 2097 | 2025.01.30 20:19:22.855646 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 2098 | 2025.01.30 20:19:22.855723 [ 271 ] {ba21c363-b9a2-44f0-8d23-e451e3cb7307} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2099 | 2025.01.30 20:19:22.856275 [ 271 ] {ba21c363-b9a2-44f0-8d23-e451e3cb7307} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2100 | 2025.01.30 20:19:22.856602 [ 271 ] {ba21c363-b9a2-44f0-8d23-e451e3cb7307} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.003384 sec., 14775.413711583926 rows/sec., 1.01 MiB/sec. | ||
| 2101 | 2025.01.30 20:19:22.856684 [ 271 ] {ba21c363-b9a2-44f0-8d23-e451e3cb7307} <Debug> TCPHandler: Processed in 0.003726023 sec. | ||
| 2102 | 2025.01.30 20:19:22.858933 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 226 rows, containing 19 columns (19 merged, 0 gathered) in 0.006820629 sec., 33134.77393360642 rows/sec., 59.38 MiB/sec. | ||
| 2103 | 2025.01.30 20:19:22.859536 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2104 | 2025.01.30 20:19:22.859984 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2025.01.30 20:19:22.860086 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2106 | 2025.01.30 20:19:22.860253 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
| 2107 | 2025.01.30 20:19:26.558792 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2108 | 2025.01.30 20:19:26.558856 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2109 | 2025.01.30 20:19:26.650574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 264 | ||
| 2110 | 2025.01.30 20:19:26.653604 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.01.30 20:19:26.653656 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2112 | 2025.01.30 20:19:26.655127 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2113 | 2025.01.30 20:19:26.655438 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.01.30 20:19:26.655950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 264 | ||
| 2115 | 2025.01.30 20:19:26.656484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 2116 | 2025.01.30 20:19:26.657120 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2117 | 2025.01.30 20:19:26.657157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2118 | 2025.01.30 20:19:26.657692 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2119 | 2025.01.30 20:19:26.657954 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2120 | 2025.01.30 20:19:26.658100 [ 122 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2121 | 2025.01.30 20:19:26.658140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 2122 | 2025.01.30 20:19:26.658153 [ 122 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2025.01.30 20:19:26.658181 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2124 | 2025.01.30 20:19:26.658293 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2125 | 2025.01.30 20:19:26.658402 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2126 | 2025.01.30 20:19:26.658439 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2127 | 2025.01.30 20:19:26.658536 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2128 | 2025.01.30 20:19:26.658700 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2129 | 2025.01.30 20:19:26.658978 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2130 | 2025.01.30 20:19:26.659255 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2131 | 2025.01.30 20:19:26.659461 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2132 | 2025.01.30 20:19:26.661126 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00288609 sec., 2557439.303694618 rows/sec., 36.58 MiB/sec. | ||
| 2133 | 2025.01.30 20:19:26.661945 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2134 | 2025.01.30 20:19:26.662236 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_16_3} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2135 | 2025.01.30 20:19:26.662314 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_16_3} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2136 | 2025.01.30 20:19:26.662416 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 2137 | 2025.01.30 20:19:27.001450 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000953777 sec. | ||
| 2138 | 2025.01.30 20:19:27.112029 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 2139 | 2025.01.30 20:19:27.133568 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2025.01.30 20:19:27.133637 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2141 | 2025.01.30 20:19:27.141601 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2142 | 2025.01.30 20:19:27.142384 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2025.01.30 20:19:27.142734 [ 144 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2144 | 2025.01.30 20:19:27.142875 [ 144 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2145 | 2025.01.30 20:19:27.142949 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2146 | 2025.01.30 20:19:27.143563 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2147 | 2025.01.30 20:19:27.157579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 2148 | 2025.01.30 20:19:27.159305 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2149 | 2025.01.30 20:19:27.160472 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2150 | 2025.01.30 20:19:27.165667 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2151 | 2025.01.30 20:19:27.170920 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2152 | 2025.01.30 20:19:27.176229 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2153 | 2025.01.30 20:19:27.181900 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 2154 | 2025.01.30 20:19:27.186435 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 2155 | 2025.01.30 20:19:27.243121 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.099977945 sec., 1210.2669243701698 rows/sec., 6.26 MiB/sec. | ||
| 2156 | 2025.01.30 20:19:27.246030 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2157 | 2025.01.30 20:19:27.249046 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_16_3} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2158 | 2025.01.30 20:19:27.249172 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_16_3} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2159 | 2025.01.30 20:19:27.251672 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 2160 | 2025.01.30 20:19:27.831940 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2161 | 2025.01.30 20:19:27.832154 [ 270 ] {649c30ca-0c96-4e05-b8e4-a2f8789947be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2162 | 2025.01.30 20:19:27.832233 [ 270 ] {649c30ca-0c96-4e05-b8e4-a2f8789947be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2163 | 2025.01.30 20:19:27.833054 [ 270 ] {649c30ca-0c96-4e05-b8e4-a2f8789947be} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2164 | 2025.01.30 20:19:27.833099 [ 270 ] {649c30ca-0c96-4e05-b8e4-a2f8789947be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2165 | 2025.01.30 20:19:27.833518 [ 270 ] {649c30ca-0c96-4e05-b8e4-a2f8789947be} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2166 | 2025.01.30 20:19:27.833766 [ 270 ] {649c30ca-0c96-4e05-b8e4-a2f8789947be} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2167 | 2025.01.30 20:19:27.834056 [ 270 ] {649c30ca-0c96-4e05-b8e4-a2f8789947be} <Debug> executeQuery: Read 114 rows, 9.97 KiB in 0.001953 sec., 58371.73579109063 rows/sec., 4.99 MiB/sec. | ||
| 2168 | 2025.01.30 20:19:27.834248 [ 270 ] {649c30ca-0c96-4e05-b8e4-a2f8789947be} <Debug> TCPHandler: Processed in 0.002449738 sec. | ||
| 2169 | 2025.01.30 20:19:27.834590 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2170 | 2025.01.30 20:19:27.834891 [ 271 ] {e44d686b-391f-4a1b-b479-e1d937c56380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2171 | 2025.01.30 20:19:27.835008 [ 271 ] {e44d686b-391f-4a1b-b479-e1d937c56380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2172 | 2025.01.30 20:19:27.835962 [ 271 ] {e44d686b-391f-4a1b-b479-e1d937c56380} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2173 | 2025.01.30 20:19:27.836015 [ 271 ] {e44d686b-391f-4a1b-b479-e1d937c56380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2174 | 2025.01.30 20:19:27.836468 [ 271 ] {e44d686b-391f-4a1b-b479-e1d937c56380} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2175 | 2025.01.30 20:19:27.836725 [ 271 ] {e44d686b-391f-4a1b-b479-e1d937c56380} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2176 | 2025.01.30 20:19:27.836977 [ 271 ] {e44d686b-391f-4a1b-b479-e1d937c56380} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002163 sec., 14331.946370781323 rows/sec., 1.05 MiB/sec. | ||
| 2177 | 2025.01.30 20:19:27.837154 [ 271 ] {e44d686b-391f-4a1b-b479-e1d937c56380} <Debug> TCPHandler: Processed in 0.002750007 sec. | ||
| 2178 | 2025.01.30 20:19:27.837338 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2179 | 2025.01.30 20:19:27.837457 [ 270 ] {962fd22f-8969-40af-a2c1-e41e4bfd2a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2180 | 2025.01.30 20:19:27.837505 [ 270 ] {962fd22f-8969-40af-a2c1-e41e4bfd2a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2181 | 2025.01.30 20:19:27.838106 [ 270 ] {962fd22f-8969-40af-a2c1-e41e4bfd2a72} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2025.01.30 20:19:27.838144 [ 270 ] {962fd22f-8969-40af-a2c1-e41e4bfd2a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2183 | 2025.01.30 20:19:27.838503 [ 270 ] {962fd22f-8969-40af-a2c1-e41e4bfd2a72} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2184 | 2025.01.30 20:19:27.838735 [ 270 ] {962fd22f-8969-40af-a2c1-e41e4bfd2a72} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2185 | 2025.01.30 20:19:27.839036 [ 270 ] {962fd22f-8969-40af-a2c1-e41e4bfd2a72} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001581 sec., 55028.46299810247 rows/sec., 4.30 MiB/sec. | ||
| 2186 | 2025.01.30 20:19:27.839158 [ 270 ] {962fd22f-8969-40af-a2c1-e41e4bfd2a72} <Debug> TCPHandler: Processed in 0.001880132 sec. | ||
| 2187 | 2025.01.30 20:19:27.839302 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2188 | 2025.01.30 20:19:27.839425 [ 271 ] {883d5b28-11e2-4982-ab00-b17fe3bf299d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2189 | 2025.01.30 20:19:27.839486 [ 271 ] {883d5b28-11e2-4982-ab00-b17fe3bf299d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2190 | 2025.01.30 20:19:27.840194 [ 271 ] {883d5b28-11e2-4982-ab00-b17fe3bf299d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2025.01.30 20:19:27.840242 [ 271 ] {883d5b28-11e2-4982-ab00-b17fe3bf299d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2192 | 2025.01.30 20:19:27.840665 [ 271 ] {883d5b28-11e2-4982-ab00-b17fe3bf299d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2193 | 2025.01.30 20:19:27.840932 [ 271 ] {883d5b28-11e2-4982-ab00-b17fe3bf299d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2194 | 2025.01.30 20:19:27.841169 [ 271 ] {883d5b28-11e2-4982-ab00-b17fe3bf299d} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001773 sec., 84602.36886632825 rows/sec., 5.87 MiB/sec. | ||
| 2195 | 2025.01.30 20:19:27.841224 [ 271 ] {883d5b28-11e2-4982-ab00-b17fe3bf299d} <Debug> TCPHandler: Processed in 0.001979385 sec. | ||
| 2196 | 2025.01.30 20:19:27.841366 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2197 | 2025.01.30 20:19:27.841490 [ 270 ] {d2801286-beee-41ce-a9ef-fbfdbc89a779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2198 | 2025.01.30 20:19:27.841580 [ 270 ] {d2801286-beee-41ce-a9ef-fbfdbc89a779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2199 | 2025.01.30 20:19:27.842855 [ 270 ] {d2801286-beee-41ce-a9ef-fbfdbc89a779} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2200 | 2025.01.30 20:19:27.842894 [ 270 ] {d2801286-beee-41ce-a9ef-fbfdbc89a779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2201 | 2025.01.30 20:19:27.843541 [ 270 ] {d2801286-beee-41ce-a9ef-fbfdbc89a779} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2202 | 2025.01.30 20:19:27.843804 [ 270 ] {d2801286-beee-41ce-a9ef-fbfdbc89a779} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2025.01.30 20:19:27.844042 [ 270 ] {d2801286-beee-41ce-a9ef-fbfdbc89a779} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002583 sec., 12001.548586914441 rows/sec., 21.51 MiB/sec. | ||
| 2204 | 2025.01.30 20:19:27.844133 [ 270 ] {d2801286-beee-41ce-a9ef-fbfdbc89a779} <Debug> TCPHandler: Processed in 0.002821518 sec. | ||
| 2205 | 2025.01.30 20:19:27.844287 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2206 | 2025.01.30 20:19:27.844428 [ 271 ] {c84f4daa-c6ac-41b9-b076-0e4fd34a3b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2207 | 2025.01.30 20:19:27.844490 [ 271 ] {c84f4daa-c6ac-41b9-b076-0e4fd34a3b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2208 | 2025.01.30 20:19:27.845094 [ 271 ] {c84f4daa-c6ac-41b9-b076-0e4fd34a3b51} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2209 | 2025.01.30 20:19:27.845142 [ 271 ] {c84f4daa-c6ac-41b9-b076-0e4fd34a3b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 2210 | 2025.01.30 20:19:27.845577 [ 271 ] {c84f4daa-c6ac-41b9-b076-0e4fd34a3b51} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2211 | 2025.01.30 20:19:27.845821 [ 271 ] {c84f4daa-c6ac-41b9-b076-0e4fd34a3b51} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2212 | 2025.01.30 20:19:27.846038 [ 271 ] {c84f4daa-c6ac-41b9-b076-0e4fd34a3b51} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001642 sec., 30450.669914738122 rows/sec., 2.09 MiB/sec. | ||
| 2213 | 2025.01.30 20:19:27.846091 [ 271 ] {c84f4daa-c6ac-41b9-b076-0e4fd34a3b51} <Debug> TCPHandler: Processed in 0.001874182 sec. | ||
| 2214 | 2025.01.30 20:19:28.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.26 MiB, peak 184.77 MiB, free memory in arenas 0.00 B, will set to 176.42 MiB (RSS), difference: 1.16 MiB | ||
| 2215 | 2025.01.30 20:19:32.830794 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2216 | 2025.01.30 20:19:32.831025 [ 270 ] {b9d6c2fc-eb44-4d88-9f00-b6f2acfbd102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2217 | 2025.01.30 20:19:32.831106 [ 270 ] {b9d6c2fc-eb44-4d88-9f00-b6f2acfbd102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2218 | 2025.01.30 20:19:32.831923 [ 270 ] {b9d6c2fc-eb44-4d88-9f00-b6f2acfbd102} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2025.01.30 20:19:32.831969 [ 270 ] {b9d6c2fc-eb44-4d88-9f00-b6f2acfbd102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2220 | 2025.01.30 20:19:32.832392 [ 270 ] {b9d6c2fc-eb44-4d88-9f00-b6f2acfbd102} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2221 | 2025.01.30 20:19:32.832647 [ 270 ] {b9d6c2fc-eb44-4d88-9f00-b6f2acfbd102} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2025.01.30 20:19:32.832883 [ 270 ] {b9d6c2fc-eb44-4d88-9f00-b6f2acfbd102} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001918 sec., 2085.505735140772 rows/sec., 170.06 KiB/sec. | ||
| 2223 | 2025.01.30 20:19:32.832940 [ 270 ] {b9d6c2fc-eb44-4d88-9f00-b6f2acfbd102} <Debug> TCPHandler: Processed in 0.002287404 sec. | ||
| 2224 | 2025.01.30 20:19:32.833215 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2025.01.30 20:19:32.833434 [ 271 ] {4da82277-69e9-4119-8352-9f90326b421d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2226 | 2025.01.30 20:19:32.833514 [ 271 ] {4da82277-69e9-4119-8352-9f90326b421d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2227 | 2025.01.30 20:19:32.834313 [ 271 ] {4da82277-69e9-4119-8352-9f90326b421d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2025.01.30 20:19:32.834364 [ 271 ] {4da82277-69e9-4119-8352-9f90326b421d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2229 | 2025.01.30 20:19:32.834811 [ 271 ] {4da82277-69e9-4119-8352-9f90326b421d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2230 | 2025.01.30 20:19:32.835071 [ 271 ] {4da82277-69e9-4119-8352-9f90326b421d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2025.01.30 20:19:32.835306 [ 271 ] {4da82277-69e9-4119-8352-9f90326b421d} <Debug> executeQuery: Read 70 rows, 5.74 KiB in 0.001933 sec., 36213.14019658562 rows/sec., 2.90 MiB/sec. | ||
| 2232 | 2025.01.30 20:19:32.835363 [ 271 ] {4da82277-69e9-4119-8352-9f90326b421d} <Debug> TCPHandler: Processed in 0.002293524 sec. | ||
| 2233 | 2025.01.30 20:19:32.835540 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2234 | 2025.01.30 20:19:32.835686 [ 270 ] {8a70e378-9de1-43e7-a0f3-f3bf994b9ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2235 | 2025.01.30 20:19:32.835736 [ 270 ] {8a70e378-9de1-43e7-a0f3-f3bf994b9ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2236 | 2025.01.30 20:19:32.836339 [ 270 ] {8a70e378-9de1-43e7-a0f3-f3bf994b9ddf} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2025.01.30 20:19:32.836380 [ 270 ] {8a70e378-9de1-43e7-a0f3-f3bf994b9ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2238 | 2025.01.30 20:19:32.836759 [ 270 ] {8a70e378-9de1-43e7-a0f3-f3bf994b9ddf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2239 | 2025.01.30 20:19:32.837005 [ 270 ] {8a70e378-9de1-43e7-a0f3-f3bf994b9ddf} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2240 | 2025.01.30 20:19:32.837260 [ 270 ] {8a70e378-9de1-43e7-a0f3-f3bf994b9ddf} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001603 sec., 7485.963817841547 rows/sec., 549.51 KiB/sec. | ||
| 2241 | 2025.01.30 20:19:32.837442 [ 270 ] {8a70e378-9de1-43e7-a0f3-f3bf994b9ddf} <Debug> TCPHandler: Processed in 0.001967885 sec. | ||
| 2242 | 2025.01.30 20:19:32.837602 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2243 | 2025.01.30 20:19:32.837737 [ 271 ] {33c0f931-1672-429c-a3f4-3a930a85d4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2244 | 2025.01.30 20:19:32.837795 [ 271 ] {33c0f931-1672-429c-a3f4-3a930a85d4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2245 | 2025.01.30 20:19:32.838520 [ 271 ] {33c0f931-1672-429c-a3f4-3a930a85d4ef} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2246 | 2025.01.30 20:19:32.838568 [ 271 ] {33c0f931-1672-429c-a3f4-3a930a85d4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2247 | 2025.01.30 20:19:32.838946 [ 271 ] {33c0f931-1672-429c-a3f4-3a930a85d4ef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2248 | 2025.01.30 20:19:32.839186 [ 271 ] {33c0f931-1672-429c-a3f4-3a930a85d4ef} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2249 | 2025.01.30 20:19:32.839397 [ 271 ] {33c0f931-1672-429c-a3f4-3a930a85d4ef} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00169 sec., 40236.686390532544 rows/sec., 3.14 MiB/sec. | ||
| 2250 | 2025.01.30 20:19:32.839449 [ 271 ] {33c0f931-1672-429c-a3f4-3a930a85d4ef} <Debug> TCPHandler: Processed in 0.001904282 sec. | ||
| 2251 | 2025.01.30 20:19:32.839595 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2252 | 2025.01.30 20:19:32.839724 [ 270 ] {98cc95c7-01dc-409e-9429-42424f4ef387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2253 | 2025.01.30 20:19:32.839787 [ 270 ] {98cc95c7-01dc-409e-9429-42424f4ef387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2254 | 2025.01.30 20:19:32.840497 [ 270 ] {98cc95c7-01dc-409e-9429-42424f4ef387} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2255 | 2025.01.30 20:19:32.840544 [ 270 ] {98cc95c7-01dc-409e-9429-42424f4ef387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2256 | 2025.01.30 20:19:32.840967 [ 270 ] {98cc95c7-01dc-409e-9429-42424f4ef387} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2257 | 2025.01.30 20:19:32.841205 [ 270 ] {98cc95c7-01dc-409e-9429-42424f4ef387} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2258 | 2025.01.30 20:19:32.841473 [ 270 ] {98cc95c7-01dc-409e-9429-42424f4ef387} <Debug> executeQuery: Read 152 rows, 10.79 KiB in 0.001766 sec., 86070.21517553795 rows/sec., 5.97 MiB/sec. | ||
| 2259 | 2025.01.30 20:19:32.841622 [ 270 ] {98cc95c7-01dc-409e-9429-42424f4ef387} <Debug> TCPHandler: Processed in 0.002078108 sec. | ||
| 2260 | 2025.01.30 20:19:32.841788 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2261 | 2025.01.30 20:19:32.841927 [ 271 ] {ebc63bd4-16ed-4bfb-b469-1651ab0f5bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2262 | 2025.01.30 20:19:32.842021 [ 271 ] {ebc63bd4-16ed-4bfb-b469-1651ab0f5bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2263 | 2025.01.30 20:19:32.843230 [ 271 ] {ebc63bd4-16ed-4bfb-b469-1651ab0f5bda} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2264 | 2025.01.30 20:19:32.843269 [ 271 ] {ebc63bd4-16ed-4bfb-b469-1651ab0f5bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2265 | 2025.01.30 20:19:32.843858 [ 271 ] {ebc63bd4-16ed-4bfb-b469-1651ab0f5bda} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2266 | 2025.01.30 20:19:32.844122 [ 271 ] {ebc63bd4-16ed-4bfb-b469-1651ab0f5bda} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2267 | 2025.01.30 20:19:32.844354 [ 271 ] {ebc63bd4-16ed-4bfb-b469-1651ab0f5bda} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002458 sec., 3254.6786004882015 rows/sec., 5.83 MiB/sec. | ||
| 2268 | 2025.01.30 20:19:32.844447 [ 271 ] {ebc63bd4-16ed-4bfb-b469-1651ab0f5bda} <Debug> TCPHandler: Processed in 0.002728386 sec. | ||
| 2269 | 2025.01.30 20:19:32.844595 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2270 | 2025.01.30 20:19:32.844734 [ 270 ] {f96c0d5e-4f5a-4761-9327-7f204d383b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2271 | 2025.01.30 20:19:32.844795 [ 270 ] {f96c0d5e-4f5a-4761-9327-7f204d383b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2272 | 2025.01.30 20:19:32.845383 [ 270 ] {f96c0d5e-4f5a-4761-9327-7f204d383b5a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2273 | 2025.01.30 20:19:32.845430 [ 270 ] {f96c0d5e-4f5a-4761-9327-7f204d383b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2274 | 2025.01.30 20:19:32.845840 [ 270 ] {f96c0d5e-4f5a-4761-9327-7f204d383b5a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2275 | 2025.01.30 20:19:32.846077 [ 270 ] {f96c0d5e-4f5a-4761-9327-7f204d383b5a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2276 | 2025.01.30 20:19:32.846365 [ 270 ] {f96c0d5e-4f5a-4761-9327-7f204d383b5a} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001636 sec., 30562.34718826406 rows/sec., 2.10 MiB/sec. | ||
| 2277 | 2025.01.30 20:19:32.846489 [ 270 ] {f96c0d5e-4f5a-4761-9327-7f204d383b5a} <Debug> TCPHandler: Processed in 0.001960785 sec. | ||
| 2278 | 2025.01.30 20:19:34.158251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 2279 | 2025.01.30 20:19:34.158964 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2280 | 2025.01.30 20:19:34.159004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2281 | 2025.01.30 20:19:34.159604 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2282 | 2025.01.30 20:19:34.159864 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2283 | 2025.01.30 20:19:34.160063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 2284 | 2025.01.30 20:19:34.657662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 2285 | 2025.01.30 20:19:34.676185 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2286 | 2025.01.30 20:19:34.676239 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2287 | 2025.01.30 20:19:34.683348 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2288 | 2025.01.30 20:19:34.684091 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2289 | 2025.01.30 20:19:34.687490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 2290 | 2025.01.30 20:19:36.656135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 290 | ||
| 2291 | 2025.01.30 20:19:36.659124 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2292 | 2025.01.30 20:19:36.659181 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2293 | 2025.01.30 20:19:36.660659 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2294 | 2025.01.30 20:19:36.660975 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2295 | 2025.01.30 20:19:36.661911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 290 | ||
| 2296 | 2025.01.30 20:19:37.831459 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2297 | 2025.01.30 20:19:37.831648 [ 270 ] {62acd4fc-280b-4b62-9cbf-b6706d5d48a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2298 | 2025.01.30 20:19:37.831720 [ 270 ] {62acd4fc-280b-4b62-9cbf-b6706d5d48a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2299 | 2025.01.30 20:19:37.832531 [ 270 ] {62acd4fc-280b-4b62-9cbf-b6706d5d48a1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2300 | 2025.01.30 20:19:37.832573 [ 270 ] {62acd4fc-280b-4b62-9cbf-b6706d5d48a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2301 | 2025.01.30 20:19:37.833011 [ 270 ] {62acd4fc-280b-4b62-9cbf-b6706d5d48a1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2302 | 2025.01.30 20:19:37.833262 [ 270 ] {62acd4fc-280b-4b62-9cbf-b6706d5d48a1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2303 | 2025.01.30 20:19:37.833457 [ 270 ] {62acd4fc-280b-4b62-9cbf-b6706d5d48a1} <Debug> executeQuery: Read 114 rows, 9.97 KiB in 0.001864 sec., 61158.7982832618 rows/sec., 5.22 MiB/sec. | ||
| 2304 | 2025.01.30 20:19:37.833514 [ 270 ] {62acd4fc-280b-4b62-9cbf-b6706d5d48a1} <Debug> TCPHandler: Processed in 0.00218699 sec. | ||
| 2305 | 2025.01.30 20:19:37.833858 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2306 | 2025.01.30 20:19:37.834093 [ 271 ] {21595b65-58af-4d8c-b088-4773bb5195d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2307 | 2025.01.30 20:19:37.834175 [ 271 ] {21595b65-58af-4d8c-b088-4773bb5195d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2308 | 2025.01.30 20:19:37.835007 [ 271 ] {21595b65-58af-4d8c-b088-4773bb5195d2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2309 | 2025.01.30 20:19:37.835056 [ 271 ] {21595b65-58af-4d8c-b088-4773bb5195d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2310 | 2025.01.30 20:19:37.835495 [ 271 ] {21595b65-58af-4d8c-b088-4773bb5195d2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2311 | 2025.01.30 20:19:37.835744 [ 271 ] {21595b65-58af-4d8c-b088-4773bb5195d2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2312 | 2025.01.30 20:19:37.835985 [ 271 ] {21595b65-58af-4d8c-b088-4773bb5195d2} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00195 sec., 15897.435897435898 rows/sec., 1.17 MiB/sec. | ||
| 2313 | 2025.01.30 20:19:37.836053 [ 271 ] {21595b65-58af-4d8c-b088-4773bb5195d2} <Debug> TCPHandler: Processed in 0.002392287 sec. | ||
| 2314 | 2025.01.30 20:19:37.836252 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2315 | 2025.01.30 20:19:37.836474 [ 270 ] {e4ee33e8-e432-4551-81c9-201135ae082d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2316 | 2025.01.30 20:19:37.836565 [ 270 ] {e4ee33e8-e432-4551-81c9-201135ae082d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2317 | 2025.01.30 20:19:37.837333 [ 270 ] {e4ee33e8-e432-4551-81c9-201135ae082d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2318 | 2025.01.30 20:19:37.837372 [ 270 ] {e4ee33e8-e432-4551-81c9-201135ae082d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2319 | 2025.01.30 20:19:37.837750 [ 270 ] {e4ee33e8-e432-4551-81c9-201135ae082d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2320 | 2025.01.30 20:19:37.837988 [ 270 ] {e4ee33e8-e432-4551-81c9-201135ae082d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2321 | 2025.01.30 20:19:37.838205 [ 270 ] {e4ee33e8-e432-4551-81c9-201135ae082d} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001786 sec., 48712.20604703247 rows/sec., 3.80 MiB/sec. | ||
| 2322 | 2025.01.30 20:19:37.838259 [ 270 ] {e4ee33e8-e432-4551-81c9-201135ae082d} <Debug> TCPHandler: Processed in 0.002114138 sec. | ||
| 2323 | 2025.01.30 20:19:37.838425 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2324 | 2025.01.30 20:19:37.838574 [ 271 ] {de01f695-8a0f-4007-8727-c3f52dd00112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2325 | 2025.01.30 20:19:37.838641 [ 271 ] {de01f695-8a0f-4007-8727-c3f52dd00112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2326 | 2025.01.30 20:19:37.839266 [ 271 ] {de01f695-8a0f-4007-8727-c3f52dd00112} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2327 | 2025.01.30 20:19:37.839308 [ 271 ] {de01f695-8a0f-4007-8727-c3f52dd00112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2328 | 2025.01.30 20:19:37.839702 [ 271 ] {de01f695-8a0f-4007-8727-c3f52dd00112} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2329 | 2025.01.30 20:19:37.839947 [ 271 ] {de01f695-8a0f-4007-8727-c3f52dd00112} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2330 | 2025.01.30 20:19:37.840170 [ 271 ] {de01f695-8a0f-4007-8727-c3f52dd00112} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001632 sec., 91911.76470588235 rows/sec., 6.37 MiB/sec. | ||
| 2331 | 2025.01.30 20:19:37.840222 [ 271 ] {de01f695-8a0f-4007-8727-c3f52dd00112} <Debug> TCPHandler: Processed in 0.001866982 sec. | ||
| 2332 | 2025.01.30 20:19:37.840394 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2333 | 2025.01.30 20:19:37.840531 [ 270 ] {c15d0ab0-7e63-456a-abf6-ac10e2b86206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2334 | 2025.01.30 20:19:37.840625 [ 270 ] {c15d0ab0-7e63-456a-abf6-ac10e2b86206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2335 | 2025.01.30 20:19:37.841826 [ 270 ] {c15d0ab0-7e63-456a-abf6-ac10e2b86206} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2336 | 2025.01.30 20:19:37.841867 [ 270 ] {c15d0ab0-7e63-456a-abf6-ac10e2b86206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2337 | 2025.01.30 20:19:37.842550 [ 270 ] {c15d0ab0-7e63-456a-abf6-ac10e2b86206} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2338 | 2025.01.30 20:19:37.842807 [ 270 ] {c15d0ab0-7e63-456a-abf6-ac10e2b86206} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2339 | 2025.01.30 20:19:37.843114 [ 270 ] {c15d0ab0-7e63-456a-abf6-ac10e2b86206} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002607 sec., 11891.062523973917 rows/sec., 21.31 MiB/sec. | ||
| 2340 | 2025.01.30 20:19:37.843631 [ 270 ] {c15d0ab0-7e63-456a-abf6-ac10e2b86206} <Debug> TCPHandler: Processed in 0.003304981 sec. | ||
| 2341 | 2025.01.30 20:19:37.843852 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2342 | 2025.01.30 20:19:37.844012 [ 271 ] {ba53bd46-19cd-4b5d-9d63-40b10b145b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2343 | 2025.01.30 20:19:37.844072 [ 271 ] {ba53bd46-19cd-4b5d-9d63-40b10b145b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2344 | 2025.01.30 20:19:37.844623 [ 271 ] {ba53bd46-19cd-4b5d-9d63-40b10b145b64} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2345 | 2025.01.30 20:19:37.844668 [ 271 ] {ba53bd46-19cd-4b5d-9d63-40b10b145b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2346 | 2025.01.30 20:19:37.845071 [ 271 ] {ba53bd46-19cd-4b5d-9d63-40b10b145b64} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2347 | 2025.01.30 20:19:37.845304 [ 271 ] {ba53bd46-19cd-4b5d-9d63-40b10b145b64} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2025.01.30 20:19:37.845512 [ 271 ] {ba53bd46-19cd-4b5d-9d63-40b10b145b64} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001531 sec., 32658.393207054214 rows/sec., 2.24 MiB/sec. | ||
| 2349 | 2025.01.30 20:19:37.845561 [ 271 ] {ba53bd46-19cd-4b5d-9d63-40b10b145b64} <Debug> TCPHandler: Processed in 0.001823801 sec. | ||
| 2350 | 2025.01.30 20:19:41.558900 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2351 | 2025.01.30 20:19:41.558969 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2352 | 2025.01.30 20:19:41.660220 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 2353 | 2025.01.30 20:19:41.661327 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2354 | 2025.01.30 20:19:41.661413 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2355 | 2025.01.30 20:19:41.661988 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2356 | 2025.01.30 20:19:41.662235 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2357 | 2025.01.30 20:19:41.662476 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 2358 | 2025.01.30 20:19:42.187550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 2359 | 2025.01.30 20:19:42.206783 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2360 | 2025.01.30 20:19:42.206831 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2361 | 2025.01.30 20:19:42.214417 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2362 | 2025.01.30 20:19:42.215209 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2363 | 2025.01.30 20:19:42.218021 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 2364 | 2025.01.30 20:19:42.830397 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2365 | 2025.01.30 20:19:42.830614 [ 270 ] {0082255e-0ad4-466b-9ca6-1b497328d550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2366 | 2025.01.30 20:19:42.830697 [ 270 ] {0082255e-0ad4-466b-9ca6-1b497328d550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2367 | 2025.01.30 20:19:42.831519 [ 270 ] {0082255e-0ad4-466b-9ca6-1b497328d550} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2368 | 2025.01.30 20:19:42.831569 [ 270 ] {0082255e-0ad4-466b-9ca6-1b497328d550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2369 | 2025.01.30 20:19:42.832009 [ 270 ] {0082255e-0ad4-466b-9ca6-1b497328d550} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2370 | 2025.01.30 20:19:42.832255 [ 270 ] {0082255e-0ad4-466b-9ca6-1b497328d550} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2371 | 2025.01.30 20:19:42.832489 [ 270 ] {0082255e-0ad4-466b-9ca6-1b497328d550} <Debug> executeQuery: Read 68 rows, 5.59 KiB in 0.001933 sec., 35178.479048111745 rows/sec., 2.83 MiB/sec. | ||
| 2372 | 2025.01.30 20:19:42.832554 [ 270 ] {0082255e-0ad4-466b-9ca6-1b497328d550} <Debug> TCPHandler: Processed in 0.002302043 sec. | ||
| 2373 | 2025.01.30 20:19:42.832826 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2374 | 2025.01.30 20:19:42.833042 [ 271 ] {1faaf14e-1fb7-49d8-abda-aba655bbc10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2375 | 2025.01.30 20:19:42.833116 [ 271 ] {1faaf14e-1fb7-49d8-abda-aba655bbc10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2376 | 2025.01.30 20:19:42.833852 [ 271 ] {1faaf14e-1fb7-49d8-abda-aba655bbc10b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2377 | 2025.01.30 20:19:42.833902 [ 271 ] {1faaf14e-1fb7-49d8-abda-aba655bbc10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2378 | 2025.01.30 20:19:42.834344 [ 271 ] {1faaf14e-1fb7-49d8-abda-aba655bbc10b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2379 | 2025.01.30 20:19:42.834602 [ 271 ] {1faaf14e-1fb7-49d8-abda-aba655bbc10b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2380 | 2025.01.30 20:19:42.834883 [ 271 ] {1faaf14e-1fb7-49d8-abda-aba655bbc10b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001898 sec., 4214.963119072709 rows/sec., 316.95 KiB/sec. | ||
| 2381 | 2025.01.30 20:19:42.835096 [ 271 ] {1faaf14e-1fb7-49d8-abda-aba655bbc10b} <Debug> TCPHandler: Processed in 0.002407967 sec. | ||
| 2382 | 2025.01.30 20:19:42.835275 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2383 | 2025.01.30 20:19:42.835404 [ 270 ] {5ecaf4ff-e0f6-437f-a6a5-fd39e563c2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2384 | 2025.01.30 20:19:42.835459 [ 270 ] {5ecaf4ff-e0f6-437f-a6a5-fd39e563c2ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2385 | 2025.01.30 20:19:42.836102 [ 270 ] {5ecaf4ff-e0f6-437f-a6a5-fd39e563c2ea} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2386 | 2025.01.30 20:19:42.836142 [ 270 ] {5ecaf4ff-e0f6-437f-a6a5-fd39e563c2ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2387 | 2025.01.30 20:19:42.836523 [ 270 ] {5ecaf4ff-e0f6-437f-a6a5-fd39e563c2ea} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2388 | 2025.01.30 20:19:42.836756 [ 270 ] {5ecaf4ff-e0f6-437f-a6a5-fd39e563c2ea} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2389 | 2025.01.30 20:19:42.836968 [ 270 ] {5ecaf4ff-e0f6-437f-a6a5-fd39e563c2ea} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.001593 sec., 40175.76898932831 rows/sec., 3.13 MiB/sec. | ||
| 2390 | 2025.01.30 20:19:42.837021 [ 270 ] {5ecaf4ff-e0f6-437f-a6a5-fd39e563c2ea} <Debug> TCPHandler: Processed in 0.001810191 sec. | ||
| 2391 | 2025.01.30 20:19:42.837201 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2025.01.30 20:19:42.837350 [ 271 ] {10434207-6530-4676-aabb-02f96abe02bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2393 | 2025.01.30 20:19:42.837415 [ 271 ] {10434207-6530-4676-aabb-02f96abe02bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2394 | 2025.01.30 20:19:42.838089 [ 271 ] {10434207-6530-4676-aabb-02f96abe02bd} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2395 | 2025.01.30 20:19:42.838130 [ 271 ] {10434207-6530-4676-aabb-02f96abe02bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2396 | 2025.01.30 20:19:42.838525 [ 271 ] {10434207-6530-4676-aabb-02f96abe02bd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2397 | 2025.01.30 20:19:42.838761 [ 271 ] {10434207-6530-4676-aabb-02f96abe02bd} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2398 | 2025.01.30 20:19:42.838926 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2399 | 2025.01.30 20:19:42.838995 [ 271 ] {10434207-6530-4676-aabb-02f96abe02bd} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001678 sec., 89392.13349225269 rows/sec., 6.20 MiB/sec. | ||
| 2400 | 2025.01.30 20:19:42.839009 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2025.01.30 20:19:42.839088 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2402 | 2025.01.30 20:19:42.839124 [ 271 ] {10434207-6530-4676-aabb-02f96abe02bd} <Debug> TCPHandler: Processed in 0.001988626 sec. | ||
| 2403 | 2025.01.30 20:19:42.839509 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2025.01.30 20:19:42.839602 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 2405 | 2025.01.30 20:19:42.839798 [ 270 ] {7a5cb831-f628-464f-ab17-57a6d8f54b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2406 | 2025.01.30 20:19:42.839954 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2407 | 2025.01.30 20:19:42.840019 [ 270 ] {7a5cb831-f628-464f-ab17-57a6d8f54b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2408 | 2025.01.30 20:19:42.840047 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 602 rows starting from the beginning of the part | ||
| 2409 | 2025.01.30 20:19:42.840539 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
| 2410 | 2025.01.30 20:19:42.840924 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 150 rows starting from the beginning of the part | ||
| 2411 | 2025.01.30 20:19:42.841263 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 152 rows starting from the beginning of the part | ||
| 2412 | 2025.01.30 20:19:42.841618 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part | ||
| 2413 | 2025.01.30 20:19:42.842025 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part | ||
| 2414 | 2025.01.30 20:19:42.845527 [ 270 ] {7a5cb831-f628-464f-ab17-57a6d8f54b9c} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2415 | 2025.01.30 20:19:42.845633 [ 270 ] {7a5cb831-f628-464f-ab17-57a6d8f54b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2416 | 2025.01.30 20:19:42.845738 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 5 columns (5 merged, 0 gathered) in 0.00651139 sec., 207943.3116431361 rows/sec., 14.42 MiB/sec. | ||
| 2417 | 2025.01.30 20:19:42.846058 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2418 | 2025.01.30 20:19:42.846746 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2025.01.30 20:19:42.846961 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2420 | 2025.01.30 20:19:42.847073 [ 270 ] {7a5cb831-f628-464f-ab17-57a6d8f54b9c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2421 | 2025.01.30 20:19:42.847086 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2422 | 2025.01.30 20:19:42.847377 [ 270 ] {7a5cb831-f628-464f-ab17-57a6d8f54b9c} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2025.01.30 20:19:42.847623 [ 270 ] {7a5cb831-f628-464f-ab17-57a6d8f54b9c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007895 sec., 1013.2995566814441 rows/sec., 1.82 MiB/sec. | ||
| 2424 | 2025.01.30 20:19:42.847733 [ 270 ] {7a5cb831-f628-464f-ab17-57a6d8f54b9c} <Debug> TCPHandler: Processed in 0.008472325 sec. | ||
| 2425 | 2025.01.30 20:19:42.847984 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2025.01.30 20:19:42.848213 [ 271 ] {56ed9b76-6cda-4479-9636-e97c85c41ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2427 | 2025.01.30 20:19:42.848309 [ 271 ] {56ed9b76-6cda-4479-9636-e97c85c41ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2428 | 2025.01.30 20:19:42.849142 [ 271 ] {56ed9b76-6cda-4479-9636-e97c85c41ed9} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.01.30 20:19:42.849181 [ 271 ] {56ed9b76-6cda-4479-9636-e97c85c41ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2430 | 2025.01.30 20:19:42.849563 [ 271 ] {56ed9b76-6cda-4479-9636-e97c85c41ed9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2431 | 2025.01.30 20:19:42.849799 [ 271 ] {56ed9b76-6cda-4479-9636-e97c85c41ed9} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2025.01.30 20:19:42.849955 [ 148 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2433 | 2025.01.30 20:19:42.850021 [ 148 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2434 | 2025.01.30 20:19:42.850056 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2435 | 2025.01.30 20:19:42.850062 [ 271 ] {56ed9b76-6cda-4479-9636-e97c85c41ed9} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001899 sec., 26329.64718272775 rows/sec., 1.81 MiB/sec. | ||
| 2436 | 2025.01.30 20:19:42.850292 [ 271 ] {56ed9b76-6cda-4479-9636-e97c85c41ed9} <Debug> TCPHandler: Processed in 0.002417097 sec. | ||
| 2437 | 2025.01.30 20:19:42.850336 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 2438 | 2025.01.30 20:19:42.850492 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2439 | 2025.01.30 20:19:42.850529 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part | ||
| 2440 | 2025.01.30 20:19:42.850645 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
| 2441 | 2025.01.30 20:19:42.850766 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
| 2442 | 2025.01.30 20:19:42.851019 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
| 2443 | 2025.01.30 20:19:42.851182 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
| 2444 | 2025.01.30 20:19:42.851335 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part | ||
| 2445 | 2025.01.30 20:19:42.852420 [ 196 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 430 rows, containing 4 columns (4 merged, 0 gathered) in 0.002280724 sec., 188536.6225812505 rows/sec., 12.92 MiB/sec. | ||
| 2446 | 2025.01.30 20:19:42.852612 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2447 | 2025.01.30 20:19:42.852978 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): 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.30 20:19:42.853080 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_11_2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2449 | 2025.01.30 20:19:42.853168 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2450 | 2025.01.30 20:19:46.662151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 314 | ||
| 2451 | 2025.01.30 20:19:46.666943 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2452 | 2025.01.30 20:19:46.667021 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2453 | 2025.01.30 20:19:46.669431 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2454 | 2025.01.30 20:19:46.669909 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2455 | 2025.01.30 20:19:46.671304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314 | ||
| 2456 | 2025.01.30 20:19:47.831683 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2025.01.30 20:19:47.831900 [ 270 ] {45f32508-186d-44f3-a303-cd1df807964d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2458 | 2025.01.30 20:19:47.831981 [ 270 ] {45f32508-186d-44f3-a303-cd1df807964d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2459 | 2025.01.30 20:19:47.832755 [ 270 ] {45f32508-186d-44f3-a303-cd1df807964d} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2025.01.30 20:19:47.832805 [ 270 ] {45f32508-186d-44f3-a303-cd1df807964d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2461 | 2025.01.30 20:19:47.833239 [ 270 ] {45f32508-186d-44f3-a303-cd1df807964d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2462 | 2025.01.30 20:19:47.833491 [ 270 ] {45f32508-186d-44f3-a303-cd1df807964d} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2463 | 2025.01.30 20:19:47.833729 [ 270 ] {45f32508-186d-44f3-a303-cd1df807964d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00189 sec., 1058.2010582010582 rows/sec., 86.29 KiB/sec. | ||
| 2464 | 2025.01.30 20:19:47.833788 [ 270 ] {45f32508-186d-44f3-a303-cd1df807964d} <Debug> TCPHandler: Processed in 0.002250363 sec. | ||
| 2465 | 2025.01.30 20:19:47.834124 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2466 | 2025.01.30 20:19:47.834388 [ 271 ] {526a3270-215b-4f38-b6a0-4baae02e12af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2467 | 2025.01.30 20:19:47.834462 [ 271 ] {526a3270-215b-4f38-b6a0-4baae02e12af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2468 | 2025.01.30 20:19:47.835241 [ 271 ] {526a3270-215b-4f38-b6a0-4baae02e12af} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2469 | 2025.01.30 20:19:47.835293 [ 271 ] {526a3270-215b-4f38-b6a0-4baae02e12af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2470 | 2025.01.30 20:19:47.835735 [ 271 ] {526a3270-215b-4f38-b6a0-4baae02e12af} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2471 | 2025.01.30 20:19:47.835992 [ 271 ] {526a3270-215b-4f38-b6a0-4baae02e12af} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2472 | 2025.01.30 20:19:47.836180 [ 142 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2473 | 2025.01.30 20:19:47.836256 [ 271 ] {526a3270-215b-4f38-b6a0-4baae02e12af} <Debug> executeQuery: Read 115 rows, 10.04 KiB in 0.001922 sec., 59833.506763787715 rows/sec., 5.10 MiB/sec. | ||
| 2474 | 2025.01.30 20:19:47.836277 [ 142 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2475 | 2025.01.30 20:19:47.836351 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2476 | 2025.01.30 20:19:47.836398 [ 271 ] {526a3270-215b-4f38-b6a0-4baae02e12af} <Debug> TCPHandler: Processed in 0.002479789 sec. | ||
| 2477 | 2025.01.30 20:19:47.836726 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 2478 | 2025.01.30 20:19:47.836739 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2479 | 2025.01.30 20:19:47.837123 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2480 | 2025.01.30 20:19:47.837143 [ 270 ] {11c24fee-bb83-4de9-86cf-e9d5044afefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2481 | 2025.01.30 20:19:47.837190 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 133 rows starting from the beginning of the part | ||
| 2482 | 2025.01.30 20:19:47.837252 [ 270 ] {11c24fee-bb83-4de9-86cf-e9d5044afefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2483 | 2025.01.30 20:19:47.837520 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 114 rows starting from the beginning of the part | ||
| 2484 | 2025.01.30 20:19:47.837898 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 70 rows starting from the beginning of the part | ||
| 2485 | 2025.01.30 20:19:47.838212 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 114 rows starting from the beginning of the part | ||
| 2486 | 2025.01.30 20:19:47.838585 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 68 rows starting from the beginning of the part | ||
| 2487 | 2025.01.30 20:19:47.838932 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 115 rows starting from the beginning of the part | ||
| 2488 | 2025.01.30 20:19:47.840236 [ 270 ] {11c24fee-bb83-4de9-86cf-e9d5044afefa} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2489 | 2025.01.30 20:19:47.840305 [ 270 ] {11c24fee-bb83-4de9-86cf-e9d5044afefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2490 | 2025.01.30 20:19:47.841299 [ 270 ] {11c24fee-bb83-4de9-86cf-e9d5044afefa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2491 | 2025.01.30 20:19:47.841887 [ 270 ] {11c24fee-bb83-4de9-86cf-e9d5044afefa} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2492 | 2025.01.30 20:19:47.841968 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 5 columns (5 merged, 0 gathered) in 0.005504783 sec., 111539.36494862741 rows/sec., 9.84 MiB/sec. | ||
| 2493 | 2025.01.30 20:19:47.842174 [ 142 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2494 | 2025.01.30 20:19:47.842335 [ 142 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2495 | 2025.01.30 20:19:47.842344 [ 270 ] {11c24fee-bb83-4de9-86cf-e9d5044afefa} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.00526 sec., 6273.764258555133 rows/sec., 469.72 KiB/sec. | ||
| 2496 | 2025.01.30 20:19:47.842364 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2497 | 2025.01.30 20:19:47.842410 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2498 | 2025.01.30 20:19:47.842655 [ 270 ] {11c24fee-bb83-4de9-86cf-e9d5044afefa} <Debug> TCPHandler: Processed in 0.006143271 sec. | ||
| 2499 | 2025.01.30 20:19:47.842966 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 2500 | 2025.01.30 20:19:47.843010 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2501 | 2025.01.30 20:19:47.843313 [ 271 ] {a975f83f-2835-49cd-8a5a-273159c06f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2502 | 2025.01.30 20:19:47.843339 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2503 | 2025.01.30 20:19:47.843437 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 43 rows starting from the beginning of the part | ||
| 2504 | 2025.01.30 20:19:47.843443 [ 271 ] {a975f83f-2835-49cd-8a5a-273159c06f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2505 | 2025.01.30 20:19:47.843493 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2506 | 2025.01.30 20:19:47.843971 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
| 2507 | 2025.01.30 20:19:47.844089 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_16_3} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2508 | 2025.01.30 20:19:47.844351 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 2509 | 2025.01.30 20:19:47.844910 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2510 | 2025.01.30 20:19:47.844950 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
| 2511 | 2025.01.30 20:19:47.845240 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 2512 | 2025.01.30 20:19:47.845476 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part | ||
| 2513 | 2025.01.30 20:19:47.846233 [ 271 ] {a975f83f-2835-49cd-8a5a-273159c06f66} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2514 | 2025.01.30 20:19:47.846277 [ 271 ] {a975f83f-2835-49cd-8a5a-273159c06f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2515 | 2025.01.30 20:19:47.846840 [ 271 ] {a975f83f-2835-49cd-8a5a-273159c06f66} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2516 | 2025.01.30 20:19:47.846957 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.004295909 sec., 36779.177585000056 rows/sec., 2.83 MiB/sec. | ||
| 2517 | 2025.01.30 20:19:47.847202 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2518 | 2025.01.30 20:19:47.847285 [ 271 ] {a975f83f-2835-49cd-8a5a-273159c06f66} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2519 | 2025.01.30 20:19:47.847533 [ 142 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2520 | 2025.01.30 20:19:47.847655 [ 142 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.01.30 20:19:47.847728 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2522 | 2025.01.30 20:19:47.847812 [ 271 ] {a975f83f-2835-49cd-8a5a-273159c06f66} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.004556 sec., 19534.679543459173 rows/sec., 1.53 MiB/sec. | ||
| 2523 | 2025.01.30 20:19:47.848005 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2524 | 2025.01.30 20:19:47.848285 [ 271 ] {a975f83f-2835-49cd-8a5a-273159c06f66} <Debug> TCPHandler: Processed in 0.00541924 sec. | ||
| 2525 | 2025.01.30 20:19:47.848319 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_16_3} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2526 | 2025.01.30 20:19:47.848367 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 2527 | 2025.01.30 20:19:47.848636 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2528 | 2025.01.30 20:19:47.848642 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2529 | 2025.01.30 20:19:47.849028 [ 270 ] {d0bb1fa9-091f-4f93-8bc3-1229afc2120d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2530 | 2025.01.30 20:19:47.849058 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2531 | 2025.01.30 20:19:47.849160 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 117 rows starting from the beginning of the part | ||
| 2532 | 2025.01.30 20:19:47.849170 [ 270 ] {d0bb1fa9-091f-4f93-8bc3-1229afc2120d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2533 | 2025.01.30 20:19:47.849427 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 87 rows starting from the beginning of the part | ||
| 2534 | 2025.01.30 20:19:47.849751 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 68 rows starting from the beginning of the part | ||
| 2535 | 2025.01.30 20:19:47.850041 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 87 rows starting from the beginning of the part | ||
| 2536 | 2025.01.30 20:19:47.850385 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2537 | 2025.01.30 20:19:47.850716 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 89 rows starting from the beginning of the part | ||
| 2538 | 2025.01.30 20:19:47.852120 [ 270 ] {d0bb1fa9-091f-4f93-8bc3-1229afc2120d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2539 | 2025.01.30 20:19:47.852189 [ 270 ] {d0bb1fa9-091f-4f93-8bc3-1229afc2120d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2540 | 2025.01.30 20:19:47.853233 [ 270 ] {d0bb1fa9-091f-4f93-8bc3-1229afc2120d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2541 | 2025.01.30 20:19:47.853444 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.005549784 sec., 92255.84274991603 rows/sec., 7.56 MiB/sec. | ||
| 2542 | 2025.01.30 20:19:47.853649 [ 270 ] {d0bb1fa9-091f-4f93-8bc3-1229afc2120d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2025.01.30 20:19:47.853715 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2544 | 2025.01.30 20:19:47.854247 [ 270 ] {d0bb1fa9-091f-4f93-8bc3-1229afc2120d} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.00531 sec., 28436.91148775895 rows/sec., 1.97 MiB/sec. | ||
| 2545 | 2025.01.30 20:19:47.854472 [ 270 ] {d0bb1fa9-091f-4f93-8bc3-1229afc2120d} <Debug> TCPHandler: Processed in 0.006030748 sec. | ||
| 2546 | 2025.01.30 20:19:47.854608 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2025.01.30 20:19:47.854697 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2548 | 2025.01.30 20:19:47.854732 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_16_3} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2549 | 2025.01.30 20:19:47.854873 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2550 | 2025.01.30 20:19:47.854930 [ 271 ] {3d7a5793-1ca3-4ef2-82d5-f58b53f32504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2551 | 2025.01.30 20:19:47.855024 [ 271 ] {3d7a5793-1ca3-4ef2-82d5-f58b53f32504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2552 | 2025.01.30 20:19:47.856263 [ 271 ] {3d7a5793-1ca3-4ef2-82d5-f58b53f32504} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2025.01.30 20:19:47.856302 [ 271 ] {3d7a5793-1ca3-4ef2-82d5-f58b53f32504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2554 | 2025.01.30 20:19:47.856965 [ 271 ] {3d7a5793-1ca3-4ef2-82d5-f58b53f32504} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2555 | 2025.01.30 20:19:47.857223 [ 271 ] {3d7a5793-1ca3-4ef2-82d5-f58b53f32504} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2556 | 2025.01.30 20:19:47.857403 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2557 | 2025.01.30 20:19:47.857470 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2558 | 2025.01.30 20:19:47.857496 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2559 | 2025.01.30 20:19:47.857529 [ 271 ] {3d7a5793-1ca3-4ef2-82d5-f58b53f32504} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002647 sec., 11711.371363808084 rows/sec., 20.99 MiB/sec. | ||
| 2560 | 2025.01.30 20:19:47.857902 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 2561 | 2025.01.30 20:19:47.858319 [ 271 ] {3d7a5793-1ca3-4ef2-82d5-f58b53f32504} <Debug> TCPHandler: Processed in 0.003723434 sec. | ||
| 2562 | 2025.01.30 20:19:47.858634 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2563 | 2025.01.30 20:19:47.858893 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2564 | 2025.01.30 20:19:47.858906 [ 270 ] {94570e07-a156-4581-a2d1-45cbfb7969c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2565 | 2025.01.30 20:19:47.859040 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 226 rows starting from the beginning of the part | ||
| 2566 | 2025.01.30 20:19:47.859050 [ 270 ] {94570e07-a156-4581-a2d1-45cbfb7969c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2567 | 2025.01.30 20:19:47.860064 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
| 2568 | 2025.01.30 20:19:47.860806 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 2569 | 2025.01.30 20:19:47.861375 [ 270 ] {94570e07-a156-4581-a2d1-45cbfb7969c5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2570 | 2025.01.30 20:19:47.861480 [ 270 ] {94570e07-a156-4581-a2d1-45cbfb7969c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2571 | 2025.01.30 20:19:47.861559 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
| 2572 | 2025.01.30 20:19:47.862268 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 2573 | 2025.01.30 20:19:47.862965 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
| 2574 | 2025.01.30 20:19:47.863016 [ 270 ] {94570e07-a156-4581-a2d1-45cbfb7969c5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2575 | 2025.01.30 20:19:47.863901 [ 270 ] {94570e07-a156-4581-a2d1-45cbfb7969c5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2576 | 2025.01.30 20:19:47.864689 [ 270 ] {94570e07-a156-4581-a2d1-45cbfb7969c5} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005817 sec., 8595.4959601169 rows/sec., 603.53 KiB/sec. | ||
| 2577 | 2025.01.30 20:19:47.864966 [ 270 ] {94570e07-a156-4581-a2d1-45cbfb7969c5} <Debug> TCPHandler: Processed in 0.006512351 sec. | ||
| 2578 | 2025.01.30 20:19:47.867996 [ 196 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 335 rows, containing 19 columns (19 merged, 0 gathered) in 0.010426229 sec., 32130.504710763595 rows/sec., 57.58 MiB/sec. | ||
| 2579 | 2025.01.30 20:19:47.868441 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2580 | 2025.01.30 20:19:47.868825 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2581 | 2025.01.30 20:19:47.868896 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2582 | 2025.01.30 20:19:47.868996 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 2583 | 2025.01.30 20:19:49.162625 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 2584 | 2025.01.30 20:19:49.163761 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2585 | 2025.01.30 20:19:49.163799 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2586 | 2025.01.30 20:19:49.164343 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2587 | 2025.01.30 20:19:49.164590 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2588 | 2025.01.30 20:19:49.164802 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 2589 | 2025.01.30 20:19:49.718092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 2590 | 2025.01.30 20:19:49.738441 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2025.01.30 20:19:49.738505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2592 | 2025.01.30 20:19:49.746236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2593 | 2025.01.30 20:19:49.747053 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.01.30 20:19:49.750116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 2595 | 2025.01.30 20:19:52.829616 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2596 | 2025.01.30 20:19:52.829943 [ 270 ] {45904841-eb21-4fb7-bd21-82cb3e8d328f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2597 | 2025.01.30 20:19:52.830058 [ 270 ] {45904841-eb21-4fb7-bd21-82cb3e8d328f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2598 | 2025.01.30 20:19:52.831033 [ 270 ] {45904841-eb21-4fb7-bd21-82cb3e8d328f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2599 | 2025.01.30 20:19:52.831079 [ 270 ] {45904841-eb21-4fb7-bd21-82cb3e8d328f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2600 | 2025.01.30 20:19:52.831504 [ 270 ] {45904841-eb21-4fb7-bd21-82cb3e8d328f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2601 | 2025.01.30 20:19:52.831761 [ 270 ] {45904841-eb21-4fb7-bd21-82cb3e8d328f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2602 | 2025.01.30 20:19:52.831988 [ 270 ] {45904841-eb21-4fb7-bd21-82cb3e8d328f} <Debug> executeQuery: Read 68 rows, 5.59 KiB in 0.002133 sec., 31879.981247069856 rows/sec., 2.56 MiB/sec. | ||
| 2603 | 2025.01.30 20:19:52.832043 [ 270 ] {45904841-eb21-4fb7-bd21-82cb3e8d328f} <Debug> TCPHandler: Processed in 0.002615642 sec. | ||
| 2604 | 2025.01.30 20:19:52.832365 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2605 | 2025.01.30 20:19:52.832619 [ 271 ] {2bbc5252-929c-4697-97de-85050405873d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2606 | 2025.01.30 20:19:52.832700 [ 271 ] {2bbc5252-929c-4697-97de-85050405873d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2607 | 2025.01.30 20:19:52.833525 [ 271 ] {2bbc5252-929c-4697-97de-85050405873d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2608 | 2025.01.30 20:19:52.833574 [ 271 ] {2bbc5252-929c-4697-97de-85050405873d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2609 | 2025.01.30 20:19:52.834008 [ 271 ] {2bbc5252-929c-4697-97de-85050405873d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2610 | 2025.01.30 20:19:52.834263 [ 271 ] {2bbc5252-929c-4697-97de-85050405873d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2025.01.30 20:19:52.834537 [ 271 ] {2bbc5252-929c-4697-97de-85050405873d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001976 sec., 4048.582995951417 rows/sec., 304.43 KiB/sec. | ||
| 2612 | 2025.01.30 20:19:52.834768 [ 271 ] {2bbc5252-929c-4697-97de-85050405873d} <Debug> TCPHandler: Processed in 0.002590462 sec. | ||
| 2613 | 2025.01.30 20:19:52.834941 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2025.01.30 20:19:52.835082 [ 270 ] {031fa11d-9300-451a-a22e-fd3898cc9385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2615 | 2025.01.30 20:19:52.835139 [ 270 ] {031fa11d-9300-451a-a22e-fd3898cc9385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2616 | 2025.01.30 20:19:52.835765 [ 270 ] {031fa11d-9300-451a-a22e-fd3898cc9385} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.01.30 20:19:52.835802 [ 270 ] {031fa11d-9300-451a-a22e-fd3898cc9385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2618 | 2025.01.30 20:19:52.836154 [ 270 ] {031fa11d-9300-451a-a22e-fd3898cc9385} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2619 | 2025.01.30 20:19:52.836388 [ 270 ] {031fa11d-9300-451a-a22e-fd3898cc9385} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.01.30 20:19:52.836605 [ 270 ] {031fa11d-9300-451a-a22e-fd3898cc9385} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.001554 sec., 41184.04118404118 rows/sec., 3.21 MiB/sec. | ||
| 2621 | 2025.01.30 20:19:52.836721 [ 270 ] {031fa11d-9300-451a-a22e-fd3898cc9385} <Debug> TCPHandler: Processed in 0.001847571 sec. | ||
| 2622 | 2025.01.30 20:19:52.836934 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2025.01.30 20:19:52.837165 [ 271 ] {d9a41475-067d-4caa-ab65-618bba885a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2624 | 2025.01.30 20:19:52.837264 [ 271 ] {d9a41475-067d-4caa-ab65-618bba885a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2625 | 2025.01.30 20:19:52.837946 [ 271 ] {d9a41475-067d-4caa-ab65-618bba885a3f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.01.30 20:19:52.837985 [ 271 ] {d9a41475-067d-4caa-ab65-618bba885a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2627 | 2025.01.30 20:19:52.838391 [ 271 ] {d9a41475-067d-4caa-ab65-618bba885a3f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2628 | 2025.01.30 20:19:52.838653 [ 271 ] {d9a41475-067d-4caa-ab65-618bba885a3f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2629 | 2025.01.30 20:19:52.838921 [ 271 ] {d9a41475-067d-4caa-ab65-618bba885a3f} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001814 sec., 82690.1874310915 rows/sec., 5.73 MiB/sec. | ||
| 2630 | 2025.01.30 20:19:52.839122 [ 271 ] {d9a41475-067d-4caa-ab65-618bba885a3f} <Debug> TCPHandler: Processed in 0.002300023 sec. | ||
| 2631 | 2025.01.30 20:19:52.839277 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2632 | 2025.01.30 20:19:52.839414 [ 270 ] {88025a8c-8b0a-4a14-b184-7d92d18e69c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2633 | 2025.01.30 20:19:52.839504 [ 270 ] {88025a8c-8b0a-4a14-b184-7d92d18e69c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2634 | 2025.01.30 20:19:52.840748 [ 270 ] {88025a8c-8b0a-4a14-b184-7d92d18e69c5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2635 | 2025.01.30 20:19:52.840786 [ 270 ] {88025a8c-8b0a-4a14-b184-7d92d18e69c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2636 | 2025.01.30 20:19:52.841386 [ 270 ] {88025a8c-8b0a-4a14-b184-7d92d18e69c5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2637 | 2025.01.30 20:19:52.841641 [ 270 ] {88025a8c-8b0a-4a14-b184-7d92d18e69c5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2025.01.30 20:19:52.841877 [ 270 ] {88025a8c-8b0a-4a14-b184-7d92d18e69c5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002493 sec., 3208.9851584436424 rows/sec., 5.75 MiB/sec. | ||
| 2639 | 2025.01.30 20:19:52.841971 [ 270 ] {88025a8c-8b0a-4a14-b184-7d92d18e69c5} <Debug> TCPHandler: Processed in 0.002760577 sec. | ||
| 2640 | 2025.01.30 20:19:52.842149 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2025.01.30 20:19:52.842288 [ 271 ] {d0c24e2c-69a4-4ead-bfc6-64f72a33c704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2642 | 2025.01.30 20:19:52.842349 [ 271 ] {d0c24e2c-69a4-4ead-bfc6-64f72a33c704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2643 | 2025.01.30 20:19:52.842851 [ 271 ] {d0c24e2c-69a4-4ead-bfc6-64f72a33c704} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2644 | 2025.01.30 20:19:52.842890 [ 271 ] {d0c24e2c-69a4-4ead-bfc6-64f72a33c704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2645 | 2025.01.30 20:19:52.843260 [ 271 ] {d0c24e2c-69a4-4ead-bfc6-64f72a33c704} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2646 | 2025.01.30 20:19:52.843507 [ 271 ] {d0c24e2c-69a4-4ead-bfc6-64f72a33c704} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2025.01.30 20:19:52.843719 [ 271 ] {d0c24e2c-69a4-4ead-bfc6-64f72a33c704} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001462 sec., 34199.72640218878 rows/sec., 2.35 MiB/sec. | ||
| 2648 | 2025.01.30 20:19:52.843770 [ 271 ] {d0c24e2c-69a4-4ead-bfc6-64f72a33c704} <Debug> TCPHandler: Processed in 0.001688187 sec. | ||
| 2649 | 2025.01.30 20:19:56.559008 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2650 | 2025.01.30 20:19:56.559078 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2651 | 2025.01.30 20:19:56.664925 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 2652 | 2025.01.30 20:19:56.665628 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2025.01.30 20:19:56.665668 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2654 | 2025.01.30 20:19:56.666218 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2655 | 2025.01.30 20:19:56.666477 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2656 | 2025.01.30 20:19:56.666704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 2657 | 2025.01.30 20:19:56.671480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 340 | ||
| 2658 | 2025.01.30 20:19:56.674565 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2025.01.30 20:19:56.674611 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2660 | 2025.01.30 20:19:56.676066 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2661 | 2025.01.30 20:19:56.676368 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2025.01.30 20:19:56.677084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 340 | ||
| 2663 | 2025.01.30 20:19:57.250184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 2664 | 2025.01.30 20:19:57.270741 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2025.01.30 20:19:57.270791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2666 | 2025.01.30 20:19:57.278166 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2667 | 2025.01.30 20:19:57.278950 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2025.01.30 20:19:57.281432 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 2669 | 2025.01.30 20:19:57.831363 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2670 | 2025.01.30 20:19:57.831568 [ 270 ] {8b5a6153-ae5b-49d4-882d-f970e31e5c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2671 | 2025.01.30 20:19:57.831643 [ 270 ] {8b5a6153-ae5b-49d4-882d-f970e31e5c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2672 | 2025.01.30 20:19:57.832575 [ 270 ] {8b5a6153-ae5b-49d4-882d-f970e31e5c60} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.01.30 20:19:57.832630 [ 270 ] {8b5a6153-ae5b-49d4-882d-f970e31e5c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2674 | 2025.01.30 20:19:57.833091 [ 270 ] {8b5a6153-ae5b-49d4-882d-f970e31e5c60} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2675 | 2025.01.30 20:19:57.833363 [ 270 ] {8b5a6153-ae5b-49d4-882d-f970e31e5c60} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2025.01.30 20:19:57.833622 [ 270 ] {8b5a6153-ae5b-49d4-882d-f970e31e5c60} <Debug> executeQuery: Read 114 rows, 9.97 KiB in 0.002108 sec., 54079.69639468691 rows/sec., 4.62 MiB/sec. | ||
| 2677 | 2025.01.30 20:19:57.833683 [ 270 ] {8b5a6153-ae5b-49d4-882d-f970e31e5c60} <Debug> TCPHandler: Processed in 0.002456268 sec. | ||
| 2678 | 2025.01.30 20:19:57.833965 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2679 | 2025.01.30 20:19:57.834189 [ 271 ] {e1b5a021-7471-47d7-97ea-36a5e1db1218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2680 | 2025.01.30 20:19:57.834285 [ 271 ] {e1b5a021-7471-47d7-97ea-36a5e1db1218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2681 | 2025.01.30 20:19:57.835329 [ 271 ] {e1b5a021-7471-47d7-97ea-36a5e1db1218} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2682 | 2025.01.30 20:19:57.835396 [ 271 ] {e1b5a021-7471-47d7-97ea-36a5e1db1218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2683 | 2025.01.30 20:19:57.836006 [ 271 ] {e1b5a021-7471-47d7-97ea-36a5e1db1218} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2684 | 2025.01.30 20:19:57.836327 [ 271 ] {e1b5a021-7471-47d7-97ea-36a5e1db1218} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2025.01.30 20:19:57.836647 [ 271 ] {e1b5a021-7471-47d7-97ea-36a5e1db1218} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002536 sec., 12223.974763406939 rows/sec., 919.19 KiB/sec. | ||
| 2686 | 2025.01.30 20:19:57.836725 [ 271 ] {e1b5a021-7471-47d7-97ea-36a5e1db1218} <Debug> TCPHandler: Processed in 0.002896401 sec. | ||
| 2687 | 2025.01.30 20:19:57.836918 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2688 | 2025.01.30 20:19:57.837053 [ 270 ] {8f74e566-f626-450a-8613-81a6889ca34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2689 | 2025.01.30 20:19:57.837110 [ 270 ] {8f74e566-f626-450a-8613-81a6889ca34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2690 | 2025.01.30 20:19:57.837758 [ 270 ] {8f74e566-f626-450a-8613-81a6889ca34f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.01.30 20:19:57.837801 [ 270 ] {8f74e566-f626-450a-8613-81a6889ca34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2692 | 2025.01.30 20:19:57.838190 [ 270 ] {8f74e566-f626-450a-8613-81a6889ca34f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2693 | 2025.01.30 20:19:57.838444 [ 270 ] {8f74e566-f626-450a-8613-81a6889ca34f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2694 | 2025.01.30 20:19:57.838676 [ 270 ] {8f74e566-f626-450a-8613-81a6889ca34f} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001656 sec., 52536.231884057976 rows/sec., 4.10 MiB/sec. | ||
| 2695 | 2025.01.30 20:19:57.838828 [ 270 ] {8f74e566-f626-450a-8613-81a6889ca34f} <Debug> TCPHandler: Processed in 0.001983915 sec. | ||
| 2696 | 2025.01.30 20:19:57.838987 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2697 | 2025.01.30 20:19:57.839142 [ 271 ] {659b8e64-27f7-4cf6-822a-e913cf3435eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2698 | 2025.01.30 20:19:57.839208 [ 271 ] {659b8e64-27f7-4cf6-822a-e913cf3435eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2699 | 2025.01.30 20:19:57.839856 [ 271 ] {659b8e64-27f7-4cf6-822a-e913cf3435eb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2700 | 2025.01.30 20:19:57.839896 [ 271 ] {659b8e64-27f7-4cf6-822a-e913cf3435eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2701 | 2025.01.30 20:19:57.840315 [ 271 ] {659b8e64-27f7-4cf6-822a-e913cf3435eb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2702 | 2025.01.30 20:19:57.840568 [ 271 ] {659b8e64-27f7-4cf6-822a-e913cf3435eb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2703 | 2025.01.30 20:19:57.840873 [ 271 ] {659b8e64-27f7-4cf6-822a-e913cf3435eb} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001766 sec., 84937.71234428087 rows/sec., 5.89 MiB/sec. | ||
| 2704 | 2025.01.30 20:19:57.840925 [ 271 ] {659b8e64-27f7-4cf6-822a-e913cf3435eb} <Debug> TCPHandler: Processed in 0.002010666 sec. | ||
| 2705 | 2025.01.30 20:19:57.841096 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2706 | 2025.01.30 20:19:57.841215 [ 270 ] {3e5864c4-901b-4c83-9b1f-2f050207d575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2707 | 2025.01.30 20:19:57.841298 [ 270 ] {3e5864c4-901b-4c83-9b1f-2f050207d575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2708 | 2025.01.30 20:19:57.842508 [ 270 ] {3e5864c4-901b-4c83-9b1f-2f050207d575} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2709 | 2025.01.30 20:19:57.842548 [ 270 ] {3e5864c4-901b-4c83-9b1f-2f050207d575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2710 | 2025.01.30 20:19:57.843240 [ 270 ] {3e5864c4-901b-4c83-9b1f-2f050207d575} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2711 | 2025.01.30 20:19:57.843511 [ 270 ] {3e5864c4-901b-4c83-9b1f-2f050207d575} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2712 | 2025.01.30 20:19:57.843766 [ 270 ] {3e5864c4-901b-4c83-9b1f-2f050207d575} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002574 sec., 12043.512043512044 rows/sec., 21.58 MiB/sec. | ||
| 2713 | 2025.01.30 20:19:57.843861 [ 270 ] {3e5864c4-901b-4c83-9b1f-2f050207d575} <Debug> TCPHandler: Processed in 0.002823568 sec. | ||
| 2714 | 2025.01.30 20:19:57.844038 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2715 | 2025.01.30 20:19:57.844190 [ 271 ] {917aff61-29b6-4513-9ae5-997a6dce1d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2716 | 2025.01.30 20:19:57.844253 [ 271 ] {917aff61-29b6-4513-9ae5-997a6dce1d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2717 | 2025.01.30 20:19:57.844817 [ 271 ] {917aff61-29b6-4513-9ae5-997a6dce1d00} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2718 | 2025.01.30 20:19:57.844859 [ 271 ] {917aff61-29b6-4513-9ae5-997a6dce1d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 2719 | 2025.01.30 20:19:57.845241 [ 271 ] {917aff61-29b6-4513-9ae5-997a6dce1d00} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2720 | 2025.01.30 20:19:57.845517 [ 271 ] {917aff61-29b6-4513-9ae5-997a6dce1d00} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2721 | 2025.01.30 20:19:57.845727 [ 271 ] {917aff61-29b6-4513-9ae5-997a6dce1d00} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001579 sec., 31665.611146295123 rows/sec., 2.17 MiB/sec. | ||
| 2722 | 2025.01.30 20:19:57.845775 [ 271 ] {917aff61-29b6-4513-9ae5-997a6dce1d00} <Debug> TCPHandler: Processed in 0.00180411 sec. | ||
| 2723 | 2025.01.30 20:20:02.829832 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2724 | 2025.01.30 20:20:02.830068 [ 270 ] {206bc62e-e64f-4589-849c-bc7f2ffbfaa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2725 | 2025.01.30 20:20:02.830149 [ 270 ] {206bc62e-e64f-4589-849c-bc7f2ffbfaa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2726 | 2025.01.30 20:20:02.831009 [ 270 ] {206bc62e-e64f-4589-849c-bc7f2ffbfaa5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2727 | 2025.01.30 20:20:02.831056 [ 270 ] {206bc62e-e64f-4589-849c-bc7f2ffbfaa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2728 | 2025.01.30 20:20:02.831502 [ 270 ] {206bc62e-e64f-4589-849c-bc7f2ffbfaa5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2729 | 2025.01.30 20:20:02.831763 [ 270 ] {206bc62e-e64f-4589-849c-bc7f2ffbfaa5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2730 | 2025.01.30 20:20:02.832018 [ 270 ] {206bc62e-e64f-4589-849c-bc7f2ffbfaa5} <Debug> executeQuery: Read 68 rows, 5.59 KiB in 0.002005 sec., 33915.211970074815 rows/sec., 2.72 MiB/sec. | ||
| 2731 | 2025.01.30 20:20:02.832116 [ 270 ] {206bc62e-e64f-4589-849c-bc7f2ffbfaa5} <Debug> TCPHandler: Processed in 0.002425438 sec. | ||
| 2732 | 2025.01.30 20:20:02.832376 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2733 | 2025.01.30 20:20:02.832586 [ 271 ] {d13f1ac2-adef-4883-835d-c230ffc071a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2734 | 2025.01.30 20:20:02.832667 [ 271 ] {d13f1ac2-adef-4883-835d-c230ffc071a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2735 | 2025.01.30 20:20:02.833410 [ 271 ] {d13f1ac2-adef-4883-835d-c230ffc071a9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2736 | 2025.01.30 20:20:02.833461 [ 271 ] {d13f1ac2-adef-4883-835d-c230ffc071a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2737 | 2025.01.30 20:20:02.833888 [ 271 ] {d13f1ac2-adef-4883-835d-c230ffc071a9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2738 | 2025.01.30 20:20:02.834135 [ 271 ] {d13f1ac2-adef-4883-835d-c230ffc071a9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2739 | 2025.01.30 20:20:02.834358 [ 271 ] {d13f1ac2-adef-4883-835d-c230ffc071a9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001832 sec., 4366.812227074236 rows/sec., 328.36 KiB/sec. | ||
| 2740 | 2025.01.30 20:20:02.834415 [ 271 ] {d13f1ac2-adef-4883-835d-c230ffc071a9} <Debug> TCPHandler: Processed in 0.00218058 sec. | ||
| 2741 | 2025.01.30 20:20:02.834573 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2742 | 2025.01.30 20:20:02.834690 [ 270 ] {9c642422-7fac-4d5d-b493-c426f96142d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2743 | 2025.01.30 20:20:02.834738 [ 270 ] {9c642422-7fac-4d5d-b493-c426f96142d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2744 | 2025.01.30 20:20:02.835355 [ 270 ] {9c642422-7fac-4d5d-b493-c426f96142d4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2745 | 2025.01.30 20:20:02.835395 [ 270 ] {9c642422-7fac-4d5d-b493-c426f96142d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2746 | 2025.01.30 20:20:02.835762 [ 270 ] {9c642422-7fac-4d5d-b493-c426f96142d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2747 | 2025.01.30 20:20:02.836001 [ 270 ] {9c642422-7fac-4d5d-b493-c426f96142d4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2025.01.30 20:20:02.836266 [ 270 ] {9c642422-7fac-4d5d-b493-c426f96142d4} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.001599 sec., 40025.015634771735 rows/sec., 3.12 MiB/sec. | ||
| 2749 | 2025.01.30 20:20:02.836496 [ 270 ] {9c642422-7fac-4d5d-b493-c426f96142d4} <Debug> TCPHandler: Processed in 0.001976135 sec. | ||
| 2750 | 2025.01.30 20:20:02.836673 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2751 | 2025.01.30 20:20:02.836790 [ 271 ] {b5aca3d5-774e-4075-a45c-3c18e429c882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2752 | 2025.01.30 20:20:02.836848 [ 271 ] {b5aca3d5-774e-4075-a45c-3c18e429c882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2753 | 2025.01.30 20:20:02.837515 [ 271 ] {b5aca3d5-774e-4075-a45c-3c18e429c882} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2754 | 2025.01.30 20:20:02.837561 [ 271 ] {b5aca3d5-774e-4075-a45c-3c18e429c882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2755 | 2025.01.30 20:20:02.837995 [ 271 ] {b5aca3d5-774e-4075-a45c-3c18e429c882} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2756 | 2025.01.30 20:20:02.838229 [ 271 ] {b5aca3d5-774e-4075-a45c-3c18e429c882} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2025.01.30 20:20:02.838438 [ 271 ] {b5aca3d5-774e-4075-a45c-3c18e429c882} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001672 sec., 89712.91866028708 rows/sec., 6.22 MiB/sec. | ||
| 2758 | 2025.01.30 20:20:02.838488 [ 271 ] {b5aca3d5-774e-4075-a45c-3c18e429c882} <Debug> TCPHandler: Processed in 0.001869202 sec. | ||
| 2759 | 2025.01.30 20:20:02.838639 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2760 | 2025.01.30 20:20:02.838758 [ 270 ] {5d9bbe51-a110-457e-bd88-a730b77b9bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2761 | 2025.01.30 20:20:02.838838 [ 270 ] {5d9bbe51-a110-457e-bd88-a730b77b9bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2762 | 2025.01.30 20:20:02.839955 [ 270 ] {5d9bbe51-a110-457e-bd88-a730b77b9bf1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2763 | 2025.01.30 20:20:02.839995 [ 270 ] {5d9bbe51-a110-457e-bd88-a730b77b9bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2764 | 2025.01.30 20:20:02.840617 [ 270 ] {5d9bbe51-a110-457e-bd88-a730b77b9bf1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2765 | 2025.01.30 20:20:02.840881 [ 270 ] {5d9bbe51-a110-457e-bd88-a730b77b9bf1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2766 | 2025.01.30 20:20:02.841121 [ 270 ] {5d9bbe51-a110-457e-bd88-a730b77b9bf1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002387 sec., 3351.4872224549645 rows/sec., 6.01 MiB/sec. | ||
| 2767 | 2025.01.30 20:20:02.841217 [ 270 ] {5d9bbe51-a110-457e-bd88-a730b77b9bf1} <Debug> TCPHandler: Processed in 0.002636443 sec. | ||
| 2768 | 2025.01.30 20:20:02.841377 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2769 | 2025.01.30 20:20:02.841513 [ 271 ] {ead078e7-cf43-4341-a1ad-7186d9037072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2770 | 2025.01.30 20:20:02.841571 [ 271 ] {ead078e7-cf43-4341-a1ad-7186d9037072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2771 | 2025.01.30 20:20:02.842096 [ 271 ] {ead078e7-cf43-4341-a1ad-7186d9037072} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2772 | 2025.01.30 20:20:02.842134 [ 271 ] {ead078e7-cf43-4341-a1ad-7186d9037072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2773 | 2025.01.30 20:20:02.842499 [ 271 ] {ead078e7-cf43-4341-a1ad-7186d9037072} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2774 | 2025.01.30 20:20:02.842733 [ 271 ] {ead078e7-cf43-4341-a1ad-7186d9037072} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2775 | 2025.01.30 20:20:02.842948 [ 271 ] {ead078e7-cf43-4341-a1ad-7186d9037072} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001465 sec., 34129.69283276451 rows/sec., 2.34 MiB/sec. | ||
| 2776 | 2025.01.30 20:20:02.842997 [ 271 ] {ead078e7-cf43-4341-a1ad-7186d9037072} <Debug> TCPHandler: Processed in 0.001683717 sec. | ||
| 2777 | 2025.01.30 20:20:04.166853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 2778 | 2025.01.30 20:20:04.167947 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2025.01.30 20:20:04.167993 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2780 | 2025.01.30 20:20:04.168549 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2781 | 2025.01.30 20:20:04.168811 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2025.01.30 20:20:04.169014 [ 123 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2783 | 2025.01.30 20:20:04.169071 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 2784 | 2025.01.30 20:20:04.169111 [ 123 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2025.01.30 20:20:04.169140 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2786 | 2025.01.30 20:20:04.169292 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2787 | 2025.01.30 20:20:04.169482 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2788 | 2025.01.30 20:20:04.169530 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2789 | 2025.01.30 20:20:04.169655 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2790 | 2025.01.30 20:20:04.169914 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2791 | 2025.01.30 20:20:04.170134 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 2792 | 2025.01.30 20:20:04.170315 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 2793 | 2025.01.30 20:20:04.170514 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 2794 | 2025.01.30 20:20:04.172977 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003764824 sec., 2576216.0462215496 rows/sec., 36.85 MiB/sec. | ||
| 2795 | 2025.01.30 20:20:04.173221 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2796 | 2025.01.30 20:20:04.173555 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_21_4} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2797 | 2025.01.30 20:20:04.173648 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_21_4} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2798 | 2025.01.30 20:20:04.173746 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 2799 | 2025.01.30 20:20:04.781506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 2800 | 2025.01.30 20:20:04.802567 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2801 | 2025.01.30 20:20:04.802621 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2802 | 2025.01.30 20:20:04.810326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2803 | 2025.01.30 20:20:04.811110 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2025.01.30 20:20:04.811581 [ 121 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2805 | 2025.01.30 20:20:04.811756 [ 121 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2806 | 2025.01.30 20:20:04.811859 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2807 | 2025.01.30 20:20:04.812476 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2808 | 2025.01.30 20:20:04.826530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 2809 | 2025.01.30 20:20:04.828582 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2810 | 2025.01.30 20:20:04.829740 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2811 | 2025.01.30 20:20:04.835065 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2812 | 2025.01.30 20:20:04.840595 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2813 | 2025.01.30 20:20:04.846274 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2814 | 2025.01.30 20:20:04.852179 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2815 | 2025.01.30 20:20:04.856940 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 2816 | 2025.01.30 20:20:04.914555 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.102494154 sec., 1551.3079897220284 rows/sec., 8.02 MiB/sec. | ||
| 2817 | 2025.01.30 20:20:04.917001 [ 187 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2818 | 2025.01.30 20:20:04.919833 [ 187 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_21_4} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2025.01.30 20:20:04.919926 [ 187 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_21_4} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2820 | 2025.01.30 20:20:04.922188 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 2821 | 2025.01.30 20:20:05.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.28 MiB, peak 191.85 MiB, free memory in arenas 0.00 B, will set to 183.36 MiB (RSS), difference: 2.08 MiB | ||
| 2822 | 2025.01.30 20:20:06.677267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 364 | ||
| 2823 | 2025.01.30 20:20:06.680248 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2824 | 2025.01.30 20:20:06.680296 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2825 | 2025.01.30 20:20:06.681745 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2826 | 2025.01.30 20:20:06.682060 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2827 | 2025.01.30 20:20:06.682283 [ 120 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2828 | 2025.01.30 20:20:06.682409 [ 120 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.01.30 20:20:06.682484 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2830 | 2025.01.30 20:20:06.683070 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 2831 | 2025.01.30 20:20:06.683967 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364 | ||
| 2832 | 2025.01.30 20:20:06.684422 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2833 | 2025.01.30 20:20:06.684596 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 234 rows starting from the beginning of the part | ||
| 2834 | 2025.01.30 20:20:06.685234 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 2835 | 2025.01.30 20:20:06.685872 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 2836 | 2025.01.30 20:20:06.686460 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 2837 | 2025.01.30 20:20:06.687147 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 2838 | 2025.01.30 20:20:06.687620 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 2839 | 2025.01.30 20:20:06.695030 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 72 columns (72 merged, 0 gathered) in 0.012385874 sec., 29388.31769158963 rows/sec., 25.56 MiB/sec. | ||
| 2840 | 2025.01.30 20:20:06.696041 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2841 | 2025.01.30 20:20:06.696861 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2842 | 2025.01.30 20:20:06.696956 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_11_2} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2843 | 2025.01.30 20:20:06.697279 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. | ||
| 2844 | 2025.01.30 20:20:07.832261 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2845 | 2025.01.30 20:20:07.832460 [ 270 ] {086214a0-a534-4c2d-a7a5-2a8e085b4c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2846 | 2025.01.30 20:20:07.832532 [ 270 ] {086214a0-a534-4c2d-a7a5-2a8e085b4c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2847 | 2025.01.30 20:20:07.833327 [ 270 ] {086214a0-a534-4c2d-a7a5-2a8e085b4c3a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2848 | 2025.01.30 20:20:07.833378 [ 270 ] {086214a0-a534-4c2d-a7a5-2a8e085b4c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2849 | 2025.01.30 20:20:07.833813 [ 270 ] {086214a0-a534-4c2d-a7a5-2a8e085b4c3a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2850 | 2025.01.30 20:20:07.834065 [ 270 ] {086214a0-a534-4c2d-a7a5-2a8e085b4c3a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2851 | 2025.01.30 20:20:07.834337 [ 270 ] {086214a0-a534-4c2d-a7a5-2a8e085b4c3a} <Debug> executeQuery: Read 114 rows, 9.97 KiB in 0.001927 sec., 59159.314997405294 rows/sec., 5.05 MiB/sec. | ||
| 2852 | 2025.01.30 20:20:07.834465 [ 270 ] {086214a0-a534-4c2d-a7a5-2a8e085b4c3a} <Debug> TCPHandler: Processed in 0.002336125 sec. | ||
| 2853 | 2025.01.30 20:20:07.834819 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2854 | 2025.01.30 20:20:07.835107 [ 271 ] {a5bae52e-60a0-48fe-9f61-c51893927431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2855 | 2025.01.30 20:20:07.835177 [ 271 ] {a5bae52e-60a0-48fe-9f61-c51893927431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2856 | 2025.01.30 20:20:07.835906 [ 271 ] {a5bae52e-60a0-48fe-9f61-c51893927431} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2857 | 2025.01.30 20:20:07.835951 [ 271 ] {a5bae52e-60a0-48fe-9f61-c51893927431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2858 | 2025.01.30 20:20:07.836383 [ 271 ] {a5bae52e-60a0-48fe-9f61-c51893927431} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2859 | 2025.01.30 20:20:07.836634 [ 271 ] {a5bae52e-60a0-48fe-9f61-c51893927431} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2860 | 2025.01.30 20:20:07.836869 [ 271 ] {a5bae52e-60a0-48fe-9f61-c51893927431} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001836 sec., 16884.531590413942 rows/sec., 1.24 MiB/sec. | ||
| 2861 | 2025.01.30 20:20:07.836928 [ 271 ] {a5bae52e-60a0-48fe-9f61-c51893927431} <Debug> TCPHandler: Processed in 0.002314094 sec. | ||
| 2862 | 2025.01.30 20:20:07.837091 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2863 | 2025.01.30 20:20:07.837209 [ 270 ] {80da092f-6902-448f-a1c6-4b9a2d33ebc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2864 | 2025.01.30 20:20:07.837256 [ 270 ] {80da092f-6902-448f-a1c6-4b9a2d33ebc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2865 | 2025.01.30 20:20:07.837859 [ 270 ] {80da092f-6902-448f-a1c6-4b9a2d33ebc5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2866 | 2025.01.30 20:20:07.837906 [ 270 ] {80da092f-6902-448f-a1c6-4b9a2d33ebc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2867 | 2025.01.30 20:20:07.838266 [ 270 ] {80da092f-6902-448f-a1c6-4b9a2d33ebc5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2868 | 2025.01.30 20:20:07.838508 [ 270 ] {80da092f-6902-448f-a1c6-4b9a2d33ebc5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2869 | 2025.01.30 20:20:07.838754 [ 270 ] {80da092f-6902-448f-a1c6-4b9a2d33ebc5} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001561 sec., 55733.50416399744 rows/sec., 4.35 MiB/sec. | ||
| 2870 | 2025.01.30 20:20:07.838953 [ 270 ] {80da092f-6902-448f-a1c6-4b9a2d33ebc5} <Debug> TCPHandler: Processed in 0.001912913 sec. | ||
| 2871 | 2025.01.30 20:20:07.839141 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2872 | 2025.01.30 20:20:07.839279 [ 271 ] {f3fbe98d-22ea-43b3-99cf-c93f63114e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2873 | 2025.01.30 20:20:07.839340 [ 271 ] {f3fbe98d-22ea-43b3-99cf-c93f63114e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2874 | 2025.01.30 20:20:07.839991 [ 271 ] {f3fbe98d-22ea-43b3-99cf-c93f63114e0e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2875 | 2025.01.30 20:20:07.840036 [ 271 ] {f3fbe98d-22ea-43b3-99cf-c93f63114e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2876 | 2025.01.30 20:20:07.840430 [ 271 ] {f3fbe98d-22ea-43b3-99cf-c93f63114e0e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2877 | 2025.01.30 20:20:07.840672 [ 271 ] {f3fbe98d-22ea-43b3-99cf-c93f63114e0e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2878 | 2025.01.30 20:20:07.840833 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2879 | 2025.01.30 20:20:07.840905 [ 271 ] {f3fbe98d-22ea-43b3-99cf-c93f63114e0e} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001653 sec., 90744.10163339383 rows/sec., 6.29 MiB/sec. | ||
| 2880 | 2025.01.30 20:20:07.840914 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2881 | 2025.01.30 20:20:07.840999 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2882 | 2025.01.30 20:20:07.841036 [ 271 ] {f3fbe98d-22ea-43b3-99cf-c93f63114e0e} <Debug> TCPHandler: Processed in 0.001971655 sec. | ||
| 2883 | 2025.01.30 20:20:07.841311 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2884 | 2025.01.30 20:20:07.841414 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 2885 | 2025.01.30 20:20:07.841704 [ 270 ] {6d9e8caa-b8af-4840-93c6-20cceaba8270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2886 | 2025.01.30 20:20:07.841823 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2887 | 2025.01.30 20:20:07.841877 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1354 rows starting from the beginning of the part | ||
| 2888 | 2025.01.30 20:20:07.841884 [ 270 ] {6d9e8caa-b8af-4840-93c6-20cceaba8270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2889 | 2025.01.30 20:20:07.842115 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 151 rows starting from the beginning of the part | ||
| 2890 | 2025.01.30 20:20:07.842544 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 150 rows starting from the beginning of the part | ||
| 2891 | 2025.01.30 20:20:07.842785 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 150 rows starting from the beginning of the part | ||
| 2892 | 2025.01.30 20:20:07.842993 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 150 rows starting from the beginning of the part | ||
| 2893 | 2025.01.30 20:20:07.843271 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 150 rows starting from the beginning of the part | ||
| 2894 | 2025.01.30 20:20:07.845674 [ 270 ] {6d9e8caa-b8af-4840-93c6-20cceaba8270} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.01.30 20:20:07.845714 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2105 rows, containing 5 columns (5 merged, 0 gathered) in 0.004593148 sec., 458291.3505073209 rows/sec., 31.77 MiB/sec. | ||
| 2896 | 2025.01.30 20:20:07.845719 [ 270 ] {6d9e8caa-b8af-4840-93c6-20cceaba8270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2897 | 2025.01.30 20:20:07.845940 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2898 | 2025.01.30 20:20:07.846414 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2025.01.30 20:20:07.846539 [ 199 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2900 | 2025.01.30 20:20:07.846620 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2901 | 2025.01.30 20:20:07.846743 [ 270 ] {6d9e8caa-b8af-4840-93c6-20cceaba8270} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2902 | 2025.01.30 20:20:07.847023 [ 270 ] {6d9e8caa-b8af-4840-93c6-20cceaba8270} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2025.01.30 20:20:07.847293 [ 270 ] {6d9e8caa-b8af-4840-93c6-20cceaba8270} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005719 sec., 5420.528064346914 rows/sec., 9.71 MiB/sec. | ||
| 2904 | 2025.01.30 20:20:07.847395 [ 270 ] {6d9e8caa-b8af-4840-93c6-20cceaba8270} <Debug> TCPHandler: Processed in 0.006249403 sec. | ||
| 2905 | 2025.01.30 20:20:07.847557 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2906 | 2025.01.30 20:20:07.847698 [ 271 ] {77aa6d82-87d6-4a51-bbac-cf2de1351dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2907 | 2025.01.30 20:20:07.847758 [ 271 ] {77aa6d82-87d6-4a51-bbac-cf2de1351dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2908 | 2025.01.30 20:20:07.848301 [ 271 ] {77aa6d82-87d6-4a51-bbac-cf2de1351dc1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2909 | 2025.01.30 20:20:07.848341 [ 271 ] {77aa6d82-87d6-4a51-bbac-cf2de1351dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2910 | 2025.01.30 20:20:07.848717 [ 271 ] {77aa6d82-87d6-4a51-bbac-cf2de1351dc1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2911 | 2025.01.30 20:20:07.848959 [ 271 ] {77aa6d82-87d6-4a51-bbac-cf2de1351dc1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2025.01.30 20:20:07.849117 [ 120 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2913 | 2025.01.30 20:20:07.849186 [ 120 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2914 | 2025.01.30 20:20:07.849222 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2915 | 2025.01.30 20:20:07.849229 [ 271 ] {77aa6d82-87d6-4a51-bbac-cf2de1351dc1} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001557 sec., 32113.037893384713 rows/sec., 2.20 MiB/sec. | ||
| 2916 | 2025.01.30 20:20:07.849358 [ 271 ] {77aa6d82-87d6-4a51-bbac-cf2de1351dc1} <Debug> TCPHandler: Processed in 0.001867462 sec. | ||
| 2917 | 2025.01.30 20:20:07.849416 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 2918 | 2025.01.30 20:20:07.849539 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2919 | 2025.01.30 20:20:07.849576 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 430 rows starting from the beginning of the part | ||
| 2920 | 2025.01.30 20:20:07.849684 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part | ||
| 2921 | 2025.01.30 20:20:07.849756 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part | ||
| 2922 | 2025.01.30 20:20:07.849897 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part | ||
| 2923 | 2025.01.30 20:20:07.849980 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part | ||
| 2924 | 2025.01.30 20:20:07.850091 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 50 rows starting from the beginning of the part | ||
| 2925 | 2025.01.30 20:20:07.851082 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 4 columns (4 merged, 0 gathered) in 0.001769749 sec., 384235.2785621012 rows/sec., 26.34 MiB/sec. | ||
| 2926 | 2025.01.30 20:20:07.851229 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2927 | 2025.01.30 20:20:07.851498 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2928 | 2025.01.30 20:20:07.851569 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_16_3} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2929 | 2025.01.30 20:20:07.851640 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2930 | 2025.01.30 20:20:11.559115 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2931 | 2025.01.30 20:20:11.559187 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2932 | 2025.01.30 20:20:11.669253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 2933 | 2025.01.30 20:20:11.670350 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2025.01.30 20:20:11.670445 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2935 | 2025.01.30 20:20:11.671039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2936 | 2025.01.30 20:20:11.671294 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2025.01.30 20:20:11.671533 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 2938 | 2025.01.30 20:20:12.326617 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 2939 | 2025.01.30 20:20:12.345160 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2940 | 2025.01.30 20:20:12.345222 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2941 | 2025.01.30 20:20:12.352337 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2942 | 2025.01.30 20:20:12.353115 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2943 | 2025.01.30 20:20:12.356240 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 2944 | 2025.01.30 20:20:12.830459 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2945 | 2025.01.30 20:20:12.830678 [ 270 ] {c69c30ca-9768-4df6-95fc-61ec75a90904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2946 | 2025.01.30 20:20:12.830759 [ 270 ] {c69c30ca-9768-4df6-95fc-61ec75a90904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2947 | 2025.01.30 20:20:12.831599 [ 270 ] {c69c30ca-9768-4df6-95fc-61ec75a90904} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2025.01.30 20:20:12.831652 [ 270 ] {c69c30ca-9768-4df6-95fc-61ec75a90904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2949 | 2025.01.30 20:20:12.832117 [ 270 ] {c69c30ca-9768-4df6-95fc-61ec75a90904} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2950 | 2025.01.30 20:20:12.832381 [ 270 ] {c69c30ca-9768-4df6-95fc-61ec75a90904} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2025.01.30 20:20:12.832585 [ 114 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2952 | 2025.01.30 20:20:12.832622 [ 270 ] {c69c30ca-9768-4df6-95fc-61ec75a90904} <Debug> executeQuery: Read 68 rows, 5.59 KiB in 0.002004 sec., 33932.13572854291 rows/sec., 2.73 MiB/sec. | ||
| 2953 | 2025.01.30 20:20:12.832673 [ 114 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2025.01.30 20:20:12.832748 [ 270 ] {c69c30ca-9768-4df6-95fc-61ec75a90904} <Debug> TCPHandler: Processed in 0.002428538 sec. | ||
| 2955 | 2025.01.30 20:20:12.832755 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2956 | 2025.01.30 20:20:12.833057 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 2957 | 2025.01.30 20:20:12.833097 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2958 | 2025.01.30 20:20:12.833433 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2959 | 2025.01.30 20:20:12.833482 [ 271 ] {ba49b22e-fdec-4554-a86b-ea759001827b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2960 | 2025.01.30 20:20:12.833502 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 136 rows starting from the beginning of the part | ||
| 2961 | 2025.01.30 20:20:12.833609 [ 271 ] {ba49b22e-fdec-4554-a86b-ea759001827b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2962 | 2025.01.30 20:20:12.833771 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 68 rows starting from the beginning of the part | ||
| 2963 | 2025.01.30 20:20:12.834155 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 114 rows starting from the beginning of the part | ||
| 2964 | 2025.01.30 20:20:12.834458 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 68 rows starting from the beginning of the part | ||
| 2965 | 2025.01.30 20:20:12.834832 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 114 rows starting from the beginning of the part | ||
| 2966 | 2025.01.30 20:20:12.835165 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 68 rows starting from the beginning of the part | ||
| 2967 | 2025.01.30 20:20:12.836678 [ 271 ] {ba49b22e-fdec-4554-a86b-ea759001827b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2025.01.30 20:20:12.836764 [ 271 ] {ba49b22e-fdec-4554-a86b-ea759001827b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2969 | 2025.01.30 20:20:12.837884 [ 271 ] {ba49b22e-fdec-4554-a86b-ea759001827b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2970 | 2025.01.30 20:20:12.838014 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 5 columns (5 merged, 0 gathered) in 0.005133472 sec., 110646.36176061738 rows/sec., 9.68 MiB/sec. | ||
| 2971 | 2025.01.30 20:20:12.838181 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2972 | 2025.01.30 20:20:12.838382 [ 271 ] {ba49b22e-fdec-4554-a86b-ea759001827b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2973 | 2025.01.30 20:20:12.838642 [ 114 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2974 | 2025.01.30 20:20:12.838732 [ 114 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2975 | 2025.01.30 20:20:12.838803 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2976 | 2025.01.30 20:20:12.838848 [ 195 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.01.30 20:20:12.838937 [ 271 ] {ba49b22e-fdec-4554-a86b-ea759001827b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005505 sec., 1453.22434150772 rows/sec., 109.28 KiB/sec. | ||
| 2978 | 2025.01.30 20:20:12.839189 [ 195 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_21_4} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2979 | 2025.01.30 20:20:12.839232 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 2980 | 2025.01.30 20:20:12.839263 [ 271 ] {ba49b22e-fdec-4554-a86b-ea759001827b} <Debug> TCPHandler: Processed in 0.006375797 sec. | ||
| 2981 | 2025.01.30 20:20:12.839382 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2982 | 2025.01.30 20:20:12.839539 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2983 | 2025.01.30 20:20:12.839576 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2984 | 2025.01.30 20:20:12.839606 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 49 rows starting from the beginning of the part | ||
| 2985 | 2025.01.30 20:20:12.839718 [ 270 ] {8577c42a-ec53-4193-a3b0-7631c7ceb654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2986 | 2025.01.30 20:20:12.839800 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 2987 | 2025.01.30 20:20:12.839866 [ 270 ] {8577c42a-ec53-4193-a3b0-7631c7ceb654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2988 | 2025.01.30 20:20:12.840149 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
| 2989 | 2025.01.30 20:20:12.840527 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 2990 | 2025.01.30 20:20:12.840755 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
| 2991 | 2025.01.30 20:20:12.841160 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 2992 | 2025.01.30 20:20:12.842680 [ 270 ] {8577c42a-ec53-4193-a3b0-7631c7ceb654} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2993 | 2025.01.30 20:20:12.842744 [ 270 ] {8577c42a-ec53-4193-a3b0-7631c7ceb654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 2994 | 2025.01.30 20:20:12.842985 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 5 columns (5 merged, 0 gathered) in 0.004061723 sec., 33237.12621466309 rows/sec., 2.55 MiB/sec. | ||
| 2995 | 2025.01.30 20:20:12.843203 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2996 | 2025.01.30 20:20:12.843713 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_21_4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2997 | 2025.01.30 20:20:12.843744 [ 270 ] {8577c42a-ec53-4193-a3b0-7631c7ceb654} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2998 | 2025.01.30 20:20:12.843846 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_21_4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2999 | 2025.01.30 20:20:12.843995 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3000 | 2025.01.30 20:20:12.844303 [ 270 ] {8577c42a-ec53-4193-a3b0-7631c7ceb654} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3001 | 2025.01.30 20:20:12.844533 [ 114 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3002 | 2025.01.30 20:20:12.844608 [ 114 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3003 | 2025.01.30 20:20:12.844647 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3004 | 2025.01.30 20:20:12.844699 [ 270 ] {8577c42a-ec53-4193-a3b0-7631c7ceb654} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.005035 sec., 12711.022840119165 rows/sec., 1015.55 KiB/sec. | ||
| 3005 | 2025.01.30 20:20:12.844879 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 3006 | 2025.01.30 20:20:12.844960 [ 270 ] {8577c42a-ec53-4193-a3b0-7631c7ceb654} <Debug> TCPHandler: Processed in 0.005555605 sec. | ||
| 3007 | 2025.01.30 20:20:12.845109 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3008 | 2025.01.30 20:20:12.845166 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 123 rows starting from the beginning of the part | ||
| 3009 | 2025.01.30 20:20:12.845191 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3010 | 2025.01.30 20:20:12.845342 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 3011 | 2025.01.30 20:20:12.845527 [ 271 ] {5b7f3347-e89e-4b29-9ed0-4fe45c83683b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3012 | 2025.01.30 20:20:12.845714 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 87 rows starting from the beginning of the part | ||
| 3013 | 2025.01.30 20:20:12.845742 [ 271 ] {5b7f3347-e89e-4b29-9ed0-4fe45c83683b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3014 | 2025.01.30 20:20:12.846145 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 3015 | 2025.01.30 20:20:12.846487 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 87 rows starting from the beginning of the part | ||
| 3016 | 2025.01.30 20:20:12.846765 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 3017 | 2025.01.30 20:20:12.848058 [ 271 ] {5b7f3347-e89e-4b29-9ed0-4fe45c83683b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2025.01.30 20:20:12.848105 [ 271 ] {5b7f3347-e89e-4b29-9ed0-4fe45c83683b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3019 | 2025.01.30 20:20:12.848705 [ 271 ] {5b7f3347-e89e-4b29-9ed0-4fe45c83683b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3020 | 2025.01.30 20:20:12.848761 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 489 rows, containing 5 columns (5 merged, 0 gathered) in 0.004023692 sec., 121530.17676303256 rows/sec., 9.96 MiB/sec. | ||
| 3021 | 2025.01.30 20:20:12.848979 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3022 | 2025.01.30 20:20:12.849150 [ 271 ] {5b7f3347-e89e-4b29-9ed0-4fe45c83683b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3023 | 2025.01.30 20:20:12.849538 [ 271 ] {5b7f3347-e89e-4b29-9ed0-4fe45c83683b} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.004146 sec., 36179.45007235889 rows/sec., 2.51 MiB/sec. | ||
| 3024 | 2025.01.30 20:20:12.849592 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2025.01.30 20:20:12.849698 [ 271 ] {5b7f3347-e89e-4b29-9ed0-4fe45c83683b} <Debug> TCPHandler: Processed in 0.004581967 sec. | ||
| 3026 | 2025.01.30 20:20:12.849790 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_21_4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3027 | 2025.01.30 20:20:12.849907 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3028 | 2025.01.30 20:20:12.849916 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3029 | 2025.01.30 20:20:12.850055 [ 270 ] {b69cd213-60db-4f62-9406-8cbf74d5aa2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3030 | 2025.01.30 20:20:12.850140 [ 270 ] {b69cd213-60db-4f62-9406-8cbf74d5aa2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3031 | 2025.01.30 20:20:12.851270 [ 270 ] {b69cd213-60db-4f62-9406-8cbf74d5aa2d} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3032 | 2025.01.30 20:20:12.851307 [ 270 ] {b69cd213-60db-4f62-9406-8cbf74d5aa2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3033 | 2025.01.30 20:20:12.851935 [ 270 ] {b69cd213-60db-4f62-9406-8cbf74d5aa2d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3034 | 2025.01.30 20:20:12.852191 [ 270 ] {b69cd213-60db-4f62-9406-8cbf74d5aa2d} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3035 | 2025.01.30 20:20:12.852407 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3036 | 2025.01.30 20:20:12.852495 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2025.01.30 20:20:12.852516 [ 270 ] {b69cd213-60db-4f62-9406-8cbf74d5aa2d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00248 sec., 3225.8064516129034 rows/sec., 5.78 MiB/sec. | ||
| 3038 | 2025.01.30 20:20:12.852548 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3039 | 2025.01.30 20:20:12.852979 [ 270 ] {b69cd213-60db-4f62-9406-8cbf74d5aa2d} <Debug> TCPHandler: Processed in 0.003160738 sec. | ||
| 3040 | 2025.01.30 20:20:12.853064 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 3041 | 2025.01.30 20:20:12.853278 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2025.01.30 20:20:12.853549 [ 271 ] {8ae27694-5952-43cb-bf02-04df272f337c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3043 | 2025.01.30 20:20:12.853679 [ 271 ] {8ae27694-5952-43cb-bf02-04df272f337c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3044 | 2025.01.30 20:20:12.853850 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3045 | 2025.01.30 20:20:12.854096 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 335 rows starting from the beginning of the part | ||
| 3046 | 2025.01.30 20:20:12.854946 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 3047 | 2025.01.30 20:20:12.855760 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
| 3048 | 2025.01.30 20:20:12.855804 [ 271 ] {8ae27694-5952-43cb-bf02-04df272f337c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3049 | 2025.01.30 20:20:12.855876 [ 271 ] {8ae27694-5952-43cb-bf02-04df272f337c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3050 | 2025.01.30 20:20:12.856321 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 3051 | 2025.01.30 20:20:12.857155 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
| 3052 | 2025.01.30 20:20:12.857510 [ 271 ] {8ae27694-5952-43cb-bf02-04df272f337c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3053 | 2025.01.30 20:20:12.857816 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 3054 | 2025.01.30 20:20:12.858494 [ 271 ] {8ae27694-5952-43cb-bf02-04df272f337c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3055 | 2025.01.30 20:20:12.859226 [ 271 ] {8ae27694-5952-43cb-bf02-04df272f337c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005735 sec., 8718.39581517001 rows/sec., 612.16 KiB/sec. | ||
| 3056 | 2025.01.30 20:20:12.859489 [ 271 ] {8ae27694-5952-43cb-bf02-04df272f337c} <Debug> TCPHandler: Processed in 0.006390638 sec. | ||
| 3057 | 2025.01.30 20:20:12.862727 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 19 columns (19 merged, 0 gathered) in 0.009991538 sec., 42135.655191422986 rows/sec., 75.51 MiB/sec. | ||
| 3058 | 2025.01.30 20:20:12.863541 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3059 | 2025.01.30 20:20:12.863957 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2025.01.30 20:20:12.864039 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3061 | 2025.01.30 20:20:12.864178 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
| 3062 | 2025.01.30 20:20:16.684159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 388 | ||
| 3063 | 2025.01.30 20:20:16.687118 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2025.01.30 20:20:16.687168 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3065 | 2025.01.30 20:20:16.688618 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3066 | 2025.01.30 20:20:16.688923 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3067 | 2025.01.30 20:20:16.689459 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 388 | ||
| 3068 | 2025.01.30 20:20:17.832348 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3069 | 2025.01.30 20:20:17.832566 [ 270 ] {2b6938ae-54bc-44e5-9487-97c5ad560b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3070 | 2025.01.30 20:20:17.832647 [ 270 ] {2b6938ae-54bc-44e5-9487-97c5ad560b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3071 | 2025.01.30 20:20:17.833500 [ 270 ] {2b6938ae-54bc-44e5-9487-97c5ad560b5b} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3072 | 2025.01.30 20:20:17.833540 [ 270 ] {2b6938ae-54bc-44e5-9487-97c5ad560b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3073 | 2025.01.30 20:20:17.833990 [ 270 ] {2b6938ae-54bc-44e5-9487-97c5ad560b5b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3074 | 2025.01.30 20:20:17.834243 [ 270 ] {2b6938ae-54bc-44e5-9487-97c5ad560b5b} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3075 | 2025.01.30 20:20:17.834471 [ 270 ] {2b6938ae-54bc-44e5-9487-97c5ad560b5b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001957 sec., 3065.9172202350537 rows/sec., 250.00 KiB/sec. | ||
| 3076 | 2025.01.30 20:20:17.834660 [ 270 ] {2b6938ae-54bc-44e5-9487-97c5ad560b5b} <Debug> TCPHandler: Processed in 0.002450898 sec. | ||
| 3077 | 2025.01.30 20:20:17.834926 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3078 | 2025.01.30 20:20:17.835132 [ 271 ] {78b01acc-d7f7-48ce-8aa2-3f0a0de46a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3079 | 2025.01.30 20:20:17.835209 [ 271 ] {78b01acc-d7f7-48ce-8aa2-3f0a0de46a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3080 | 2025.01.30 20:20:17.835992 [ 271 ] {78b01acc-d7f7-48ce-8aa2-3f0a0de46a50} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3081 | 2025.01.30 20:20:17.836039 [ 271 ] {78b01acc-d7f7-48ce-8aa2-3f0a0de46a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3082 | 2025.01.30 20:20:17.836473 [ 271 ] {78b01acc-d7f7-48ce-8aa2-3f0a0de46a50} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3083 | 2025.01.30 20:20:17.836726 [ 271 ] {78b01acc-d7f7-48ce-8aa2-3f0a0de46a50} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3084 | 2025.01.30 20:20:17.836957 [ 271 ] {78b01acc-d7f7-48ce-8aa2-3f0a0de46a50} <Debug> executeQuery: Read 117 rows, 10.19 KiB in 0.001883 sec., 62134.89113117366 rows/sec., 5.29 MiB/sec. | ||
| 3085 | 2025.01.30 20:20:17.837015 [ 271 ] {78b01acc-d7f7-48ce-8aa2-3f0a0de46a50} <Debug> TCPHandler: Processed in 0.002225622 sec. | ||
| 3086 | 2025.01.30 20:20:17.837170 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2025.01.30 20:20:17.837312 [ 270 ] {575660b3-2b3e-4e9b-8957-bc4edea53b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3088 | 2025.01.30 20:20:17.837371 [ 270 ] {575660b3-2b3e-4e9b-8957-bc4edea53b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3089 | 2025.01.30 20:20:17.837974 [ 270 ] {575660b3-2b3e-4e9b-8957-bc4edea53b3c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2025.01.30 20:20:17.838013 [ 270 ] {575660b3-2b3e-4e9b-8957-bc4edea53b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3091 | 2025.01.30 20:20:17.838383 [ 270 ] {575660b3-2b3e-4e9b-8957-bc4edea53b3c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3092 | 2025.01.30 20:20:17.838631 [ 270 ] {575660b3-2b3e-4e9b-8957-bc4edea53b3c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3093 | 2025.01.30 20:20:17.838811 [ 270 ] {575660b3-2b3e-4e9b-8957-bc4edea53b3c} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001529 sec., 24198.82275997384 rows/sec., 1.76 MiB/sec. | ||
| 3094 | 2025.01.30 20:20:17.838862 [ 270 ] {575660b3-2b3e-4e9b-8957-bc4edea53b3c} <Debug> TCPHandler: Processed in 0.001759879 sec. | ||
| 3095 | 2025.01.30 20:20:17.839009 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3096 | 2025.01.30 20:20:17.839125 [ 271 ] {8ef712f5-1b3c-4b92-8581-c318567bcaad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3097 | 2025.01.30 20:20:17.839172 [ 271 ] {8ef712f5-1b3c-4b92-8581-c318567bcaad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3098 | 2025.01.30 20:20:17.839776 [ 271 ] {8ef712f5-1b3c-4b92-8581-c318567bcaad} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3099 | 2025.01.30 20:20:17.839818 [ 271 ] {8ef712f5-1b3c-4b92-8581-c318567bcaad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3100 | 2025.01.30 20:20:17.840190 [ 271 ] {8ef712f5-1b3c-4b92-8581-c318567bcaad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3101 | 2025.01.30 20:20:17.840433 [ 271 ] {8ef712f5-1b3c-4b92-8581-c318567bcaad} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3102 | 2025.01.30 20:20:17.840635 [ 271 ] {8ef712f5-1b3c-4b92-8581-c318567bcaad} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001532 sec., 60704.96083550914 rows/sec., 4.75 MiB/sec. | ||
| 3103 | 2025.01.30 20:20:17.840688 [ 271 ] {8ef712f5-1b3c-4b92-8581-c318567bcaad} <Debug> TCPHandler: Processed in 0.001737108 sec. | ||
| 3104 | 2025.01.30 20:20:17.840827 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3105 | 2025.01.30 20:20:17.840948 [ 270 ] {cf2f14f6-6eb0-4793-bf07-bfa49500a24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3106 | 2025.01.30 20:20:17.841002 [ 270 ] {cf2f14f6-6eb0-4793-bf07-bfa49500a24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3107 | 2025.01.30 20:20:17.841581 [ 270 ] {cf2f14f6-6eb0-4793-bf07-bfa49500a24c} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3108 | 2025.01.30 20:20:17.841621 [ 270 ] {cf2f14f6-6eb0-4793-bf07-bfa49500a24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3109 | 2025.01.30 20:20:17.842018 [ 270 ] {cf2f14f6-6eb0-4793-bf07-bfa49500a24c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3110 | 2025.01.30 20:20:17.842255 [ 270 ] {cf2f14f6-6eb0-4793-bf07-bfa49500a24c} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3111 | 2025.01.30 20:20:17.842523 [ 270 ] {cf2f14f6-6eb0-4793-bf07-bfa49500a24c} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.001592 sec., 96105.52763819095 rows/sec., 6.66 MiB/sec. | ||
| 3112 | 2025.01.30 20:20:17.842732 [ 270 ] {cf2f14f6-6eb0-4793-bf07-bfa49500a24c} <Debug> TCPHandler: Processed in 0.001955804 sec. | ||
| 3113 | 2025.01.30 20:20:17.842930 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3114 | 2025.01.30 20:20:17.843070 [ 271 ] {8b9f6934-0706-4553-b7b0-f7ce3bd571d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3115 | 2025.01.30 20:20:17.843163 [ 271 ] {8b9f6934-0706-4553-b7b0-f7ce3bd571d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3116 | 2025.01.30 20:20:17.844529 [ 271 ] {8b9f6934-0706-4553-b7b0-f7ce3bd571d1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3117 | 2025.01.30 20:20:17.844567 [ 271 ] {8b9f6934-0706-4553-b7b0-f7ce3bd571d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3118 | 2025.01.30 20:20:17.845235 [ 271 ] {8b9f6934-0706-4553-b7b0-f7ce3bd571d1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3119 | 2025.01.30 20:20:17.845511 [ 271 ] {8b9f6934-0706-4553-b7b0-f7ce3bd571d1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2025.01.30 20:20:17.845750 [ 271 ] {8b9f6934-0706-4553-b7b0-f7ce3bd571d1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002711 sec., 11434.894872740686 rows/sec., 20.49 MiB/sec. | ||
| 3121 | 2025.01.30 20:20:17.845844 [ 271 ] {8b9f6934-0706-4553-b7b0-f7ce3bd571d1} <Debug> TCPHandler: Processed in 0.002997853 sec. | ||
| 3122 | 2025.01.30 20:20:17.846006 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2025.01.30 20:20:17.846124 [ 270 ] {b1d054fe-0f3c-40ed-bae9-4e41268a0017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3124 | 2025.01.30 20:20:17.846176 [ 270 ] {b1d054fe-0f3c-40ed-bae9-4e41268a0017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3125 | 2025.01.30 20:20:17.846677 [ 270 ] {b1d054fe-0f3c-40ed-bae9-4e41268a0017} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2025.01.30 20:20:17.846716 [ 270 ] {b1d054fe-0f3c-40ed-bae9-4e41268a0017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3127 | 2025.01.30 20:20:17.847098 [ 270 ] {b1d054fe-0f3c-40ed-bae9-4e41268a0017} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3128 | 2025.01.30 20:20:17.847339 [ 270 ] {b1d054fe-0f3c-40ed-bae9-4e41268a0017} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2025.01.30 20:20:17.847550 [ 270 ] {b1d054fe-0f3c-40ed-bae9-4e41268a0017} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001451 sec., 34458.99379738112 rows/sec., 2.36 MiB/sec. | ||
| 3130 | 2025.01.30 20:20:17.847600 [ 270 ] {b1d054fe-0f3c-40ed-bae9-4e41268a0017} <Debug> TCPHandler: Processed in 0.001652046 sec. | ||
| 3131 | 2025.01.30 20:20:17.862764 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3132 | 2025.01.30 20:20:17.863000 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) | ||
| 3133 | 2025.01.30 20:20:17.863482 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3134 | 2025.01.30 20:20:17.863537 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 3135 | 2025.01.30 20:20:17.863911 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3136 | 2025.01.30 20:20:17.863999 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3137 | 2025.01.30 20:20:17.864210 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 3138 | 2025.01.30 20:20:17.864351 [ 298 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3139 | 2025.01.30 20:20:17.864499 [ 299 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3140 | 2025.01.30 20:20:17.864526 [ 301 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3141 | 2025.01.30 20:20:17.864501 [ 296 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3142 | 2025.01.30 20:20:17.864697 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges | ||
| 3143 | 2025.01.30 20:20:17.864730 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3144 | 2025.01.30 20:20:17.864824 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3145 | 2025.01.30 20:20:17.864848 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 3146 | 2025.01.30 20:20:17.864895 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 3147 | 2025.01.30 20:20:17.864942 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 3148 | 2025.01.30 20:20:17.866074 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.003193 sec., 5637.33166301284 rows/sec., 236.72 KiB/sec. | ||
| 3149 | 2025.01.30 20:20:17.866232 [ 270 ] {6a4ab535-b873-47dc-b8d2-63d4ef67d958} <Debug> TCPHandler: Processed in 0.003541499 sec. | ||
| 3150 | 2025.01.30 20:20:17.866567 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3151 | 2025.01.30 20:20:17.866753 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received') FORMAT Native; (stage: Complete) | ||
| 3152 | 2025.01.30 20:20:17.867100 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3153 | 2025.01.30 20:20:17.867143 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received')" moved to PREWHERE | ||
| 3154 | 2025.01.30 20:20:17.867434 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3155 | 2025.01.30 20:20:17.867509 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3156 | 2025.01.30 20:20:17.867687 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 3157 | 2025.01.30 20:20:17.867818 [ 296 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3158 | 2025.01.30 20:20:17.867917 [ 299 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3159 | 2025.01.30 20:20:17.867921 [ 301 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3160 | 2025.01.30 20:20:17.867943 [ 298 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3161 | 2025.01.30 20:20:17.868092 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges | ||
| 3162 | 2025.01.30 20:20:17.868122 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3163 | 2025.01.30 20:20:17.868215 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3164 | 2025.01.30 20:20:17.868238 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 3165 | 2025.01.30 20:20:17.868281 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received'))" | ||
| 3166 | 2025.01.30 20:20:17.868328 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received'))" | ||
| 3167 | 2025.01.30 20:20:17.869462 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002794 sec., 6442.376521116678 rows/sec., 270.53 KiB/sec. | ||
| 3168 | 2025.01.30 20:20:17.869638 [ 271 ] {61c483c0-3303-4257-bcad-309ea29fe985} <Debug> TCPHandler: Processed in 0.003130307 sec. | ||
| 3169 | 2025.01.30 20:20:17.869929 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3170 | 2025.01.30 20:20:17.870119 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 3171 | 2025.01.30 20:20:17.870540 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3172 | 2025.01.30 20:20:17.870601 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 3173 | 2025.01.30 20:20:17.871007 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3174 | 2025.01.30 20:20:17.871095 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3175 | 2025.01.30 20:20:17.871300 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 3176 | 2025.01.30 20:20:17.871475 [ 296 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3177 | 2025.01.30 20:20:17.871518 [ 299 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3178 | 2025.01.30 20:20:17.871543 [ 298 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3179 | 2025.01.30 20:20:17.871519 [ 301 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3180 | 2025.01.30 20:20:17.871712 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges | ||
| 3181 | 2025.01.30 20:20:17.871749 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3182 | 2025.01.30 20:20:17.871863 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3183 | 2025.01.30 20:20:17.871892 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 3184 | 2025.01.30 20:20:17.871948 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 3185 | 2025.01.30 20:20:17.872010 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 3186 | 2025.01.30 20:20:17.873184 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.003149 sec., 5716.100349317244 rows/sec., 240.03 KiB/sec. | ||
| 3187 | 2025.01.30 20:20:17.873317 [ 270 ] {e3e7adf2-0a91-45f0-9516-2edeeee19e12} <Debug> TCPHandler: Processed in 0.003449985 sec. | ||
| 3188 | 2025.01.30 20:20:17.873605 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3189 | 2025.01.30 20:20:17.873819 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 3190 | 2025.01.30 20:20:17.874203 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3191 | 2025.01.30 20:20:17.874258 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 3192 | 2025.01.30 20:20:17.874584 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3193 | 2025.01.30 20:20:17.874653 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3194 | 2025.01.30 20:20:17.874801 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 3195 | 2025.01.30 20:20:17.874940 [ 296 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3196 | 2025.01.30 20:20:17.874966 [ 299 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3197 | 2025.01.30 20:20:17.874960 [ 298 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3198 | 2025.01.30 20:20:17.875067 [ 296 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3199 | 2025.01.30 20:20:17.875156 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges | ||
| 3200 | 2025.01.30 20:20:17.875185 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3201 | 2025.01.30 20:20:17.875271 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3202 | 2025.01.30 20:20:17.875291 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 3203 | 2025.01.30 20:20:17.875333 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 3204 | 2025.01.30 20:20:17.875382 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 3205 | 2025.01.30 20:20:17.876413 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002691 sec., 6688.963210702342 rows/sec., 280.88 KiB/sec. | ||
| 3206 | 2025.01.30 20:20:17.876573 [ 271 ] {90a3d671-27a2-4d0e-a725-edba49c53f85} <Debug> TCPHandler: Processed in 0.003034174 sec. | ||
| 3207 | 2025.01.30 20:20:17.876870 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3208 | 2025.01.30 20:20:17.877084 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT Native; (stage: Complete) | ||
| 3209 | 2025.01.30 20:20:17.877464 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3210 | 2025.01.30 20:20:17.877508 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received')" moved to PREWHERE | ||
| 3211 | 2025.01.30 20:20:17.877799 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3212 | 2025.01.30 20:20:17.877867 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3213 | 2025.01.30 20:20:17.878013 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 3214 | 2025.01.30 20:20:17.878083 [ 298 ] {94883203-fa20-4a28-a881-1de1711d972a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3215 | 2025.01.30 20:20:17.878186 [ 299 ] {94883203-fa20-4a28-a881-1de1711d972a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3216 | 2025.01.30 20:20:17.878205 [ 301 ] {94883203-fa20-4a28-a881-1de1711d972a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3217 | 2025.01.30 20:20:17.878199 [ 296 ] {94883203-fa20-4a28-a881-1de1711d972a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3218 | 2025.01.30 20:20:17.878344 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges | ||
| 3219 | 2025.01.30 20:20:17.878372 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3220 | 2025.01.30 20:20:17.878454 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3221 | 2025.01.30 20:20:17.878475 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 3222 | 2025.01.30 20:20:17.878516 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))" | ||
| 3223 | 2025.01.30 20:20:17.878561 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))" | ||
| 3224 | 2025.01.30 20:20:17.879319 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002336 sec., 7705.479452054795 rows/sec., 323.57 KiB/sec. | ||
| 3225 | 2025.01.30 20:20:17.879467 [ 270 ] {94883203-fa20-4a28-a881-1de1711d972a} <Debug> TCPHandler: Processed in 0.002666014 sec. | ||
| 3226 | 2025.01.30 20:20:17.879721 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3227 | 2025.01.30 20:20:17.879937 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) | ||
| 3228 | 2025.01.30 20:20:17.880324 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3229 | 2025.01.30 20:20:17.880379 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <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', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 3230 | 2025.01.30 20:20:17.880677 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3231 | 2025.01.30 20:20:17.880746 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3232 | 2025.01.30 20:20:17.880899 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 3233 | 2025.01.30 20:20:17.881053 [ 299 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3234 | 2025.01.30 20:20:17.881066 [ 301 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3235 | 2025.01.30 20:20:17.881113 [ 296 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3236 | 2025.01.30 20:20:17.881152 [ 298 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3237 | 2025.01.30 20:20:17.881254 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges | ||
| 3238 | 2025.01.30 20:20:17.881283 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3239 | 2025.01.30 20:20:17.881368 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3240 | 2025.01.30 20:20:17.881389 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 3241 | 2025.01.30 20:20:17.881430 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 3242 | 2025.01.30 20:20:17.881477 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 3243 | 2025.01.30 20:20:17.882492 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002655 sec., 6779.661016949153 rows/sec., 284.69 KiB/sec. | ||
| 3244 | 2025.01.30 20:20:17.882650 [ 271 ] {cc8c00fd-da4b-4d22-b6cd-50d76aa36b5d} <Debug> TCPHandler: Processed in 0.002996183 sec. | ||
| 3245 | 2025.01.30 20:20:18.061971 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3246 | 2025.01.30 20:20:18.062246 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) | ||
| 3247 | 2025.01.30 20:20:18.062671 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3248 | 2025.01.30 20:20:18.062717 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <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', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 3249 | 2025.01.30 20:20:18.063080 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3250 | 2025.01.30 20:20:18.063160 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3251 | 2025.01.30 20:20:18.063339 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 3252 | 2025.01.30 20:20:18.063577 [ 296 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3253 | 2025.01.30 20:20:18.063600 [ 301 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3254 | 2025.01.30 20:20:18.063574 [ 299 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3255 | 2025.01.30 20:20:18.063615 [ 298 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3256 | 2025.01.30 20:20:18.063848 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges | ||
| 3257 | 2025.01.30 20:20:18.063889 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3258 | 2025.01.30 20:20:18.064008 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3259 | 2025.01.30 20:20:18.064036 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 3260 | 2025.01.30 20:20:18.064089 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 3261 | 2025.01.30 20:20:18.064148 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 3262 | 2025.01.30 20:20:18.065346 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.003223 sec., 5584.858827179646 rows/sec., 234.52 KiB/sec. | ||
| 3263 | 2025.01.30 20:20:18.065491 [ 270 ] {ed1b0878-89c3-456a-9fbe-ded337e8ecf1} <Debug> TCPHandler: Processed in 0.003656112 sec. | ||
| 3264 | 2025.01.30 20:20:18.066085 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3265 | 2025.01.30 20:20:18.066249 [ 271 ] {fd296f7f-0f56-49cb-b352-a270a7999e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 3266 | 2025.01.30 20:20:18.066316 [ 271 ] {fd296f7f-0f56-49cb-b352-a270a7999e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3267 | 2025.01.30 20:20:18.067129 [ 271 ] {fd296f7f-0f56-49cb-b352-a270a7999e57} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3268 | 2025.01.30 20:20:18.067171 [ 271 ] {fd296f7f-0f56-49cb-b352-a270a7999e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3269 | 2025.01.30 20:20:18.067688 [ 271 ] {fd296f7f-0f56-49cb-b352-a270a7999e57} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3270 | 2025.01.30 20:20:18.067915 [ 271 ] {fd296f7f-0f56-49cb-b352-a270a7999e57} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2025.01.30 20:20:18.068158 [ 271 ] {fd296f7f-0f56-49cb-b352-a270a7999e57} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001954 sec., 3582.3950870010235 rows/sec., 728.67 KiB/sec. | ||
| 3272 | 2025.01.30 20:20:18.068256 [ 271 ] {fd296f7f-0f56-49cb-b352-a270a7999e57} <Debug> TCPHandler: Processed in 0.002268513 sec. | ||
| 3273 | 2025.01.30 20:20:18.068441 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3274 | 2025.01.30 20:20:18.068592 [ 270 ] {89e00dc6-5d42-4dc2-bf35-528af309ae3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3275 | 2025.01.30 20:20:18.068652 [ 270 ] {89e00dc6-5d42-4dc2-bf35-528af309ae3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3276 | 2025.01.30 20:20:18.069953 [ 270 ] {89e00dc6-5d42-4dc2-bf35-528af309ae3b} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3277 | 2025.01.30 20:20:18.070019 [ 270 ] {89e00dc6-5d42-4dc2-bf35-528af309ae3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3278 | 2025.01.30 20:20:18.070514 [ 270 ] {89e00dc6-5d42-4dc2-bf35-528af309ae3b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3279 | 2025.01.30 20:20:18.070765 [ 270 ] {89e00dc6-5d42-4dc2-bf35-528af309ae3b} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2025.01.30 20:20:18.070992 [ 270 ] {89e00dc6-5d42-4dc2-bf35-528af309ae3b} <Debug> executeQuery: Read 1141 rows, 96.64 KiB in 0.002443 sec., 467048.7106017192 rows/sec., 38.63 MiB/sec. | ||
| 3281 | 2025.01.30 20:20:18.071045 [ 270 ] {89e00dc6-5d42-4dc2-bf35-528af309ae3b} <Debug> TCPHandler: Processed in 0.002672254 sec. | ||
| 3282 | 2025.01.30 20:20:18.071200 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3283 | 2025.01.30 20:20:18.071320 [ 271 ] {5e59a789-c47b-4222-9843-f30c88ae40d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3284 | 2025.01.30 20:20:18.071368 [ 271 ] {5e59a789-c47b-4222-9843-f30c88ae40d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3285 | 2025.01.30 20:20:18.072253 [ 271 ] {5e59a789-c47b-4222-9843-f30c88ae40d0} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2025.01.30 20:20:18.072294 [ 271 ] {5e59a789-c47b-4222-9843-f30c88ae40d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3287 | 2025.01.30 20:20:18.072672 [ 271 ] {5e59a789-c47b-4222-9843-f30c88ae40d0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3288 | 2025.01.30 20:20:18.072910 [ 271 ] {5e59a789-c47b-4222-9843-f30c88ae40d0} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2025.01.30 20:20:18.073144 [ 271 ] {5e59a789-c47b-4222-9843-f30c88ae40d0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001842 sec., 123778.50162866448 rows/sec., 8.38 MiB/sec. | ||
| 3290 | 2025.01.30 20:20:18.073214 [ 271 ] {5e59a789-c47b-4222-9843-f30c88ae40d0} <Debug> TCPHandler: Processed in 0.002070177 sec. | ||
| 3291 | 2025.01.30 20:20:18.073372 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3292 | 2025.01.30 20:20:18.073504 [ 270 ] {90459347-26ee-425b-9b09-0a8bef615383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3293 | 2025.01.30 20:20:18.073561 [ 270 ] {90459347-26ee-425b-9b09-0a8bef615383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3294 | 2025.01.30 20:20:18.074455 [ 270 ] {90459347-26ee-425b-9b09-0a8bef615383} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2025.01.30 20:20:18.074496 [ 270 ] {90459347-26ee-425b-9b09-0a8bef615383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3296 | 2025.01.30 20:20:18.074872 [ 270 ] {90459347-26ee-425b-9b09-0a8bef615383} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3297 | 2025.01.30 20:20:18.075111 [ 270 ] {90459347-26ee-425b-9b09-0a8bef615383} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3298 | 2025.01.30 20:20:18.075381 [ 270 ] {90459347-26ee-425b-9b09-0a8bef615383} <Debug> executeQuery: Read 456 rows, 34.29 KiB in 0.001901 sec., 239873.75065754866 rows/sec., 17.61 MiB/sec. | ||
| 3299 | 2025.01.30 20:20:18.075600 [ 270 ] {90459347-26ee-425b-9b09-0a8bef615383} <Debug> TCPHandler: Processed in 0.002285354 sec. | ||
| 3300 | 2025.01.30 20:20:18.075779 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3301 | 2025.01.30 20:20:18.075917 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3302 | 2025.01.30 20:20:18.075979 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3303 | 2025.01.30 20:20:18.079937 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3304 | 2025.01.30 20:20:18.080018 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3305 | 2025.01.30 20:20:18.080871 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3306 | 2025.01.30 20:20:18.081128 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3307 | 2025.01.30 20:20:18.081342 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Debug> executeQuery: Read 4651 rows, 317.95 KiB in 0.005456 sec., 852456.0117302053 rows/sec., 56.91 MiB/sec. | ||
| 3308 | 2025.01.30 20:20:18.081397 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB. | ||
| 3309 | 2025.01.30 20:20:18.081412 [ 271 ] {5c4242a0-1ae2-43ed-bd50-6f838b0f9727} <Debug> TCPHandler: Processed in 0.005701208 sec. | ||
| 3310 | 2025.01.30 20:20:19.171656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 3311 | 2025.01.30 20:20:19.172420 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3312 | 2025.01.30 20:20:19.172472 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3313 | 2025.01.30 20:20:19.172999 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3314 | 2025.01.30 20:20:19.173259 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3315 | 2025.01.30 20:20:19.173487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 3316 | 2025.01.30 20:20:19.856311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 3317 | 2025.01.30 20:20:19.875962 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3318 | 2025.01.30 20:20:19.876028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3319 | 2025.01.30 20:20:19.883806 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3320 | 2025.01.30 20:20:19.884545 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3321 | 2025.01.30 20:20:19.887924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 3322 | 2025.01.30 20:20:22.831071 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3323 | 2025.01.30 20:20:22.831303 [ 270 ] {693912d7-ac75-4f5e-865c-832bc44ed393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3324 | 2025.01.30 20:20:22.831382 [ 270 ] {693912d7-ac75-4f5e-865c-832bc44ed393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3325 | 2025.01.30 20:20:22.832188 [ 270 ] {693912d7-ac75-4f5e-865c-832bc44ed393} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3326 | 2025.01.30 20:20:22.832233 [ 270 ] {693912d7-ac75-4f5e-865c-832bc44ed393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3327 | 2025.01.30 20:20:22.832671 [ 270 ] {693912d7-ac75-4f5e-865c-832bc44ed393} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3328 | 2025.01.30 20:20:22.832927 [ 270 ] {693912d7-ac75-4f5e-865c-832bc44ed393} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3329 | 2025.01.30 20:20:22.833161 [ 270 ] {693912d7-ac75-4f5e-865c-832bc44ed393} <Debug> executeQuery: Read 68 rows, 5.59 KiB in 0.001919 sec., 35435.12245961439 rows/sec., 2.85 MiB/sec. | ||
| 3330 | 2025.01.30 20:20:22.833219 [ 270 ] {693912d7-ac75-4f5e-865c-832bc44ed393} <Debug> TCPHandler: Processed in 0.002293264 sec. | ||
| 3331 | 2025.01.30 20:20:22.833473 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3332 | 2025.01.30 20:20:22.833665 [ 271 ] {74ba6753-7b2e-4af7-8bd0-4e00905c4645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3333 | 2025.01.30 20:20:22.833746 [ 271 ] {74ba6753-7b2e-4af7-8bd0-4e00905c4645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3334 | 2025.01.30 20:20:22.834585 [ 271 ] {74ba6753-7b2e-4af7-8bd0-4e00905c4645} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3335 | 2025.01.30 20:20:22.834631 [ 271 ] {74ba6753-7b2e-4af7-8bd0-4e00905c4645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3336 | 2025.01.30 20:20:22.835083 [ 271 ] {74ba6753-7b2e-4af7-8bd0-4e00905c4645} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3337 | 2025.01.30 20:20:22.835340 [ 271 ] {74ba6753-7b2e-4af7-8bd0-4e00905c4645} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2025.01.30 20:20:22.835539 [ 271 ] {74ba6753-7b2e-4af7-8bd0-4e00905c4645} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001933 sec., 4138.644593895499 rows/sec., 311.21 KiB/sec. | ||
| 3339 | 2025.01.30 20:20:22.835599 [ 271 ] {74ba6753-7b2e-4af7-8bd0-4e00905c4645} <Debug> TCPHandler: Processed in 0.002260022 sec. | ||
| 3340 | 2025.01.30 20:20:22.835771 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3341 | 2025.01.30 20:20:22.835913 [ 270 ] {4a7385fb-e082-49f7-b7d9-72da072022c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3342 | 2025.01.30 20:20:22.835971 [ 270 ] {4a7385fb-e082-49f7-b7d9-72da072022c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3343 | 2025.01.30 20:20:22.836695 [ 270 ] {4a7385fb-e082-49f7-b7d9-72da072022c3} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2025.01.30 20:20:22.836736 [ 270 ] {4a7385fb-e082-49f7-b7d9-72da072022c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3345 | 2025.01.30 20:20:22.837110 [ 270 ] {4a7385fb-e082-49f7-b7d9-72da072022c3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3346 | 2025.01.30 20:20:22.837350 [ 270 ] {4a7385fb-e082-49f7-b7d9-72da072022c3} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3347 | 2025.01.30 20:20:22.837576 [ 270 ] {4a7385fb-e082-49f7-b7d9-72da072022c3} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.001693 sec., 37802.71707028943 rows/sec., 2.95 MiB/sec. | ||
| 3348 | 2025.01.30 20:20:22.837701 [ 270 ] {4a7385fb-e082-49f7-b7d9-72da072022c3} <Debug> TCPHandler: Processed in 0.002001585 sec. | ||
| 3349 | 2025.01.30 20:20:22.837911 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3350 | 2025.01.30 20:20:22.838062 [ 271 ] {447bc8b0-e99c-4a72-9632-cfcd46e79afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3351 | 2025.01.30 20:20:22.838129 [ 271 ] {447bc8b0-e99c-4a72-9632-cfcd46e79afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3352 | 2025.01.30 20:20:22.838792 [ 271 ] {447bc8b0-e99c-4a72-9632-cfcd46e79afb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3353 | 2025.01.30 20:20:22.838836 [ 271 ] {447bc8b0-e99c-4a72-9632-cfcd46e79afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3354 | 2025.01.30 20:20:22.839252 [ 271 ] {447bc8b0-e99c-4a72-9632-cfcd46e79afb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3355 | 2025.01.30 20:20:22.839503 [ 271 ] {447bc8b0-e99c-4a72-9632-cfcd46e79afb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3356 | 2025.01.30 20:20:22.839727 [ 271 ] {447bc8b0-e99c-4a72-9632-cfcd46e79afb} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001702 sec., 88131.60987074031 rows/sec., 6.11 MiB/sec. | ||
| 3357 | 2025.01.30 20:20:22.839945 [ 271 ] {447bc8b0-e99c-4a72-9632-cfcd46e79afb} <Debug> TCPHandler: Processed in 0.002109759 sec. | ||
| 3358 | 2025.01.30 20:20:22.840119 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3359 | 2025.01.30 20:20:22.840237 [ 270 ] {8b7dfef6-cfee-49e5-bb62-29b7520f9d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3360 | 2025.01.30 20:20:22.840315 [ 270 ] {8b7dfef6-cfee-49e5-bb62-29b7520f9d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3361 | 2025.01.30 20:20:22.841414 [ 270 ] {8b7dfef6-cfee-49e5-bb62-29b7520f9d9e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3362 | 2025.01.30 20:20:22.841452 [ 270 ] {8b7dfef6-cfee-49e5-bb62-29b7520f9d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3363 | 2025.01.30 20:20:22.842077 [ 270 ] {8b7dfef6-cfee-49e5-bb62-29b7520f9d9e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3364 | 2025.01.30 20:20:22.842337 [ 270 ] {8b7dfef6-cfee-49e5-bb62-29b7520f9d9e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3365 | 2025.01.30 20:20:22.842581 [ 270 ] {8b7dfef6-cfee-49e5-bb62-29b7520f9d9e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002367 sec., 3379.8056611744823 rows/sec., 6.06 MiB/sec. | ||
| 3366 | 2025.01.30 20:20:22.842676 [ 270 ] {8b7dfef6-cfee-49e5-bb62-29b7520f9d9e} <Debug> TCPHandler: Processed in 0.002614383 sec. | ||
| 3367 | 2025.01.30 20:20:22.842837 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2025.01.30 20:20:22.842958 [ 271 ] {b0b73dea-0776-4a61-9eaa-57d5347b79ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3369 | 2025.01.30 20:20:22.843009 [ 271 ] {b0b73dea-0776-4a61-9eaa-57d5347b79ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3370 | 2025.01.30 20:20:22.843503 [ 271 ] {b0b73dea-0776-4a61-9eaa-57d5347b79ca} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2025.01.30 20:20:22.843541 [ 271 ] {b0b73dea-0776-4a61-9eaa-57d5347b79ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3372 | 2025.01.30 20:20:22.843919 [ 271 ] {b0b73dea-0776-4a61-9eaa-57d5347b79ca} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3373 | 2025.01.30 20:20:22.844161 [ 271 ] {b0b73dea-0776-4a61-9eaa-57d5347b79ca} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2025.01.30 20:20:22.844334 [ 271 ] {b0b73dea-0776-4a61-9eaa-57d5347b79ca} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.0014 sec., 35714.28571428572 rows/sec., 2.45 MiB/sec. | ||
| 3375 | 2025.01.30 20:20:22.844384 [ 271 ] {b0b73dea-0776-4a61-9eaa-57d5347b79ca} <Debug> TCPHandler: Processed in 0.001602314 sec. | ||
| 3376 | 2025.01.30 20:20:26.559243 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3377 | 2025.01.30 20:20:26.559338 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3378 | 2025.01.30 20:20:26.673641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 3379 | 2025.01.30 20:20:26.674580 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2025.01.30 20:20:26.674635 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3381 | 2025.01.30 20:20:26.675242 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3382 | 2025.01.30 20:20:26.675505 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2025.01.30 20:20:26.675782 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 3384 | 2025.01.30 20:20:26.689619 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 438 | ||
| 3385 | 2025.01.30 20:20:26.693311 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3386 | 2025.01.30 20:20:26.693368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3387 | 2025.01.30 20:20:26.694874 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3388 | 2025.01.30 20:20:26.695184 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3389 | 2025.01.30 20:20:26.695713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 438 | ||
| 3390 | 2025.01.30 20:20:27.387990 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 3391 | 2025.01.30 20:20:27.408658 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2025.01.30 20:20:27.408707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3393 | 2025.01.30 20:20:27.417038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3394 | 2025.01.30 20:20:27.417806 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2025.01.30 20:20:27.421039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 3396 | 2025.01.30 20:20:27.830942 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3397 | 2025.01.30 20:20:27.831156 [ 270 ] {b6b6bf72-44ec-4896-9800-e5e8da29a745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3398 | 2025.01.30 20:20:27.831237 [ 270 ] {b6b6bf72-44ec-4896-9800-e5e8da29a745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3399 | 2025.01.30 20:20:27.832102 [ 270 ] {b6b6bf72-44ec-4896-9800-e5e8da29a745} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3400 | 2025.01.30 20:20:27.832152 [ 270 ] {b6b6bf72-44ec-4896-9800-e5e8da29a745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3401 | 2025.01.30 20:20:27.832605 [ 270 ] {b6b6bf72-44ec-4896-9800-e5e8da29a745} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3402 | 2025.01.30 20:20:27.832874 [ 270 ] {b6b6bf72-44ec-4896-9800-e5e8da29a745} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3403 | 2025.01.30 20:20:27.833128 [ 270 ] {b6b6bf72-44ec-4896-9800-e5e8da29a745} <Debug> executeQuery: Read 114 rows, 9.97 KiB in 0.00203 sec., 56157.63546798029 rows/sec., 4.80 MiB/sec. | ||
| 3404 | 2025.01.30 20:20:27.833233 [ 270 ] {b6b6bf72-44ec-4896-9800-e5e8da29a745} <Debug> TCPHandler: Processed in 0.002432967 sec. | ||
| 3405 | 2025.01.30 20:20:27.833512 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3406 | 2025.01.30 20:20:27.833707 [ 271 ] {b059275e-a3df-4a0f-a156-42f79cb28a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3407 | 2025.01.30 20:20:27.833782 [ 271 ] {b059275e-a3df-4a0f-a156-42f79cb28a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3408 | 2025.01.30 20:20:27.834516 [ 271 ] {b059275e-a3df-4a0f-a156-42f79cb28a97} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3409 | 2025.01.30 20:20:27.834563 [ 271 ] {b059275e-a3df-4a0f-a156-42f79cb28a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3410 | 2025.01.30 20:20:27.835018 [ 271 ] {b059275e-a3df-4a0f-a156-42f79cb28a97} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3411 | 2025.01.30 20:20:27.835290 [ 271 ] {b059275e-a3df-4a0f-a156-42f79cb28a97} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3412 | 2025.01.30 20:20:27.835523 [ 271 ] {b059275e-a3df-4a0f-a156-42f79cb28a97} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001867 sec., 16604.177825388324 rows/sec., 1.22 MiB/sec. | ||
| 3413 | 2025.01.30 20:20:27.835581 [ 271 ] {b059275e-a3df-4a0f-a156-42f79cb28a97} <Debug> TCPHandler: Processed in 0.002203572 sec. | ||
| 3414 | 2025.01.30 20:20:27.835753 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3415 | 2025.01.30 20:20:27.835892 [ 270 ] {b6f3a653-2cf4-4b89-b8e0-75378130944d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3416 | 2025.01.30 20:20:27.835951 [ 270 ] {b6f3a653-2cf4-4b89-b8e0-75378130944d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3417 | 2025.01.30 20:20:27.836737 [ 270 ] {b6f3a653-2cf4-4b89-b8e0-75378130944d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3418 | 2025.01.30 20:20:27.836784 [ 270 ] {b6f3a653-2cf4-4b89-b8e0-75378130944d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3419 | 2025.01.30 20:20:27.837165 [ 270 ] {b6f3a653-2cf4-4b89-b8e0-75378130944d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3420 | 2025.01.30 20:20:27.837407 [ 270 ] {b6f3a653-2cf4-4b89-b8e0-75378130944d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3421 | 2025.01.30 20:20:27.837626 [ 270 ] {b6f3a653-2cf4-4b89-b8e0-75378130944d} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001764 sec., 49319.727891156464 rows/sec., 3.85 MiB/sec. | ||
| 3422 | 2025.01.30 20:20:27.837679 [ 270 ] {b6f3a653-2cf4-4b89-b8e0-75378130944d} <Debug> TCPHandler: Processed in 0.001999756 sec. | ||
| 3423 | 2025.01.30 20:20:27.837826 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2025.01.30 20:20:27.837944 [ 271 ] {21aff97b-bbf2-42f1-81b3-7a4e51515fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3425 | 2025.01.30 20:20:27.837997 [ 271 ] {21aff97b-bbf2-42f1-81b3-7a4e51515fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3426 | 2025.01.30 20:20:27.838586 [ 271 ] {21aff97b-bbf2-42f1-81b3-7a4e51515fbd} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3427 | 2025.01.30 20:20:27.838624 [ 271 ] {21aff97b-bbf2-42f1-81b3-7a4e51515fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3428 | 2025.01.30 20:20:27.839033 [ 271 ] {21aff97b-bbf2-42f1-81b3-7a4e51515fbd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3429 | 2025.01.30 20:20:27.839285 [ 271 ] {21aff97b-bbf2-42f1-81b3-7a4e51515fbd} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3430 | 2025.01.30 20:20:27.839457 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3431 | 2025.01.30 20:20:27.839522 [ 271 ] {21aff97b-bbf2-42f1-81b3-7a4e51515fbd} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001598 sec., 93867.33416770963 rows/sec., 6.51 MiB/sec. | ||
| 3432 | 2025.01.30 20:20:27.839539 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2025.01.30 20:20:27.839613 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3434 | 2025.01.30 20:20:27.839659 [ 271 ] {21aff97b-bbf2-42f1-81b3-7a4e51515fbd} <Debug> TCPHandler: Processed in 0.001884393 sec. | ||
| 3435 | 2025.01.30 20:20:27.840076 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3436 | 2025.01.30 20:20:27.840151 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 3437 | 2025.01.30 20:20:27.840480 [ 270 ] {6019f602-8188-4be0-beea-dade1602e67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3438 | 2025.01.30 20:20:27.840547 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3439 | 2025.01.30 20:20:27.840657 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2105 rows starting from the beginning of the part | ||
| 3440 | 2025.01.30 20:20:27.840675 [ 270 ] {6019f602-8188-4be0-beea-dade1602e67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3441 | 2025.01.30 20:20:27.841063 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 150 rows starting from the beginning of the part | ||
| 3442 | 2025.01.30 20:20:27.841405 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 153 rows starting from the beginning of the part | ||
| 3443 | 2025.01.30 20:20:27.841732 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4651 rows starting from the beginning of the part | ||
| 3444 | 2025.01.30 20:20:27.842038 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 150 rows starting from the beginning of the part | ||
| 3445 | 2025.01.30 20:20:27.842715 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 150 rows starting from the beginning of the part | ||
| 3446 | 2025.01.30 20:20:27.846291 [ 270 ] {6019f602-8188-4be0-beea-dade1602e67b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2025.01.30 20:20:27.846353 [ 270 ] {6019f602-8188-4be0-beea-dade1602e67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3448 | 2025.01.30 20:20:27.847662 [ 270 ] {6019f602-8188-4be0-beea-dade1602e67b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3449 | 2025.01.30 20:20:27.847694 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7359 rows, containing 5 columns (5 merged, 0 gathered) in 0.007969891 sec., 923350.1436845247 rows/sec., 62.52 MiB/sec. | ||
| 3450 | 2025.01.30 20:20:27.847990 [ 270 ] {6019f602-8188-4be0-beea-dade1602e67b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3451 | 2025.01.30 20:20:27.848290 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3452 | 2025.01.30 20:20:27.848778 [ 270 ] {6019f602-8188-4be0-beea-dade1602e67b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008368 sec., 3704.588910133843 rows/sec., 6.64 MiB/sec. | ||
| 3453 | 2025.01.30 20:20:27.849152 [ 270 ] {6019f602-8188-4be0-beea-dade1602e67b} <Debug> TCPHandler: Processed in 0.00936152 sec. | ||
| 3454 | 2025.01.30 20:20:27.849160 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3455 | 2025.01.30 20:20:27.849378 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3456 | 2025.01.30 20:20:27.849399 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3457 | 2025.01.30 20:20:27.849574 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 3458 | 2025.01.30 20:20:27.849618 [ 271 ] {b48a54d7-d014-4003-a057-ef7ebc72a949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3459 | 2025.01.30 20:20:27.849676 [ 271 ] {b48a54d7-d014-4003-a057-ef7ebc72a949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3460 | 2025.01.30 20:20:27.850178 [ 271 ] {b48a54d7-d014-4003-a057-ef7ebc72a949} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3461 | 2025.01.30 20:20:27.850217 [ 271 ] {b48a54d7-d014-4003-a057-ef7ebc72a949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3462 | 2025.01.30 20:20:27.850607 [ 271 ] {b48a54d7-d014-4003-a057-ef7ebc72a949} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3463 | 2025.01.30 20:20:27.850857 [ 271 ] {b48a54d7-d014-4003-a057-ef7ebc72a949} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3464 | 2025.01.30 20:20:27.851081 [ 271 ] {b48a54d7-d014-4003-a057-ef7ebc72a949} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001534 sec., 32594.524119947848 rows/sec., 2.23 MiB/sec. | ||
| 3465 | 2025.01.30 20:20:27.851130 [ 271 ] {b48a54d7-d014-4003-a057-ef7ebc72a949} <Debug> TCPHandler: Processed in 0.001876512 sec. | ||
| 3466 | 2025.01.30 20:20:29.942669 [ 40 ] {} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3467 | 2025.01.30 20:20:29.942766 [ 40 ] {} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2025.01.30 20:20:29.942808 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 3469 | 2025.01.30 20:20:29.943333 [ 191 ] {66a12673-049b-4d88-8516-75f5e8739f30::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 | ||
| 3470 | 2025.01.30 20:20:29.943930 [ 191 ] {66a12673-049b-4d88-8516-75f5e8739f30::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3471 | 2025.01.30 20:20:29.943992 [ 191 ] {66a12673-049b-4d88-8516-75f5e8739f30::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 | ||
| 3472 | 2025.01.30 20:20:29.944087 [ 191 ] {66a12673-049b-4d88-8516-75f5e8739f30::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3473 | 2025.01.30 20:20:29.944225 [ 191 ] {66a12673-049b-4d88-8516-75f5e8739f30::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 | ||
| 3474 | 2025.01.30 20:20:29.944385 [ 191 ] {66a12673-049b-4d88-8516-75f5e8739f30::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3475 | 2025.01.30 20:20:29.944551 [ 191 ] {66a12673-049b-4d88-8516-75f5e8739f30::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 3476 | 2025.01.30 20:20:29.946843 [ 193 ] {66a12673-049b-4d88-8516-75f5e8739f30::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 6 columns (6 merged, 0 gathered) in 0.003909638 sec., 6906.010223964469 rows/sec., 1.05 MiB/sec. | ||
| 3477 | 2025.01.30 20:20:29.947152 [ 193 ] {66a12673-049b-4d88-8516-75f5e8739f30::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3478 | 2025.01.30 20:20:29.947967 [ 193 ] {66a12673-049b-4d88-8516-75f5e8739f30::all_1_5_1} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3479 | 2025.01.30 20:20:29.948053 [ 193 ] {66a12673-049b-4d88-8516-75f5e8739f30::all_1_5_1} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3480 | 2025.01.30 20:20:29.948154 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3481 | 2025.01.30 20:20:32.830541 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3482 | 2025.01.30 20:20:32.830872 [ 270 ] {b3ccb950-cd91-4586-a3c7-150149b05582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3483 | 2025.01.30 20:20:32.830988 [ 270 ] {b3ccb950-cd91-4586-a3c7-150149b05582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3484 | 2025.01.30 20:20:32.831733 [ 270 ] {b3ccb950-cd91-4586-a3c7-150149b05582} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2025.01.30 20:20:32.831778 [ 270 ] {b3ccb950-cd91-4586-a3c7-150149b05582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3486 | 2025.01.30 20:20:32.832205 [ 270 ] {b3ccb950-cd91-4586-a3c7-150149b05582} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3487 | 2025.01.30 20:20:32.832454 [ 270 ] {b3ccb950-cd91-4586-a3c7-150149b05582} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3488 | 2025.01.30 20:20:32.832714 [ 270 ] {b3ccb950-cd91-4586-a3c7-150149b05582} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001907 sec., 2097.535395909806 rows/sec., 171.04 KiB/sec. | ||
| 3489 | 2025.01.30 20:20:32.832851 [ 270 ] {b3ccb950-cd91-4586-a3c7-150149b05582} <Debug> TCPHandler: Processed in 0.002482789 sec. | ||
| 3490 | 2025.01.30 20:20:32.833172 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3491 | 2025.01.30 20:20:32.833364 [ 271 ] {b5e18f77-00d4-479e-a9d7-3d3eb3ee212a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3492 | 2025.01.30 20:20:32.833434 [ 271 ] {b5e18f77-00d4-479e-a9d7-3d3eb3ee212a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3493 | 2025.01.30 20:20:32.834180 [ 271 ] {b5e18f77-00d4-479e-a9d7-3d3eb3ee212a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2025.01.30 20:20:32.834230 [ 271 ] {b5e18f77-00d4-479e-a9d7-3d3eb3ee212a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3495 | 2025.01.30 20:20:32.834666 [ 271 ] {b5e18f77-00d4-479e-a9d7-3d3eb3ee212a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3496 | 2025.01.30 20:20:32.834927 [ 271 ] {b5e18f77-00d4-479e-a9d7-3d3eb3ee212a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3497 | 2025.01.30 20:20:32.835119 [ 106 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3498 | 2025.01.30 20:20:32.835189 [ 271 ] {b5e18f77-00d4-479e-a9d7-3d3eb3ee212a} <Debug> executeQuery: Read 70 rows, 5.74 KiB in 0.001875 sec., 37333.333333333336 rows/sec., 2.99 MiB/sec. | ||
| 3499 | 2025.01.30 20:20:32.835215 [ 106 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3500 | 2025.01.30 20:20:32.835279 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3501 | 2025.01.30 20:20:32.835313 [ 271 ] {b5e18f77-00d4-479e-a9d7-3d3eb3ee212a} <Debug> TCPHandler: Processed in 0.002314564 sec. | ||
| 3502 | 2025.01.30 20:20:32.835648 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3503 | 2025.01.30 20:20:32.835666 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 3504 | 2025.01.30 20:20:32.836170 [ 270 ] {f5c1d8de-311d-45dd-a282-7c611d753baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3505 | 2025.01.30 20:20:32.836305 [ 270 ] {f5c1d8de-311d-45dd-a282-7c611d753baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3506 | 2025.01.30 20:20:32.836325 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3507 | 2025.01.30 20:20:32.836428 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 136 rows starting from the beginning of the part | ||
| 3508 | 2025.01.30 20:20:32.836697 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 117 rows starting from the beginning of the part | ||
| 3509 | 2025.01.30 20:20:32.837015 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1141 rows starting from the beginning of the part | ||
| 3510 | 2025.01.30 20:20:32.837504 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 68 rows starting from the beginning of the part | ||
| 3511 | 2025.01.30 20:20:32.837874 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 114 rows starting from the beginning of the part | ||
| 3512 | 2025.01.30 20:20:32.838225 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 70 rows starting from the beginning of the part | ||
| 3513 | 2025.01.30 20:20:32.839196 [ 270 ] {f5c1d8de-311d-45dd-a282-7c611d753baf} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2025.01.30 20:20:32.839277 [ 270 ] {f5c1d8de-311d-45dd-a282-7c611d753baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3515 | 2025.01.30 20:20:32.840180 [ 270 ] {f5c1d8de-311d-45dd-a282-7c611d753baf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3516 | 2025.01.30 20:20:32.840647 [ 270 ] {f5c1d8de-311d-45dd-a282-7c611d753baf} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2025.01.30 20:20:32.841335 [ 270 ] {f5c1d8de-311d-45dd-a282-7c611d753baf} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.005237 sec., 2291.388199350773 rows/sec., 168.20 KiB/sec. | ||
| 3518 | 2025.01.30 20:20:32.841735 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1646 rows, containing 5 columns (5 merged, 0 gathered) in 0.006347106 sec., 259330.7879212983 rows/sec., 22.54 MiB/sec. | ||
| 3519 | 2025.01.30 20:20:32.841813 [ 270 ] {f5c1d8de-311d-45dd-a282-7c611d753baf} <Debug> TCPHandler: Processed in 0.006373107 sec. | ||
| 3520 | 2025.01.30 20:20:32.842050 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3521 | 2025.01.30 20:20:32.842085 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3522 | 2025.01.30 20:20:32.842254 [ 271 ] {5c5e49eb-0947-4bcc-af64-08317e1686f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3523 | 2025.01.30 20:20:32.842352 [ 271 ] {5c5e49eb-0947-4bcc-af64-08317e1686f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3524 | 2025.01.30 20:20:32.842556 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3525 | 2025.01.30 20:20:32.842740 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_26_5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3526 | 2025.01.30 20:20:32.842940 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 3527 | 2025.01.30 20:20:32.843409 [ 271 ] {5c5e49eb-0947-4bcc-af64-08317e1686f7} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3528 | 2025.01.30 20:20:32.843453 [ 271 ] {5c5e49eb-0947-4bcc-af64-08317e1686f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3529 | 2025.01.30 20:20:32.843825 [ 271 ] {5c5e49eb-0947-4bcc-af64-08317e1686f7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3530 | 2025.01.30 20:20:32.844071 [ 271 ] {5c5e49eb-0947-4bcc-af64-08317e1686f7} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3531 | 2025.01.30 20:20:32.844223 [ 106 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3532 | 2025.01.30 20:20:32.844280 [ 106 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2025.01.30 20:20:32.844315 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3534 | 2025.01.30 20:20:32.844328 [ 271 ] {5c5e49eb-0947-4bcc-af64-08317e1686f7} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002129 sec., 31939.87787693753 rows/sec., 2.50 MiB/sec. | ||
| 3535 | 2025.01.30 20:20:32.844557 [ 271 ] {5c5e49eb-0947-4bcc-af64-08317e1686f7} <Debug> TCPHandler: Processed in 0.002599342 sec. | ||
| 3536 | 2025.01.30 20:20:32.844588 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 3537 | 2025.01.30 20:20:32.844768 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3538 | 2025.01.30 20:20:32.844792 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3539 | 2025.01.30 20:20:32.844807 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 123 rows starting from the beginning of the part | ||
| 3540 | 2025.01.30 20:20:32.844903 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 93 rows starting from the beginning of the part | ||
| 3541 | 2025.01.30 20:20:32.845094 [ 270 ] {3ed5f98a-dfbe-464f-9231-a40c95cb5713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3542 | 2025.01.30 20:20:32.845334 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 456 rows starting from the beginning of the part | ||
| 3543 | 2025.01.30 20:20:32.845375 [ 270 ] {3ed5f98a-dfbe-464f-9231-a40c95cb5713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3544 | 2025.01.30 20:20:32.845583 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 3545 | 2025.01.30 20:20:32.845895 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 87 rows starting from the beginning of the part | ||
| 3546 | 2025.01.30 20:20:32.846212 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part | ||
| 3547 | 2025.01.30 20:20:32.847137 [ 270 ] {3ed5f98a-dfbe-464f-9231-a40c95cb5713} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3548 | 2025.01.30 20:20:32.847178 [ 270 ] {3ed5f98a-dfbe-464f-9231-a40c95cb5713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3549 | 2025.01.30 20:20:32.847745 [ 270 ] {3ed5f98a-dfbe-464f-9231-a40c95cb5713} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3550 | 2025.01.30 20:20:32.847909 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 891 rows, containing 5 columns (5 merged, 0 gathered) in 0.003513738 sec., 253576.10612971144 rows/sec., 20.17 MiB/sec. | ||
| 3551 | 2025.01.30 20:20:32.848119 [ 270 ] {3ed5f98a-dfbe-464f-9231-a40c95cb5713} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2025.01.30 20:20:32.848196 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3553 | 2025.01.30 20:20:32.848493 [ 270 ] {3ed5f98a-dfbe-464f-9231-a40c95cb5713} <Debug> executeQuery: Read 152 rows, 10.79 KiB in 0.003529 sec., 43071.691697364695 rows/sec., 2.99 MiB/sec. | ||
| 3554 | 2025.01.30 20:20:32.848636 [ 270 ] {3ed5f98a-dfbe-464f-9231-a40c95cb5713} <Debug> TCPHandler: Processed in 0.003920869 sec. | ||
| 3555 | 2025.01.30 20:20:32.848833 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2025.01.30 20:20:32.848910 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3557 | 2025.01.30 20:20:32.849077 [ 271 ] {2d887b62-63dd-430c-9dcf-7b3719f5bbf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3558 | 2025.01.30 20:20:32.849092 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_26_5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3559 | 2025.01.30 20:20:32.849271 [ 271 ] {2d887b62-63dd-430c-9dcf-7b3719f5bbf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3560 | 2025.01.30 20:20:32.849281 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3561 | 2025.01.30 20:20:32.850551 [ 271 ] {2d887b62-63dd-430c-9dcf-7b3719f5bbf6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3562 | 2025.01.30 20:20:32.850594 [ 271 ] {2d887b62-63dd-430c-9dcf-7b3719f5bbf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3563 | 2025.01.30 20:20:32.851230 [ 271 ] {2d887b62-63dd-430c-9dcf-7b3719f5bbf6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3564 | 2025.01.30 20:20:32.851498 [ 271 ] {2d887b62-63dd-430c-9dcf-7b3719f5bbf6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2025.01.30 20:20:32.851800 [ 271 ] {2d887b62-63dd-430c-9dcf-7b3719f5bbf6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002809 sec., 2847.988608045568 rows/sec., 5.10 MiB/sec. | ||
| 3566 | 2025.01.30 20:20:32.852256 [ 271 ] {2d887b62-63dd-430c-9dcf-7b3719f5bbf6} <Debug> TCPHandler: Processed in 0.003517667 sec. | ||
| 3567 | 2025.01.30 20:20:32.852430 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3568 | 2025.01.30 20:20:32.852569 [ 270 ] {d3dd254c-01ab-4743-91d0-1e36cd141760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3569 | 2025.01.30 20:20:32.852629 [ 270 ] {d3dd254c-01ab-4743-91d0-1e36cd141760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3570 | 2025.01.30 20:20:32.853169 [ 270 ] {d3dd254c-01ab-4743-91d0-1e36cd141760} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2025.01.30 20:20:32.853207 [ 270 ] {d3dd254c-01ab-4743-91d0-1e36cd141760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3572 | 2025.01.30 20:20:32.853576 [ 270 ] {d3dd254c-01ab-4743-91d0-1e36cd141760} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3573 | 2025.01.30 20:20:32.853816 [ 270 ] {d3dd254c-01ab-4743-91d0-1e36cd141760} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2025.01.30 20:20:32.853975 [ 106 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3575 | 2025.01.30 20:20:32.854030 [ 106 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2025.01.30 20:20:32.854063 [ 270 ] {d3dd254c-01ab-4743-91d0-1e36cd141760} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001515 sec., 33003.300330033 rows/sec., 2.26 MiB/sec. | ||
| 3577 | 2025.01.30 20:20:32.854071 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3578 | 2025.01.30 20:20:32.854230 [ 270 ] {d3dd254c-01ab-4743-91d0-1e36cd141760} <Debug> TCPHandler: Processed in 0.001859862 sec. | ||
| 3579 | 2025.01.30 20:20:32.854468 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 3580 | 2025.01.30 20:20:32.854720 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3581 | 2025.01.30 20:20:32.854748 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 680 rows starting from the beginning of the part | ||
| 3582 | 2025.01.30 20:20:32.854848 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part | ||
| 3583 | 2025.01.30 20:20:32.855059 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part | ||
| 3584 | 2025.01.30 20:20:32.855240 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part | ||
| 3585 | 2025.01.30 20:20:32.855446 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 50 rows starting from the beginning of the part | ||
| 3586 | 2025.01.30 20:20:32.855634 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 50 rows starting from the beginning of the part | ||
| 3587 | 2025.01.30 20:20:32.856775 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 4 columns (4 merged, 0 gathered) in 0.002574751 sec., 361199.9762307112 rows/sec., 24.76 MiB/sec. | ||
| 3588 | 2025.01.30 20:20:32.856950 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3589 | 2025.01.30 20:20:32.857228 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2025.01.30 20:20:32.857299 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_21_4} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3591 | 2025.01.30 20:20:32.857363 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3592 | 2025.01.30 20:20:34.175892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 3593 | 2025.01.30 20:20:34.176640 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2025.01.30 20:20:34.176688 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3595 | 2025.01.30 20:20:34.177261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3596 | 2025.01.30 20:20:34.177519 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2025.01.30 20:20:34.177785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 3598 | 2025.01.30 20:20:34.921099 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 3599 | 2025.01.30 20:20:34.942083 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2025.01.30 20:20:34.942135 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3601 | 2025.01.30 20:20:34.949592 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3602 | 2025.01.30 20:20:34.950353 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2025.01.30 20:20:34.953525 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 3604 | 2025.01.30 20:20:36.695999 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 464 | ||
| 3605 | 2025.01.30 20:20:36.698915 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3606 | 2025.01.30 20:20:36.698966 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3607 | 2025.01.30 20:20:36.700450 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3608 | 2025.01.30 20:20:36.700768 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3609 | 2025.01.30 20:20:36.701642 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 464 | ||
| 3610 | 2025.01.30 20:20:37.824729 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2025.01.30 20:20:37.825022 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 3612 | 2025.01.30 20:20:37.825460 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3613 | 2025.01.30 20:20:37.825508 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 3614 | 2025.01.30 20:20:37.825841 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3615 | 2025.01.30 20:20:37.825927 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3616 | 2025.01.30 20:20:37.826104 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 3617 | 2025.01.30 20:20:37.826144 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3618 | 2025.01.30 20:20:37.826170 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 3619 | 2025.01.30 20:20:37.826189 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3620 | 2025.01.30 20:20:37.826239 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 3621 | 2025.01.30 20:20:37.826263 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 27 rows starting from 0 | ||
| 3622 | 2025.01.30 20:20:37.827076 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002193 sec., 12311.901504787962 rows/sec., 495.63 KiB/sec. | ||
| 3623 | 2025.01.30 20:20:37.827163 [ 270 ] {cacf2d5b-dfd3-4b10-a38a-42d0849b8c58} <Debug> TCPHandler: Processed in 0.002576082 sec. | ||
| 3624 | 2025.01.30 20:20:37.827608 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3625 | 2025.01.30 20:20:37.827872 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_routes') FORMAT Native; (stage: Complete) | ||
| 3626 | 2025.01.30 20:20:37.828306 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3627 | 2025.01.30 20:20:37.828355 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_routes')" moved to PREWHERE | ||
| 3628 | 2025.01.30 20:20:37.828696 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3629 | 2025.01.30 20:20:37.828773 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3630 | 2025.01.30 20:20:37.828956 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 3631 | 2025.01.30 20:20:37.828996 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3632 | 2025.01.30 20:20:37.829024 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 3633 | 2025.01.30 20:20:37.829041 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3634 | 2025.01.30 20:20:37.829091 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_routes'))" | ||
| 3635 | 2025.01.30 20:20:37.829117 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 27 rows starting from 0 | ||
| 3636 | 2025.01.30 20:20:37.829762 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.002014 sec., 13406.156901688182 rows/sec., 539.68 KiB/sec. | ||
| 3637 | 2025.01.30 20:20:37.829885 [ 271 ] {862cacbf-2b0e-4361-9b41-b9ebc912bd3d} <Debug> TCPHandler: Processed in 0.002409207 sec. | ||
| 3638 | 2025.01.30 20:20:37.830199 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3639 | 2025.01.30 20:20:37.830416 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 3640 | 2025.01.30 20:20:37.830817 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3641 | 2025.01.30 20:20:37.830873 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 3642 | 2025.01.30 20:20:37.831249 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3643 | 2025.01.30 20:20:37.831315 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3644 | 2025.01.30 20:20:37.831466 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 3645 | 2025.01.30 20:20:37.831500 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3646 | 2025.01.30 20:20:37.831523 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 3647 | 2025.01.30 20:20:37.831540 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3648 | 2025.01.30 20:20:37.831584 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 3649 | 2025.01.30 20:20:37.831607 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 27 rows starting from 0 | ||
| 3650 | 2025.01.30 20:20:37.832139 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.00183 sec., 14754.098360655738 rows/sec., 593.94 KiB/sec. | ||
| 3651 | 2025.01.30 20:20:37.832223 [ 270 ] {ec279083-e0a8-4cd0-82bc-fd5fb308243b} <Debug> TCPHandler: Processed in 0.002093138 sec. | ||
| 3652 | 2025.01.30 20:20:37.832515 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3653 | 2025.01.30 20:20:37.832731 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 3654 | 2025.01.30 20:20:37.833126 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3655 | 2025.01.30 20:20:37.833183 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes')" moved to PREWHERE | ||
| 3656 | 2025.01.30 20:20:37.833495 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3657 | 2025.01.30 20:20:37.833560 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3658 | 2025.01.30 20:20:37.833708 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 3659 | 2025.01.30 20:20:37.833742 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3660 | 2025.01.30 20:20:37.833766 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 3661 | 2025.01.30 20:20:37.833783 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3662 | 2025.01.30 20:20:37.833826 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes'))" | ||
| 3663 | 2025.01.30 20:20:37.833851 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 27 rows starting from 0 | ||
| 3664 | 2025.01.30 20:20:37.834459 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Debug> executeQuery: Read 27 rows, 1.09 KiB in 0.001833 sec., 14729.950900163667 rows/sec., 592.97 KiB/sec. | ||
| 3665 | 2025.01.30 20:20:37.834583 [ 271 ] {90115812-a26c-4517-9305-055cb6255de4} <Debug> TCPHandler: Processed in 0.00213543 sec. | ||
| 3666 | 2025.01.30 20:20:37.842623 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3667 | 2025.01.30 20:20:37.842864 [ 270 ] {4a5941f4-b63b-4e44-8db4-9a2cf6794ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 3668 | 2025.01.30 20:20:37.842965 [ 270 ] {4a5941f4-b63b-4e44-8db4-9a2cf6794ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3669 | 2025.01.30 20:20:37.843818 [ 270 ] {4a5941f4-b63b-4e44-8db4-9a2cf6794ffe} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2025.01.30 20:20:37.843861 [ 270 ] {4a5941f4-b63b-4e44-8db4-9a2cf6794ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3671 | 2025.01.30 20:20:37.844389 [ 270 ] {4a5941f4-b63b-4e44-8db4-9a2cf6794ffe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3672 | 2025.01.30 20:20:37.844613 [ 270 ] {4a5941f4-b63b-4e44-8db4-9a2cf6794ffe} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2025.01.30 20:20:37.844847 [ 270 ] {4a5941f4-b63b-4e44-8db4-9a2cf6794ffe} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002051 sec., 1950.2681618722575 rows/sec., 248.07 KiB/sec. | ||
| 3674 | 2025.01.30 20:20:37.844902 [ 270 ] {4a5941f4-b63b-4e44-8db4-9a2cf6794ffe} <Debug> TCPHandler: Processed in 0.002391146 sec. | ||
| 3675 | 2025.01.30 20:20:37.845054 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3676 | 2025.01.30 20:20:37.845208 [ 271 ] {f0a262a2-286b-4990-9a79-fe2a879b721d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3677 | 2025.01.30 20:20:37.845266 [ 271 ] {f0a262a2-286b-4990-9a79-fe2a879b721d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3678 | 2025.01.30 20:20:37.846051 [ 271 ] {f0a262a2-286b-4990-9a79-fe2a879b721d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2025.01.30 20:20:37.846110 [ 271 ] {f0a262a2-286b-4990-9a79-fe2a879b721d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3680 | 2025.01.30 20:20:37.846562 [ 271 ] {f0a262a2-286b-4990-9a79-fe2a879b721d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3681 | 2025.01.30 20:20:37.846820 [ 271 ] {f0a262a2-286b-4990-9a79-fe2a879b721d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3682 | 2025.01.30 20:20:37.847059 [ 271 ] {f0a262a2-286b-4990-9a79-fe2a879b721d} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.001895 sec., 62269.129287598946 rows/sec., 5.31 MiB/sec. | ||
| 3683 | 2025.01.30 20:20:37.847174 [ 271 ] {f0a262a2-286b-4990-9a79-fe2a879b721d} <Debug> TCPHandler: Processed in 0.002190191 sec. | ||
| 3684 | 2025.01.30 20:20:37.847437 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3685 | 2025.01.30 20:20:37.847658 [ 270 ] {dff677e4-303c-45dd-8588-22c7c3fc0ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3686 | 2025.01.30 20:20:37.847749 [ 270 ] {dff677e4-303c-45dd-8588-22c7c3fc0ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3687 | 2025.01.30 20:20:37.848570 [ 270 ] {dff677e4-303c-45dd-8588-22c7c3fc0ac9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3688 | 2025.01.30 20:20:37.848610 [ 270 ] {dff677e4-303c-45dd-8588-22c7c3fc0ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3689 | 2025.01.30 20:20:37.848984 [ 270 ] {dff677e4-303c-45dd-8588-22c7c3fc0ac9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3690 | 2025.01.30 20:20:37.849232 [ 270 ] {dff677e4-303c-45dd-8588-22c7c3fc0ac9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3691 | 2025.01.30 20:20:37.849398 [ 102 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3692 | 2025.01.30 20:20:37.849462 [ 270 ] {dff677e4-303c-45dd-8588-22c7c3fc0ac9} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001856 sec., 16702.58620689655 rows/sec., 1.23 MiB/sec. | ||
| 3693 | 2025.01.30 20:20:37.849490 [ 102 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3694 | 2025.01.30 20:20:37.849569 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3695 | 2025.01.30 20:20:37.849589 [ 270 ] {dff677e4-303c-45dd-8588-22c7c3fc0ac9} <Debug> TCPHandler: Processed in 0.002266253 sec. | ||
| 3696 | 2025.01.30 20:20:37.849802 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3697 | 2025.01.30 20:20:37.849820 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 3698 | 2025.01.30 20:20:37.850026 [ 271 ] {a94d22e5-f1fb-4119-b625-dea4800e4bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3699 | 2025.01.30 20:20:37.850062 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3700 | 2025.01.30 20:20:37.850135 [ 271 ] {a94d22e5-f1fb-4119-b625-dea4800e4bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3701 | 2025.01.30 20:20:37.850140 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 49 rows starting from the beginning of the part | ||
| 3702 | 2025.01.30 20:20:37.850477 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 37 rows starting from the beginning of the part | ||
| 3703 | 2025.01.30 20:20:37.850875 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 3704 | 2025.01.30 20:20:37.851219 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
| 3705 | 2025.01.30 20:20:37.851580 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
| 3706 | 2025.01.30 20:20:37.851776 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
| 3707 | 2025.01.30 20:20:37.852831 [ 271 ] {a94d22e5-f1fb-4119-b625-dea4800e4bca} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3708 | 2025.01.30 20:20:37.852897 [ 271 ] {a94d22e5-f1fb-4119-b625-dea4800e4bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3709 | 2025.01.30 20:20:37.853957 [ 271 ] {a94d22e5-f1fb-4119-b625-dea4800e4bca} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3710 | 2025.01.30 20:20:37.854522 [ 271 ] {a94d22e5-f1fb-4119-b625-dea4800e4bca} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3711 | 2025.01.30 20:20:37.854812 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005118492 sec., 32822.16715391955 rows/sec., 2.51 MiB/sec. | ||
| 3712 | 2025.01.30 20:20:37.854953 [ 271 ] {a94d22e5-f1fb-4119-b625-dea4800e4bca} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.005006 sec., 18977.22732720735 rows/sec., 1.48 MiB/sec. | ||
| 3713 | 2025.01.30 20:20:37.855055 [ 271 ] {a94d22e5-f1fb-4119-b625-dea4800e4bca} <Debug> TCPHandler: Processed in 0.005371219 sec. | ||
| 3714 | 2025.01.30 20:20:37.855120 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3715 | 2025.01.30 20:20:37.855241 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3716 | 2025.01.30 20:20:37.855415 [ 270 ] {4ac8ac8e-f0c7-44c8-87ce-bb14204d26e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3717 | 2025.01.30 20:20:37.855516 [ 270 ] {4ac8ac8e-f0c7-44c8-87ce-bb14204d26e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3718 | 2025.01.30 20:20:37.855695 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3719 | 2025.01.30 20:20:37.855978 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_26_5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3720 | 2025.01.30 20:20:37.856144 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3721 | 2025.01.30 20:20:37.856461 [ 270 ] {4ac8ac8e-f0c7-44c8-87ce-bb14204d26e1} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2025.01.30 20:20:37.856505 [ 270 ] {4ac8ac8e-f0c7-44c8-87ce-bb14204d26e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3723 | 2025.01.30 20:20:37.856905 [ 270 ] {4ac8ac8e-f0c7-44c8-87ce-bb14204d26e1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3724 | 2025.01.30 20:20:37.857145 [ 270 ] {4ac8ac8e-f0c7-44c8-87ce-bb14204d26e1} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3725 | 2025.01.30 20:20:37.857361 [ 270 ] {4ac8ac8e-f0c7-44c8-87ce-bb14204d26e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002008 sec., 79681.27490039842 rows/sec., 5.55 MiB/sec. | ||
| 3726 | 2025.01.30 20:20:37.857414 [ 270 ] {4ac8ac8e-f0c7-44c8-87ce-bb14204d26e1} <Debug> TCPHandler: Processed in 0.002262433 sec. | ||
| 3727 | 2025.01.30 20:20:37.857569 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3728 | 2025.01.30 20:20:37.857709 [ 271 ] {79d690d0-8c70-48f2-a7e7-607868371848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3729 | 2025.01.30 20:20:37.857800 [ 271 ] {79d690d0-8c70-48f2-a7e7-607868371848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3730 | 2025.01.30 20:20:37.859037 [ 271 ] {79d690d0-8c70-48f2-a7e7-607868371848} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2025.01.30 20:20:37.859073 [ 271 ] {79d690d0-8c70-48f2-a7e7-607868371848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3732 | 2025.01.30 20:20:37.859731 [ 271 ] {79d690d0-8c70-48f2-a7e7-607868371848} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3733 | 2025.01.30 20:20:37.859990 [ 271 ] {79d690d0-8c70-48f2-a7e7-607868371848} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3734 | 2025.01.30 20:20:37.860136 [ 101 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3735 | 2025.01.30 20:20:37.860182 [ 101 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2025.01.30 20:20:37.860204 [ 271 ] {79d690d0-8c70-48f2-a7e7-607868371848} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002525 sec., 12277.227722772277 rows/sec., 22.00 MiB/sec. | ||
| 3737 | 2025.01.30 20:20:37.860208 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3738 | 2025.01.30 20:20:37.860561 [ 271 ] {79d690d0-8c70-48f2-a7e7-607868371848} <Debug> TCPHandler: Processed in 0.003058374 sec. | ||
| 3739 | 2025.01.30 20:20:37.860569 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 3740 | 2025.01.30 20:20:37.860756 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3741 | 2025.01.30 20:20:37.860944 [ 270 ] {215c93ea-b4e4-4c2b-a7b1-bfb39b2478ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3742 | 2025.01.30 20:20:37.861037 [ 270 ] {215c93ea-b4e4-4c2b-a7b1-bfb39b2478ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3743 | 2025.01.30 20:20:37.861048 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3744 | 2025.01.30 20:20:37.861195 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 421 rows starting from the beginning of the part | ||
| 3745 | 2025.01.30 20:20:37.861669 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
| 3746 | 2025.01.30 20:20:37.862096 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 3747 | 2025.01.30 20:20:37.862437 [ 270 ] {215c93ea-b4e4-4c2b-a7b1-bfb39b2478ab} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2025.01.30 20:20:37.862488 [ 270 ] {215c93ea-b4e4-4c2b-a7b1-bfb39b2478ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3749 | 2025.01.30 20:20:37.862502 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
| 3750 | 2025.01.30 20:20:37.862892 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 3751 | 2025.01.30 20:20:37.863295 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
| 3752 | 2025.01.30 20:20:37.863343 [ 270 ] {215c93ea-b4e4-4c2b-a7b1-bfb39b2478ab} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3753 | 2025.01.30 20:20:37.864073 [ 270 ] {215c93ea-b4e4-4c2b-a7b1-bfb39b2478ab} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.01.30 20:20:37.864394 [ 270 ] {215c93ea-b4e4-4c2b-a7b1-bfb39b2478ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003495 sec., 17167.38197424893 rows/sec., 1.16 MiB/sec. | ||
| 3755 | 2025.01.30 20:20:37.864523 [ 270 ] {215c93ea-b4e4-4c2b-a7b1-bfb39b2478ab} <Debug> TCPHandler: Processed in 0.003864628 sec. | ||
| 3756 | 2025.01.30 20:20:37.878544 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 19 columns (19 merged, 0 gathered) in 0.018207156 sec., 29109.43367541861 rows/sec., 52.16 MiB/sec. | ||
| 3757 | 2025.01.30 20:20:37.879337 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3758 | 2025.01.30 20:20:37.879781 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2025.01.30 20:20:37.879873 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3760 | 2025.01.30 20:20:37.880035 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 3761 | 2025.01.30 20:20:38.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.70 MiB, peak 195.03 MiB, free memory in arenas 0.00 B, will set to 188.86 MiB (RSS), difference: 1.16 MiB | ||
| 3762 | 2025.01.30 20:20:41.559407 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3763 | 2025.01.30 20:20:41.559515 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3764 | 2025.01.30 20:20:41.677943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 3765 | 2025.01.30 20:20:41.678774 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2025.01.30 20:20:41.678818 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3767 | 2025.01.30 20:20:41.679347 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3768 | 2025.01.30 20:20:41.679611 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.01.30 20:20:41.679823 [ 97 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3770 | 2025.01.30 20:20:41.679873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 3771 | 2025.01.30 20:20:41.679903 [ 97 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3772 | 2025.01.30 20:20:41.679935 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3773 | 2025.01.30 20:20:41.680143 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 3774 | 2025.01.30 20:20:41.680396 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3775 | 2025.01.30 20:20:41.680439 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 3776 | 2025.01.30 20:20:41.680521 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 3777 | 2025.01.30 20:20:41.680728 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 3778 | 2025.01.30 20:20:41.680960 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 3779 | 2025.01.30 20:20:41.681091 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 3780 | 2025.01.30 20:20:41.681340 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 3781 | 2025.01.30 20:20:41.685831 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005799191 sec., 2061666.877328234 rows/sec., 29.49 MiB/sec. | ||
| 3782 | 2025.01.30 20:20:41.686235 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3783 | 2025.01.30 20:20:41.686600 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3784 | 2025.01.30 20:20:41.686693 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_26_5} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3785 | 2025.01.30 20:20:41.686810 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 3786 | 2025.01.30 20:20:42.453596 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 3787 | 2025.01.30 20:20:42.474937 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.01.30 20:20:42.474987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3789 | 2025.01.30 20:20:42.482596 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3790 | 2025.01.30 20:20:42.483391 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3791 | 2025.01.30 20:20:42.483796 [ 97 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3792 | 2025.01.30 20:20:42.484000 [ 97 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2025.01.30 20:20:42.484113 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3794 | 2025.01.30 20:20:42.484632 [ 196 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 3795 | 2025.01.30 20:20:42.498143 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 3796 | 2025.01.30 20:20:42.499876 [ 196 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3797 | 2025.01.30 20:20:42.501055 [ 196 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 3798 | 2025.01.30 20:20:42.506496 [ 196 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 3799 | 2025.01.30 20:20:42.512180 [ 196 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 3800 | 2025.01.30 20:20:42.517619 [ 196 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 3801 | 2025.01.30 20:20:42.523749 [ 196 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 3802 | 2025.01.30 20:20:42.528234 [ 196 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 3803 | 2025.01.30 20:20:42.586474 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.102168165 sec., 1918.4057969525047 rows/sec., 9.92 MiB/sec. | ||
| 3804 | 2025.01.30 20:20:42.589481 [ 186 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3805 | 2025.01.30 20:20:42.592454 [ 186 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_26_5} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2025.01.30 20:20:42.592588 [ 186 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_26_5} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3807 | 2025.01.30 20:20:42.595247 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 3808 | 2025.01.30 20:20:42.830572 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3809 | 2025.01.30 20:20:42.830758 [ 270 ] {14825c02-d4d3-4dc9-afd0-dda3dd105dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3810 | 2025.01.30 20:20:42.830830 [ 270 ] {14825c02-d4d3-4dc9-afd0-dda3dd105dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3811 | 2025.01.30 20:20:42.831614 [ 270 ] {14825c02-d4d3-4dc9-afd0-dda3dd105dde} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3812 | 2025.01.30 20:20:42.831665 [ 270 ] {14825c02-d4d3-4dc9-afd0-dda3dd105dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3813 | 2025.01.30 20:20:42.832107 [ 270 ] {14825c02-d4d3-4dc9-afd0-dda3dd105dde} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3814 | 2025.01.30 20:20:42.832358 [ 270 ] {14825c02-d4d3-4dc9-afd0-dda3dd105dde} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2025.01.30 20:20:42.832600 [ 270 ] {14825c02-d4d3-4dc9-afd0-dda3dd105dde} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001891 sec., 38075.09254362771 rows/sec., 3.06 MiB/sec. | ||
| 3816 | 2025.01.30 20:20:42.832707 [ 270 ] {14825c02-d4d3-4dc9-afd0-dda3dd105dde} <Debug> TCPHandler: Processed in 0.002267093 sec. | ||
| 3817 | 2025.01.30 20:20:42.832980 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3818 | 2025.01.30 20:20:42.833176 [ 271 ] {af1e10dc-29ed-4199-b4c5-9006b7f04050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3819 | 2025.01.30 20:20:42.833255 [ 271 ] {af1e10dc-29ed-4199-b4c5-9006b7f04050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3820 | 2025.01.30 20:20:42.833996 [ 271 ] {af1e10dc-29ed-4199-b4c5-9006b7f04050} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3821 | 2025.01.30 20:20:42.834045 [ 271 ] {af1e10dc-29ed-4199-b4c5-9006b7f04050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3822 | 2025.01.30 20:20:42.834484 [ 271 ] {af1e10dc-29ed-4199-b4c5-9006b7f04050} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3823 | 2025.01.30 20:20:42.834750 [ 271 ] {af1e10dc-29ed-4199-b4c5-9006b7f04050} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3824 | 2025.01.30 20:20:42.834984 [ 271 ] {af1e10dc-29ed-4199-b4c5-9006b7f04050} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001866 sec., 4287.245444801715 rows/sec., 322.38 KiB/sec. | ||
| 3825 | 2025.01.30 20:20:42.835051 [ 271 ] {af1e10dc-29ed-4199-b4c5-9006b7f04050} <Debug> TCPHandler: Processed in 0.002208091 sec. | ||
| 3826 | 2025.01.30 20:20:42.835217 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3827 | 2025.01.30 20:20:42.835358 [ 270 ] {f886b093-1d3a-41e7-b920-23bb3f492dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3828 | 2025.01.30 20:20:42.835415 [ 270 ] {f886b093-1d3a-41e7-b920-23bb3f492dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3829 | 2025.01.30 20:20:42.836139 [ 270 ] {f886b093-1d3a-41e7-b920-23bb3f492dd5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2025.01.30 20:20:42.836189 [ 270 ] {f886b093-1d3a-41e7-b920-23bb3f492dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3831 | 2025.01.30 20:20:42.836593 [ 270 ] {f886b093-1d3a-41e7-b920-23bb3f492dd5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3832 | 2025.01.30 20:20:42.836835 [ 270 ] {f886b093-1d3a-41e7-b920-23bb3f492dd5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2025.01.30 20:20:42.837090 [ 270 ] {f886b093-1d3a-41e7-b920-23bb3f492dd5} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001754 sec., 41049.030786773095 rows/sec., 3.20 MiB/sec. | ||
| 3834 | 2025.01.30 20:20:42.837274 [ 270 ] {f886b093-1d3a-41e7-b920-23bb3f492dd5} <Debug> TCPHandler: Processed in 0.002123209 sec. | ||
| 3835 | 2025.01.30 20:20:42.837505 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3836 | 2025.01.30 20:20:42.837646 [ 271 ] {734c1c30-9c32-4083-a597-2b581ddc852b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3837 | 2025.01.30 20:20:42.837711 [ 271 ] {734c1c30-9c32-4083-a597-2b581ddc852b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3838 | 2025.01.30 20:20:42.838397 [ 271 ] {734c1c30-9c32-4083-a597-2b581ddc852b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3839 | 2025.01.30 20:20:42.838442 [ 271 ] {734c1c30-9c32-4083-a597-2b581ddc852b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3840 | 2025.01.30 20:20:42.838851 [ 271 ] {734c1c30-9c32-4083-a597-2b581ddc852b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3841 | 2025.01.30 20:20:42.839087 [ 271 ] {734c1c30-9c32-4083-a597-2b581ddc852b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2025.01.30 20:20:42.839295 [ 271 ] {734c1c30-9c32-4083-a597-2b581ddc852b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec. | ||
| 3843 | 2025.01.30 20:20:42.839348 [ 271 ] {734c1c30-9c32-4083-a597-2b581ddc852b} <Debug> TCPHandler: Processed in 0.001957135 sec. | ||
| 3844 | 2025.01.30 20:20:42.839498 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3845 | 2025.01.30 20:20:42.839640 [ 270 ] {abec2112-7e93-40c9-ae50-21f5349c3b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3846 | 2025.01.30 20:20:42.839735 [ 270 ] {abec2112-7e93-40c9-ae50-21f5349c3b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3847 | 2025.01.30 20:20:42.840984 [ 270 ] {abec2112-7e93-40c9-ae50-21f5349c3b26} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2025.01.30 20:20:42.841029 [ 270 ] {abec2112-7e93-40c9-ae50-21f5349c3b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3849 | 2025.01.30 20:20:42.841658 [ 270 ] {abec2112-7e93-40c9-ae50-21f5349c3b26} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3850 | 2025.01.30 20:20:42.841922 [ 270 ] {abec2112-7e93-40c9-ae50-21f5349c3b26} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3851 | 2025.01.30 20:20:42.842189 [ 270 ] {abec2112-7e93-40c9-ae50-21f5349c3b26} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002581 sec., 3099.5738086013175 rows/sec., 5.55 MiB/sec. | ||
| 3852 | 2025.01.30 20:20:42.842284 [ 270 ] {abec2112-7e93-40c9-ae50-21f5349c3b26} <Debug> TCPHandler: Processed in 0.002852539 sec. | ||
| 3853 | 2025.01.30 20:20:42.842460 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3854 | 2025.01.30 20:20:42.842681 [ 271 ] {eb1e86d9-2bbe-4838-a4e2-6f6b0d11ed80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3855 | 2025.01.30 20:20:42.842774 [ 271 ] {eb1e86d9-2bbe-4838-a4e2-6f6b0d11ed80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3856 | 2025.01.30 20:20:42.843560 [ 271 ] {eb1e86d9-2bbe-4838-a4e2-6f6b0d11ed80} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2025.01.30 20:20:42.843599 [ 271 ] {eb1e86d9-2bbe-4838-a4e2-6f6b0d11ed80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3858 | 2025.01.30 20:20:42.843967 [ 271 ] {eb1e86d9-2bbe-4838-a4e2-6f6b0d11ed80} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3859 | 2025.01.30 20:20:42.844201 [ 271 ] {eb1e86d9-2bbe-4838-a4e2-6f6b0d11ed80} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2025.01.30 20:20:42.844431 [ 271 ] {eb1e86d9-2bbe-4838-a4e2-6f6b0d11ed80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001803 sec., 33277.87021630616 rows/sec., 2.24 MiB/sec. | ||
| 3861 | 2025.01.30 20:20:42.844481 [ 271 ] {eb1e86d9-2bbe-4838-a4e2-6f6b0d11ed80} <Debug> TCPHandler: Processed in 0.002110629 sec. | ||
| 3862 | 2025.01.30 20:20:43.000243 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.81 MiB, peak 200.94 MiB, free memory in arenas 0.00 B, will set to 191.89 MiB (RSS), difference: 1.08 MiB | ||
| 3863 | 2025.01.30 20:20:45.174073 [ 95 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3864 | 2025.01.30 20:20:45.174170 [ 95 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2025.01.30 20:20:45.174212 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3866 | 2025.01.30 20:20:45.174472 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 3867 | 2025.01.30 20:20:45.174670 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3868 | 2025.01.30 20:20:45.174713 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 3869 | 2025.01.30 20:20:45.174808 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 3870 | 2025.01.30 20:20:45.175046 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 3871 | 2025.01.30 20:20:45.175271 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3872 | 2025.01.30 20:20:45.175376 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 3873 | 2025.01.30 20:20:45.176590 [ 186 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.002260393 sec., 8848.0189064468 rows/sec., 756.06 KiB/sec. | ||
| 3874 | 2025.01.30 20:20:45.176737 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3875 | 2025.01.30 20:20:45.177009 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2025.01.30 20:20:45.177083 [ 201 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_5_1} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3877 | 2025.01.30 20:20:45.177156 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3878 | 2025.01.30 20:20:46.701871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 498 | ||
| 3879 | 2025.01.30 20:20:46.705281 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3880 | 2025.01.30 20:20:46.705322 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3881 | 2025.01.30 20:20:46.706812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3882 | 2025.01.30 20:20:46.707121 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3883 | 2025.01.30 20:20:46.707612 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498 | ||
| 3884 | 2025.01.30 20:20:47.862946 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3885 | 2025.01.30 20:20:47.863138 [ 270 ] {43d43127-2cba-46d7-bfa7-ab091853fe3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3886 | 2025.01.30 20:20:47.863213 [ 270 ] {43d43127-2cba-46d7-bfa7-ab091853fe3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3887 | 2025.01.30 20:20:47.863976 [ 270 ] {43d43127-2cba-46d7-bfa7-ab091853fe3a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3888 | 2025.01.30 20:20:47.864041 [ 270 ] {43d43127-2cba-46d7-bfa7-ab091853fe3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3889 | 2025.01.30 20:20:47.864501 [ 270 ] {43d43127-2cba-46d7-bfa7-ab091853fe3a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3890 | 2025.01.30 20:20:47.864762 [ 270 ] {43d43127-2cba-46d7-bfa7-ab091853fe3a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3891 | 2025.01.30 20:20:47.865005 [ 270 ] {43d43127-2cba-46d7-bfa7-ab091853fe3a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001913 sec., 2090.9566126502873 rows/sec., 170.50 KiB/sec. | ||
| 3892 | 2025.01.30 20:20:47.865199 [ 270 ] {43d43127-2cba-46d7-bfa7-ab091853fe3a} <Debug> TCPHandler: Processed in 0.002386396 sec. | ||
| 3893 | 2025.01.30 20:20:47.865476 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3894 | 2025.01.30 20:20:47.865664 [ 271 ] {883170ef-c10e-47e4-b7eb-d769aaf43e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3895 | 2025.01.30 20:20:47.865735 [ 271 ] {883170ef-c10e-47e4-b7eb-d769aaf43e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3896 | 2025.01.30 20:20:47.867100 [ 271 ] {883170ef-c10e-47e4-b7eb-d769aaf43e45} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2025.01.30 20:20:47.867142 [ 271 ] {883170ef-c10e-47e4-b7eb-d769aaf43e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3898 | 2025.01.30 20:20:47.867671 [ 271 ] {883170ef-c10e-47e4-b7eb-d769aaf43e45} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3899 | 2025.01.30 20:20:47.867956 [ 271 ] {883170ef-c10e-47e4-b7eb-d769aaf43e45} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3900 | 2025.01.30 20:20:47.868192 [ 271 ] {883170ef-c10e-47e4-b7eb-d769aaf43e45} <Debug> executeQuery: Read 1260 rows, 107.02 KiB in 0.002579 sec., 488561.45792943 rows/sec., 40.52 MiB/sec. | ||
| 3901 | 2025.01.30 20:20:47.868249 [ 271 ] {883170ef-c10e-47e4-b7eb-d769aaf43e45} <Debug> TCPHandler: Processed in 0.002903061 sec. | ||
| 3902 | 2025.01.30 20:20:47.868419 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3903 | 2025.01.30 20:20:47.868541 [ 270 ] {a8e90f5d-7bf4-40e1-8f59-7879a1851963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3904 | 2025.01.30 20:20:47.868592 [ 270 ] {a8e90f5d-7bf4-40e1-8f59-7879a1851963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3905 | 2025.01.30 20:20:47.869217 [ 270 ] {a8e90f5d-7bf4-40e1-8f59-7879a1851963} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3906 | 2025.01.30 20:20:47.869258 [ 270 ] {a8e90f5d-7bf4-40e1-8f59-7879a1851963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3907 | 2025.01.30 20:20:47.869635 [ 270 ] {a8e90f5d-7bf4-40e1-8f59-7879a1851963} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3908 | 2025.01.30 20:20:47.869883 [ 270 ] {a8e90f5d-7bf4-40e1-8f59-7879a1851963} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2025.01.30 20:20:47.870087 [ 270 ] {a8e90f5d-7bf4-40e1-8f59-7879a1851963} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001572 sec., 22264.631043256995 rows/sec., 1.62 MiB/sec. | ||
| 3910 | 2025.01.30 20:20:47.870139 [ 270 ] {a8e90f5d-7bf4-40e1-8f59-7879a1851963} <Debug> TCPHandler: Processed in 0.001778769 sec. | ||
| 3911 | 2025.01.30 20:20:47.870305 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3912 | 2025.01.30 20:20:47.870433 [ 271 ] {9d7182a0-4323-4fe4-a525-f8e5c95192ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3913 | 2025.01.30 20:20:47.870496 [ 271 ] {9d7182a0-4323-4fe4-a525-f8e5c95192ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3914 | 2025.01.30 20:20:47.871283 [ 271 ] {9d7182a0-4323-4fe4-a525-f8e5c95192ee} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3915 | 2025.01.30 20:20:47.871323 [ 271 ] {9d7182a0-4323-4fe4-a525-f8e5c95192ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3916 | 2025.01.30 20:20:47.871701 [ 271 ] {9d7182a0-4323-4fe4-a525-f8e5c95192ee} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3917 | 2025.01.30 20:20:47.871948 [ 271 ] {9d7182a0-4323-4fe4-a525-f8e5c95192ee} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3918 | 2025.01.30 20:20:47.872346 [ 271 ] {9d7182a0-4323-4fe4-a525-f8e5c95192ee} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001915 sec., 119060.05221932115 rows/sec., 8.06 MiB/sec. | ||
| 3919 | 2025.01.30 20:20:47.872555 [ 271 ] {9d7182a0-4323-4fe4-a525-f8e5c95192ee} <Debug> TCPHandler: Processed in 0.002305014 sec. | ||
| 3920 | 2025.01.30 20:20:47.872741 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3921 | 2025.01.30 20:20:47.872880 [ 270 ] {c109d138-56e2-4a0d-ab28-aa9cc7312056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3922 | 2025.01.30 20:20:47.872939 [ 270 ] {c109d138-56e2-4a0d-ab28-aa9cc7312056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3923 | 2025.01.30 20:20:47.873890 [ 270 ] {c109d138-56e2-4a0d-ab28-aa9cc7312056} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3924 | 2025.01.30 20:20:47.873931 [ 270 ] {c109d138-56e2-4a0d-ab28-aa9cc7312056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3925 | 2025.01.30 20:20:47.874335 [ 270 ] {c109d138-56e2-4a0d-ab28-aa9cc7312056} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3926 | 2025.01.30 20:20:47.874584 [ 270 ] {c109d138-56e2-4a0d-ab28-aa9cc7312056} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3927 | 2025.01.30 20:20:47.874793 [ 270 ] {c109d138-56e2-4a0d-ab28-aa9cc7312056} <Debug> executeQuery: Read 555 rows, 42.21 KiB in 0.001943 sec., 285640.7617086979 rows/sec., 21.22 MiB/sec. | ||
| 3928 | 2025.01.30 20:20:47.874847 [ 270 ] {c109d138-56e2-4a0d-ab28-aa9cc7312056} <Debug> TCPHandler: Processed in 0.002174991 sec. | ||
| 3929 | 2025.01.30 20:20:47.875010 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3930 | 2025.01.30 20:20:47.875128 [ 271 ] {1dff4382-39f3-47bc-8ffb-1eb4c19eb013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3931 | 2025.01.30 20:20:47.875182 [ 271 ] {1dff4382-39f3-47bc-8ffb-1eb4c19eb013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3932 | 2025.01.30 20:20:47.875972 [ 271 ] {1dff4382-39f3-47bc-8ffb-1eb4c19eb013} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3933 | 2025.01.30 20:20:47.876011 [ 271 ] {1dff4382-39f3-47bc-8ffb-1eb4c19eb013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3934 | 2025.01.30 20:20:47.876470 [ 271 ] {1dff4382-39f3-47bc-8ffb-1eb4c19eb013} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3935 | 2025.01.30 20:20:47.876714 [ 271 ] {1dff4382-39f3-47bc-8ffb-1eb4c19eb013} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3936 | 2025.01.30 20:20:47.876935 [ 271 ] {1dff4382-39f3-47bc-8ffb-1eb4c19eb013} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001831 sec., 481703.9868924085 rows/sec., 32.41 MiB/sec. | ||
| 3937 | 2025.01.30 20:20:47.876989 [ 271 ] {1dff4382-39f3-47bc-8ffb-1eb4c19eb013} <Debug> TCPHandler: Processed in 0.002034336 sec. | ||
| 3938 | 2025.01.30 20:20:47.877147 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3939 | 2025.01.30 20:20:47.877269 [ 270 ] {f748f313-ecc2-4be4-908e-c5cbb819b78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3940 | 2025.01.30 20:20:47.877350 [ 270 ] {f748f313-ecc2-4be4-908e-c5cbb819b78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3941 | 2025.01.30 20:20:47.878546 [ 270 ] {f748f313-ecc2-4be4-908e-c5cbb819b78b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3942 | 2025.01.30 20:20:47.878586 [ 270 ] {f748f313-ecc2-4be4-908e-c5cbb819b78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3943 | 2025.01.30 20:20:47.879265 [ 270 ] {f748f313-ecc2-4be4-908e-c5cbb819b78b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3944 | 2025.01.30 20:20:47.879530 [ 270 ] {f748f313-ecc2-4be4-908e-c5cbb819b78b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3945 | 2025.01.30 20:20:47.879768 [ 270 ] {f748f313-ecc2-4be4-908e-c5cbb819b78b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002523 sec., 12286.959968291716 rows/sec., 22.02 MiB/sec. | ||
| 3946 | 2025.01.30 20:20:47.879863 [ 270 ] {f748f313-ecc2-4be4-908e-c5cbb819b78b} <Debug> TCPHandler: Processed in 0.002771737 sec. | ||
| 3947 | 2025.01.30 20:20:47.880049 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3948 | 2025.01.30 20:20:47.880167 [ 271 ] {de2ce2e1-648b-4203-9f17-b320214ff811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3949 | 2025.01.30 20:20:47.880218 [ 271 ] {de2ce2e1-648b-4203-9f17-b320214ff811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3950 | 2025.01.30 20:20:47.880719 [ 271 ] {de2ce2e1-648b-4203-9f17-b320214ff811} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3951 | 2025.01.30 20:20:47.880758 [ 271 ] {de2ce2e1-648b-4203-9f17-b320214ff811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3952 | 2025.01.30 20:20:47.881134 [ 271 ] {de2ce2e1-648b-4203-9f17-b320214ff811} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3953 | 2025.01.30 20:20:47.881366 [ 271 ] {de2ce2e1-648b-4203-9f17-b320214ff811} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3954 | 2025.01.30 20:20:47.881584 [ 271 ] {de2ce2e1-648b-4203-9f17-b320214ff811} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 3955 | 2025.01.30 20:20:47.881634 [ 271 ] {de2ce2e1-648b-4203-9f17-b320214ff811} <Debug> TCPHandler: Processed in 0.001659236 sec. | ||
| 3956 | 2025.01.30 20:20:49.179996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 3957 | 2025.01.30 20:20:49.180665 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3958 | 2025.01.30 20:20:49.180712 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3959 | 2025.01.30 20:20:49.181304 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3960 | 2025.01.30 20:20:49.181582 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.01.30 20:20:49.181818 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 3962 | 2025.01.30 20:20:49.998219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 3963 | 2025.01.30 20:20:50.018780 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3964 | 2025.01.30 20:20:50.018834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 3965 | 2025.01.30 20:20:50.026250 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3966 | 2025.01.30 20:20:50.026998 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3967 | 2025.01.30 20:20:50.029469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 3968 | 2025.01.30 20:20:52.830741 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3969 | 2025.01.30 20:20:52.830966 [ 270 ] {e7ccffec-b662-4220-8503-8480254f98d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3970 | 2025.01.30 20:20:52.831045 [ 270 ] {e7ccffec-b662-4220-8503-8480254f98d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3971 | 2025.01.30 20:20:52.831900 [ 270 ] {e7ccffec-b662-4220-8503-8480254f98d9} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3972 | 2025.01.30 20:20:52.831945 [ 270 ] {e7ccffec-b662-4220-8503-8480254f98d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 3973 | 2025.01.30 20:20:52.832370 [ 270 ] {e7ccffec-b662-4220-8503-8480254f98d9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3974 | 2025.01.30 20:20:52.832623 [ 270 ] {e7ccffec-b662-4220-8503-8480254f98d9} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3975 | 2025.01.30 20:20:52.832859 [ 270 ] {e7ccffec-b662-4220-8503-8480254f98d9} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001951 sec., 36904.15171706817 rows/sec., 2.97 MiB/sec. | ||
| 3976 | 2025.01.30 20:20:52.832943 [ 270 ] {e7ccffec-b662-4220-8503-8480254f98d9} <Debug> TCPHandler: Processed in 0.002342596 sec. | ||
| 3977 | 2025.01.30 20:20:52.833224 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3978 | 2025.01.30 20:20:52.833437 [ 271 ] {90b91e44-7bb4-4c58-83d6-a15ff96f5500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3979 | 2025.01.30 20:20:52.833518 [ 271 ] {90b91e44-7bb4-4c58-83d6-a15ff96f5500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3980 | 2025.01.30 20:20:52.834393 [ 271 ] {90b91e44-7bb4-4c58-83d6-a15ff96f5500} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2025.01.30 20:20:52.834444 [ 271 ] {90b91e44-7bb4-4c58-83d6-a15ff96f5500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 3982 | 2025.01.30 20:20:52.834879 [ 271 ] {90b91e44-7bb4-4c58-83d6-a15ff96f5500} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3983 | 2025.01.30 20:20:52.835128 [ 271 ] {90b91e44-7bb4-4c58-83d6-a15ff96f5500} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3984 | 2025.01.30 20:20:52.835367 [ 271 ] {90b91e44-7bb4-4c58-83d6-a15ff96f5500} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00199 sec., 4020.100502512563 rows/sec., 302.29 KiB/sec. | ||
| 3985 | 2025.01.30 20:20:52.835425 [ 271 ] {90b91e44-7bb4-4c58-83d6-a15ff96f5500} <Debug> TCPHandler: Processed in 0.002354335 sec. | ||
| 3986 | 2025.01.30 20:20:52.835590 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3987 | 2025.01.30 20:20:52.835729 [ 270 ] {d0682829-acc6-4ac8-967a-42eada82487e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3988 | 2025.01.30 20:20:52.835786 [ 270 ] {d0682829-acc6-4ac8-967a-42eada82487e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3989 | 2025.01.30 20:20:52.836500 [ 270 ] {d0682829-acc6-4ac8-967a-42eada82487e} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2025.01.30 20:20:52.836547 [ 270 ] {d0682829-acc6-4ac8-967a-42eada82487e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 3991 | 2025.01.30 20:20:52.836960 [ 270 ] {d0682829-acc6-4ac8-967a-42eada82487e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3992 | 2025.01.30 20:20:52.837193 [ 270 ] {d0682829-acc6-4ac8-967a-42eada82487e} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2025.01.30 20:20:52.837418 [ 270 ] {d0682829-acc6-4ac8-967a-42eada82487e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00172 sec., 41860.46511627907 rows/sec., 3.27 MiB/sec. | ||
| 3994 | 2025.01.30 20:20:52.837545 [ 270 ] {d0682829-acc6-4ac8-967a-42eada82487e} <Debug> TCPHandler: Processed in 0.002024636 sec. | ||
| 3995 | 2025.01.30 20:20:52.837713 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2025.01.30 20:20:52.837841 [ 271 ] {1b405abd-fd07-4bfd-bfcc-46b3ea9895a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3997 | 2025.01.30 20:20:52.837908 [ 271 ] {1b405abd-fd07-4bfd-bfcc-46b3ea9895a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3998 | 2025.01.30 20:20:52.838593 [ 271 ] {1b405abd-fd07-4bfd-bfcc-46b3ea9895a8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2025.01.30 20:20:52.838642 [ 271 ] {1b405abd-fd07-4bfd-bfcc-46b3ea9895a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4000 | 2025.01.30 20:20:52.839064 [ 271 ] {1b405abd-fd07-4bfd-bfcc-46b3ea9895a8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4001 | 2025.01.30 20:20:52.839312 [ 271 ] {1b405abd-fd07-4bfd-bfcc-46b3ea9895a8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2025.01.30 20:20:52.839472 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4003 | 2025.01.30 20:20:52.839545 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4004 | 2025.01.30 20:20:52.839544 [ 271 ] {1b405abd-fd07-4bfd-bfcc-46b3ea9895a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec. | ||
| 4005 | 2025.01.30 20:20:52.839573 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4006 | 2025.01.30 20:20:52.839708 [ 271 ] {1b405abd-fd07-4bfd-bfcc-46b3ea9895a8} <Debug> TCPHandler: Processed in 0.002064307 sec. | ||
| 4007 | 2025.01.30 20:20:52.840115 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 4008 | 2025.01.30 20:20:52.840141 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4009 | 2025.01.30 20:20:52.840462 [ 270 ] {e5b16c58-64f8-47e5-8494-821eb98b0375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4010 | 2025.01.30 20:20:52.840515 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4011 | 2025.01.30 20:20:52.840644 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7359 rows starting from the beginning of the part | ||
| 4012 | 2025.01.30 20:20:52.840662 [ 270 ] {e5b16c58-64f8-47e5-8494-821eb98b0375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4013 | 2025.01.30 20:20:52.841071 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 152 rows starting from the beginning of the part | ||
| 4014 | 2025.01.30 20:20:52.841509 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4015 | 2025.01.30 20:20:52.841931 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 4016 | 2025.01.30 20:20:52.842286 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 882 rows starting from the beginning of the part | ||
| 4017 | 2025.01.30 20:20:52.842710 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 4018 | 2025.01.30 20:20:52.845600 [ 270 ] {e5b16c58-64f8-47e5-8494-821eb98b0375} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2025.01.30 20:20:52.845676 [ 270 ] {e5b16c58-64f8-47e5-8494-821eb98b0375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4020 | 2025.01.30 20:20:52.847110 [ 270 ] {e5b16c58-64f8-47e5-8494-821eb98b0375} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4021 | 2025.01.30 20:20:52.847548 [ 270 ] {e5b16c58-64f8-47e5-8494-821eb98b0375} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2025.01.30 20:20:52.847845 [ 270 ] {e5b16c58-64f8-47e5-8494-821eb98b0375} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007487 sec., 1068.5187658608254 rows/sec., 1.91 MiB/sec. | ||
| 4023 | 2025.01.30 20:20:52.847976 [ 270 ] {e5b16c58-64f8-47e5-8494-821eb98b0375} <Debug> TCPHandler: Processed in 0.008150366 sec. | ||
| 4024 | 2025.01.30 20:20:52.848164 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2025.01.30 20:20:52.848305 [ 271 ] {cbddac92-9b60-4feb-b659-87e602557f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4026 | 2025.01.30 20:20:52.848434 [ 271 ] {cbddac92-9b60-4feb-b659-87e602557f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4027 | 2025.01.30 20:20:52.848855 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8873 rows, containing 5 columns (5 merged, 0 gathered) in 0.009120393 sec., 972874.7434458144 rows/sec., 65.96 MiB/sec. | ||
| 4028 | 2025.01.30 20:20:52.849116 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4029 | 2025.01.30 20:20:52.849691 [ 271 ] {cbddac92-9b60-4feb-b659-87e602557f01} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4030 | 2025.01.30 20:20:52.849741 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2025.01.30 20:20:52.849762 [ 271 ] {cbddac92-9b60-4feb-b659-87e602557f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4032 | 2025.01.30 20:20:52.849921 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4033 | 2025.01.30 20:20:52.850082 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 4034 | 2025.01.30 20:20:52.850355 [ 271 ] {cbddac92-9b60-4feb-b659-87e602557f01} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4035 | 2025.01.30 20:20:52.850602 [ 271 ] {cbddac92-9b60-4feb-b659-87e602557f01} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2025.01.30 20:20:52.850875 [ 271 ] {cbddac92-9b60-4feb-b659-87e602557f01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002598 sec., 23094.688221709006 rows/sec., 1.56 MiB/sec. | ||
| 4037 | 2025.01.30 20:20:52.851100 [ 271 ] {cbddac92-9b60-4feb-b659-87e602557f01} <Debug> TCPHandler: Processed in 0.003015454 sec. | ||
| 4038 | 2025.01.30 20:20:56.559586 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4039 | 2025.01.30 20:20:56.559684 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4040 | 2025.01.30 20:20:56.681945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 4041 | 2025.01.30 20:20:56.683009 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2025.01.30 20:20:56.683055 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4043 | 2025.01.30 20:20:56.683588 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4044 | 2025.01.30 20:20:56.683847 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2025.01.30 20:20:56.684079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 4046 | 2025.01.30 20:20:56.707811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 526 | ||
| 4047 | 2025.01.30 20:20:56.711345 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4048 | 2025.01.30 20:20:56.711389 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4049 | 2025.01.30 20:20:56.712899 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4050 | 2025.01.30 20:20:56.713217 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4051 | 2025.01.30 20:20:56.713474 [ 84 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4052 | 2025.01.30 20:20:56.713605 [ 84 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4053 | 2025.01.30 20:20:56.713681 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4054 | 2025.01.30 20:20:56.714735 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 4055 | 2025.01.30 20:20:56.715371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 526 | ||
| 4056 | 2025.01.30 20:20:56.715844 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4057 | 2025.01.30 20:20:56.716011 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 364 rows starting from the beginning of the part | ||
| 4058 | 2025.01.30 20:20:56.716710 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
| 4059 | 2025.01.30 20:20:56.717422 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part | ||
| 4060 | 2025.01.30 20:20:56.717920 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 4061 | 2025.01.30 20:20:56.718404 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4062 | 2025.01.30 20:20:56.718879 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
| 4063 | 2025.01.30 20:20:56.726223 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 72 columns (72 merged, 0 gathered) in 0.012310771 sec., 42726.812154982006 rows/sec., 36.76 MiB/sec. | ||
| 4064 | 2025.01.30 20:20:56.727414 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4065 | 2025.01.30 20:20:56.728228 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2025.01.30 20:20:56.728325 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_16_3} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4067 | 2025.01.30 20:20:56.728656 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
| 4068 | 2025.01.30 20:20:57.529527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 4069 | 2025.01.30 20:20:57.549354 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4070 | 2025.01.30 20:20:57.549402 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4071 | 2025.01.30 20:20:57.556747 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4072 | 2025.01.30 20:20:57.557548 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4073 | 2025.01.30 20:20:57.560464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 4074 | 2025.01.30 20:20:57.830618 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4075 | 2025.01.30 20:20:57.830906 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 4076 | 2025.01.30 20:20:57.831348 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4077 | 2025.01.30 20:20:57.831397 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes')" moved to PREWHERE | ||
| 4078 | 2025.01.30 20:20:57.831745 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4079 | 2025.01.30 20:20:57.831823 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4080 | 2025.01.30 20:20:57.831998 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 4081 | 2025.01.30 20:20:57.832106 [ 298 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4082 | 2025.01.30 20:20:57.832139 [ 296 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4083 | 2025.01.30 20:20:57.832264 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4084 | 2025.01.30 20:20:57.832293 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4085 | 2025.01.30 20:20:57.832384 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4086 | 2025.01.30 20:20:57.832406 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4087 | 2025.01.30 20:20:57.832448 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes'))" | ||
| 4088 | 2025.01.30 20:20:57.832496 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes'))" | ||
| 4089 | 2025.01.30 20:20:57.833621 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002854 sec., 10861.948142957252 rows/sec., 438.67 KiB/sec. | ||
| 4090 | 2025.01.30 20:20:57.833755 [ 270 ] {46e6754f-3439-4971-82be-ba3cd848a220} <Debug> TCPHandler: Processed in 0.003283741 sec. | ||
| 4091 | 2025.01.30 20:20:57.834242 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4092 | 2025.01.30 20:20:57.834553 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 4093 | 2025.01.30 20:20:57.835058 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4094 | 2025.01.30 20:20:57.835111 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes')" moved to PREWHERE | ||
| 4095 | 2025.01.30 20:20:57.835474 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4096 | 2025.01.30 20:20:57.835556 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4097 | 2025.01.30 20:20:57.835737 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 4098 | 2025.01.30 20:20:57.835858 [ 296 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4099 | 2025.01.30 20:20:57.835856 [ 299 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4100 | 2025.01.30 20:20:57.835991 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4101 | 2025.01.30 20:20:57.836020 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4102 | 2025.01.30 20:20:57.836123 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4103 | 2025.01.30 20:20:57.836147 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4104 | 2025.01.30 20:20:57.836194 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes'))" | ||
| 4105 | 2025.01.30 20:20:57.836245 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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_rib:active_routes'))" | ||
| 4106 | 2025.01.30 20:20:57.837157 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.00275 sec., 11272.727272727274 rows/sec., 455.26 KiB/sec. | ||
| 4107 | 2025.01.30 20:20:57.837320 [ 271 ] {0f2683ff-ce48-4b7e-abc2-ff0ef331a555} <Debug> TCPHandler: Processed in 0.003222429 sec. | ||
| 4108 | 2025.01.30 20:20:57.837864 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4109 | 2025.01.30 20:20:57.838098 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 4110 | 2025.01.30 20:20:57.838503 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4111 | 2025.01.30 20:20:57.838560 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 4112 | 2025.01.30 20:20:57.838947 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4113 | 2025.01.30 20:20:57.839017 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4114 | 2025.01.30 20:20:57.839164 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 4115 | 2025.01.30 20:20:57.839246 [ 299 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4116 | 2025.01.30 20:20:57.839250 [ 301 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4117 | 2025.01.30 20:20:57.839356 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4118 | 2025.01.30 20:20:57.839384 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4119 | 2025.01.30 20:20:57.839464 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4120 | 2025.01.30 20:20:57.839484 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4121 | 2025.01.30 20:20:57.839526 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 4122 | 2025.01.30 20:20:57.839572 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 4123 | 2025.01.30 20:20:57.840583 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002603 sec., 11909.335382251249 rows/sec., 480.97 KiB/sec. | ||
| 4124 | 2025.01.30 20:20:57.840735 [ 270 ] {7571b6c1-cd8b-4f19-b264-383d7dc3c122} <Debug> TCPHandler: Processed in 0.002940552 sec. | ||
| 4125 | 2025.01.30 20:20:57.841095 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2025.01.30 20:20:57.841318 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 4127 | 2025.01.30 20:20:57.841728 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4128 | 2025.01.30 20:20:57.841787 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 4129 | 2025.01.30 20:20:57.842144 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4130 | 2025.01.30 20:20:57.842210 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4131 | 2025.01.30 20:20:57.842359 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 4132 | 2025.01.30 20:20:57.842468 [ 296 ] {3122a01c-5a18-464e-9f52-825884965836} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4133 | 2025.01.30 20:20:57.842473 [ 301 ] {3122a01c-5a18-464e-9f52-825884965836} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4134 | 2025.01.30 20:20:57.842594 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4135 | 2025.01.30 20:20:57.842622 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4136 | 2025.01.30 20:20:57.842706 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4137 | 2025.01.30 20:20:57.842727 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4138 | 2025.01.30 20:20:57.842770 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 4139 | 2025.01.30 20:20:57.842819 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 4140 | 2025.01.30 20:20:57.843885 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002678 sec., 11575.802837938762 rows/sec., 467.50 KiB/sec. | ||
| 4141 | 2025.01.30 20:20:57.844038 [ 271 ] {3122a01c-5a18-464e-9f52-825884965836} <Debug> TCPHandler: Processed in 0.003011304 sec. | ||
| 4142 | 2025.01.30 20:20:57.844307 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4143 | 2025.01.30 20:20:57.844531 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:occupancy') FORMAT Native; (stage: Complete) | ||
| 4144 | 2025.01.30 20:20:57.844935 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4145 | 2025.01.30 20:20:57.844990 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:occupancy')" moved to PREWHERE | ||
| 4146 | 2025.01.30 20:20:57.845302 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4147 | 2025.01.30 20:20:57.845366 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4148 | 2025.01.30 20:20:57.845511 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 4149 | 2025.01.30 20:20:57.845608 [ 299 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4150 | 2025.01.30 20:20:57.845623 [ 296 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4151 | 2025.01.30 20:20:57.845725 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4152 | 2025.01.30 20:20:57.845753 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4153 | 2025.01.30 20:20:57.845834 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4154 | 2025.01.30 20:20:57.845854 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4155 | 2025.01.30 20:20:57.845897 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:occupancy'))" | ||
| 4156 | 2025.01.30 20:20:57.845944 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:occupancy'))" | ||
| 4157 | 2025.01.30 20:20:57.846917 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.0025 sec., 12400 rows/sec., 500.78 KiB/sec. | ||
| 4158 | 2025.01.30 20:20:57.847042 [ 270 ] {8fb03481-171b-42db-adbc-367b6d06e128} <Debug> TCPHandler: Processed in 0.002803548 sec. | ||
| 4159 | 2025.01.30 20:20:57.847306 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2025.01.30 20:20:57.847499 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 4161 | 2025.01.30 20:20:57.847848 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4162 | 2025.01.30 20:20:57.847898 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 4163 | 2025.01.30 20:20:57.848232 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4164 | 2025.01.30 20:20:57.848300 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4165 | 2025.01.30 20:20:57.848450 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 4166 | 2025.01.30 20:20:57.848544 [ 298 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4167 | 2025.01.30 20:20:57.848558 [ 299 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4168 | 2025.01.30 20:20:57.848662 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4169 | 2025.01.30 20:20:57.848692 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4170 | 2025.01.30 20:20:57.848773 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4171 | 2025.01.30 20:20:57.848796 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4172 | 2025.01.30 20:20:57.848840 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy'))" | ||
| 4173 | 2025.01.30 20:20:57.848891 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy'))" | ||
| 4174 | 2025.01.30 20:20:57.849908 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002504 sec., 12380.191693290733 rows/sec., 499.98 KiB/sec. | ||
| 4175 | 2025.01.30 20:20:57.850059 [ 271 ] {2d9d3113-4135-4dd4-9595-ade41836bcf0} <Debug> TCPHandler: Processed in 0.002810438 sec. | ||
| 4176 | 2025.01.30 20:20:57.850320 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4177 | 2025.01.30 20:20:57.850546 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 4178 | 2025.01.30 20:20:57.850952 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4179 | 2025.01.30 20:20:57.851006 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 4180 | 2025.01.30 20:20:57.851333 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4181 | 2025.01.30 20:20:57.851397 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4182 | 2025.01.30 20:20:57.851542 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 4183 | 2025.01.30 20:20:57.851651 [ 296 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4184 | 2025.01.30 20:20:57.851651 [ 298 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4185 | 2025.01.30 20:20:57.851750 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4186 | 2025.01.30 20:20:57.851773 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4187 | 2025.01.30 20:20:57.851853 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4188 | 2025.01.30 20:20:57.851873 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4189 | 2025.01.30 20:20:57.851915 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 4190 | 2025.01.30 20:20:57.851962 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 4191 | 2025.01.30 20:20:57.852954 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002524 sec., 12282.091917591124 rows/sec., 496.02 KiB/sec. | ||
| 4192 | 2025.01.30 20:20:57.853084 [ 270 ] {1b210373-51f5-4ac6-ac78-c8608e6100f3} <Debug> TCPHandler: Processed in 0.002833699 sec. | ||
| 4193 | 2025.01.30 20:20:57.853350 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4194 | 2025.01.30 20:20:57.853577 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4195 | 2025.01.30 20:20:57.853993 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4196 | 2025.01.30 20:20:57.854045 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 4197 | 2025.01.30 20:20:57.854377 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4198 | 2025.01.30 20:20:57.854444 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4199 | 2025.01.30 20:20:57.854606 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 4200 | 2025.01.30 20:20:57.854766 [ 299 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4201 | 2025.01.30 20:20:57.854770 [ 298 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4202 | 2025.01.30 20:20:57.854934 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4203 | 2025.01.30 20:20:57.854969 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4204 | 2025.01.30 20:20:57.855055 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4205 | 2025.01.30 20:20:57.855076 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4206 | 2025.01.30 20:20:57.855120 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 4207 | 2025.01.30 20:20:57.855170 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 4208 | 2025.01.30 20:20:57.856025 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002563 sec., 12095.200936402653 rows/sec., 488.47 KiB/sec. | ||
| 4209 | 2025.01.30 20:20:57.856178 [ 271 ] {b5632309-69e6-4192-b839-964fa0e96d79} <Debug> TCPHandler: Processed in 0.00289679 sec. | ||
| 4210 | 2025.01.30 20:20:57.856429 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4211 | 2025.01.30 20:20:57.856622 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4212 | 2025.01.30 20:20:57.856987 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4213 | 2025.01.30 20:20:57.857038 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 4214 | 2025.01.30 20:20:57.857370 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4215 | 2025.01.30 20:20:57.857435 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4216 | 2025.01.30 20:20:57.857581 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 4217 | 2025.01.30 20:20:57.857665 [ 301 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4218 | 2025.01.30 20:20:57.857667 [ 299 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4219 | 2025.01.30 20:20:57.857766 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4220 | 2025.01.30 20:20:57.857794 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4221 | 2025.01.30 20:20:57.857872 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4222 | 2025.01.30 20:20:57.857893 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4223 | 2025.01.30 20:20:57.857934 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 4224 | 2025.01.30 20:20:57.857982 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 4225 | 2025.01.30 20:20:57.858968 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002443 sec., 12689.316414244782 rows/sec., 512.47 KiB/sec. | ||
| 4226 | 2025.01.30 20:20:57.859097 [ 270 ] {099bbe95-aa2d-46e0-a85e-a0fc3d0857bd} <Debug> TCPHandler: Processed in 0.002725585 sec. | ||
| 4227 | 2025.01.30 20:20:57.859363 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4228 | 2025.01.30 20:20:57.859598 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4229 | 2025.01.30 20:20:57.860019 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4230 | 2025.01.30 20:20:57.860070 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 4231 | 2025.01.30 20:20:57.860407 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4232 | 2025.01.30 20:20:57.860473 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4233 | 2025.01.30 20:20:57.860625 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 4234 | 2025.01.30 20:20:57.860735 [ 298 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4235 | 2025.01.30 20:20:57.860738 [ 299 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4236 | 2025.01.30 20:20:57.860851 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4237 | 2025.01.30 20:20:57.860880 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4238 | 2025.01.30 20:20:57.860966 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4239 | 2025.01.30 20:20:57.860988 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4240 | 2025.01.30 20:20:57.861032 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 4241 | 2025.01.30 20:20:57.861083 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 4242 | 2025.01.30 20:20:57.862111 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002631 sec., 11782.592170277461 rows/sec., 475.85 KiB/sec. | ||
| 4243 | 2025.01.30 20:20:57.862268 [ 271 ] {5b19e65d-df10-41e6-8a72-7531e782f5dd} <Debug> TCPHandler: Processed in 0.002973922 sec. | ||
| 4244 | 2025.01.30 20:20:57.862536 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4245 | 2025.01.30 20:20:57.862763 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4246 | 2025.01.30 20:20:57.863154 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4247 | 2025.01.30 20:20:57.863206 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 4248 | 2025.01.30 20:20:57.863541 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4249 | 2025.01.30 20:20:57.863605 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4250 | 2025.01.30 20:20:57.863754 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 4251 | 2025.01.30 20:20:57.863864 [ 301 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4252 | 2025.01.30 20:20:57.863866 [ 296 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4253 | 2025.01.30 20:20:57.863979 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4254 | 2025.01.30 20:20:57.864038 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4255 | 2025.01.30 20:20:57.864122 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4256 | 2025.01.30 20:20:57.864142 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4257 | 2025.01.30 20:20:57.864183 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 4258 | 2025.01.30 20:20:57.864259 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 4259 | 2025.01.30 20:20:57.865314 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002668 sec., 11619.190404797602 rows/sec., 469.25 KiB/sec. | ||
| 4260 | 2025.01.30 20:20:57.865468 [ 270 ] {a163e09b-a20c-4144-b628-85641ba196ad} <Debug> TCPHandler: Processed in 0.003003623 sec. | ||
| 4261 | 2025.01.30 20:20:57.869606 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4262 | 2025.01.30 20:20:57.869811 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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) | ||
| 4263 | 2025.01.30 20:20:57.870170 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4264 | 2025.01.30 20:20:57.870223 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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 | ||
| 4265 | 2025.01.30 20:20:57.870568 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4266 | 2025.01.30 20:20:57.870635 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4267 | 2025.01.30 20:20:57.870786 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 4268 | 2025.01.30 20:20:57.870875 [ 301 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4269 | 2025.01.30 20:20:57.870881 [ 299 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 4270 | 2025.01.30 20:20:57.870985 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (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 | ||
| 4271 | 2025.01.30 20:20:57.871014 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4272 | 2025.01.30 20:20:57.871100 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4273 | 2025.01.30 20:20:57.871120 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 4274 | 2025.01.30 20:20:57.871162 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 4275 | 2025.01.30 20:20:57.871212 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 4276 | 2025.01.30 20:20:57.872282 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002573 sec., 12048.192771084336 rows/sec., 486.57 KiB/sec. | ||
| 4277 | 2025.01.30 20:20:57.872438 [ 271 ] {2a6ca2bb-8efe-46bd-bbcc-d1b9591a46f8} <Debug> TCPHandler: Processed in 0.002889251 sec. | ||
| 4278 | 2025.01.30 20:20:57.874380 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4279 | 2025.01.30 20:20:57.874519 [ 270 ] {2c2cc6b1-6ec5-4c92-ab16-763073a3937d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 4280 | 2025.01.30 20:20:57.874574 [ 270 ] {2c2cc6b1-6ec5-4c92-ab16-763073a3937d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4281 | 2025.01.30 20:20:57.875355 [ 270 ] {2c2cc6b1-6ec5-4c92-ab16-763073a3937d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4282 | 2025.01.30 20:20:57.875400 [ 270 ] {2c2cc6b1-6ec5-4c92-ab16-763073a3937d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4283 | 2025.01.30 20:20:57.875928 [ 270 ] {2c2cc6b1-6ec5-4c92-ab16-763073a3937d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4284 | 2025.01.30 20:20:57.876186 [ 270 ] {2c2cc6b1-6ec5-4c92-ab16-763073a3937d} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2025.01.30 20:20:57.876449 [ 270 ] {2c2cc6b1-6ec5-4c92-ab16-763073a3937d} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001968 sec., 6097.560975609756 rows/sec., 1.23 MiB/sec. | ||
| 4286 | 2025.01.30 20:20:57.876532 [ 270 ] {2c2cc6b1-6ec5-4c92-ab16-763073a3937d} <Debug> TCPHandler: Processed in 0.002208511 sec. | ||
| 4287 | 2025.01.30 20:20:57.876689 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4288 | 2025.01.30 20:20:57.876829 [ 271 ] {b47e5861-f85a-4e41-ade2-fb155bac393d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4289 | 2025.01.30 20:20:57.876882 [ 271 ] {b47e5861-f85a-4e41-ade2-fb155bac393d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4290 | 2025.01.30 20:20:57.878185 [ 271 ] {b47e5861-f85a-4e41-ade2-fb155bac393d} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.01.30 20:20:57.878236 [ 271 ] {b47e5861-f85a-4e41-ade2-fb155bac393d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4292 | 2025.01.30 20:20:57.878690 [ 271 ] {b47e5861-f85a-4e41-ade2-fb155bac393d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 4293 | 2025.01.30 20:20:57.878943 [ 271 ] {b47e5861-f85a-4e41-ade2-fb155bac393d} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.01.30 20:20:57.879236 [ 271 ] {b47e5861-f85a-4e41-ade2-fb155bac393d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002432 sec., 5756.578947368421 rows/sec., 414.40 KiB/sec. | ||
| 4295 | 2025.01.30 20:20:57.879305 [ 271 ] {b47e5861-f85a-4e41-ade2-fb155bac393d} <Debug> TCPHandler: Processed in 0.002674134 sec. | ||
| 4296 | 2025.01.30 20:20:57.879449 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2025.01.30 20:20:57.879570 [ 270 ] {21ebc02b-a7ad-41ed-a408-332e617797d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4298 | 2025.01.30 20:20:57.879618 [ 270 ] {21ebc02b-a7ad-41ed-a408-332e617797d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4299 | 2025.01.30 20:20:57.880398 [ 270 ] {21ebc02b-a7ad-41ed-a408-332e617797d1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2025.01.30 20:20:57.880438 [ 270 ] {21ebc02b-a7ad-41ed-a408-332e617797d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4301 | 2025.01.30 20:20:57.880834 [ 270 ] {21ebc02b-a7ad-41ed-a408-332e617797d1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4302 | 2025.01.30 20:20:57.881077 [ 270 ] {21ebc02b-a7ad-41ed-a408-332e617797d1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2025.01.30 20:20:57.881243 [ 84 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4304 | 2025.01.30 20:20:57.881311 [ 84 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4305 | 2025.01.30 20:20:57.881324 [ 270 ] {21ebc02b-a7ad-41ed-a408-332e617797d1} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.001771 sec., 149632.97571993223 rows/sec., 13.18 MiB/sec. | ||
| 4306 | 2025.01.30 20:20:57.881348 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4307 | 2025.01.30 20:20:57.881476 [ 270 ] {21ebc02b-a7ad-41ed-a408-332e617797d1} <Debug> TCPHandler: Processed in 0.002083847 sec. | ||
| 4308 | 2025.01.30 20:20:57.881614 [ 186 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 4309 | 2025.01.30 20:20:57.881685 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4310 | 2025.01.30 20:20:57.881866 [ 186 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4311 | 2025.01.30 20:20:57.881899 [ 271 ] {503f295d-9f2c-424c-9fe8-cba39eeb1c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4312 | 2025.01.30 20:20:57.881929 [ 186 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1278 rows starting from the beginning of the part | ||
| 4313 | 2025.01.30 20:20:57.881985 [ 271 ] {503f295d-9f2c-424c-9fe8-cba39eeb1c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4314 | 2025.01.30 20:20:57.882229 [ 186 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 118 rows starting from the beginning of the part | ||
| 4315 | 2025.01.30 20:20:57.882548 [ 186 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 72 rows starting from the beginning of the part | ||
| 4316 | 2025.01.30 20:20:57.882830 [ 186 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1260 rows starting from the beginning of the part | ||
| 4317 | 2025.01.30 20:20:57.883173 [ 186 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part | ||
| 4318 | 2025.01.30 20:20:57.883536 [ 186 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 265 rows starting from the beginning of the part | ||
| 4319 | 2025.01.30 20:20:57.884929 [ 271 ] {503f295d-9f2c-424c-9fe8-cba39eeb1c29} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2025.01.30 20:20:57.885002 [ 271 ] {503f295d-9f2c-424c-9fe8-cba39eeb1c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4321 | 2025.01.30 20:20:57.886064 [ 271 ] {503f295d-9f2c-424c-9fe8-cba39eeb1c29} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4322 | 2025.01.30 20:20:57.886434 [ 271 ] {503f295d-9f2c-424c-9fe8-cba39eeb1c29} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2025.01.30 20:20:57.886751 [ 271 ] {503f295d-9f2c-424c-9fe8-cba39eeb1c29} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.004902 sec., 7751.937984496124 rows/sec., 568.57 KiB/sec. | ||
| 4324 | 2025.01.30 20:20:57.887051 [ 271 ] {503f295d-9f2c-424c-9fe8-cba39eeb1c29} <Debug> TCPHandler: Processed in 0.005446251 sec. | ||
| 4325 | 2025.01.30 20:20:57.887342 [ 189 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3065 rows, containing 5 columns (5 merged, 0 gathered) in 0.005863162 sec., 522755.4688067633 rows/sec., 45.59 MiB/sec. | ||
| 4326 | 2025.01.30 20:20:57.887363 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4327 | 2025.01.30 20:20:57.887560 [ 270 ] {24aad3a5-4e12-4962-9b9e-2e2b7f779c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4328 | 2025.01.30 20:20:57.887641 [ 270 ] {24aad3a5-4e12-4962-9b9e-2e2b7f779c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4329 | 2025.01.30 20:20:57.887665 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4330 | 2025.01.30 20:20:57.888394 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.01.30 20:20:57.888555 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_31_6} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4332 | 2025.01.30 20:20:57.888746 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4333 | 2025.01.30 20:20:57.888920 [ 270 ] {24aad3a5-4e12-4962-9b9e-2e2b7f779c51} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4334 | 2025.01.30 20:20:57.888964 [ 270 ] {24aad3a5-4e12-4962-9b9e-2e2b7f779c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4335 | 2025.01.30 20:20:57.889339 [ 270 ] {24aad3a5-4e12-4962-9b9e-2e2b7f779c51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4336 | 2025.01.30 20:20:57.889586 [ 270 ] {24aad3a5-4e12-4962-9b9e-2e2b7f779c51} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4337 | 2025.01.30 20:20:57.889806 [ 270 ] {24aad3a5-4e12-4962-9b9e-2e2b7f779c51} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002307 sec., 6068.487212830516 rows/sec., 425.00 KiB/sec. | ||
| 4338 | 2025.01.30 20:20:57.889863 [ 270 ] {24aad3a5-4e12-4962-9b9e-2e2b7f779c51} <Debug> TCPHandler: Processed in 0.002681994 sec. | ||
| 4339 | 2025.01.30 20:20:57.890037 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4340 | 2025.01.30 20:20:57.890178 [ 271 ] {b582135a-ef4b-4f98-916f-72735ed0faa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4341 | 2025.01.30 20:20:57.890237 [ 271 ] {b582135a-ef4b-4f98-916f-72735ed0faa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4342 | 2025.01.30 20:20:57.890940 [ 271 ] {b582135a-ef4b-4f98-916f-72735ed0faa5} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4343 | 2025.01.30 20:20:57.890989 [ 271 ] {b582135a-ef4b-4f98-916f-72735ed0faa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4344 | 2025.01.30 20:20:57.891351 [ 271 ] {b582135a-ef4b-4f98-916f-72735ed0faa5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 4345 | 2025.01.30 20:20:57.891593 [ 271 ] {b582135a-ef4b-4f98-916f-72735ed0faa5} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4346 | 2025.01.30 20:20:57.891863 [ 271 ] {b582135a-ef4b-4f98-916f-72735ed0faa5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001695 sec., 7669.616519174042 rows/sec., 478.20 KiB/sec. | ||
| 4347 | 2025.01.30 20:20:57.891941 [ 271 ] {b582135a-ef4b-4f98-916f-72735ed0faa5} <Debug> TCPHandler: Processed in 0.001974625 sec. | ||
| 4348 | 2025.01.30 20:20:57.892095 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4349 | 2025.01.30 20:20:57.892213 [ 270 ] {1b46a7fb-6d11-4376-974d-d945d83a7215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4350 | 2025.01.30 20:20:57.892261 [ 270 ] {1b46a7fb-6d11-4376-974d-d945d83a7215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4351 | 2025.01.30 20:20:57.893019 [ 270 ] {1b46a7fb-6d11-4376-974d-d945d83a7215} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2025.01.30 20:20:57.893057 [ 270 ] {1b46a7fb-6d11-4376-974d-d945d83a7215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4353 | 2025.01.30 20:20:57.893447 [ 270 ] {1b46a7fb-6d11-4376-974d-d945d83a7215} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4354 | 2025.01.30 20:20:57.893689 [ 270 ] {1b46a7fb-6d11-4376-974d-d945d83a7215} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4355 | 2025.01.30 20:20:57.893862 [ 82 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4356 | 2025.01.30 20:20:57.893926 [ 82 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4357 | 2025.01.30 20:20:57.893933 [ 270 ] {1b46a7fb-6d11-4376-974d-d945d83a7215} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001737 sec., 237766.26367299943 rows/sec., 16.96 MiB/sec. | ||
| 4358 | 2025.01.30 20:20:57.893963 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4359 | 2025.01.30 20:20:57.894086 [ 270 ] {1b46a7fb-6d11-4376-974d-d945d83a7215} <Debug> TCPHandler: Processed in 0.002047597 sec. | ||
| 4360 | 2025.01.30 20:20:57.894319 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 4361 | 2025.01.30 20:20:57.894431 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4362 | 2025.01.30 20:20:57.894905 [ 271 ] {15281ce4-c42b-438c-873a-866ec11a9dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4363 | 2025.01.30 20:20:57.894931 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4364 | 2025.01.30 20:20:57.895048 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 581 rows starting from the beginning of the part | ||
| 4365 | 2025.01.30 20:20:57.895056 [ 271 ] {15281ce4-c42b-438c-873a-866ec11a9dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4366 | 2025.01.30 20:20:57.895316 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 95 rows starting from the beginning of the part | ||
| 4367 | 2025.01.30 20:20:57.895641 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 72 rows starting from the beginning of the part | ||
| 4368 | 2025.01.30 20:20:57.895943 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 555 rows starting from the beginning of the part | ||
| 4369 | 2025.01.30 20:20:57.896196 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part | ||
| 4370 | 2025.01.30 20:20:57.896305 [ 189 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 413 rows starting from the beginning of the part | ||
| 4371 | 2025.01.30 20:20:57.896920 [ 271 ] {15281ce4-c42b-438c-873a-866ec11a9dbb} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2025.01.30 20:20:57.896964 [ 271 ] {15281ce4-c42b-438c-873a-866ec11a9dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4373 | 2025.01.30 20:20:57.897497 [ 271 ] {15281ce4-c42b-438c-873a-866ec11a9dbb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 4374 | 2025.01.30 20:20:57.897790 [ 271 ] {15281ce4-c42b-438c-873a-866ec11a9dbb} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4375 | 2025.01.30 20:20:57.898153 [ 271 ] {15281ce4-c42b-438c-873a-866ec11a9dbb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003382 sec., 1774.0981667652277 rows/sec., 92.69 KiB/sec. | ||
| 4376 | 2025.01.30 20:20:57.898389 [ 271 ] {15281ce4-c42b-438c-873a-866ec11a9dbb} <Debug> TCPHandler: Processed in 0.004158746 sec. | ||
| 4377 | 2025.01.30 20:20:57.898623 [ 188 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 5 columns (5 merged, 0 gathered) in 0.004543866 sec., 393497.5195131195 rows/sec., 30.69 MiB/sec. | ||
| 4378 | 2025.01.30 20:20:57.898643 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4379 | 2025.01.30 20:20:57.898837 [ 270 ] {b4542abd-2702-4bc1-a333-9110ad830cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4380 | 2025.01.30 20:20:57.898853 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4381 | 2025.01.30 20:20:57.898973 [ 270 ] {b4542abd-2702-4bc1-a333-9110ad830cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4382 | 2025.01.30 20:20:57.899481 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4383 | 2025.01.30 20:20:57.899586 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_31_6} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4384 | 2025.01.30 20:20:57.899719 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4385 | 2025.01.30 20:20:57.899976 [ 270 ] {b4542abd-2702-4bc1-a333-9110ad830cda} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2025.01.30 20:20:57.900020 [ 270 ] {b4542abd-2702-4bc1-a333-9110ad830cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4387 | 2025.01.30 20:20:57.900427 [ 270 ] {b4542abd-2702-4bc1-a333-9110ad830cda} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4388 | 2025.01.30 20:20:57.900676 [ 270 ] {b4542abd-2702-4bc1-a333-9110ad830cda} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2025.01.30 20:20:57.900920 [ 270 ] {b4542abd-2702-4bc1-a333-9110ad830cda} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002133 sec., 111111.11111111111 rows/sec., 7.45 MiB/sec. | ||
| 4390 | 2025.01.30 20:20:57.901130 [ 270 ] {b4542abd-2702-4bc1-a333-9110ad830cda} <Debug> TCPHandler: Processed in 0.002627933 sec. | ||
| 4391 | 2025.01.30 20:20:57.901329 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4392 | 2025.01.30 20:20:57.901448 [ 271 ] {28220539-3551-49da-a623-95e3749fe915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4393 | 2025.01.30 20:20:57.901500 [ 271 ] {28220539-3551-49da-a623-95e3749fe915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4394 | 2025.01.30 20:20:57.901989 [ 271 ] {28220539-3551-49da-a623-95e3749fe915} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4395 | 2025.01.30 20:20:57.902033 [ 271 ] {28220539-3551-49da-a623-95e3749fe915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4396 | 2025.01.30 20:20:57.902398 [ 271 ] {28220539-3551-49da-a623-95e3749fe915} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4397 | 2025.01.30 20:20:57.902644 [ 271 ] {28220539-3551-49da-a623-95e3749fe915} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4398 | 2025.01.30 20:20:57.902928 [ 271 ] {28220539-3551-49da-a623-95e3749fe915} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 4399 | 2025.01.30 20:20:57.902980 [ 271 ] {28220539-3551-49da-a623-95e3749fe915} <Debug> TCPHandler: Processed in 0.001742138 sec. | ||
| 4400 | 2025.01.30 20:20:57.903188 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4401 | 2025.01.30 20:20:57.903410 [ 270 ] {1f4dda8c-c461-40df-97e1-e9803839b9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4402 | 2025.01.30 20:20:57.903548 [ 270 ] {1f4dda8c-c461-40df-97e1-e9803839b9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4403 | 2025.01.30 20:20:57.904915 [ 270 ] {1f4dda8c-c461-40df-97e1-e9803839b9c8} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2025.01.30 20:20:57.904954 [ 270 ] {1f4dda8c-c461-40df-97e1-e9803839b9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4405 | 2025.01.30 20:20:57.905627 [ 270 ] {1f4dda8c-c461-40df-97e1-e9803839b9c8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4406 | 2025.01.30 20:20:57.905881 [ 270 ] {1f4dda8c-c461-40df-97e1-e9803839b9c8} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2025.01.30 20:20:57.906134 [ 270 ] {1f4dda8c-c461-40df-97e1-e9803839b9c8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00278 sec., 11151.079136690647 rows/sec., 19.98 MiB/sec. | ||
| 4408 | 2025.01.30 20:20:57.906227 [ 270 ] {1f4dda8c-c461-40df-97e1-e9803839b9c8} <Debug> TCPHandler: Processed in 0.003147938 sec. | ||
| 4409 | 2025.01.30 20:20:57.906387 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4410 | 2025.01.30 20:20:57.906526 [ 271 ] {6b32790f-2f1c-41fa-bd7d-d30e99042cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4411 | 2025.01.30 20:20:57.906587 [ 271 ] {6b32790f-2f1c-41fa-bd7d-d30e99042cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4412 | 2025.01.30 20:20:57.907132 [ 271 ] {6b32790f-2f1c-41fa-bd7d-d30e99042cd8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4413 | 2025.01.30 20:20:57.907171 [ 271 ] {6b32790f-2f1c-41fa-bd7d-d30e99042cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4414 | 2025.01.30 20:20:57.907544 [ 271 ] {6b32790f-2f1c-41fa-bd7d-d30e99042cd8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4415 | 2025.01.30 20:20:57.907781 [ 271 ] {6b32790f-2f1c-41fa-bd7d-d30e99042cd8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4416 | 2025.01.30 20:20:57.907941 [ 82 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4417 | 2025.01.30 20:20:57.907996 [ 82 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2025.01.30 20:20:57.908017 [ 271 ] {6b32790f-2f1c-41fa-bd7d-d30e99042cd8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001517 sec., 54054.05405405406 rows/sec., 3.43 MiB/sec. | ||
| 4419 | 2025.01.30 20:20:57.908034 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4420 | 2025.01.30 20:20:57.908162 [ 271 ] {6b32790f-2f1c-41fa-bd7d-d30e99042cd8} <Debug> TCPHandler: Processed in 0.001839651 sec. | ||
| 4421 | 2025.01.30 20:20:57.908532 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 4422 | 2025.01.30 20:20:57.908700 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4423 | 2025.01.30 20:20:57.908737 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 930 rows starting from the beginning of the part | ||
| 4424 | 2025.01.30 20:20:57.908868 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 4425 | 2025.01.30 20:20:57.909054 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4426 | 2025.01.30 20:20:57.909232 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 4427 | 2025.01.30 20:20:57.909415 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 4428 | 2025.01.30 20:20:57.909580 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 4429 | 2025.01.30 20:20:57.910811 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002628943 sec., 476237.02758104686 rows/sec., 32.39 MiB/sec. | ||
| 4430 | 2025.01.30 20:20:57.911026 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4431 | 2025.01.30 20:20:57.911366 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_26_5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.01.30 20:20:57.911458 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_26_5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4433 | 2025.01.30 20:20:57.911552 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 4434 | 2025.01.30 20:20:58.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.57 MiB, peak 200.94 MiB, free memory in arenas 0.00 B, will set to 193.75 MiB (RSS), difference: -1.82 MiB | ||
| 4435 | 2025.01.30 20:21:02.831416 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4436 | 2025.01.30 20:21:02.831623 [ 270 ] {d95bc411-1536-4fb5-ac88-4af500933200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4437 | 2025.01.30 20:21:02.831697 [ 270 ] {d95bc411-1536-4fb5-ac88-4af500933200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4438 | 2025.01.30 20:21:02.832475 [ 270 ] {d95bc411-1536-4fb5-ac88-4af500933200} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4439 | 2025.01.30 20:21:02.832524 [ 270 ] {d95bc411-1536-4fb5-ac88-4af500933200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4440 | 2025.01.30 20:21:02.832960 [ 270 ] {d95bc411-1536-4fb5-ac88-4af500933200} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4441 | 2025.01.30 20:21:02.833244 [ 270 ] {d95bc411-1536-4fb5-ac88-4af500933200} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4442 | 2025.01.30 20:21:02.833503 [ 270 ] {d95bc411-1536-4fb5-ac88-4af500933200} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001926 sec., 37383.17757009346 rows/sec., 3.01 MiB/sec. | ||
| 4443 | 2025.01.30 20:21:02.833627 [ 270 ] {d95bc411-1536-4fb5-ac88-4af500933200} <Debug> TCPHandler: Processed in 0.002340265 sec. | ||
| 4444 | 2025.01.30 20:21:02.833935 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4445 | 2025.01.30 20:21:02.834144 [ 271 ] {8936d74f-efb0-4489-ab70-a42087b6ffc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4446 | 2025.01.30 20:21:02.834220 [ 271 ] {8936d74f-efb0-4489-ab70-a42087b6ffc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4447 | 2025.01.30 20:21:02.834946 [ 271 ] {8936d74f-efb0-4489-ab70-a42087b6ffc8} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4448 | 2025.01.30 20:21:02.834991 [ 271 ] {8936d74f-efb0-4489-ab70-a42087b6ffc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4449 | 2025.01.30 20:21:02.835423 [ 271 ] {8936d74f-efb0-4489-ab70-a42087b6ffc8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4450 | 2025.01.30 20:21:02.835677 [ 271 ] {8936d74f-efb0-4489-ab70-a42087b6ffc8} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4451 | 2025.01.30 20:21:02.835859 [ 78 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4452 | 2025.01.30 20:21:02.835929 [ 271 ] {8936d74f-efb0-4489-ab70-a42087b6ffc8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001837 sec., 4354.926510615133 rows/sec., 327.47 KiB/sec. | ||
| 4453 | 2025.01.30 20:21:02.835939 [ 78 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4454 | 2025.01.30 20:21:02.836011 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4455 | 2025.01.30 20:21:02.836066 [ 271 ] {8936d74f-efb0-4489-ab70-a42087b6ffc8} <Debug> TCPHandler: Processed in 0.002304394 sec. | ||
| 4456 | 2025.01.30 20:21:02.836298 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4457 | 2025.01.30 20:21:02.836299 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 4458 | 2025.01.30 20:21:02.836510 [ 270 ] {f70509d7-6c2d-4366-80c0-7bf8d84e9056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4459 | 2025.01.30 20:21:02.836589 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4460 | 2025.01.30 20:21:02.836617 [ 270 ] {f70509d7-6c2d-4366-80c0-7bf8d84e9056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4461 | 2025.01.30 20:21:02.836661 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 51 rows starting from the beginning of the part | ||
| 4462 | 2025.01.30 20:21:02.836981 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 4463 | 2025.01.30 20:21:02.837285 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 35 rows starting from the beginning of the part | ||
| 4464 | 2025.01.30 20:21:02.837565 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 4465 | 2025.01.30 20:21:02.837895 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 38 rows starting from the beginning of the part | ||
| 4466 | 2025.01.30 20:21:02.838148 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 4467 | 2025.01.30 20:21:02.839617 [ 270 ] {f70509d7-6c2d-4366-80c0-7bf8d84e9056} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4468 | 2025.01.30 20:21:02.839695 [ 270 ] {f70509d7-6c2d-4366-80c0-7bf8d84e9056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4469 | 2025.01.30 20:21:02.840651 [ 270 ] {f70509d7-6c2d-4366-80c0-7bf8d84e9056} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4470 | 2025.01.30 20:21:02.841011 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.004894055 sec., 30240.77171180136 rows/sec., 2.30 MiB/sec. | ||
| 4471 | 2025.01.30 20:21:02.841170 [ 270 ] {f70509d7-6c2d-4366-80c0-7bf8d84e9056} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2025.01.30 20:21:02.841312 [ 188 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4473 | 2025.01.30 20:21:02.841594 [ 270 ] {f70509d7-6c2d-4366-80c0-7bf8d84e9056} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005162 sec., 13948.082138705928 rows/sec., 1.09 MiB/sec. | ||
| 4474 | 2025.01.30 20:21:02.841736 [ 270 ] {f70509d7-6c2d-4366-80c0-7bf8d84e9056} <Debug> TCPHandler: Processed in 0.005569424 sec. | ||
| 4475 | 2025.01.30 20:21:02.841939 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4476 | 2025.01.30 20:21:02.842001 [ 188 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2025.01.30 20:21:02.842165 [ 271 ] {4a4644d1-f28d-4a22-af55-19f1e201067b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4478 | 2025.01.30 20:21:02.842200 [ 188 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_31_6} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4479 | 2025.01.30 20:21:02.842252 [ 271 ] {4a4644d1-f28d-4a22-af55-19f1e201067b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4480 | 2025.01.30 20:21:02.842402 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4481 | 2025.01.30 20:21:02.843122 [ 271 ] {4a4644d1-f28d-4a22-af55-19f1e201067b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4482 | 2025.01.30 20:21:02.843167 [ 271 ] {4a4644d1-f28d-4a22-af55-19f1e201067b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4483 | 2025.01.30 20:21:02.843577 [ 271 ] {4a4644d1-f28d-4a22-af55-19f1e201067b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4484 | 2025.01.30 20:21:02.843818 [ 271 ] {4a4644d1-f28d-4a22-af55-19f1e201067b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4485 | 2025.01.30 20:21:02.844040 [ 271 ] {4a4644d1-f28d-4a22-af55-19f1e201067b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001936 sec., 82644.62809917355 rows/sec., 5.76 MiB/sec. | ||
| 4486 | 2025.01.30 20:21:02.844159 [ 271 ] {4a4644d1-f28d-4a22-af55-19f1e201067b} <Debug> TCPHandler: Processed in 0.002311764 sec. | ||
| 4487 | 2025.01.30 20:21:02.844392 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4488 | 2025.01.30 20:21:02.844615 [ 270 ] {b0f7af77-324e-43e6-96f8-b73d5f46b757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4489 | 2025.01.30 20:21:02.844756 [ 270 ] {b0f7af77-324e-43e6-96f8-b73d5f46b757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4490 | 2025.01.30 20:21:02.846071 [ 270 ] {b0f7af77-324e-43e6-96f8-b73d5f46b757} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2025.01.30 20:21:02.846111 [ 270 ] {b0f7af77-324e-43e6-96f8-b73d5f46b757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4492 | 2025.01.30 20:21:02.846739 [ 270 ] {b0f7af77-324e-43e6-96f8-b73d5f46b757} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4493 | 2025.01.30 20:21:02.847000 [ 270 ] {b0f7af77-324e-43e6-96f8-b73d5f46b757} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4494 | 2025.01.30 20:21:02.847185 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4495 | 2025.01.30 20:21:02.847256 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4496 | 2025.01.30 20:21:02.847285 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4497 | 2025.01.30 20:21:02.847301 [ 270 ] {b0f7af77-324e-43e6-96f8-b73d5f46b757} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002739 sec., 2920.774005111354 rows/sec., 5.23 MiB/sec. | ||
| 4498 | 2025.01.30 20:21:02.847785 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 4499 | 2025.01.30 20:21:02.848404 [ 270 ] {b0f7af77-324e-43e6-96f8-b73d5f46b757} <Debug> TCPHandler: Processed in 0.004119045 sec. | ||
| 4500 | 2025.01.30 20:21:02.848663 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4501 | 2025.01.30 20:21:02.848743 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4502 | 2025.01.30 20:21:02.848846 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 530 rows starting from the beginning of the part | ||
| 4503 | 2025.01.30 20:21:02.848850 [ 271 ] {e70e4800-1295-4e56-ad6b-6b818ac8ef0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4504 | 2025.01.30 20:21:02.848932 [ 271 ] {e70e4800-1295-4e56-ad6b-6b818ac8ef0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4505 | 2025.01.30 20:21:02.849299 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 4506 | 2025.01.30 20:21:02.849691 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part | ||
| 4507 | 2025.01.30 20:21:02.850120 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 4508 | 2025.01.30 20:21:02.850266 [ 271 ] {e70e4800-1295-4e56-ad6b-6b818ac8ef0a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4509 | 2025.01.30 20:21:02.850348 [ 271 ] {e70e4800-1295-4e56-ad6b-6b818ac8ef0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4510 | 2025.01.30 20:21:02.850708 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part | ||
| 4511 | 2025.01.30 20:21:02.851253 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 4512 | 2025.01.30 20:21:02.851540 [ 271 ] {e70e4800-1295-4e56-ad6b-6b818ac8ef0a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4513 | 2025.01.30 20:21:02.852151 [ 271 ] {e70e4800-1295-4e56-ad6b-6b818ac8ef0a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4514 | 2025.01.30 20:21:02.852434 [ 271 ] {e70e4800-1295-4e56-ad6b-6b818ac8ef0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003626 sec., 16547.159404302263 rows/sec., 1.12 MiB/sec. | ||
| 4515 | 2025.01.30 20:21:02.852512 [ 271 ] {e70e4800-1295-4e56-ad6b-6b818ac8ef0a} <Debug> TCPHandler: Processed in 0.003991281 sec. | ||
| 4516 | 2025.01.30 20:21:02.856394 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 19 columns (19 merged, 0 gathered) in 0.009003629 sec., 68416.85724722774 rows/sec., 122.60 MiB/sec. | ||
| 4517 | 2025.01.30 20:21:02.857328 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4518 | 2025.01.30 20:21:02.857766 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4519 | 2025.01.30 20:21:02.857852 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4520 | 2025.01.30 20:21:02.858011 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 4521 | 2025.01.30 20:21:03.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.25 MiB, peak 201.59 MiB, free memory in arenas 0.00 B, will set to 195.36 MiB (RSS), difference: 1.11 MiB | ||
| 4522 | 2025.01.30 20:21:04.184190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 4523 | 2025.01.30 20:21:04.184855 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2025.01.30 20:21:04.184903 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4525 | 2025.01.30 20:21:04.185431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4526 | 2025.01.30 20:21:04.185691 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2025.01.30 20:21:04.185911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 4528 | 2025.01.30 20:21:05.060548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 4529 | 2025.01.30 20:21:05.080735 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4530 | 2025.01.30 20:21:05.080800 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4531 | 2025.01.30 20:21:05.088205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4532 | 2025.01.30 20:21:05.088994 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4533 | 2025.01.30 20:21:05.091632 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 4534 | 2025.01.30 20:21:06.715562 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 586 | ||
| 4535 | 2025.01.30 20:21:06.719396 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4536 | 2025.01.30 20:21:06.719449 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4537 | 2025.01.30 20:21:06.720994 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4538 | 2025.01.30 20:21:06.721308 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4539 | 2025.01.30 20:21:06.721848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 586 | ||
| 4540 | 2025.01.30 20:21:07.836829 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2025.01.30 20:21:07.837130 [ 270 ] {cb0b3216-8f9d-44f9-b18d-14aeb9f20aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4542 | 2025.01.30 20:21:07.837245 [ 270 ] {cb0b3216-8f9d-44f9-b18d-14aeb9f20aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4543 | 2025.01.30 20:21:07.838061 [ 270 ] {cb0b3216-8f9d-44f9-b18d-14aeb9f20aaf} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2025.01.30 20:21:07.838103 [ 270 ] {cb0b3216-8f9d-44f9-b18d-14aeb9f20aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4545 | 2025.01.30 20:21:07.838530 [ 270 ] {cb0b3216-8f9d-44f9-b18d-14aeb9f20aaf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4546 | 2025.01.30 20:21:07.838805 [ 270 ] {cb0b3216-8f9d-44f9-b18d-14aeb9f20aaf} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2025.01.30 20:21:07.839059 [ 270 ] {cb0b3216-8f9d-44f9-b18d-14aeb9f20aaf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 506.44 KiB/sec. | ||
| 4548 | 2025.01.30 20:21:07.839170 [ 270 ] {cb0b3216-8f9d-44f9-b18d-14aeb9f20aaf} <Debug> TCPHandler: Processed in 0.00252589 sec. | ||
| 4549 | 2025.01.30 20:21:07.839488 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4550 | 2025.01.30 20:21:07.839701 [ 271 ] {c61ebc8c-d34e-4c1b-bd47-a0a3c2e35468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4551 | 2025.01.30 20:21:07.839786 [ 271 ] {c61ebc8c-d34e-4c1b-bd47-a0a3c2e35468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4552 | 2025.01.30 20:21:07.840754 [ 271 ] {c61ebc8c-d34e-4c1b-bd47-a0a3c2e35468} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4553 | 2025.01.30 20:21:07.840803 [ 271 ] {c61ebc8c-d34e-4c1b-bd47-a0a3c2e35468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4554 | 2025.01.30 20:21:07.841267 [ 271 ] {c61ebc8c-d34e-4c1b-bd47-a0a3c2e35468} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4555 | 2025.01.30 20:21:07.841525 [ 271 ] {c61ebc8c-d34e-4c1b-bd47-a0a3c2e35468} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4556 | 2025.01.30 20:21:07.841766 [ 271 ] {c61ebc8c-d34e-4c1b-bd47-a0a3c2e35468} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002122 sec., 124882.18661639962 rows/sec., 11.00 MiB/sec. | ||
| 4557 | 2025.01.30 20:21:07.841896 [ 271 ] {c61ebc8c-d34e-4c1b-bd47-a0a3c2e35468} <Debug> TCPHandler: Processed in 0.002578672 sec. | ||
| 4558 | 2025.01.30 20:21:07.842076 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4559 | 2025.01.30 20:21:07.842212 [ 270 ] {6e443c73-025c-41cb-b3bf-503c783f0ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4560 | 2025.01.30 20:21:07.842268 [ 270 ] {6e443c73-025c-41cb-b3bf-503c783f0ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4561 | 2025.01.30 20:21:07.842885 [ 270 ] {6e443c73-025c-41cb-b3bf-503c783f0ff2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2025.01.30 20:21:07.842924 [ 270 ] {6e443c73-025c-41cb-b3bf-503c783f0ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4563 | 2025.01.30 20:21:07.843294 [ 270 ] {6e443c73-025c-41cb-b3bf-503c783f0ff2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4564 | 2025.01.30 20:21:07.843533 [ 270 ] {6e443c73-025c-41cb-b3bf-503c783f0ff2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4565 | 2025.01.30 20:21:07.843711 [ 270 ] {6e443c73-025c-41cb-b3bf-503c783f0ff2} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.00153 sec., 24836.601307189543 rows/sec., 1.78 MiB/sec. | ||
| 4566 | 2025.01.30 20:21:07.843762 [ 270 ] {6e443c73-025c-41cb-b3bf-503c783f0ff2} <Debug> TCPHandler: Processed in 0.001756149 sec. | ||
| 4567 | 2025.01.30 20:21:07.843920 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4568 | 2025.01.30 20:21:07.844067 [ 271 ] {6d625ac9-ef48-4385-b72b-6272031da913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4569 | 2025.01.30 20:21:07.844130 [ 271 ] {6d625ac9-ef48-4385-b72b-6272031da913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4570 | 2025.01.30 20:21:07.844747 [ 271 ] {6d625ac9-ef48-4385-b72b-6272031da913} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4571 | 2025.01.30 20:21:07.844788 [ 271 ] {6d625ac9-ef48-4385-b72b-6272031da913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4572 | 2025.01.30 20:21:07.845151 [ 271 ] {6d625ac9-ef48-4385-b72b-6272031da913} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4573 | 2025.01.30 20:21:07.845391 [ 271 ] {6d625ac9-ef48-4385-b72b-6272031da913} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4574 | 2025.01.30 20:21:07.845623 [ 271 ] {6d625ac9-ef48-4385-b72b-6272031da913} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec. | ||
| 4575 | 2025.01.30 20:21:07.845679 [ 271 ] {6d625ac9-ef48-4385-b72b-6272031da913} <Debug> TCPHandler: Processed in 0.001832111 sec. | ||
| 4576 | 2025.01.30 20:21:07.845882 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4577 | 2025.01.30 20:21:07.846110 [ 270 ] {49061327-babc-47dd-81b3-f4f7f9eec589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4578 | 2025.01.30 20:21:07.846199 [ 270 ] {49061327-babc-47dd-81b3-f4f7f9eec589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4579 | 2025.01.30 20:21:07.846866 [ 270 ] {49061327-babc-47dd-81b3-f4f7f9eec589} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4580 | 2025.01.30 20:21:07.846903 [ 270 ] {49061327-babc-47dd-81b3-f4f7f9eec589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4581 | 2025.01.30 20:21:07.847267 [ 270 ] {49061327-babc-47dd-81b3-f4f7f9eec589} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4582 | 2025.01.30 20:21:07.847520 [ 270 ] {49061327-babc-47dd-81b3-f4f7f9eec589} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4583 | 2025.01.30 20:21:07.847760 [ 270 ] {49061327-babc-47dd-81b3-f4f7f9eec589} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001686 sec., 7710.557532621589 rows/sec., 480.75 KiB/sec. | ||
| 4584 | 2025.01.30 20:21:07.847826 [ 270 ] {49061327-babc-47dd-81b3-f4f7f9eec589} <Debug> TCPHandler: Processed in 0.002052768 sec. | ||
| 4585 | 2025.01.30 20:21:07.847972 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4586 | 2025.01.30 20:21:07.848110 [ 271 ] {0d3ee6dd-4754-42e6-b34e-a1fe6736ce95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4587 | 2025.01.30 20:21:07.848168 [ 271 ] {0d3ee6dd-4754-42e6-b34e-a1fe6736ce95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4588 | 2025.01.30 20:21:07.848912 [ 271 ] {0d3ee6dd-4754-42e6-b34e-a1fe6736ce95} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4589 | 2025.01.30 20:21:07.848953 [ 271 ] {0d3ee6dd-4754-42e6-b34e-a1fe6736ce95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4590 | 2025.01.30 20:21:07.849353 [ 271 ] {0d3ee6dd-4754-42e6-b34e-a1fe6736ce95} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4591 | 2025.01.30 20:21:07.849603 [ 271 ] {0d3ee6dd-4754-42e6-b34e-a1fe6736ce95} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4592 | 2025.01.30 20:21:07.849835 [ 271 ] {0d3ee6dd-4754-42e6-b34e-a1fe6736ce95} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001755 sec., 235327.63532763533 rows/sec., 16.78 MiB/sec. | ||
| 4593 | 2025.01.30 20:21:07.849889 [ 271 ] {0d3ee6dd-4754-42e6-b34e-a1fe6736ce95} <Debug> TCPHandler: Processed in 0.001983455 sec. | ||
| 4594 | 2025.01.30 20:21:07.850104 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4595 | 2025.01.30 20:21:07.850322 [ 270 ] {4f17b13a-c614-49df-a32e-d6bb324f7614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4596 | 2025.01.30 20:21:07.850414 [ 270 ] {4f17b13a-c614-49df-a32e-d6bb324f7614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4597 | 2025.01.30 20:21:07.850896 [ 270 ] {4f17b13a-c614-49df-a32e-d6bb324f7614} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4598 | 2025.01.30 20:21:07.850932 [ 270 ] {4f17b13a-c614-49df-a32e-d6bb324f7614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4599 | 2025.01.30 20:21:07.851304 [ 270 ] {4f17b13a-c614-49df-a32e-d6bb324f7614} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4600 | 2025.01.30 20:21:07.851542 [ 270 ] {4f17b13a-c614-49df-a32e-d6bb324f7614} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4601 | 2025.01.30 20:21:07.851768 [ 270 ] {4f17b13a-c614-49df-a32e-d6bb324f7614} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. | ||
| 4602 | 2025.01.30 20:21:07.851884 [ 270 ] {4f17b13a-c614-49df-a32e-d6bb324f7614} <Debug> TCPHandler: Processed in 0.001895842 sec. | ||
| 4603 | 2025.01.30 20:21:07.852037 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4604 | 2025.01.30 20:21:07.852178 [ 271 ] {c46545d6-ccb4-41a0-ba71-b923eec7c594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4605 | 2025.01.30 20:21:07.852243 [ 271 ] {c46545d6-ccb4-41a0-ba71-b923eec7c594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4606 | 2025.01.30 20:21:07.852831 [ 271 ] {c46545d6-ccb4-41a0-ba71-b923eec7c594} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4607 | 2025.01.30 20:21:07.852869 [ 271 ] {c46545d6-ccb4-41a0-ba71-b923eec7c594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4608 | 2025.01.30 20:21:07.853270 [ 271 ] {c46545d6-ccb4-41a0-ba71-b923eec7c594} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4609 | 2025.01.30 20:21:07.853511 [ 271 ] {c46545d6-ccb4-41a0-ba71-b923eec7c594} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4610 | 2025.01.30 20:21:07.853688 [ 271 ] {c46545d6-ccb4-41a0-ba71-b923eec7c594} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001541 sec., 153796.2362102531 rows/sec., 10.31 MiB/sec. | ||
| 4611 | 2025.01.30 20:21:07.853738 [ 271 ] {c46545d6-ccb4-41a0-ba71-b923eec7c594} <Debug> TCPHandler: Processed in 0.00177392 sec. | ||
| 4612 | 2025.01.30 20:21:07.853886 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4613 | 2025.01.30 20:21:07.854023 [ 270 ] {5ee72768-e557-47bc-8d32-9b96cedc3967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4614 | 2025.01.30 20:21:07.854084 [ 270 ] {5ee72768-e557-47bc-8d32-9b96cedc3967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4615 | 2025.01.30 20:21:07.854608 [ 270 ] {5ee72768-e557-47bc-8d32-9b96cedc3967} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4616 | 2025.01.30 20:21:07.854646 [ 270 ] {5ee72768-e557-47bc-8d32-9b96cedc3967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4617 | 2025.01.30 20:21:07.855012 [ 270 ] {5ee72768-e557-47bc-8d32-9b96cedc3967} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4618 | 2025.01.30 20:21:07.855259 [ 270 ] {5ee72768-e557-47bc-8d32-9b96cedc3967} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4619 | 2025.01.30 20:21:07.855534 [ 270 ] {5ee72768-e557-47bc-8d32-9b96cedc3967} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 4620 | 2025.01.30 20:21:07.855597 [ 270 ] {5ee72768-e557-47bc-8d32-9b96cedc3967} <Debug> TCPHandler: Processed in 0.001782999 sec. | ||
| 4621 | 2025.01.30 20:21:07.855746 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4622 | 2025.01.30 20:21:07.855884 [ 271 ] {33f7264f-2bd6-4861-9bd9-6238c4e84d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4623 | 2025.01.30 20:21:07.855977 [ 271 ] {33f7264f-2bd6-4861-9bd9-6238c4e84d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4624 | 2025.01.30 20:21:07.857146 [ 271 ] {33f7264f-2bd6-4861-9bd9-6238c4e84d9a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2025.01.30 20:21:07.857184 [ 271 ] {33f7264f-2bd6-4861-9bd9-6238c4e84d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4626 | 2025.01.30 20:21:07.857825 [ 271 ] {33f7264f-2bd6-4861-9bd9-6238c4e84d9a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4627 | 2025.01.30 20:21:07.858085 [ 271 ] {33f7264f-2bd6-4861-9bd9-6238c4e84d9a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2025.01.30 20:21:07.858282 [ 271 ] {33f7264f-2bd6-4861-9bd9-6238c4e84d9a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002429 sec., 12762.453684643886 rows/sec., 22.87 MiB/sec. | ||
| 4629 | 2025.01.30 20:21:07.858374 [ 271 ] {33f7264f-2bd6-4861-9bd9-6238c4e84d9a} <Debug> TCPHandler: Processed in 0.002694685 sec. | ||
| 4630 | 2025.01.30 20:21:07.858526 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4631 | 2025.01.30 20:21:07.858662 [ 270 ] {bce355ea-ef18-47c5-989d-0d408dd88ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4632 | 2025.01.30 20:21:07.858721 [ 270 ] {bce355ea-ef18-47c5-989d-0d408dd88ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4633 | 2025.01.30 20:21:07.859300 [ 270 ] {bce355ea-ef18-47c5-989d-0d408dd88ba1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2025.01.30 20:21:07.859348 [ 270 ] {bce355ea-ef18-47c5-989d-0d408dd88ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4635 | 2025.01.30 20:21:07.859736 [ 270 ] {bce355ea-ef18-47c5-989d-0d408dd88ba1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4636 | 2025.01.30 20:21:07.859991 [ 270 ] {bce355ea-ef18-47c5-989d-0d408dd88ba1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4637 | 2025.01.30 20:21:07.860212 [ 270 ] {bce355ea-ef18-47c5-989d-0d408dd88ba1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00158 sec., 51898.73417721519 rows/sec., 3.30 MiB/sec. | ||
| 4638 | 2025.01.30 20:21:07.860261 [ 270 ] {bce355ea-ef18-47c5-989d-0d408dd88ba1} <Debug> TCPHandler: Processed in 0.001801881 sec. | ||
| 4639 | 2025.01.30 20:21:11.559931 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4640 | 2025.01.30 20:21:11.559993 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4641 | 2025.01.30 20:21:11.686029 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 4642 | 2025.01.30 20:21:11.686712 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2025.01.30 20:21:11.686755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4644 | 2025.01.30 20:21:11.687324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4645 | 2025.01.30 20:21:11.687619 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): 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.30 20:21:11.687867 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 4647 | 2025.01.30 20:21:12.591693 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
| 4648 | 2025.01.30 20:21:12.613018 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4649 | 2025.01.30 20:21:12.613092 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4650 | 2025.01.30 20:21:12.620647 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4651 | 2025.01.30 20:21:12.621588 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4652 | 2025.01.30 20:21:12.626249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
| 4653 | 2025.01.30 20:21:12.831804 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4654 | 2025.01.30 20:21:12.831968 [ 270 ] {35f83f94-c620-46f8-b5d2-6c8dddf60af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4655 | 2025.01.30 20:21:12.832035 [ 270 ] {35f83f94-c620-46f8-b5d2-6c8dddf60af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4656 | 2025.01.30 20:21:12.832727 [ 270 ] {35f83f94-c620-46f8-b5d2-6c8dddf60af3} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4657 | 2025.01.30 20:21:12.832773 [ 270 ] {35f83f94-c620-46f8-b5d2-6c8dddf60af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4658 | 2025.01.30 20:21:12.833188 [ 270 ] {35f83f94-c620-46f8-b5d2-6c8dddf60af3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4659 | 2025.01.30 20:21:12.833441 [ 270 ] {35f83f94-c620-46f8-b5d2-6c8dddf60af3} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4660 | 2025.01.30 20:21:12.833675 [ 270 ] {35f83f94-c620-46f8-b5d2-6c8dddf60af3} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001756 sec., 41002.27790432802 rows/sec., 3.30 MiB/sec. | ||
| 4661 | 2025.01.30 20:21:12.833732 [ 270 ] {35f83f94-c620-46f8-b5d2-6c8dddf60af3} <Debug> TCPHandler: Processed in 0.002050177 sec. | ||
| 4662 | 2025.01.30 20:21:12.833982 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4663 | 2025.01.30 20:21:12.834201 [ 271 ] {0b3a5edd-37ea-408c-8f25-b528fe0d1bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4664 | 2025.01.30 20:21:12.834284 [ 271 ] {0b3a5edd-37ea-408c-8f25-b528fe0d1bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4665 | 2025.01.30 20:21:12.835048 [ 271 ] {0b3a5edd-37ea-408c-8f25-b528fe0d1bd0} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2025.01.30 20:21:12.835097 [ 271 ] {0b3a5edd-37ea-408c-8f25-b528fe0d1bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4667 | 2025.01.30 20:21:12.835543 [ 271 ] {0b3a5edd-37ea-408c-8f25-b528fe0d1bd0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4668 | 2025.01.30 20:21:12.835818 [ 271 ] {0b3a5edd-37ea-408c-8f25-b528fe0d1bd0} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4669 | 2025.01.30 20:21:12.836057 [ 271 ] {0b3a5edd-37ea-408c-8f25-b528fe0d1bd0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001916 sec., 4175.365344467641 rows/sec., 313.97 KiB/sec. | ||
| 4670 | 2025.01.30 20:21:12.836114 [ 271 ] {0b3a5edd-37ea-408c-8f25-b528fe0d1bd0} <Debug> TCPHandler: Processed in 0.002275413 sec. | ||
| 4671 | 2025.01.30 20:21:12.836313 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4672 | 2025.01.30 20:21:12.836539 [ 270 ] {b42f1367-17a1-4faa-92a9-04a0c1707109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4673 | 2025.01.30 20:21:12.836612 [ 270 ] {b42f1367-17a1-4faa-92a9-04a0c1707109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4674 | 2025.01.30 20:21:12.837219 [ 270 ] {b42f1367-17a1-4faa-92a9-04a0c1707109} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4675 | 2025.01.30 20:21:12.837259 [ 270 ] {b42f1367-17a1-4faa-92a9-04a0c1707109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4676 | 2025.01.30 20:21:12.837637 [ 270 ] {b42f1367-17a1-4faa-92a9-04a0c1707109} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4677 | 2025.01.30 20:21:12.837885 [ 270 ] {b42f1367-17a1-4faa-92a9-04a0c1707109} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4678 | 2025.01.30 20:21:12.838130 [ 270 ] {b42f1367-17a1-4faa-92a9-04a0c1707109} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001641 sec., 43875.68555758683 rows/sec., 3.43 MiB/sec. | ||
| 4679 | 2025.01.30 20:21:12.838285 [ 270 ] {b42f1367-17a1-4faa-92a9-04a0c1707109} <Debug> TCPHandler: Processed in 0.002081438 sec. | ||
| 4680 | 2025.01.30 20:21:12.838491 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4681 | 2025.01.30 20:21:12.838633 [ 271 ] {2a389340-0214-4f72-be3a-34a85a80b1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4682 | 2025.01.30 20:21:12.838697 [ 271 ] {2a389340-0214-4f72-be3a-34a85a80b1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4683 | 2025.01.30 20:21:12.839378 [ 271 ] {2a389340-0214-4f72-be3a-34a85a80b1be} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4684 | 2025.01.30 20:21:12.839425 [ 271 ] {2a389340-0214-4f72-be3a-34a85a80b1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4685 | 2025.01.30 20:21:12.839853 [ 271 ] {2a389340-0214-4f72-be3a-34a85a80b1be} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4686 | 2025.01.30 20:21:12.840090 [ 271 ] {2a389340-0214-4f72-be3a-34a85a80b1be} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4687 | 2025.01.30 20:21:12.840309 [ 271 ] {2a389340-0214-4f72-be3a-34a85a80b1be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec. | ||
| 4688 | 2025.01.30 20:21:12.840360 [ 271 ] {2a389340-0214-4f72-be3a-34a85a80b1be} <Debug> TCPHandler: Processed in 0.001972015 sec. | ||
| 4689 | 2025.01.30 20:21:12.840512 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4690 | 2025.01.30 20:21:12.840627 [ 270 ] {a1a3b87e-32b7-4377-80be-2f4acf72b8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4691 | 2025.01.30 20:21:12.840710 [ 270 ] {a1a3b87e-32b7-4377-80be-2f4acf72b8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4692 | 2025.01.30 20:21:12.841779 [ 270 ] {a1a3b87e-32b7-4377-80be-2f4acf72b8e6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4693 | 2025.01.30 20:21:12.841818 [ 270 ] {a1a3b87e-32b7-4377-80be-2f4acf72b8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4694 | 2025.01.30 20:21:12.842421 [ 270 ] {a1a3b87e-32b7-4377-80be-2f4acf72b8e6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4695 | 2025.01.30 20:21:12.842702 [ 270 ] {a1a3b87e-32b7-4377-80be-2f4acf72b8e6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4696 | 2025.01.30 20:21:12.842952 [ 270 ] {a1a3b87e-32b7-4377-80be-2f4acf72b8e6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002347 sec., 3408.6067319982953 rows/sec., 6.11 MiB/sec. | ||
| 4697 | 2025.01.30 20:21:12.843046 [ 270 ] {a1a3b87e-32b7-4377-80be-2f4acf72b8e6} <Debug> TCPHandler: Processed in 0.002592242 sec. | ||
| 4698 | 2025.01.30 20:21:12.843268 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4699 | 2025.01.30 20:21:12.843493 [ 271 ] {975a55db-152f-4227-b136-a17d9e84ecab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4700 | 2025.01.30 20:21:12.843589 [ 271 ] {975a55db-152f-4227-b136-a17d9e84ecab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4701 | 2025.01.30 20:21:12.844094 [ 271 ] {975a55db-152f-4227-b136-a17d9e84ecab} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4702 | 2025.01.30 20:21:12.844134 [ 271 ] {975a55db-152f-4227-b136-a17d9e84ecab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4703 | 2025.01.30 20:21:12.844517 [ 271 ] {975a55db-152f-4227-b136-a17d9e84ecab} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4704 | 2025.01.30 20:21:12.844760 [ 271 ] {975a55db-152f-4227-b136-a17d9e84ecab} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4705 | 2025.01.30 20:21:12.845014 [ 271 ] {975a55db-152f-4227-b136-a17d9e84ecab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec. | ||
| 4706 | 2025.01.30 20:21:12.845201 [ 271 ] {975a55db-152f-4227-b136-a17d9e84ecab} <Debug> TCPHandler: Processed in 0.002042807 sec. | ||
| 4707 | 2025.01.30 20:21:16.722204 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 620 | ||
| 4708 | 2025.01.30 20:21:16.725463 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2025.01.30 20:21:16.725514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4710 | 2025.01.30 20:21:16.727040 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4711 | 2025.01.30 20:21:16.727357 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2025.01.30 20:21:16.728447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 620 | ||
| 4713 | 2025.01.30 20:21:17.525340 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4714 | 2025.01.30 20:21:17.525651 [ 270 ] {cb613113-9fd7-4cfc-b058-6f5d4b1f4f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4715 | 2025.01.30 20:21:17.525777 [ 270 ] {cb613113-9fd7-4cfc-b058-6f5d4b1f4f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4716 | 2025.01.30 20:21:17.526581 [ 270 ] {cb613113-9fd7-4cfc-b058-6f5d4b1f4f52} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4717 | 2025.01.30 20:21:17.526633 [ 270 ] {cb613113-9fd7-4cfc-b058-6f5d4b1f4f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4718 | 2025.01.30 20:21:17.527079 [ 270 ] {cb613113-9fd7-4cfc-b058-6f5d4b1f4f52} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4719 | 2025.01.30 20:21:17.527329 [ 270 ] {cb613113-9fd7-4cfc-b058-6f5d4b1f4f52} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4720 | 2025.01.30 20:21:17.527578 [ 270 ] {cb613113-9fd7-4cfc-b058-6f5d4b1f4f52} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002011 sec., 6961.7105917454 rows/sec., 501.15 KiB/sec. | ||
| 4721 | 2025.01.30 20:21:17.527746 [ 270 ] {cb613113-9fd7-4cfc-b058-6f5d4b1f4f52} <Debug> TCPHandler: Processed in 0.002600522 sec. | ||
| 4722 | 2025.01.30 20:21:17.528123 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4723 | 2025.01.30 20:21:17.528428 [ 271 ] {57dd960b-1499-4c0e-9ead-64e87696c799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4724 | 2025.01.30 20:21:17.528540 [ 271 ] {57dd960b-1499-4c0e-9ead-64e87696c799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4725 | 2025.01.30 20:21:17.529366 [ 271 ] {57dd960b-1499-4c0e-9ead-64e87696c799} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4726 | 2025.01.30 20:21:17.529406 [ 271 ] {57dd960b-1499-4c0e-9ead-64e87696c799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4727 | 2025.01.30 20:21:17.529844 [ 271 ] {57dd960b-1499-4c0e-9ead-64e87696c799} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4728 | 2025.01.30 20:21:17.530117 [ 271 ] {57dd960b-1499-4c0e-9ead-64e87696c799} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4729 | 2025.01.30 20:21:17.530314 [ 271 ] {57dd960b-1499-4c0e-9ead-64e87696c799} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001971 sec., 3044.1400304414 rows/sec., 248.23 KiB/sec. | ||
| 4730 | 2025.01.30 20:21:17.530369 [ 271 ] {57dd960b-1499-4c0e-9ead-64e87696c799} <Debug> TCPHandler: Processed in 0.002441978 sec. | ||
| 4731 | 2025.01.30 20:21:17.530582 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4732 | 2025.01.30 20:21:17.530796 [ 270 ] {b6dfa99b-81a9-4292-9c4c-e0f312d45ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4733 | 2025.01.30 20:21:17.530853 [ 270 ] {b6dfa99b-81a9-4292-9c4c-e0f312d45ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4734 | 2025.01.30 20:21:17.532194 [ 270 ] {b6dfa99b-81a9-4292-9c4c-e0f312d45ea5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4735 | 2025.01.30 20:21:17.532233 [ 270 ] {b6dfa99b-81a9-4292-9c4c-e0f312d45ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4736 | 2025.01.30 20:21:17.532683 [ 270 ] {b6dfa99b-81a9-4292-9c4c-e0f312d45ea5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4737 | 2025.01.30 20:21:17.532921 [ 270 ] {b6dfa99b-81a9-4292-9c4c-e0f312d45ea5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4738 | 2025.01.30 20:21:17.533183 [ 270 ] {b6dfa99b-81a9-4292-9c4c-e0f312d45ea5} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002422 sec., 581337.7374071016 rows/sec., 48.66 MiB/sec. | ||
| 4739 | 2025.01.30 20:21:17.533336 [ 270 ] {b6dfa99b-81a9-4292-9c4c-e0f312d45ea5} <Debug> TCPHandler: Processed in 0.002863429 sec. | ||
| 4740 | 2025.01.30 20:21:17.533551 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4741 | 2025.01.30 20:21:17.533690 [ 271 ] {f30fc291-4623-4494-b92e-9cc5cc9611b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4742 | 2025.01.30 20:21:17.533749 [ 271 ] {f30fc291-4623-4494-b92e-9cc5cc9611b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4743 | 2025.01.30 20:21:17.534424 [ 271 ] {f30fc291-4623-4494-b92e-9cc5cc9611b0} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4744 | 2025.01.30 20:21:17.534469 [ 271 ] {f30fc291-4623-4494-b92e-9cc5cc9611b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4745 | 2025.01.30 20:21:17.534883 [ 271 ] {f30fc291-4623-4494-b92e-9cc5cc9611b0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4746 | 2025.01.30 20:21:17.535128 [ 271 ] {f30fc291-4623-4494-b92e-9cc5cc9611b0} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4747 | 2025.01.30 20:21:17.535299 [ 271 ] {f30fc291-4623-4494-b92e-9cc5cc9611b0} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001639 sec., 26845.637583892618 rows/sec., 1.91 MiB/sec. | ||
| 4748 | 2025.01.30 20:21:17.535351 [ 271 ] {f30fc291-4623-4494-b92e-9cc5cc9611b0} <Debug> TCPHandler: Processed in 0.001908033 sec. | ||
| 4749 | 2025.01.30 20:21:17.535493 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4750 | 2025.01.30 20:21:17.535610 [ 270 ] {d02e4381-a769-4775-9724-7b42612463e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4751 | 2025.01.30 20:21:17.535659 [ 270 ] {d02e4381-a769-4775-9724-7b42612463e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4752 | 2025.01.30 20:21:17.536406 [ 270 ] {d02e4381-a769-4775-9724-7b42612463e7} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4753 | 2025.01.30 20:21:17.536452 [ 270 ] {d02e4381-a769-4775-9724-7b42612463e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4754 | 2025.01.30 20:21:17.536864 [ 270 ] {d02e4381-a769-4775-9724-7b42612463e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4755 | 2025.01.30 20:21:17.537103 [ 270 ] {d02e4381-a769-4775-9724-7b42612463e7} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4756 | 2025.01.30 20:21:17.537262 [ 61 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4757 | 2025.01.30 20:21:17.537328 [ 61 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2025.01.30 20:21:17.537348 [ 270 ] {d02e4381-a769-4775-9724-7b42612463e7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001752 sec., 138127.85388127854 rows/sec., 9.36 MiB/sec. | ||
| 4759 | 2025.01.30 20:21:17.537367 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4760 | 2025.01.30 20:21:17.537501 [ 270 ] {d02e4381-a769-4775-9724-7b42612463e7} <Debug> TCPHandler: Processed in 0.002058777 sec. | ||
| 4761 | 2025.01.30 20:21:17.537779 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4762 | 2025.01.30 20:21:17.537871 [ 194 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 4763 | 2025.01.30 20:21:17.538074 [ 271 ] {67412b87-f66e-4bd9-9189-5dc2d9dcd262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4764 | 2025.01.30 20:21:17.538189 [ 271 ] {67412b87-f66e-4bd9-9189-5dc2d9dcd262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4765 | 2025.01.30 20:21:17.538232 [ 194 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4766 | 2025.01.30 20:21:17.538339 [ 194 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 4767 | 2025.01.30 20:21:17.538601 [ 194 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 4768 | 2025.01.30 20:21:17.538924 [ 194 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
| 4769 | 2025.01.30 20:21:17.539234 [ 194 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 4770 | 2025.01.30 20:21:17.539647 [ 194 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 4771 | 2025.01.30 20:21:17.540051 [ 194 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 4772 | 2025.01.30 20:21:17.541361 [ 271 ] {67412b87-f66e-4bd9-9189-5dc2d9dcd262} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2025.01.30 20:21:17.541462 [ 271 ] {67412b87-f66e-4bd9-9189-5dc2d9dcd262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4774 | 2025.01.30 20:21:17.542599 [ 271 ] {67412b87-f66e-4bd9-9189-5dc2d9dcd262} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4775 | 2025.01.30 20:21:17.543095 [ 271 ] {67412b87-f66e-4bd9-9189-5dc2d9dcd262} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4776 | 2025.01.30 20:21:17.543668 [ 271 ] {67412b87-f66e-4bd9-9189-5dc2d9dcd262} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005644 sec., 2303.330970942594 rows/sec., 143.61 KiB/sec. | ||
| 4777 | 2025.01.30 20:21:17.543723 [ 188 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 727 rows, containing 5 columns (5 merged, 0 gathered) in 0.006200952 sec., 117240.06249363002 rows/sec., 8.39 MiB/sec. | ||
| 4778 | 2025.01.30 20:21:17.543787 [ 271 ] {67412b87-f66e-4bd9-9189-5dc2d9dcd262} <Debug> TCPHandler: Processed in 0.006164912 sec. | ||
| 4779 | 2025.01.30 20:21:17.543980 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4780 | 2025.01.30 20:21:17.543987 [ 188 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4781 | 2025.01.30 20:21:17.544166 [ 270 ] {e851a3f0-23c6-4afd-b79b-7886e5162326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4782 | 2025.01.30 20:21:17.544253 [ 270 ] {e851a3f0-23c6-4afd-b79b-7886e5162326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4783 | 2025.01.30 20:21:17.544530 [ 188 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_6_1} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4784 | 2025.01.30 20:21:17.544773 [ 188 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_6_1} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4785 | 2025.01.30 20:21:17.544979 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4786 | 2025.01.30 20:21:17.545667 [ 270 ] {e851a3f0-23c6-4afd-b79b-7886e5162326} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2025.01.30 20:21:17.545709 [ 270 ] {e851a3f0-23c6-4afd-b79b-7886e5162326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4788 | 2025.01.30 20:21:17.546118 [ 270 ] {e851a3f0-23c6-4afd-b79b-7886e5162326} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4789 | 2025.01.30 20:21:17.546361 [ 270 ] {e851a3f0-23c6-4afd-b79b-7886e5162326} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2025.01.30 20:21:17.546575 [ 270 ] {e851a3f0-23c6-4afd-b79b-7886e5162326} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.002435 sec., 359342.9158110883 rows/sec., 26.05 MiB/sec. | ||
| 4791 | 2025.01.30 20:21:17.546757 [ 270 ] {e851a3f0-23c6-4afd-b79b-7886e5162326} <Debug> TCPHandler: Processed in 0.002852859 sec. | ||
| 4792 | 2025.01.30 20:21:17.547070 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4793 | 2025.01.30 20:21:17.547294 [ 271 ] {6c873b74-53e6-4dc4-880b-a8861a4f3a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4794 | 2025.01.30 20:21:17.547389 [ 271 ] {6c873b74-53e6-4dc4-880b-a8861a4f3a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4795 | 2025.01.30 20:21:17.548062 [ 271 ] {6c873b74-53e6-4dc4-880b-a8861a4f3a09} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4796 | 2025.01.30 20:21:17.548101 [ 271 ] {6c873b74-53e6-4dc4-880b-a8861a4f3a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4797 | 2025.01.30 20:21:17.548474 [ 271 ] {6c873b74-53e6-4dc4-880b-a8861a4f3a09} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4798 | 2025.01.30 20:21:17.548727 [ 271 ] {6c873b74-53e6-4dc4-880b-a8861a4f3a09} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4799 | 2025.01.30 20:21:17.548982 [ 271 ] {6c873b74-53e6-4dc4-880b-a8861a4f3a09} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001741 sec., 3446.2952326249283 rows/sec., 180.06 KiB/sec. | ||
| 4800 | 2025.01.30 20:21:17.549105 [ 271 ] {6c873b74-53e6-4dc4-880b-a8861a4f3a09} <Debug> TCPHandler: Processed in 0.002204601 sec. | ||
| 4801 | 2025.01.30 20:21:17.549314 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4802 | 2025.01.30 20:21:17.549532 [ 270 ] {958e908b-43a5-4a45-9c7b-bc5cba5f7a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4803 | 2025.01.30 20:21:17.549628 [ 270 ] {958e908b-43a5-4a45-9c7b-bc5cba5f7a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4804 | 2025.01.30 20:21:17.550522 [ 270 ] {958e908b-43a5-4a45-9c7b-bc5cba5f7a5a} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2025.01.30 20:21:17.550559 [ 270 ] {958e908b-43a5-4a45-9c7b-bc5cba5f7a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4806 | 2025.01.30 20:21:17.551001 [ 270 ] {958e908b-43a5-4a45-9c7b-bc5cba5f7a5a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4807 | 2025.01.30 20:21:17.551239 [ 270 ] {958e908b-43a5-4a45-9c7b-bc5cba5f7a5a} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4808 | 2025.01.30 20:21:17.551354 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4809 | 2025.01.30 20:21:17.551396 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.01.30 20:21:17.551424 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4811 | 2025.01.30 20:21:17.551428 [ 270 ] {958e908b-43a5-4a45-9c7b-bc5cba5f7a5a} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001949 sec., 492560.2873268343 rows/sec., 32.92 MiB/sec. | ||
| 4812 | 2025.01.30 20:21:17.551604 [ 270 ] {958e908b-43a5-4a45-9c7b-bc5cba5f7a5a} <Debug> TCPHandler: Processed in 0.002398046 sec. | ||
| 4813 | 2025.01.30 20:21:17.551681 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 4814 | 2025.01.30 20:21:17.551805 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4815 | 2025.01.30 20:21:17.551888 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4816 | 2025.01.30 20:21:17.551993 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8873 rows starting from the beginning of the part | ||
| 4817 | 2025.01.30 20:21:17.552063 [ 271 ] {f7ada74c-e5d3-45ab-813c-6de0e94fb122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4818 | 2025.01.30 20:21:17.552271 [ 271 ] {f7ada74c-e5d3-45ab-813c-6de0e94fb122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4819 | 2025.01.30 20:21:17.552299 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4820 | 2025.01.30 20:21:17.552710 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4821 | 2025.01.30 20:21:17.553092 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
| 4822 | 2025.01.30 20:21:17.553477 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4823 | 2025.01.30 20:21:17.553786 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 960 rows starting from the beginning of the part | ||
| 4824 | 2025.01.30 20:21:17.554692 [ 271 ] {f7ada74c-e5d3-45ab-813c-6de0e94fb122} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2025.01.30 20:21:17.554763 [ 271 ] {f7ada74c-e5d3-45ab-813c-6de0e94fb122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4826 | 2025.01.30 20:21:17.555301 [ 271 ] {f7ada74c-e5d3-45ab-813c-6de0e94fb122} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4827 | 2025.01.30 20:21:17.555826 [ 271 ] {f7ada74c-e5d3-45ab-813c-6de0e94fb122} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2025.01.30 20:21:17.556599 [ 271 ] {f7ada74c-e5d3-45ab-813c-6de0e94fb122} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004572 sec., 218.72265966754156 rows/sec., 14.74 KiB/sec. | ||
| 4829 | 2025.01.30 20:21:17.556686 [ 271 ] {f7ada74c-e5d3-45ab-813c-6de0e94fb122} <Debug> TCPHandler: Processed in 0.004970178 sec. | ||
| 4830 | 2025.01.30 20:21:17.556865 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2025.01.30 20:21:17.557043 [ 270 ] {49e1f8c5-1fa0-499b-8076-45c260e1e9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4832 | 2025.01.30 20:21:17.557137 [ 270 ] {49e1f8c5-1fa0-499b-8076-45c260e1e9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4833 | 2025.01.30 20:21:17.558897 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10627 rows, containing 5 columns (5 merged, 0 gathered) in 0.007367164 sec., 1442481.801681081 rows/sec., 97.70 MiB/sec. | ||
| 4834 | 2025.01.30 20:21:17.559268 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4835 | 2025.01.30 20:21:17.559653 [ 270 ] {49e1f8c5-1fa0-499b-8076-45c260e1e9fa} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2025.01.30 20:21:17.559729 [ 270 ] {49e1f8c5-1fa0-499b-8076-45c260e1e9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4837 | 2025.01.30 20:21:17.559970 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4838 | 2025.01.30 20:21:17.560203 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4839 | 2025.01.30 20:21:17.560350 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. | ||
| 4840 | 2025.01.30 20:21:17.560842 [ 270 ] {49e1f8c5-1fa0-499b-8076-45c260e1e9fa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4841 | 2025.01.30 20:21:17.561125 [ 270 ] {49e1f8c5-1fa0-499b-8076-45c260e1e9fa} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4842 | 2025.01.30 20:21:17.561378 [ 270 ] {49e1f8c5-1fa0-499b-8076-45c260e1e9fa} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004365 sec., 7101.947308132875 rows/sec., 12.73 MiB/sec. | ||
| 4843 | 2025.01.30 20:21:17.561822 [ 270 ] {49e1f8c5-1fa0-499b-8076-45c260e1e9fa} <Debug> TCPHandler: Processed in 0.005038539 sec. | ||
| 4844 | 2025.01.30 20:21:17.562061 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4845 | 2025.01.30 20:21:17.562203 [ 271 ] {1308eb0b-97d6-4c4b-a526-6da4b9ad4768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4846 | 2025.01.30 20:21:17.562262 [ 271 ] {1308eb0b-97d6-4c4b-a526-6da4b9ad4768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4847 | 2025.01.30 20:21:17.562821 [ 271 ] {1308eb0b-97d6-4c4b-a526-6da4b9ad4768} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2025.01.30 20:21:17.562862 [ 271 ] {1308eb0b-97d6-4c4b-a526-6da4b9ad4768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4849 | 2025.01.30 20:21:17.563253 [ 271 ] {1308eb0b-97d6-4c4b-a526-6da4b9ad4768} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4850 | 2025.01.30 20:21:17.563492 [ 271 ] {1308eb0b-97d6-4c4b-a526-6da4b9ad4768} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2025.01.30 20:21:17.563698 [ 271 ] {1308eb0b-97d6-4c4b-a526-6da4b9ad4768} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
| 4852 | 2025.01.30 20:21:17.563748 [ 271 ] {1308eb0b-97d6-4c4b-a526-6da4b9ad4768} <Debug> TCPHandler: Processed in 0.00181232 sec. | ||
| 4853 | 2025.01.30 20:21:19.187998 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 4854 | 2025.01.30 20:21:19.189165 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4855 | 2025.01.30 20:21:19.189224 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4856 | 2025.01.30 20:21:19.189766 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4857 | 2025.01.30 20:21:19.190026 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4858 | 2025.01.30 20:21:19.190181 [ 62 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4859 | 2025.01.30 20:21:19.190244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 4860 | 2025.01.30 20:21:19.190244 [ 62 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2025.01.30 20:21:19.190282 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4862 | 2025.01.30 20:21:19.190481 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 4863 | 2025.01.30 20:21:19.190737 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4864 | 2025.01.30 20:21:19.190810 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 4865 | 2025.01.30 20:21:19.190922 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 4866 | 2025.01.30 20:21:19.191088 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 4867 | 2025.01.30 20:21:19.191408 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 4868 | 2025.01.30 20:21:19.191733 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 4869 | 2025.01.30 20:21:19.191974 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 4870 | 2025.01.30 20:21:19.194549 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.004177566 sec., 3416822.139973372 rows/sec., 48.88 MiB/sec. | ||
| 4871 | 2025.01.30 20:21:19.195056 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4872 | 2025.01.30 20:21:19.195468 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2025.01.30 20:21:19.195589 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_31_6} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4874 | 2025.01.30 20:21:19.195723 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 4875 | 2025.01.30 20:21:20.126325 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
| 4876 | 2025.01.30 20:21:20.147848 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4877 | 2025.01.30 20:21:20.147923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4878 | 2025.01.30 20:21:20.155419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4879 | 2025.01.30 20:21:20.156212 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4880 | 2025.01.30 20:21:20.156588 [ 58 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4881 | 2025.01.30 20:21:20.156746 [ 58 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4882 | 2025.01.30 20:21:20.156818 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 4883 | 2025.01.30 20:21:20.157311 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 4884 | 2025.01.30 20:21:20.170404 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 4885 | 2025.01.30 20:21:20.172410 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4886 | 2025.01.30 20:21:20.173689 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 4887 | 2025.01.30 20:21:20.179705 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 4888 | 2025.01.30 20:21:20.185104 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 4889 | 2025.01.30 20:21:20.190738 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 4890 | 2025.01.30 20:21:20.196701 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part | ||
| 4891 | 2025.01.30 20:21:20.201628 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 4892 | 2025.01.30 20:21:20.260938 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.103956636 sec., 2250.938554802793 rows/sec., 11.64 MiB/sec. | ||
| 4893 | 2025.01.30 20:21:20.262666 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4894 | 2025.01.30 20:21:20.265052 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4895 | 2025.01.30 20:21:20.265163 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_31_6} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4896 | 2025.01.30 20:21:20.266508 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4897 | 2025.01.30 20:21:21.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.17 MiB, peak 207.73 MiB, free memory in arenas 0.00 B, will set to 198.70 MiB (RSS), difference: 1.53 MiB | ||
| 4898 | 2025.01.30 20:21:22.831965 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2025.01.30 20:21:22.832174 [ 270 ] {fecb5541-343d-4db3-b2f6-ffa0aae7537e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4900 | 2025.01.30 20:21:22.832254 [ 270 ] {fecb5541-343d-4db3-b2f6-ffa0aae7537e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4901 | 2025.01.30 20:21:22.833116 [ 270 ] {fecb5541-343d-4db3-b2f6-ffa0aae7537e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2025.01.30 20:21:22.833162 [ 270 ] {fecb5541-343d-4db3-b2f6-ffa0aae7537e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4903 | 2025.01.30 20:21:22.833633 [ 270 ] {fecb5541-343d-4db3-b2f6-ffa0aae7537e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4904 | 2025.01.30 20:21:22.833885 [ 270 ] {fecb5541-343d-4db3-b2f6-ffa0aae7537e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4905 | 2025.01.30 20:21:22.834047 [ 55 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4906 | 2025.01.30 20:21:22.834097 [ 55 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4907 | 2025.01.30 20:21:22.834097 [ 270 ] {fecb5541-343d-4db3-b2f6-ffa0aae7537e} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001982 sec., 36326.94248234107 rows/sec., 2.92 MiB/sec. | ||
| 4908 | 2025.01.30 20:21:22.834126 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4909 | 2025.01.30 20:21:22.834181 [ 270 ] {fecb5541-343d-4db3-b2f6-ffa0aae7537e} <Debug> TCPHandler: Processed in 0.002366305 sec. | ||
| 4910 | 2025.01.30 20:21:22.834576 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4911 | 2025.01.30 20:21:22.834642 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 4912 | 2025.01.30 20:21:22.835005 [ 271 ] {5445d708-cab4-4b8e-b0a4-c34f1e615657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4913 | 2025.01.30 20:21:22.835042 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4914 | 2025.01.30 20:21:22.835110 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1430 rows starting from the beginning of the part | ||
| 4915 | 2025.01.30 20:21:22.835123 [ 271 ] {5445d708-cab4-4b8e-b0a4-c34f1e615657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4916 | 2025.01.30 20:21:22.835400 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 72 rows starting from the beginning of the part | ||
| 4917 | 2025.01.30 20:21:22.835809 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 265 rows starting from the beginning of the part | ||
| 4918 | 2025.01.30 20:21:22.836079 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part | ||
| 4919 | 2025.01.30 20:21:22.836451 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1408 rows starting from the beginning of the part | ||
| 4920 | 2025.01.30 20:21:22.836899 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 72 rows starting from the beginning of the part | ||
| 4921 | 2025.01.30 20:21:22.838346 [ 271 ] {5445d708-cab4-4b8e-b0a4-c34f1e615657} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4922 | 2025.01.30 20:21:22.838423 [ 271 ] {5445d708-cab4-4b8e-b0a4-c34f1e615657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4923 | 2025.01.30 20:21:22.839575 [ 271 ] {5445d708-cab4-4b8e-b0a4-c34f1e615657} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4924 | 2025.01.30 20:21:22.839883 [ 271 ] {5445d708-cab4-4b8e-b0a4-c34f1e615657} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4925 | 2025.01.30 20:21:22.840244 [ 271 ] {5445d708-cab4-4b8e-b0a4-c34f1e615657} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005373 sec., 1488.92611204169 rows/sec., 111.96 KiB/sec. | ||
| 4926 | 2025.01.30 20:21:22.840493 [ 271 ] {5445d708-cab4-4b8e-b0a4-c34f1e615657} <Debug> TCPHandler: Processed in 0.00615441 sec. | ||
| 4927 | 2025.01.30 20:21:22.840838 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006607903 sec., 502277.3488049083 rows/sec., 44.04 MiB/sec. | ||
| 4928 | 2025.01.30 20:21:22.840853 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4929 | 2025.01.30 20:21:22.841088 [ 270 ] {285e9991-0a86-45e8-a809-518aa9dbcb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4930 | 2025.01.30 20:21:22.841160 [ 270 ] {285e9991-0a86-45e8-a809-518aa9dbcb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4931 | 2025.01.30 20:21:22.841174 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4932 | 2025.01.30 20:21:22.841926 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4933 | 2025.01.30 20:21:22.842063 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_36_7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4934 | 2025.01.30 20:21:22.842253 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 4935 | 2025.01.30 20:21:22.842446 [ 270 ] {285e9991-0a86-45e8-a809-518aa9dbcb88} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4936 | 2025.01.30 20:21:22.842489 [ 270 ] {285e9991-0a86-45e8-a809-518aa9dbcb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4937 | 2025.01.30 20:21:22.842857 [ 270 ] {285e9991-0a86-45e8-a809-518aa9dbcb88} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4938 | 2025.01.30 20:21:22.843095 [ 270 ] {285e9991-0a86-45e8-a809-518aa9dbcb88} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2025.01.30 20:21:22.843214 [ 55 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4940 | 2025.01.30 20:21:22.843247 [ 55 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2025.01.30 20:21:22.843270 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4942 | 2025.01.30 20:21:22.843280 [ 270 ] {285e9991-0a86-45e8-a809-518aa9dbcb88} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002252 sec., 31971.58081705151 rows/sec., 2.50 MiB/sec. | ||
| 4943 | 2025.01.30 20:21:22.843408 [ 270 ] {285e9991-0a86-45e8-a809-518aa9dbcb88} <Debug> TCPHandler: Processed in 0.002767907 sec. | ||
| 4944 | 2025.01.30 20:21:22.843456 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 4945 | 2025.01.30 20:21:22.843602 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2025.01.30 20:21:22.843606 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4947 | 2025.01.30 20:21:22.843681 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 909 rows starting from the beginning of the part | ||
| 4948 | 2025.01.30 20:21:22.843893 [ 271 ] {2e6bcc40-d312-4187-90a5-03f4773985b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4949 | 2025.01.30 20:21:22.844014 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 72 rows starting from the beginning of the part | ||
| 4950 | 2025.01.30 20:21:22.844054 [ 271 ] {2e6bcc40-d312-4187-90a5-03f4773985b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4951 | 2025.01.30 20:21:22.844320 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 413 rows starting from the beginning of the part | ||
| 4952 | 2025.01.30 20:21:22.844736 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part | ||
| 4953 | 2025.01.30 20:21:22.845106 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 875 rows starting from the beginning of the part | ||
| 4954 | 2025.01.30 20:21:22.845392 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 72 rows starting from the beginning of the part | ||
| 4955 | 2025.01.30 20:21:22.846473 [ 271 ] {2e6bcc40-d312-4187-90a5-03f4773985b7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4956 | 2025.01.30 20:21:22.846548 [ 271 ] {2e6bcc40-d312-4187-90a5-03f4773985b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4957 | 2025.01.30 20:21:22.847984 [ 271 ] {2e6bcc40-d312-4187-90a5-03f4773985b7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4958 | 2025.01.30 20:21:22.848362 [ 271 ] {2e6bcc40-d312-4187-90a5-03f4773985b7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2025.01.30 20:21:22.848813 [ 271 ] {2e6bcc40-d312-4187-90a5-03f4773985b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005032 sec., 31796.50238473768 rows/sec., 2.21 MiB/sec. | ||
| 4960 | 2025.01.30 20:21:22.849073 [ 271 ] {2e6bcc40-d312-4187-90a5-03f4773985b7} <Debug> TCPHandler: Processed in 0.005562785 sec. | ||
| 4961 | 2025.01.30 20:21:22.849094 [ 192 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.00576725 sec., 418396.982964151 rows/sec., 32.08 MiB/sec. | ||
| 4962 | 2025.01.30 20:21:22.849272 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4963 | 2025.01.30 20:21:22.849349 [ 192 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4964 | 2025.01.30 20:21:22.849532 [ 270 ] {b479a708-d1b0-420b-8333-21070da744af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4965 | 2025.01.30 20:21:22.849701 [ 270 ] {b479a708-d1b0-420b-8333-21070da744af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4966 | 2025.01.30 20:21:22.850003 [ 192 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2025.01.30 20:21:22.850301 [ 192 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_36_7} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4968 | 2025.01.30 20:21:22.850542 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4969 | 2025.01.30 20:21:22.851530 [ 270 ] {b479a708-d1b0-420b-8333-21070da744af} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4970 | 2025.01.30 20:21:22.851572 [ 270 ] {b479a708-d1b0-420b-8333-21070da744af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4971 | 2025.01.30 20:21:22.852208 [ 270 ] {b479a708-d1b0-420b-8333-21070da744af} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4972 | 2025.01.30 20:21:22.852457 [ 270 ] {b479a708-d1b0-420b-8333-21070da744af} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4973 | 2025.01.30 20:21:22.852658 [ 270 ] {b479a708-d1b0-420b-8333-21070da744af} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003226 sec., 2479.851208927464 rows/sec., 4.44 MiB/sec. | ||
| 4974 | 2025.01.30 20:21:22.852751 [ 270 ] {b479a708-d1b0-420b-8333-21070da744af} <Debug> TCPHandler: Processed in 0.003572989 sec. | ||
| 4975 | 2025.01.30 20:21:22.852967 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4976 | 2025.01.30 20:21:22.853117 [ 271 ] {d4d0a74b-7826-4b99-aa13-5ba2eeb59dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4977 | 2025.01.30 20:21:22.853176 [ 271 ] {d4d0a74b-7826-4b99-aa13-5ba2eeb59dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4978 | 2025.01.30 20:21:22.853752 [ 271 ] {d4d0a74b-7826-4b99-aa13-5ba2eeb59dec} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4979 | 2025.01.30 20:21:22.853799 [ 271 ] {d4d0a74b-7826-4b99-aa13-5ba2eeb59dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4980 | 2025.01.30 20:21:22.854200 [ 271 ] {d4d0a74b-7826-4b99-aa13-5ba2eeb59dec} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4981 | 2025.01.30 20:21:22.854442 [ 271 ] {d4d0a74b-7826-4b99-aa13-5ba2eeb59dec} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4982 | 2025.01.30 20:21:22.854615 [ 55 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4983 | 2025.01.30 20:21:22.854675 [ 55 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4984 | 2025.01.30 20:21:22.854688 [ 271 ] {d4d0a74b-7826-4b99-aa13-5ba2eeb59dec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec. | ||
| 4985 | 2025.01.30 20:21:22.854712 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 4986 | 2025.01.30 20:21:22.854839 [ 271 ] {d4d0a74b-7826-4b99-aa13-5ba2eeb59dec} <Debug> TCPHandler: Processed in 0.001984765 sec. | ||
| 4987 | 2025.01.30 20:21:22.854942 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 4988 | 2025.01.30 20:21:22.855061 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4989 | 2025.01.30 20:21:22.855094 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1252 rows starting from the beginning of the part | ||
| 4990 | 2025.01.30 20:21:22.855162 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 4991 | 2025.01.30 20:21:22.855239 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 4992 | 2025.01.30 20:21:22.855424 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 4993 | 2025.01.30 20:21:22.855652 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4994 | 2025.01.30 20:21:22.855824 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4995 | 2025.01.30 20:21:22.857084 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1596 rows, containing 4 columns (4 merged, 0 gathered) in 0.002252832 sec., 708441.6414539566 rows/sec., 47.80 MiB/sec. | ||
| 4996 | 2025.01.30 20:21:22.857313 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4997 | 2025.01.30 20:21:22.857651 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_31_6} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2025.01.30 20:21:22.857752 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_31_6} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4999 | 2025.01.30 20:21:22.857839 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5000 | 2025.01.30 20:21:26.560050 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5001 | 2025.01.30 20:21:26.560138 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5002 | 2025.01.30 20:21:26.690421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 5003 | 2025.01.30 20:21:26.691362 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5004 | 2025.01.30 20:21:26.691409 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5005 | 2025.01.30 20:21:26.691956 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5006 | 2025.01.30 20:21:26.692221 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5007 | 2025.01.30 20:21:26.692453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5008 | 2025.01.30 20:21:26.728707 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 656 | ||
| 5009 | 2025.01.30 20:21:26.731890 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5010 | 2025.01.30 20:21:26.731936 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5011 | 2025.01.30 20:21:26.733385 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5012 | 2025.01.30 20:21:26.733695 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5013 | 2025.01.30 20:21:26.734772 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 656 | ||
| 5014 | 2025.01.30 20:21:27.001293 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000939516 sec. | ||
| 5015 | 2025.01.30 20:21:27.670502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5016 | 2025.01.30 20:21:27.688947 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5017 | 2025.01.30 20:21:27.688995 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5018 | 2025.01.30 20:21:27.696183 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5019 | 2025.01.30 20:21:27.696955 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5020 | 2025.01.30 20:21:27.699509 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5021 | 2025.01.30 20:21:27.837341 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5022 | 2025.01.30 20:21:27.837615 [ 270 ] {c0bcdeee-f18c-424f-9481-e76ce7817e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5023 | 2025.01.30 20:21:27.837722 [ 270 ] {c0bcdeee-f18c-424f-9481-e76ce7817e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5024 | 2025.01.30 20:21:27.838552 [ 270 ] {c0bcdeee-f18c-424f-9481-e76ce7817e0a} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2025.01.30 20:21:27.838592 [ 270 ] {c0bcdeee-f18c-424f-9481-e76ce7817e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5026 | 2025.01.30 20:21:27.838987 [ 270 ] {c0bcdeee-f18c-424f-9481-e76ce7817e0a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5027 | 2025.01.30 20:21:27.839255 [ 270 ] {c0bcdeee-f18c-424f-9481-e76ce7817e0a} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2025.01.30 20:21:27.839435 [ 270 ] {c0bcdeee-f18c-424f-9481-e76ce7817e0a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 5029 | 2025.01.30 20:21:27.839487 [ 270 ] {c0bcdeee-f18c-424f-9481-e76ce7817e0a} <Debug> TCPHandler: Processed in 0.002322545 sec. | ||
| 5030 | 2025.01.30 20:21:27.839735 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2025.01.30 20:21:27.839949 [ 271 ] {c49f83a2-2509-45a4-8cda-81a6569392df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5032 | 2025.01.30 20:21:27.840030 [ 271 ] {c49f83a2-2509-45a4-8cda-81a6569392df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5033 | 2025.01.30 20:21:27.840919 [ 271 ] {c49f83a2-2509-45a4-8cda-81a6569392df} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2025.01.30 20:21:27.840968 [ 271 ] {c49f83a2-2509-45a4-8cda-81a6569392df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5035 | 2025.01.30 20:21:27.841438 [ 271 ] {c49f83a2-2509-45a4-8cda-81a6569392df} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5036 | 2025.01.30 20:21:27.841728 [ 271 ] {c49f83a2-2509-45a4-8cda-81a6569392df} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.01.30 20:21:27.841972 [ 271 ] {c49f83a2-2509-45a4-8cda-81a6569392df} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002083 sec., 127220.35525684108 rows/sec., 11.20 MiB/sec. | ||
| 5038 | 2025.01.30 20:21:27.842030 [ 271 ] {c49f83a2-2509-45a4-8cda-81a6569392df} <Debug> TCPHandler: Processed in 0.002436818 sec. | ||
| 5039 | 2025.01.30 20:21:27.842224 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5040 | 2025.01.30 20:21:27.842361 [ 270 ] {c18cf066-4227-4435-a053-e0479f8f6235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5041 | 2025.01.30 20:21:27.842417 [ 270 ] {c18cf066-4227-4435-a053-e0479f8f6235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5042 | 2025.01.30 20:21:27.843122 [ 270 ] {c18cf066-4227-4435-a053-e0479f8f6235} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5043 | 2025.01.30 20:21:27.843163 [ 270 ] {c18cf066-4227-4435-a053-e0479f8f6235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5044 | 2025.01.30 20:21:27.843521 [ 270 ] {c18cf066-4227-4435-a053-e0479f8f6235} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5045 | 2025.01.30 20:21:27.843759 [ 270 ] {c18cf066-4227-4435-a053-e0479f8f6235} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5046 | 2025.01.30 20:21:27.843879 [ 51 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5047 | 2025.01.30 20:21:27.843920 [ 51 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5048 | 2025.01.30 20:21:27.843940 [ 270 ] {c18cf066-4227-4435-a053-e0479f8f6235} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001607 sec., 23646.546359676417 rows/sec., 1.69 MiB/sec. | ||
| 5049 | 2025.01.30 20:21:27.843945 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5050 | 2025.01.30 20:21:27.844024 [ 270 ] {c18cf066-4227-4435-a053-e0479f8f6235} <Debug> TCPHandler: Processed in 0.001881392 sec. | ||
| 5051 | 2025.01.30 20:21:27.844100 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 5052 | 2025.01.30 20:21:27.844202 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5053 | 2025.01.30 20:21:27.844271 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5054 | 2025.01.30 20:21:27.844318 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 60 rows starting from the beginning of the part | ||
| 5055 | 2025.01.30 20:21:27.844473 [ 271 ] {95e8a317-e358-45fc-bf46-7adcbe0d174d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5056 | 2025.01.30 20:21:27.844590 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 38 rows starting from the beginning of the part | ||
| 5057 | 2025.01.30 20:21:27.844649 [ 271 ] {95e8a317-e358-45fc-bf46-7adcbe0d174d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5058 | 2025.01.30 20:21:27.844960 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 5059 | 2025.01.30 20:21:27.845342 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 44 rows starting from the beginning of the part | ||
| 5060 | 2025.01.30 20:21:27.845629 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part | ||
| 5061 | 2025.01.30 20:21:27.846049 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part | ||
| 5062 | 2025.01.30 20:21:27.847553 [ 271 ] {95e8a317-e358-45fc-bf46-7adcbe0d174d} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2025.01.30 20:21:27.847638 [ 271 ] {95e8a317-e358-45fc-bf46-7adcbe0d174d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5064 | 2025.01.30 20:21:27.848711 [ 271 ] {95e8a317-e358-45fc-bf46-7adcbe0d174d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5065 | 2025.01.30 20:21:27.848785 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.004758132 sec., 41192.63610173068 rows/sec., 3.10 MiB/sec. | ||
| 5066 | 2025.01.30 20:21:27.848974 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5067 | 2025.01.30 20:21:27.849205 [ 271 ] {95e8a317-e358-45fc-bf46-7adcbe0d174d} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5068 | 2025.01.30 20:21:27.849485 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5069 | 2025.01.30 20:21:27.849572 [ 271 ] {95e8a317-e358-45fc-bf46-7adcbe0d174d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005183 sec., 2701.1383368705383 rows/sec., 189.17 KiB/sec. | ||
| 5070 | 2025.01.30 20:21:27.849634 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_36_7} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5071 | 2025.01.30 20:21:27.849724 [ 271 ] {95e8a317-e358-45fc-bf46-7adcbe0d174d} <Debug> TCPHandler: Processed in 0.005600685 sec. | ||
| 5072 | 2025.01.30 20:21:27.849808 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5073 | 2025.01.30 20:21:27.849947 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5074 | 2025.01.30 20:21:27.850083 [ 270 ] {85d683a6-86f9-4e91-8359-4e8395205b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5075 | 2025.01.30 20:21:27.850138 [ 270 ] {85d683a6-86f9-4e91-8359-4e8395205b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5076 | 2025.01.30 20:21:27.850794 [ 270 ] {85d683a6-86f9-4e91-8359-4e8395205b20} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5077 | 2025.01.30 20:21:27.850839 [ 270 ] {85d683a6-86f9-4e91-8359-4e8395205b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5078 | 2025.01.30 20:21:27.851238 [ 270 ] {85d683a6-86f9-4e91-8359-4e8395205b20} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5079 | 2025.01.30 20:21:27.851477 [ 270 ] {85d683a6-86f9-4e91-8359-4e8395205b20} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2025.01.30 20:21:27.851694 [ 270 ] {85d683a6-86f9-4e91-8359-4e8395205b20} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec. | ||
| 5081 | 2025.01.30 20:21:27.851823 [ 270 ] {85d683a6-86f9-4e91-8359-4e8395205b20} <Debug> TCPHandler: Processed in 0.001948704 sec. | ||
| 5082 | 2025.01.30 20:21:27.851967 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5083 | 2025.01.30 20:21:27.852086 [ 271 ] {512070fd-5d9c-4b67-978c-58f5505e32e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5084 | 2025.01.30 20:21:27.852136 [ 271 ] {512070fd-5d9c-4b67-978c-58f5505e32e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5085 | 2025.01.30 20:21:27.852908 [ 271 ] {512070fd-5d9c-4b67-978c-58f5505e32e1} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5086 | 2025.01.30 20:21:27.852947 [ 271 ] {512070fd-5d9c-4b67-978c-58f5505e32e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5087 | 2025.01.30 20:21:27.853347 [ 271 ] {512070fd-5d9c-4b67-978c-58f5505e32e1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5088 | 2025.01.30 20:21:27.853589 [ 271 ] {512070fd-5d9c-4b67-978c-58f5505e32e1} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5089 | 2025.01.30 20:21:27.853799 [ 271 ] {512070fd-5d9c-4b67-978c-58f5505e32e1} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001736 sec., 237903.22580645164 rows/sec., 16.97 MiB/sec. | ||
| 5090 | 2025.01.30 20:21:27.853851 [ 271 ] {512070fd-5d9c-4b67-978c-58f5505e32e1} <Debug> TCPHandler: Processed in 0.001944814 sec. | ||
| 5091 | 2025.01.30 20:21:27.853994 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5092 | 2025.01.30 20:21:27.854110 [ 270 ] {02663360-a2f1-4ffb-9263-be11318adc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5093 | 2025.01.30 20:21:27.854159 [ 270 ] {02663360-a2f1-4ffb-9263-be11318adc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5094 | 2025.01.30 20:21:27.854646 [ 270 ] {02663360-a2f1-4ffb-9263-be11318adc97} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.01.30 20:21:27.854682 [ 270 ] {02663360-a2f1-4ffb-9263-be11318adc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5096 | 2025.01.30 20:21:27.855043 [ 270 ] {02663360-a2f1-4ffb-9263-be11318adc97} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5097 | 2025.01.30 20:21:27.855308 [ 270 ] {02663360-a2f1-4ffb-9263-be11318adc97} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.01.30 20:21:27.855482 [ 270 ] {02663360-a2f1-4ffb-9263-be11318adc97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
| 5099 | 2025.01.30 20:21:27.855530 [ 270 ] {02663360-a2f1-4ffb-9263-be11318adc97} <Debug> TCPHandler: Processed in 0.001590315 sec. | ||
| 5100 | 2025.01.30 20:21:27.855660 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5101 | 2025.01.30 20:21:27.855779 [ 271 ] {6e79fa0b-5692-4e00-b0fd-00e753a3f06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5102 | 2025.01.30 20:21:27.855833 [ 271 ] {6e79fa0b-5692-4e00-b0fd-00e753a3f06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5103 | 2025.01.30 20:21:27.856434 [ 271 ] {6e79fa0b-5692-4e00-b0fd-00e753a3f06b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5104 | 2025.01.30 20:21:27.856474 [ 271 ] {6e79fa0b-5692-4e00-b0fd-00e753a3f06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5105 | 2025.01.30 20:21:27.856886 [ 271 ] {6e79fa0b-5692-4e00-b0fd-00e753a3f06b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5106 | 2025.01.30 20:21:27.857152 [ 271 ] {6e79fa0b-5692-4e00-b0fd-00e753a3f06b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5107 | 2025.01.30 20:21:27.857388 [ 271 ] {6e79fa0b-5692-4e00-b0fd-00e753a3f06b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001634 sec., 145042.83965728275 rows/sec., 9.72 MiB/sec. | ||
| 5108 | 2025.01.30 20:21:27.857440 [ 271 ] {6e79fa0b-5692-4e00-b0fd-00e753a3f06b} <Debug> TCPHandler: Processed in 0.001835691 sec. | ||
| 5109 | 2025.01.30 20:21:27.857660 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5110 | 2025.01.30 20:21:27.857882 [ 270 ] {7221881a-5b10-4ec7-9aa8-41b18f732068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5111 | 2025.01.30 20:21:27.857972 [ 270 ] {7221881a-5b10-4ec7-9aa8-41b18f732068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5112 | 2025.01.30 20:21:27.858526 [ 270 ] {7221881a-5b10-4ec7-9aa8-41b18f732068} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2025.01.30 20:21:27.858562 [ 270 ] {7221881a-5b10-4ec7-9aa8-41b18f732068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5114 | 2025.01.30 20:21:27.858919 [ 270 ] {7221881a-5b10-4ec7-9aa8-41b18f732068} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5115 | 2025.01.30 20:21:27.859154 [ 270 ] {7221881a-5b10-4ec7-9aa8-41b18f732068} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.01.30 20:21:27.859419 [ 270 ] {7221881a-5b10-4ec7-9aa8-41b18f732068} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec. | ||
| 5117 | 2025.01.30 20:21:27.859509 [ 270 ] {7221881a-5b10-4ec7-9aa8-41b18f732068} <Debug> TCPHandler: Processed in 0.001960694 sec. | ||
| 5118 | 2025.01.30 20:21:27.859687 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5119 | 2025.01.30 20:21:27.859825 [ 271 ] {8825cd47-ffbf-48d1-8725-51b2bb15fa10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5120 | 2025.01.30 20:21:27.859920 [ 271 ] {8825cd47-ffbf-48d1-8725-51b2bb15fa10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.30 20:21:27.861110 [ 271 ] {8825cd47-ffbf-48d1-8725-51b2bb15fa10} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2025.01.30 20:21:27.861151 [ 271 ] {8825cd47-ffbf-48d1-8725-51b2bb15fa10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5123 | 2025.01.30 20:21:27.861851 [ 271 ] {8825cd47-ffbf-48d1-8725-51b2bb15fa10} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5124 | 2025.01.30 20:21:27.862129 [ 271 ] {8825cd47-ffbf-48d1-8725-51b2bb15fa10} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.01.30 20:21:27.862303 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5126 | 2025.01.30 20:21:27.862373 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5127 | 2025.01.30 20:21:27.862403 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5128 | 2025.01.30 20:21:27.862421 [ 271 ] {8825cd47-ffbf-48d1-8725-51b2bb15fa10} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002615 sec., 11854.684512428297 rows/sec., 21.24 MiB/sec. | ||
| 5129 | 2025.01.30 20:21:27.862849 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 5130 | 2025.01.30 20:21:27.862871 [ 271 ] {8825cd47-ffbf-48d1-8725-51b2bb15fa10} <Debug> TCPHandler: Processed in 0.00325347 sec. | ||
| 5131 | 2025.01.30 20:21:27.863147 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5132 | 2025.01.30 20:21:27.863456 [ 270 ] {3ac134f6-ffb5-4212-94c9-7d67c056e4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5133 | 2025.01.30 20:21:27.863541 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5134 | 2025.01.30 20:21:27.863572 [ 270 ] {3ac134f6-ffb5-4212-94c9-7d67c056e4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5135 | 2025.01.30 20:21:27.863754 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 616 rows starting from the beginning of the part | ||
| 5136 | 2025.01.30 20:21:27.864633 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part | ||
| 5137 | 2025.01.30 20:21:27.865223 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 5138 | 2025.01.30 20:21:27.865854 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part | ||
| 5139 | 2025.01.30 20:21:27.866321 [ 270 ] {3ac134f6-ffb5-4212-94c9-7d67c056e4cc} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5140 | 2025.01.30 20:21:27.866465 [ 270 ] {3ac134f6-ffb5-4212-94c9-7d67c056e4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5141 | 2025.01.30 20:21:27.866521 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part | ||
| 5142 | 2025.01.30 20:21:27.867217 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part | ||
| 5143 | 2025.01.30 20:21:27.868155 [ 270 ] {3ac134f6-ffb5-4212-94c9-7d67c056e4cc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5144 | 2025.01.30 20:21:27.868644 [ 270 ] {3ac134f6-ffb5-4212-94c9-7d67c056e4cc} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2025.01.30 20:21:27.869523 [ 270 ] {3ac134f6-ffb5-4212-94c9-7d67c056e4cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006097 sec., 13449.237329834345 rows/sec., 874.69 KiB/sec. | ||
| 5146 | 2025.01.30 20:21:27.869771 [ 270 ] {3ac134f6-ffb5-4212-94c9-7d67c056e4cc} <Debug> TCPHandler: Processed in 0.006752608 sec. | ||
| 5147 | 2025.01.30 20:21:27.872828 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 725 rows, containing 19 columns (19 merged, 0 gathered) in 0.010323867 sec., 70225.62379000039 rows/sec., 125.84 MiB/sec. | ||
| 5148 | 2025.01.30 20:21:27.874062 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5149 | 2025.01.30 20:21:27.874518 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2025.01.30 20:21:27.874597 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5151 | 2025.01.30 20:21:27.874747 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. | ||
| 5152 | 2025.01.30 20:21:32.831945 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5153 | 2025.01.30 20:21:32.832152 [ 270 ] {c0ae7175-dd8e-4286-a2d8-ceb4d333a1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5154 | 2025.01.30 20:21:32.832225 [ 270 ] {c0ae7175-dd8e-4286-a2d8-ceb4d333a1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5155 | 2025.01.30 20:21:32.832969 [ 270 ] {c0ae7175-dd8e-4286-a2d8-ceb4d333a1b5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2025.01.30 20:21:32.833015 [ 270 ] {c0ae7175-dd8e-4286-a2d8-ceb4d333a1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5157 | 2025.01.30 20:21:32.833443 [ 270 ] {c0ae7175-dd8e-4286-a2d8-ceb4d333a1b5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5158 | 2025.01.30 20:21:32.833708 [ 270 ] {c0ae7175-dd8e-4286-a2d8-ceb4d333a1b5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5159 | 2025.01.30 20:21:32.834074 [ 270 ] {c0ae7175-dd8e-4286-a2d8-ceb4d333a1b5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001948 sec., 3080.082135523614 rows/sec., 251.16 KiB/sec. | ||
| 5160 | 2025.01.30 20:21:32.834431 [ 270 ] {c0ae7175-dd8e-4286-a2d8-ceb4d333a1b5} <Debug> TCPHandler: Processed in 0.002612222 sec. | ||
| 5161 | 2025.01.30 20:21:32.834698 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5162 | 2025.01.30 20:21:32.834891 [ 271 ] {4ee11611-2812-440b-a690-f866e0bbb214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5163 | 2025.01.30 20:21:32.834964 [ 271 ] {4ee11611-2812-440b-a690-f866e0bbb214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5164 | 2025.01.30 20:21:32.835740 [ 271 ] {4ee11611-2812-440b-a690-f866e0bbb214} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2025.01.30 20:21:32.835793 [ 271 ] {4ee11611-2812-440b-a690-f866e0bbb214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5166 | 2025.01.30 20:21:32.836233 [ 271 ] {4ee11611-2812-440b-a690-f866e0bbb214} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5167 | 2025.01.30 20:21:32.836497 [ 271 ] {4ee11611-2812-440b-a690-f866e0bbb214} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5168 | 2025.01.30 20:21:32.836736 [ 271 ] {4ee11611-2812-440b-a690-f866e0bbb214} <Debug> executeQuery: Read 75 rows, 6.15 KiB in 0.001897 sec., 39536.10964681075 rows/sec., 3.17 MiB/sec. | ||
| 5169 | 2025.01.30 20:21:32.836969 [ 271 ] {4ee11611-2812-440b-a690-f866e0bbb214} <Debug> TCPHandler: Processed in 0.002399556 sec. | ||
| 5170 | 2025.01.30 20:21:32.837206 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5171 | 2025.01.30 20:21:32.837340 [ 270 ] {4f9ba713-5def-4ab6-8157-3dbbb430abdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5172 | 2025.01.30 20:21:32.837397 [ 270 ] {4f9ba713-5def-4ab6-8157-3dbbb430abdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5173 | 2025.01.30 20:21:32.838069 [ 270 ] {4f9ba713-5def-4ab6-8157-3dbbb430abdc} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5174 | 2025.01.30 20:21:32.838116 [ 270 ] {4f9ba713-5def-4ab6-8157-3dbbb430abdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5175 | 2025.01.30 20:21:32.838517 [ 270 ] {4f9ba713-5def-4ab6-8157-3dbbb430abdc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5176 | 2025.01.30 20:21:32.838758 [ 270 ] {4f9ba713-5def-4ab6-8157-3dbbb430abdc} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5177 | 2025.01.30 20:21:32.838960 [ 270 ] {4f9ba713-5def-4ab6-8157-3dbbb430abdc} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001649 sec., 8489.993935718618 rows/sec., 618.86 KiB/sec. | ||
| 5178 | 2025.01.30 20:21:32.839013 [ 270 ] {4f9ba713-5def-4ab6-8157-3dbbb430abdc} <Debug> TCPHandler: Processed in 0.001904602 sec. | ||
| 5179 | 2025.01.30 20:21:32.839161 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5180 | 2025.01.30 20:21:32.839279 [ 271 ] {f3a3567c-c60c-4bcd-950f-0c0c39f4963b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5181 | 2025.01.30 20:21:32.839330 [ 271 ] {f3a3567c-c60c-4bcd-950f-0c0c39f4963b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5182 | 2025.01.30 20:21:32.840093 [ 271 ] {f3a3567c-c60c-4bcd-950f-0c0c39f4963b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2025.01.30 20:21:32.840139 [ 271 ] {f3a3567c-c60c-4bcd-950f-0c0c39f4963b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5184 | 2025.01.30 20:21:32.840540 [ 271 ] {f3a3567c-c60c-4bcd-950f-0c0c39f4963b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5185 | 2025.01.30 20:21:32.840780 [ 271 ] {f3a3567c-c60c-4bcd-950f-0c0c39f4963b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5186 | 2025.01.30 20:21:32.840979 [ 271 ] {f3a3567c-c60c-4bcd-950f-0c0c39f4963b} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.001723 sec., 45269.87811955891 rows/sec., 3.54 MiB/sec. | ||
| 5187 | 2025.01.30 20:21:32.841102 [ 271 ] {f3a3567c-c60c-4bcd-950f-0c0c39f4963b} <Debug> TCPHandler: Processed in 0.001998765 sec. | ||
| 5188 | 2025.01.30 20:21:32.841277 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5189 | 2025.01.30 20:21:32.841404 [ 270 ] {d317b62c-cf00-435a-8caf-42158ccabc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5190 | 2025.01.30 20:21:32.841467 [ 270 ] {d317b62c-cf00-435a-8caf-42158ccabc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5191 | 2025.01.30 20:21:32.842157 [ 270 ] {d317b62c-cf00-435a-8caf-42158ccabc98} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2025.01.30 20:21:32.842204 [ 270 ] {d317b62c-cf00-435a-8caf-42158ccabc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5193 | 2025.01.30 20:21:32.842621 [ 270 ] {d317b62c-cf00-435a-8caf-42158ccabc98} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5194 | 2025.01.30 20:21:32.842862 [ 270 ] {d317b62c-cf00-435a-8caf-42158ccabc98} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2025.01.30 20:21:32.843076 [ 270 ] {d317b62c-cf00-435a-8caf-42158ccabc98} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001703 sec., 95713.44685848503 rows/sec., 6.66 MiB/sec. | ||
| 5196 | 2025.01.30 20:21:32.843129 [ 270 ] {d317b62c-cf00-435a-8caf-42158ccabc98} <Debug> TCPHandler: Processed in 0.001930724 sec. | ||
| 5197 | 2025.01.30 20:21:32.843271 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5198 | 2025.01.30 20:21:32.843393 [ 271 ] {42bc52ee-dd10-4757-b54f-fa70d0af675b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5199 | 2025.01.30 20:21:32.843475 [ 271 ] {42bc52ee-dd10-4757-b54f-fa70d0af675b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5200 | 2025.01.30 20:21:32.844632 [ 271 ] {42bc52ee-dd10-4757-b54f-fa70d0af675b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2025.01.30 20:21:32.844669 [ 271 ] {42bc52ee-dd10-4757-b54f-fa70d0af675b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5202 | 2025.01.30 20:21:32.845309 [ 271 ] {42bc52ee-dd10-4757-b54f-fa70d0af675b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5203 | 2025.01.30 20:21:32.845565 [ 271 ] {42bc52ee-dd10-4757-b54f-fa70d0af675b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2025.01.30 20:21:32.845805 [ 271 ] {42bc52ee-dd10-4757-b54f-fa70d0af675b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002437 sec., 3282.7246614690193 rows/sec., 5.88 MiB/sec. | ||
| 5205 | 2025.01.30 20:21:32.846357 [ 271 ] {42bc52ee-dd10-4757-b54f-fa70d0af675b} <Debug> TCPHandler: Processed in 0.003139197 sec. | ||
| 5206 | 2025.01.30 20:21:32.846527 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5207 | 2025.01.30 20:21:32.846665 [ 270 ] {69026c5a-a847-487b-9303-1cacaf5b4d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5208 | 2025.01.30 20:21:32.846723 [ 270 ] {69026c5a-a847-487b-9303-1cacaf5b4d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5209 | 2025.01.30 20:21:32.847292 [ 270 ] {69026c5a-a847-487b-9303-1cacaf5b4d0f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2025.01.30 20:21:32.847337 [ 270 ] {69026c5a-a847-487b-9303-1cacaf5b4d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5211 | 2025.01.30 20:21:32.847708 [ 270 ] {69026c5a-a847-487b-9303-1cacaf5b4d0f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5212 | 2025.01.30 20:21:32.847956 [ 270 ] {69026c5a-a847-487b-9303-1cacaf5b4d0f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2025.01.30 20:21:32.848171 [ 270 ] {69026c5a-a847-487b-9303-1cacaf5b4d0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 5214 | 2025.01.30 20:21:32.848221 [ 270 ] {69026c5a-a847-487b-9303-1cacaf5b4d0f} <Debug> TCPHandler: Processed in 0.001759349 sec. | ||
| 5215 | 2025.01.30 20:21:34.192586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 5216 | 2025.01.30 20:21:34.193710 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2025.01.30 20:21:34.193774 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5218 | 2025.01.30 20:21:34.194516 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5219 | 2025.01.30 20:21:34.194869 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2025.01.30 20:21:34.195219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 5221 | 2025.01.30 20:21:35.199573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 5222 | 2025.01.30 20:21:35.218696 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5223 | 2025.01.30 20:21:35.218750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5224 | 2025.01.30 20:21:35.226307 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5225 | 2025.01.30 20:21:35.227076 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5226 | 2025.01.30 20:21:35.230363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 5227 | 2025.01.30 20:21:36.734982 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 692 | ||
| 5228 | 2025.01.30 20:21:36.738138 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2025.01.30 20:21:36.738198 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5230 | 2025.01.30 20:21:36.739721 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5231 | 2025.01.30 20:21:36.740032 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2025.01.30 20:21:36.741516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692 | ||
| 5233 | 2025.01.30 20:21:37.837646 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5234 | 2025.01.30 20:21:37.837840 [ 270 ] {d84465e2-c886-474f-a419-55446564945f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5235 | 2025.01.30 20:21:37.837914 [ 270 ] {d84465e2-c886-474f-a419-55446564945f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5236 | 2025.01.30 20:21:37.838687 [ 270 ] {d84465e2-c886-474f-a419-55446564945f} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5237 | 2025.01.30 20:21:37.838740 [ 270 ] {d84465e2-c886-474f-a419-55446564945f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5238 | 2025.01.30 20:21:37.839198 [ 270 ] {d84465e2-c886-474f-a419-55446564945f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5239 | 2025.01.30 20:21:37.839463 [ 270 ] {d84465e2-c886-474f-a419-55446564945f} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5240 | 2025.01.30 20:21:37.839670 [ 36 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5241 | 2025.01.30 20:21:37.839717 [ 270 ] {d84465e2-c886-474f-a419-55446564945f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 5242 | 2025.01.30 20:21:37.839749 [ 36 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2025.01.30 20:21:37.839824 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5244 | 2025.01.30 20:21:37.839848 [ 270 ] {d84465e2-c886-474f-a419-55446564945f} <Debug> TCPHandler: Processed in 0.002339325 sec. | ||
| 5245 | 2025.01.30 20:21:37.840072 [ 198 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 5246 | 2025.01.30 20:21:37.840145 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5247 | 2025.01.30 20:21:37.840315 [ 198 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5248 | 2025.01.30 20:21:37.840389 [ 198 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 5249 | 2025.01.30 20:21:37.840417 [ 271 ] {1675489f-3415-47a9-aad3-183efe7ba66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5250 | 2025.01.30 20:21:37.840570 [ 271 ] {1675489f-3415-47a9-aad3-183efe7ba66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5251 | 2025.01.30 20:21:37.840593 [ 198 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 5252 | 2025.01.30 20:21:37.840974 [ 198 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 5253 | 2025.01.30 20:21:37.841376 [ 198 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 5254 | 2025.01.30 20:21:37.841720 [ 198 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 5255 | 2025.01.30 20:21:37.843607 [ 271 ] {1675489f-3415-47a9-aad3-183efe7ba66a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5256 | 2025.01.30 20:21:37.843684 [ 271 ] {1675489f-3415-47a9-aad3-183efe7ba66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5257 | 2025.01.30 20:21:37.844263 [ 198 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00433501 sec., 16147.598275436503 rows/sec., 1.20 MiB/sec. | ||
| 5258 | 2025.01.30 20:21:37.844487 [ 193 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5259 | 2025.01.30 20:21:37.844609 [ 271 ] {1675489f-3415-47a9-aad3-183efe7ba66a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5260 | 2025.01.30 20:21:37.844839 [ 193 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_5_1} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2025.01.30 20:21:37.844926 [ 271 ] {1675489f-3415-47a9-aad3-183efe7ba66a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5262 | 2025.01.30 20:21:37.844968 [ 193 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_5_1} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5263 | 2025.01.30 20:21:37.845110 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5264 | 2025.01.30 20:21:37.845188 [ 271 ] {1675489f-3415-47a9-aad3-183efe7ba66a} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.004872 sec., 54392.44663382595 rows/sec., 4.79 MiB/sec. | ||
| 5265 | 2025.01.30 20:21:37.845253 [ 271 ] {1675489f-3415-47a9-aad3-183efe7ba66a} <Debug> TCPHandler: Processed in 0.005278767 sec. | ||
| 5266 | 2025.01.30 20:21:37.845438 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5267 | 2025.01.30 20:21:37.845580 [ 270 ] {28222c3a-73ac-4028-b18e-6375f62163bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5268 | 2025.01.30 20:21:37.845640 [ 270 ] {28222c3a-73ac-4028-b18e-6375f62163bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5269 | 2025.01.30 20:21:37.846389 [ 270 ] {28222c3a-73ac-4028-b18e-6375f62163bd} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5270 | 2025.01.30 20:21:37.846438 [ 270 ] {28222c3a-73ac-4028-b18e-6375f62163bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5271 | 2025.01.30 20:21:37.846864 [ 270 ] {28222c3a-73ac-4028-b18e-6375f62163bd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5272 | 2025.01.30 20:21:37.847125 [ 270 ] {28222c3a-73ac-4028-b18e-6375f62163bd} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2025.01.30 20:21:37.847360 [ 270 ] {28222c3a-73ac-4028-b18e-6375f62163bd} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001816 sec., 20925.110132158592 rows/sec., 1.50 MiB/sec. | ||
| 5274 | 2025.01.30 20:21:37.847416 [ 270 ] {28222c3a-73ac-4028-b18e-6375f62163bd} <Debug> TCPHandler: Processed in 0.002039607 sec. | ||
| 5275 | 2025.01.30 20:21:37.847603 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.01.30 20:21:37.847743 [ 271 ] {fe94678d-f377-435c-98a2-8bb9b2a00b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5277 | 2025.01.30 20:21:37.847804 [ 271 ] {fe94678d-f377-435c-98a2-8bb9b2a00b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5278 | 2025.01.30 20:21:37.848488 [ 271 ] {fe94678d-f377-435c-98a2-8bb9b2a00b34} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2025.01.30 20:21:37.848533 [ 271 ] {fe94678d-f377-435c-98a2-8bb9b2a00b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5280 | 2025.01.30 20:21:37.848897 [ 271 ] {fe94678d-f377-435c-98a2-8bb9b2a00b34} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5281 | 2025.01.30 20:21:37.849135 [ 271 ] {fe94678d-f377-435c-98a2-8bb9b2a00b34} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2025.01.30 20:21:37.849340 [ 271 ] {fe94678d-f377-435c-98a2-8bb9b2a00b34} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec. | ||
| 5283 | 2025.01.30 20:21:37.849393 [ 271 ] {fe94678d-f377-435c-98a2-8bb9b2a00b34} <Debug> TCPHandler: Processed in 0.001862322 sec. | ||
| 5284 | 2025.01.30 20:21:37.849549 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5285 | 2025.01.30 20:21:37.849690 [ 270 ] {88830b04-986d-4955-a757-7530ded8fabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5286 | 2025.01.30 20:21:37.849750 [ 270 ] {88830b04-986d-4955-a757-7530ded8fabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5287 | 2025.01.30 20:21:37.850462 [ 270 ] {88830b04-986d-4955-a757-7530ded8fabc} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5288 | 2025.01.30 20:21:37.850509 [ 270 ] {88830b04-986d-4955-a757-7530ded8fabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5289 | 2025.01.30 20:21:37.850876 [ 270 ] {88830b04-986d-4955-a757-7530ded8fabc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5290 | 2025.01.30 20:21:37.851117 [ 270 ] {88830b04-986d-4955-a757-7530ded8fabc} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5291 | 2025.01.30 20:21:37.851290 [ 34 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5292 | 2025.01.30 20:21:37.851358 [ 34 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5293 | 2025.01.30 20:21:37.851372 [ 270 ] {88830b04-986d-4955-a757-7530ded8fabc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0017 sec., 7647.058823529413 rows/sec., 476.79 KiB/sec. | ||
| 5294 | 2025.01.30 20:21:37.851395 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5295 | 2025.01.30 20:21:37.851566 [ 270 ] {88830b04-986d-4955-a757-7530ded8fabc} <Debug> TCPHandler: Processed in 0.002062577 sec. | ||
| 5296 | 2025.01.30 20:21:37.851695 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 5297 | 2025.01.30 20:21:37.851865 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5298 | 2025.01.30 20:21:37.851982 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5299 | 2025.01.30 20:21:37.852074 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 5300 | 2025.01.30 20:21:37.852085 [ 271 ] {cc50be4b-4025-4279-b0fe-a93a9ff9821a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5301 | 2025.01.30 20:21:37.852193 [ 271 ] {cc50be4b-4025-4279-b0fe-a93a9ff9821a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5302 | 2025.01.30 20:21:37.852382 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 5303 | 2025.01.30 20:21:37.852811 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 5304 | 2025.01.30 20:21:37.853154 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 5305 | 2025.01.30 20:21:37.853580 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 5306 | 2025.01.30 20:21:37.855217 [ 271 ] {cc50be4b-4025-4279-b0fe-a93a9ff9821a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5307 | 2025.01.30 20:21:37.855299 [ 271 ] {cc50be4b-4025-4279-b0fe-a93a9ff9821a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5308 | 2025.01.30 20:21:37.856206 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.0046818 sec., 13883.549062326456 rows/sec., 919.87 KiB/sec. | ||
| 5309 | 2025.01.30 20:21:37.856403 [ 271 ] {cc50be4b-4025-4279-b0fe-a93a9ff9821a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5310 | 2025.01.30 20:21:37.856428 [ 186 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5311 | 2025.01.30 20:21:37.856862 [ 271 ] {cc50be4b-4025-4279-b0fe-a93a9ff9821a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5312 | 2025.01.30 20:21:37.856946 [ 186 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_5_1} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.01.30 20:21:37.857208 [ 186 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_5_1} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5314 | 2025.01.30 20:21:37.857281 [ 271 ] {cc50be4b-4025-4279-b0fe-a93a9ff9821a} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.005254 sec., 78606.77578987439 rows/sec., 5.61 MiB/sec. | ||
| 5315 | 2025.01.30 20:21:37.857356 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5316 | 2025.01.30 20:21:37.857468 [ 271 ] {cc50be4b-4025-4279-b0fe-a93a9ff9821a} <Debug> TCPHandler: Processed in 0.0057692 sec. | ||
| 5317 | 2025.01.30 20:21:37.857648 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5318 | 2025.01.30 20:21:37.857771 [ 270 ] {9dcc4497-0325-4546-b7f0-e3de30bf02f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5319 | 2025.01.30 20:21:37.857825 [ 270 ] {9dcc4497-0325-4546-b7f0-e3de30bf02f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5320 | 2025.01.30 20:21:37.858354 [ 270 ] {9dcc4497-0325-4546-b7f0-e3de30bf02f2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2025.01.30 20:21:37.858404 [ 270 ] {9dcc4497-0325-4546-b7f0-e3de30bf02f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5322 | 2025.01.30 20:21:37.858786 [ 270 ] {9dcc4497-0325-4546-b7f0-e3de30bf02f2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5323 | 2025.01.30 20:21:37.859030 [ 270 ] {9dcc4497-0325-4546-b7f0-e3de30bf02f2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2025.01.30 20:21:37.859276 [ 270 ] {9dcc4497-0325-4546-b7f0-e3de30bf02f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec. | ||
| 5325 | 2025.01.30 20:21:37.859414 [ 270 ] {9dcc4497-0325-4546-b7f0-e3de30bf02f2} <Debug> TCPHandler: Processed in 0.001830041 sec. | ||
| 5326 | 2025.01.30 20:21:37.859573 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5327 | 2025.01.30 20:21:37.859714 [ 271 ] {37d017d6-1a7b-42b5-9206-3c8243bff89b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5328 | 2025.01.30 20:21:37.859777 [ 271 ] {37d017d6-1a7b-42b5-9206-3c8243bff89b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5329 | 2025.01.30 20:21:37.860473 [ 271 ] {37d017d6-1a7b-42b5-9206-3c8243bff89b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2025.01.30 20:21:37.860519 [ 271 ] {37d017d6-1a7b-42b5-9206-3c8243bff89b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5331 | 2025.01.30 20:21:37.860929 [ 271 ] {37d017d6-1a7b-42b5-9206-3c8243bff89b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5332 | 2025.01.30 20:21:37.861176 [ 271 ] {37d017d6-1a7b-42b5-9206-3c8243bff89b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2025.01.30 20:21:37.861382 [ 271 ] {37d017d6-1a7b-42b5-9206-3c8243bff89b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 5334 | 2025.01.30 20:21:37.861435 [ 271 ] {37d017d6-1a7b-42b5-9206-3c8243bff89b} <Debug> TCPHandler: Processed in 0.001923713 sec. | ||
| 5335 | 2025.01.30 20:21:37.861589 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5336 | 2025.01.30 20:21:37.861710 [ 270 ] {f6fdad5f-d1b3-4e1c-95fb-98a06b37851c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5337 | 2025.01.30 20:21:37.861762 [ 270 ] {f6fdad5f-d1b3-4e1c-95fb-98a06b37851c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5338 | 2025.01.30 20:21:37.862252 [ 270 ] {f6fdad5f-d1b3-4e1c-95fb-98a06b37851c} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5339 | 2025.01.30 20:21:37.862291 [ 270 ] {f6fdad5f-d1b3-4e1c-95fb-98a06b37851c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5340 | 2025.01.30 20:21:37.862669 [ 270 ] {f6fdad5f-d1b3-4e1c-95fb-98a06b37851c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5341 | 2025.01.30 20:21:37.862904 [ 270 ] {f6fdad5f-d1b3-4e1c-95fb-98a06b37851c} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5342 | 2025.01.30 20:21:37.863071 [ 34 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5343 | 2025.01.30 20:21:37.863135 [ 34 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2025.01.30 20:21:37.863153 [ 270 ] {f6fdad5f-d1b3-4e1c-95fb-98a06b37851c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec. | ||
| 5345 | 2025.01.30 20:21:37.863172 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5346 | 2025.01.30 20:21:37.863327 [ 270 ] {f6fdad5f-d1b3-4e1c-95fb-98a06b37851c} <Debug> TCPHandler: Processed in 0.00178861 sec. | ||
| 5347 | 2025.01.30 20:21:37.863636 [ 192 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 5348 | 2025.01.30 20:21:37.863674 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5349 | 2025.01.30 20:21:37.863980 [ 271 ] {3a1ddec2-775b-4ab7-931e-e2beb5809317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5350 | 2025.01.30 20:21:37.863997 [ 192 ] {048504a0-b795-409f-841d-691020bab982::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5351 | 2025.01.30 20:21:37.864105 [ 192 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 5352 | 2025.01.30 20:21:37.864170 [ 271 ] {3a1ddec2-775b-4ab7-931e-e2beb5809317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5353 | 2025.01.30 20:21:37.864436 [ 192 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 5354 | 2025.01.30 20:21:37.864908 [ 192 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 5355 | 2025.01.30 20:21:37.865358 [ 192 ] {048504a0-b795-409f-841d-691020bab982::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 5356 | 2025.01.30 20:21:37.865675 [ 192 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 5357 | 2025.01.30 20:21:37.866084 [ 192 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 5358 | 2025.01.30 20:21:37.869611 [ 192 ] {048504a0-b795-409f-841d-691020bab982::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.006285655 sec., 954.5544577295444 rows/sec., 63.70 KiB/sec. | ||
| 5359 | 2025.01.30 20:21:37.869851 [ 192 ] {048504a0-b795-409f-841d-691020bab982::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5360 | 2025.01.30 20:21:37.870137 [ 271 ] {3a1ddec2-775b-4ab7-931e-e2beb5809317} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2025.01.30 20:21:37.870215 [ 271 ] {3a1ddec2-775b-4ab7-931e-e2beb5809317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5362 | 2025.01.30 20:21:37.870506 [ 192 ] {048504a0-b795-409f-841d-691020bab982::all_1_6_1} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2025.01.30 20:21:37.870708 [ 192 ] {048504a0-b795-409f-841d-691020bab982::all_1_6_1} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5364 | 2025.01.30 20:21:37.870888 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5365 | 2025.01.30 20:21:37.871355 [ 271 ] {3a1ddec2-775b-4ab7-931e-e2beb5809317} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5366 | 2025.01.30 20:21:37.871628 [ 271 ] {3a1ddec2-775b-4ab7-931e-e2beb5809317} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2025.01.30 20:21:37.871891 [ 271 ] {3a1ddec2-775b-4ab7-931e-e2beb5809317} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008002 sec., 3874.0314921269683 rows/sec., 6.94 MiB/sec. | ||
| 5368 | 2025.01.30 20:21:37.872010 [ 271 ] {3a1ddec2-775b-4ab7-931e-e2beb5809317} <Debug> TCPHandler: Processed in 0.008554118 sec. | ||
| 5369 | 2025.01.30 20:21:37.872189 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5370 | 2025.01.30 20:21:37.872313 [ 270 ] {948f8437-5f0a-465e-9d72-f1ed5177d5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5371 | 2025.01.30 20:21:37.872366 [ 270 ] {948f8437-5f0a-465e-9d72-f1ed5177d5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5372 | 2025.01.30 20:21:37.872879 [ 270 ] {948f8437-5f0a-465e-9d72-f1ed5177d5d3} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5373 | 2025.01.30 20:21:37.872920 [ 270 ] {948f8437-5f0a-465e-9d72-f1ed5177d5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. | ||
| 5374 | 2025.01.30 20:21:37.873306 [ 270 ] {948f8437-5f0a-465e-9d72-f1ed5177d5d3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5375 | 2025.01.30 20:21:37.873553 [ 270 ] {948f8437-5f0a-465e-9d72-f1ed5177d5d3} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5376 | 2025.01.30 20:21:37.873774 [ 270 ] {948f8437-5f0a-465e-9d72-f1ed5177d5d3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 5377 | 2025.01.30 20:21:37.873824 [ 270 ] {948f8437-5f0a-465e-9d72-f1ed5177d5d3} <Debug> TCPHandler: Processed in 0.001697717 sec. | ||
| 5378 | 2025.01.30 20:21:41.560410 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5379 | 2025.01.30 20:21:41.560515 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5380 | 2025.01.30 20:21:41.695364 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 5381 | 2025.01.30 20:21:41.696023 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5382 | 2025.01.30 20:21:41.696063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5383 | 2025.01.30 20:21:41.696575 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5384 | 2025.01.30 20:21:41.696820 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5385 | 2025.01.30 20:21:41.697018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 5386 | 2025.01.30 20:21:42.730421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 5387 | 2025.01.30 20:21:42.750652 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2025.01.30 20:21:42.750702 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5389 | 2025.01.30 20:21:42.758318 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5390 | 2025.01.30 20:21:42.759114 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2025.01.30 20:21:42.762516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 5392 | 2025.01.30 20:21:42.832085 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5393 | 2025.01.30 20:21:42.832263 [ 270 ] {14dbaef7-4dce-4a23-bca1-6fa35724e639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5394 | 2025.01.30 20:21:42.832331 [ 270 ] {14dbaef7-4dce-4a23-bca1-6fa35724e639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5395 | 2025.01.30 20:21:42.833043 [ 270 ] {14dbaef7-4dce-4a23-bca1-6fa35724e639} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.01.30 20:21:42.833083 [ 270 ] {14dbaef7-4dce-4a23-bca1-6fa35724e639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5397 | 2025.01.30 20:21:42.833464 [ 270 ] {14dbaef7-4dce-4a23-bca1-6fa35724e639} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5398 | 2025.01.30 20:21:42.833705 [ 270 ] {14dbaef7-4dce-4a23-bca1-6fa35724e639} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2025.01.30 20:21:42.833899 [ 270 ] {14dbaef7-4dce-4a23-bca1-6fa35724e639} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001681 sec., 42831.647828673405 rows/sec., 3.45 MiB/sec. | ||
| 5400 | 2025.01.30 20:21:42.833975 [ 270 ] {14dbaef7-4dce-4a23-bca1-6fa35724e639} <Debug> TCPHandler: Processed in 0.002015256 sec. | ||
| 5401 | 2025.01.30 20:21:42.834253 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2025.01.30 20:21:42.834460 [ 271 ] {cc56d674-7ef0-4c25-82ed-d080f3a9d414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5403 | 2025.01.30 20:21:42.834540 [ 271 ] {cc56d674-7ef0-4c25-82ed-d080f3a9d414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5404 | 2025.01.30 20:21:42.835274 [ 271 ] {cc56d674-7ef0-4c25-82ed-d080f3a9d414} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.01.30 20:21:42.835319 [ 271 ] {cc56d674-7ef0-4c25-82ed-d080f3a9d414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5406 | 2025.01.30 20:21:42.835749 [ 271 ] {cc56d674-7ef0-4c25-82ed-d080f3a9d414} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5407 | 2025.01.30 20:21:42.836008 [ 271 ] {cc56d674-7ef0-4c25-82ed-d080f3a9d414} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2025.01.30 20:21:42.836265 [ 271 ] {cc56d674-7ef0-4c25-82ed-d080f3a9d414} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001863 sec., 4294.149221685453 rows/sec., 322.90 KiB/sec. | ||
| 5409 | 2025.01.30 20:21:42.836322 [ 271 ] {cc56d674-7ef0-4c25-82ed-d080f3a9d414} <Debug> TCPHandler: Processed in 0.002222252 sec. | ||
| 5410 | 2025.01.30 20:21:42.836532 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2025.01.30 20:21:42.836754 [ 270 ] {81a148e7-41d6-41ea-b11a-e993e5ff2b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5412 | 2025.01.30 20:21:42.836805 [ 270 ] {81a148e7-41d6-41ea-b11a-e993e5ff2b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5413 | 2025.01.30 20:21:42.837414 [ 270 ] {81a148e7-41d6-41ea-b11a-e993e5ff2b92} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2025.01.30 20:21:42.837451 [ 270 ] {81a148e7-41d6-41ea-b11a-e993e5ff2b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5415 | 2025.01.30 20:21:42.837811 [ 270 ] {81a148e7-41d6-41ea-b11a-e993e5ff2b92} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5416 | 2025.01.30 20:21:42.838070 [ 270 ] {81a148e7-41d6-41ea-b11a-e993e5ff2b92} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.01.30 20:21:42.838281 [ 270 ] {81a148e7-41d6-41ea-b11a-e993e5ff2b92} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001575 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
| 5418 | 2025.01.30 20:21:42.838443 [ 270 ] {81a148e7-41d6-41ea-b11a-e993e5ff2b92} <Debug> TCPHandler: Processed in 0.002016736 sec. | ||
| 5419 | 2025.01.30 20:21:42.838658 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2025.01.30 20:21:42.838785 [ 271 ] {098c9ac2-4de0-471a-8c15-0e8e2e98dfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5421 | 2025.01.30 20:21:42.838846 [ 271 ] {098c9ac2-4de0-471a-8c15-0e8e2e98dfa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5422 | 2025.01.30 20:21:42.839488 [ 271 ] {098c9ac2-4de0-471a-8c15-0e8e2e98dfa8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.01.30 20:21:42.839533 [ 271 ] {098c9ac2-4de0-471a-8c15-0e8e2e98dfa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5424 | 2025.01.30 20:21:42.839993 [ 271 ] {098c9ac2-4de0-471a-8c15-0e8e2e98dfa8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5425 | 2025.01.30 20:21:42.840249 [ 271 ] {098c9ac2-4de0-471a-8c15-0e8e2e98dfa8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.01.30 20:21:42.840410 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5427 | 2025.01.30 20:21:42.840496 [ 271 ] {098c9ac2-4de0-471a-8c15-0e8e2e98dfa8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001729 sec., 92539.03990746096 rows/sec., 6.45 MiB/sec. | ||
| 5428 | 2025.01.30 20:21:42.840496 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5429 | 2025.01.30 20:21:42.840579 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5430 | 2025.01.30 20:21:42.840614 [ 271 ] {098c9ac2-4de0-471a-8c15-0e8e2e98dfa8} <Debug> TCPHandler: Processed in 0.002046477 sec. | ||
| 5431 | 2025.01.30 20:21:42.840829 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5432 | 2025.01.30 20:21:42.840852 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 5433 | 2025.01.30 20:21:42.841054 [ 270 ] {349147cd-8f0f-4723-a738-e0255309afa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5434 | 2025.01.30 20:21:42.841283 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5435 | 2025.01.30 20:21:42.841300 [ 270 ] {349147cd-8f0f-4723-a738-e0255309afa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5436 | 2025.01.30 20:21:42.841388 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10627 rows starting from the beginning of the part | ||
| 5437 | 2025.01.30 20:21:42.841769 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 5438 | 2025.01.30 20:21:42.842266 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 5439 | 2025.01.30 20:21:42.842629 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 163 rows starting from the beginning of the part | ||
| 5440 | 2025.01.30 20:21:42.842937 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 5441 | 2025.01.30 20:21:42.843361 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 5442 | 2025.01.30 20:21:42.845680 [ 270 ] {349147cd-8f0f-4723-a738-e0255309afa8} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2025.01.30 20:21:42.845744 [ 270 ] {349147cd-8f0f-4723-a738-e0255309afa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5444 | 2025.01.30 20:21:42.847625 [ 270 ] {349147cd-8f0f-4723-a738-e0255309afa8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5445 | 2025.01.30 20:21:42.847937 [ 270 ] {349147cd-8f0f-4723-a738-e0255309afa8} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2025.01.30 20:21:42.848187 [ 270 ] {349147cd-8f0f-4723-a738-e0255309afa8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007202 sec., 1110.802554845876 rows/sec., 1.99 MiB/sec. | ||
| 5447 | 2025.01.30 20:21:42.849084 [ 270 ] {349147cd-8f0f-4723-a738-e0255309afa8} <Debug> TCPHandler: Processed in 0.008377813 sec. | ||
| 5448 | 2025.01.30 20:21:42.849271 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5449 | 2025.01.30 20:21:42.849409 [ 271 ] {add9fbfe-c14f-41d5-9971-07dce073b765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5450 | 2025.01.30 20:21:42.849485 [ 271 ] {add9fbfe-c14f-41d5-9971-07dce073b765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5451 | 2025.01.30 20:21:42.850208 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11584 rows, containing 5 columns (5 merged, 0 gathered) in 0.009498103 sec., 1219611.958303674 rows/sec., 82.67 MiB/sec. | ||
| 5452 | 2025.01.30 20:21:42.850537 [ 271 ] {add9fbfe-c14f-41d5-9971-07dce073b765} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5453 | 2025.01.30 20:21:42.850573 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5454 | 2025.01.30 20:21:42.850593 [ 271 ] {add9fbfe-c14f-41d5-9971-07dce073b765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5455 | 2025.01.30 20:21:42.851172 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5456 | 2025.01.30 20:21:42.851323 [ 271 ] {add9fbfe-c14f-41d5-9971-07dce073b765} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5457 | 2025.01.30 20:21:42.851384 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5458 | 2025.01.30 20:21:42.851583 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5459 | 2025.01.30 20:21:42.851710 [ 271 ] {add9fbfe-c14f-41d5-9971-07dce073b765} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5460 | 2025.01.30 20:21:42.851985 [ 271 ] {add9fbfe-c14f-41d5-9971-07dce073b765} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002594 sec., 23130.300693909023 rows/sec., 1.56 MiB/sec. | ||
| 5461 | 2025.01.30 20:21:42.852081 [ 271 ] {add9fbfe-c14f-41d5-9971-07dce073b765} <Debug> TCPHandler: Processed in 0.00289969 sec. | ||
| 5462 | 2025.01.30 20:21:46.741729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 726 | ||
| 5463 | 2025.01.30 20:21:46.745159 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5464 | 2025.01.30 20:21:46.745208 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5465 | 2025.01.30 20:21:46.746689 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5466 | 2025.01.30 20:21:46.746996 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5467 | 2025.01.30 20:21:46.747257 [ 83 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5468 | 2025.01.30 20:21:46.747395 [ 83 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5469 | 2025.01.30 20:21:46.747485 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5470 | 2025.01.30 20:21:46.748396 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 5471 | 2025.01.30 20:21:46.748800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 5472 | 2025.01.30 20:21:46.749398 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5473 | 2025.01.30 20:21:46.749589 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 526 rows starting from the beginning of the part | ||
| 5474 | 2025.01.30 20:21:46.750280 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 5475 | 2025.01.30 20:21:46.750887 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 5476 | 2025.01.30 20:21:46.751487 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 5477 | 2025.01.30 20:21:46.752089 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 5478 | 2025.01.30 20:21:46.752716 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 5479 | 2025.01.30 20:21:46.760504 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.012869547 sec., 56412.24201597772 rows/sec., 48.60 MiB/sec. | ||
| 5480 | 2025.01.30 20:21:46.761819 [ 197 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5481 | 2025.01.30 20:21:46.762585 [ 197 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5482 | 2025.01.30 20:21:46.762665 [ 197 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_21_4} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5483 | 2025.01.30 20:21:46.762968 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 5484 | 2025.01.30 20:21:47.528222 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5485 | 2025.01.30 20:21:47.528427 [ 270 ] {64058193-1e87-4e80-9418-5ae4283f932b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5486 | 2025.01.30 20:21:47.528504 [ 270 ] {64058193-1e87-4e80-9418-5ae4283f932b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5487 | 2025.01.30 20:21:47.529290 [ 270 ] {64058193-1e87-4e80-9418-5ae4283f932b} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2025.01.30 20:21:47.529349 [ 270 ] {64058193-1e87-4e80-9418-5ae4283f932b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5489 | 2025.01.30 20:21:47.529800 [ 270 ] {64058193-1e87-4e80-9418-5ae4283f932b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5490 | 2025.01.30 20:21:47.530074 [ 270 ] {64058193-1e87-4e80-9418-5ae4283f932b} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5491 | 2025.01.30 20:21:47.530280 [ 270 ] {64058193-1e87-4e80-9418-5ae4283f932b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec. | ||
| 5492 | 2025.01.30 20:21:47.530369 [ 270 ] {64058193-1e87-4e80-9418-5ae4283f932b} <Debug> TCPHandler: Processed in 0.002293484 sec. | ||
| 5493 | 2025.01.30 20:21:47.530618 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5494 | 2025.01.30 20:21:47.530822 [ 271 ] {4ba26b70-88f1-4792-961b-6619bbee6cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5495 | 2025.01.30 20:21:47.530895 [ 271 ] {4ba26b70-88f1-4792-961b-6619bbee6cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5496 | 2025.01.30 20:21:47.531657 [ 271 ] {4ba26b70-88f1-4792-961b-6619bbee6cd5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5497 | 2025.01.30 20:21:47.531710 [ 271 ] {4ba26b70-88f1-4792-961b-6619bbee6cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5498 | 2025.01.30 20:21:47.532140 [ 271 ] {4ba26b70-88f1-4792-961b-6619bbee6cd5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5499 | 2025.01.30 20:21:47.532396 [ 271 ] {4ba26b70-88f1-4792-961b-6619bbee6cd5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5500 | 2025.01.30 20:21:47.532674 [ 271 ] {4ba26b70-88f1-4792-961b-6619bbee6cd5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001901 sec., 3156.233561283535 rows/sec., 257.37 KiB/sec. | ||
| 5501 | 2025.01.30 20:21:47.532882 [ 271 ] {4ba26b70-88f1-4792-961b-6619bbee6cd5} <Debug> TCPHandler: Processed in 0.002399147 sec. | ||
| 5502 | 2025.01.30 20:21:47.533097 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5503 | 2025.01.30 20:21:47.533242 [ 270 ] {2c3b631c-7b35-4203-a905-0e245f13bdd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5504 | 2025.01.30 20:21:47.533303 [ 270 ] {2c3b631c-7b35-4203-a905-0e245f13bdd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5505 | 2025.01.30 20:21:47.534689 [ 270 ] {2c3b631c-7b35-4203-a905-0e245f13bdd8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5506 | 2025.01.30 20:21:47.534727 [ 270 ] {2c3b631c-7b35-4203-a905-0e245f13bdd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5507 | 2025.01.30 20:21:47.535195 [ 270 ] {2c3b631c-7b35-4203-a905-0e245f13bdd8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5508 | 2025.01.30 20:21:47.535463 [ 270 ] {2c3b631c-7b35-4203-a905-0e245f13bdd8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5509 | 2025.01.30 20:21:47.535596 [ 24 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5510 | 2025.01.30 20:21:47.535648 [ 24 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5511 | 2025.01.30 20:21:47.535652 [ 270 ] {2c3b631c-7b35-4203-a905-0e245f13bdd8} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002445 sec., 575869.1206543967 rows/sec., 48.20 MiB/sec. | ||
| 5512 | 2025.01.30 20:21:47.535675 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5513 | 2025.01.30 20:21:47.535725 [ 270 ] {2c3b631c-7b35-4203-a905-0e245f13bdd8} <Debug> TCPHandler: Processed in 0.002701035 sec. | ||
| 5514 | 2025.01.30 20:21:47.536034 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2025.01.30 20:21:47.536190 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 5516 | 2025.01.30 20:21:47.536469 [ 271 ] {a8796c88-8598-4b46-838c-21b32d93f282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5517 | 2025.01.30 20:21:47.536672 [ 271 ] {a8796c88-8598-4b46-838c-21b32d93f282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5518 | 2025.01.30 20:21:47.536775 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5519 | 2025.01.30 20:21:47.536918 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1430 rows starting from the beginning of the part | ||
| 5520 | 2025.01.30 20:21:47.537264 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 265 rows starting from the beginning of the part | ||
| 5521 | 2025.01.30 20:21:47.537623 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 75 rows starting from the beginning of the part | ||
| 5522 | 2025.01.30 20:21:47.538047 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 265 rows starting from the beginning of the part | ||
| 5523 | 2025.01.30 20:21:47.538480 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part | ||
| 5524 | 2025.01.30 20:21:47.538891 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1408 rows starting from the beginning of the part | ||
| 5525 | 2025.01.30 20:21:47.539997 [ 271 ] {a8796c88-8598-4b46-838c-21b32d93f282} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5526 | 2025.01.30 20:21:47.540066 [ 271 ] {a8796c88-8598-4b46-838c-21b32d93f282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5527 | 2025.01.30 20:21:47.540913 [ 271 ] {a8796c88-8598-4b46-838c-21b32d93f282} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5528 | 2025.01.30 20:21:47.541402 [ 271 ] {a8796c88-8598-4b46-838c-21b32d93f282} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2025.01.30 20:21:47.541761 [ 271 ] {a8796c88-8598-4b46-838c-21b32d93f282} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.005458 sec., 8061.561011359472 rows/sec., 587.40 KiB/sec. | ||
| 5530 | 2025.01.30 20:21:47.541854 [ 271 ] {a8796c88-8598-4b46-838c-21b32d93f282} <Debug> TCPHandler: Processed in 0.005994497 sec. | ||
| 5531 | 2025.01.30 20:21:47.542023 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2025.01.30 20:21:47.542259 [ 270 ] {50af28cc-74b5-4994-bf10-936b808e06d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5533 | 2025.01.30 20:21:47.542414 [ 270 ] {50af28cc-74b5-4994-bf10-936b808e06d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5534 | 2025.01.30 20:21:47.542715 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3515 rows, containing 5 columns (5 merged, 0 gathered) in 0.006907492 sec., 508867.7627132974 rows/sec., 44.81 MiB/sec. | ||
| 5535 | 2025.01.30 20:21:47.543035 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5536 | 2025.01.30 20:21:47.543556 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5537 | 2025.01.30 20:21:47.543810 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_41_8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5538 | 2025.01.30 20:21:47.543940 [ 270 ] {50af28cc-74b5-4994-bf10-936b808e06d1} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.01.30 20:21:47.543981 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 5540 | 2025.01.30 20:21:47.544005 [ 270 ] {50af28cc-74b5-4994-bf10-936b808e06d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5541 | 2025.01.30 20:21:47.544427 [ 270 ] {50af28cc-74b5-4994-bf10-936b808e06d1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5542 | 2025.01.30 20:21:47.544667 [ 270 ] {50af28cc-74b5-4994-bf10-936b808e06d1} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2025.01.30 20:21:47.544887 [ 270 ] {50af28cc-74b5-4994-bf10-936b808e06d1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002735 sec., 88482.63254113345 rows/sec., 5.99 MiB/sec. | ||
| 5544 | 2025.01.30 20:21:47.545054 [ 270 ] {50af28cc-74b5-4994-bf10-936b808e06d1} <Debug> TCPHandler: Processed in 0.003101096 sec. | ||
| 5545 | 2025.01.30 20:21:47.545204 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5546 | 2025.01.30 20:21:47.545321 [ 271 ] {cf1753b5-2dc1-44f9-a4e0-0efec89e3e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5547 | 2025.01.30 20:21:47.545367 [ 271 ] {cf1753b5-2dc1-44f9-a4e0-0efec89e3e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5548 | 2025.01.30 20:21:47.545945 [ 271 ] {cf1753b5-2dc1-44f9-a4e0-0efec89e3e72} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2025.01.30 20:21:47.545983 [ 271 ] {cf1753b5-2dc1-44f9-a4e0-0efec89e3e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5550 | 2025.01.30 20:21:47.546351 [ 271 ] {cf1753b5-2dc1-44f9-a4e0-0efec89e3e72} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5551 | 2025.01.30 20:21:47.546593 [ 271 ] {cf1753b5-2dc1-44f9-a4e0-0efec89e3e72} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5552 | 2025.01.30 20:21:47.546803 [ 271 ] {cf1753b5-2dc1-44f9-a4e0-0efec89e3e72} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 537.85 KiB/sec. | ||
| 5553 | 2025.01.30 20:21:47.546854 [ 271 ] {cf1753b5-2dc1-44f9-a4e0-0efec89e3e72} <Debug> TCPHandler: Processed in 0.001705137 sec. | ||
| 5554 | 2025.01.30 20:21:47.547000 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5555 | 2025.01.30 20:21:47.547139 [ 270 ] {c7a82271-2c91-4345-9fc8-11fb10333aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5556 | 2025.01.30 20:21:47.547195 [ 270 ] {c7a82271-2c91-4345-9fc8-11fb10333aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5557 | 2025.01.30 20:21:47.548248 [ 270 ] {c7a82271-2c91-4345-9fc8-11fb10333aa0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2025.01.30 20:21:47.548286 [ 270 ] {c7a82271-2c91-4345-9fc8-11fb10333aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5559 | 2025.01.30 20:21:47.548696 [ 270 ] {c7a82271-2c91-4345-9fc8-11fb10333aa0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5560 | 2025.01.30 20:21:47.548936 [ 270 ] {c7a82271-2c91-4345-9fc8-11fb10333aa0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5561 | 2025.01.30 20:21:47.549063 [ 24 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5562 | 2025.01.30 20:21:47.549111 [ 24 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2025.01.30 20:21:47.549121 [ 270 ] {c7a82271-2c91-4345-9fc8-11fb10333aa0} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.00201 sec., 435323.3830845771 rows/sec., 31.55 MiB/sec. | ||
| 5564 | 2025.01.30 20:21:47.549141 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5565 | 2025.01.30 20:21:47.549188 [ 270 ] {c7a82271-2c91-4345-9fc8-11fb10333aa0} <Debug> TCPHandler: Processed in 0.002257263 sec. | ||
| 5566 | 2025.01.30 20:21:47.549373 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 5567 | 2025.01.30 20:21:47.549480 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5568 | 2025.01.30 20:21:47.549572 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5569 | 2025.01.30 20:21:47.549647 [ 271 ] {26321b9f-1589-4a7b-a2ff-81557af6cf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5570 | 2025.01.30 20:21:47.549672 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 909 rows starting from the beginning of the part | ||
| 5571 | 2025.01.30 20:21:47.549757 [ 271 ] {26321b9f-1589-4a7b-a2ff-81557af6cf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5572 | 2025.01.30 20:21:47.550017 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 413 rows starting from the beginning of the part | ||
| 5573 | 2025.01.30 20:21:47.550428 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 78 rows starting from the beginning of the part | ||
| 5574 | 2025.01.30 20:21:47.550833 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 413 rows starting from the beginning of the part | ||
| 5575 | 2025.01.30 20:21:47.551217 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part | ||
| 5576 | 2025.01.30 20:21:47.551480 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 875 rows starting from the beginning of the part | ||
| 5577 | 2025.01.30 20:21:47.552297 [ 271 ] {26321b9f-1589-4a7b-a2ff-81557af6cf58} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5578 | 2025.01.30 20:21:47.552355 [ 271 ] {26321b9f-1589-4a7b-a2ff-81557af6cf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5579 | 2025.01.30 20:21:47.553296 [ 271 ] {26321b9f-1589-4a7b-a2ff-81557af6cf58} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5580 | 2025.01.30 20:21:47.553860 [ 271 ] {26321b9f-1589-4a7b-a2ff-81557af6cf58} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5581 | 2025.01.30 20:21:47.554175 [ 24 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5582 | 2025.01.30 20:21:47.554346 [ 24 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5583 | 2025.01.30 20:21:47.554420 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5584 | 2025.01.30 20:21:47.554428 [ 271 ] {26321b9f-1589-4a7b-a2ff-81557af6cf58} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004803 sec., 1249.2192379762648 rows/sec., 65.27 KiB/sec. | ||
| 5585 | 2025.01.30 20:21:47.554756 [ 271 ] {26321b9f-1589-4a7b-a2ff-81557af6cf58} <Debug> TCPHandler: Processed in 0.005340887 sec. | ||
| 5586 | 2025.01.30 20:21:47.554890 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 5587 | 2025.01.30 20:21:47.555339 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5588 | 2025.01.30 20:21:47.555487 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5589 | 2025.01.30 20:21:47.555630 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 5590 | 2025.01.30 20:21:47.555905 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 5 columns (5 merged, 0 gathered) in 0.006659975 sec., 414415.9700299175 rows/sec., 31.63 MiB/sec. | ||
| 5591 | 2025.01.30 20:21:47.556010 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 5592 | 2025.01.30 20:21:47.556035 [ 270 ] {6936075c-e839-47c7-b98f-aa6400ee5c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5593 | 2025.01.30 20:21:47.556350 [ 270 ] {6936075c-e839-47c7-b98f-aa6400ee5c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5594 | 2025.01.30 20:21:47.556404 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5595 | 2025.01.30 20:21:47.556402 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 5596 | 2025.01.30 20:21:47.556953 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 5597 | 2025.01.30 20:21:47.557418 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 5598 | 2025.01.30 20:21:47.557889 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5599 | 2025.01.30 20:21:47.557974 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 5600 | 2025.01.30 20:21:47.558372 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_41_8} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5601 | 2025.01.30 20:21:47.558702 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 5602 | 2025.01.30 20:21:47.560166 [ 270 ] {6936075c-e839-47c7-b98f-aa6400ee5c19} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2025.01.30 20:21:47.560244 [ 270 ] {6936075c-e839-47c7-b98f-aa6400ee5c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5604 | 2025.01.30 20:21:47.560807 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.006292335 sec., 5721.246564272245 rows/sec., 298.91 KiB/sec. | ||
| 5605 | 2025.01.30 20:21:47.561060 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5606 | 2025.01.30 20:21:47.561287 [ 270 ] {6936075c-e839-47c7-b98f-aa6400ee5c19} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5607 | 2025.01.30 20:21:47.561514 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_6_1} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5608 | 2025.01.30 20:21:47.561674 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_6_1} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5609 | 2025.01.30 20:21:47.561724 [ 270 ] {6936075c-e839-47c7-b98f-aa6400ee5c19} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5610 | 2025.01.30 20:21:47.561863 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5611 | 2025.01.30 20:21:47.562033 [ 270 ] {6936075c-e839-47c7-b98f-aa6400ee5c19} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.006251 sec., 153575.42793153095 rows/sec., 10.26 MiB/sec. | ||
| 5612 | 2025.01.30 20:21:47.562100 [ 270 ] {6936075c-e839-47c7-b98f-aa6400ee5c19} <Debug> TCPHandler: Processed in 0.00720638 sec. | ||
| 5613 | 2025.01.30 20:21:47.562272 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2025.01.30 20:21:47.562414 [ 271 ] {21ed99a0-9b4c-458f-98d7-e74c710cbd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5615 | 2025.01.30 20:21:47.562474 [ 271 ] {21ed99a0-9b4c-458f-98d7-e74c710cbd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5616 | 2025.01.30 20:21:47.563014 [ 271 ] {21ed99a0-9b4c-458f-98d7-e74c710cbd0b} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2025.01.30 20:21:47.563054 [ 271 ] {21ed99a0-9b4c-458f-98d7-e74c710cbd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5618 | 2025.01.30 20:21:47.563431 [ 271 ] {21ed99a0-9b4c-458f-98d7-e74c710cbd0b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5619 | 2025.01.30 20:21:47.563668 [ 271 ] {21ed99a0-9b4c-458f-98d7-e74c710cbd0b} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.01.30 20:21:47.563872 [ 271 ] {21ed99a0-9b4c-458f-98d7-e74c710cbd0b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001491 sec., 670.690811535882 rows/sec., 45.19 KiB/sec. | ||
| 5621 | 2025.01.30 20:21:47.563924 [ 271 ] {21ed99a0-9b4c-458f-98d7-e74c710cbd0b} <Debug> TCPHandler: Processed in 0.001719658 sec. | ||
| 5622 | 2025.01.30 20:21:47.564078 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5623 | 2025.01.30 20:21:47.564216 [ 270 ] {65954bea-b543-493e-a315-f8c1ff91c55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5624 | 2025.01.30 20:21:47.564309 [ 270 ] {65954bea-b543-493e-a315-f8c1ff91c55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5625 | 2025.01.30 20:21:47.565584 [ 270 ] {65954bea-b543-493e-a315-f8c1ff91c55c} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2025.01.30 20:21:47.565622 [ 270 ] {65954bea-b543-493e-a315-f8c1ff91c55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5627 | 2025.01.30 20:21:47.566271 [ 270 ] {65954bea-b543-493e-a315-f8c1ff91c55c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5628 | 2025.01.30 20:21:47.566528 [ 270 ] {65954bea-b543-493e-a315-f8c1ff91c55c} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2025.01.30 20:21:47.566725 [ 270 ] {65954bea-b543-493e-a315-f8c1ff91c55c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002541 sec., 12199.921290830382 rows/sec., 21.86 MiB/sec. | ||
| 5630 | 2025.01.30 20:21:47.566817 [ 270 ] {65954bea-b543-493e-a315-f8c1ff91c55c} <Debug> TCPHandler: Processed in 0.002804538 sec. | ||
| 5631 | 2025.01.30 20:21:47.566973 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2025.01.30 20:21:47.567109 [ 271 ] {2d021d80-8a20-475f-973b-e5b365d69b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5633 | 2025.01.30 20:21:47.567168 [ 271 ] {2d021d80-8a20-475f-973b-e5b365d69b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5634 | 2025.01.30 20:21:47.567746 [ 271 ] {2d021d80-8a20-475f-973b-e5b365d69b64} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.01.30 20:21:47.567792 [ 271 ] {2d021d80-8a20-475f-973b-e5b365d69b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5636 | 2025.01.30 20:21:47.568192 [ 271 ] {2d021d80-8a20-475f-973b-e5b365d69b64} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5637 | 2025.01.30 20:21:47.568430 [ 271 ] {2d021d80-8a20-475f-973b-e5b365d69b64} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.01.30 20:21:47.568600 [ 99 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5639 | 2025.01.30 20:21:47.568674 [ 99 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2025.01.30 20:21:47.568688 [ 271 ] {2d021d80-8a20-475f-973b-e5b365d69b64} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001599 sec., 51282.05128205128 rows/sec., 3.26 MiB/sec. | ||
| 5641 | 2025.01.30 20:21:47.568710 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5642 | 2025.01.30 20:21:47.568849 [ 271 ] {2d021d80-8a20-475f-973b-e5b365d69b64} <Debug> TCPHandler: Processed in 0.001939044 sec. | ||
| 5643 | 2025.01.30 20:21:47.568913 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 5644 | 2025.01.30 20:21:47.569020 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5645 | 2025.01.30 20:21:47.569053 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1596 rows starting from the beginning of the part | ||
| 5646 | 2025.01.30 20:21:47.569134 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 5647 | 2025.01.30 20:21:47.569218 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 5648 | 2025.01.30 20:21:47.569434 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 5649 | 2025.01.30 20:21:47.569550 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5650 | 2025.01.30 20:21:47.569714 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 5651 | 2025.01.30 20:21:47.571009 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1962 rows, containing 4 columns (4 merged, 0 gathered) in 0.00216414 sec., 906595.691591117 rows/sec., 60.72 MiB/sec. | ||
| 5652 | 2025.01.30 20:21:47.571220 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5653 | 2025.01.30 20:21:47.571496 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5654 | 2025.01.30 20:21:47.571570 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_36_7} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5655 | 2025.01.30 20:21:47.571640 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5656 | 2025.01.30 20:21:49.197138 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 5657 | 2025.01.30 20:21:49.197794 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2025.01.30 20:21:49.197832 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5659 | 2025.01.30 20:21:49.198357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5660 | 2025.01.30 20:21:49.198604 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2025.01.30 20:21:49.198793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 5662 | 2025.01.30 20:21:50.262579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 5663 | 2025.01.30 20:21:50.283477 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5664 | 2025.01.30 20:21:50.283541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5665 | 2025.01.30 20:21:50.291033 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5666 | 2025.01.30 20:21:50.291858 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5667 | 2025.01.30 20:21:50.296080 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 5668 | 2025.01.30 20:21:52.831940 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5669 | 2025.01.30 20:21:52.832144 [ 270 ] {17166fed-ef69-4664-a489-567d5a75ab99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5670 | 2025.01.30 20:21:52.832215 [ 270 ] {17166fed-ef69-4664-a489-567d5a75ab99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5671 | 2025.01.30 20:21:52.832975 [ 270 ] {17166fed-ef69-4664-a489-567d5a75ab99} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2025.01.30 20:21:52.833021 [ 270 ] {17166fed-ef69-4664-a489-567d5a75ab99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5673 | 2025.01.30 20:21:52.833460 [ 270 ] {17166fed-ef69-4664-a489-567d5a75ab99} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5674 | 2025.01.30 20:21:52.833726 [ 270 ] {17166fed-ef69-4664-a489-567d5a75ab99} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5675 | 2025.01.30 20:21:52.833951 [ 270 ] {17166fed-ef69-4664-a489-567d5a75ab99} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001863 sec., 38647.34299516908 rows/sec., 3.11 MiB/sec. | ||
| 5676 | 2025.01.30 20:21:52.834008 [ 270 ] {17166fed-ef69-4664-a489-567d5a75ab99} <Debug> TCPHandler: Processed in 0.002196881 sec. | ||
| 5677 | 2025.01.30 20:21:52.834272 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5678 | 2025.01.30 20:21:52.834484 [ 271 ] {3cbe586b-147b-4a81-94c2-089cac1ade1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5679 | 2025.01.30 20:21:52.834561 [ 271 ] {3cbe586b-147b-4a81-94c2-089cac1ade1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5680 | 2025.01.30 20:21:52.835359 [ 271 ] {3cbe586b-147b-4a81-94c2-089cac1ade1f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5681 | 2025.01.30 20:21:52.835403 [ 271 ] {3cbe586b-147b-4a81-94c2-089cac1ade1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5682 | 2025.01.30 20:21:52.835822 [ 271 ] {3cbe586b-147b-4a81-94c2-089cac1ade1f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5683 | 2025.01.30 20:21:52.836065 [ 271 ] {3cbe586b-147b-4a81-94c2-089cac1ade1f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5684 | 2025.01.30 20:21:52.836252 [ 168 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5685 | 2025.01.30 20:21:52.836327 [ 271 ] {3cbe586b-147b-4a81-94c2-089cac1ade1f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001898 sec., 4214.963119072709 rows/sec., 316.95 KiB/sec. | ||
| 5686 | 2025.01.30 20:21:52.836332 [ 168 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2025.01.30 20:21:52.836417 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5688 | 2025.01.30 20:21:52.836467 [ 271 ] {3cbe586b-147b-4a81-94c2-089cac1ade1f} <Debug> TCPHandler: Processed in 0.002327085 sec. | ||
| 5689 | 2025.01.30 20:21:52.836719 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 5690 | 2025.01.30 20:21:52.836788 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2025.01.30 20:21:52.836890 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5692 | 2025.01.30 20:21:52.836955 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 60 rows starting from the beginning of the part | ||
| 5693 | 2025.01.30 20:21:52.837179 [ 270 ] {51995782-8d48-4e74-a5be-fc355cfb6dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5694 | 2025.01.30 20:21:52.837217 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 5695 | 2025.01.30 20:21:52.837369 [ 270 ] {51995782-8d48-4e74-a5be-fc355cfb6dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5696 | 2025.01.30 20:21:52.837515 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 38 rows starting from the beginning of the part | ||
| 5697 | 2025.01.30 20:21:52.837893 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part | ||
| 5698 | 2025.01.30 20:21:52.838156 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 44 rows starting from the beginning of the part | ||
| 5699 | 2025.01.30 20:21:52.838506 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part | ||
| 5700 | 2025.01.30 20:21:52.840161 [ 270 ] {51995782-8d48-4e74-a5be-fc355cfb6dcc} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5701 | 2025.01.30 20:21:52.840233 [ 270 ] {51995782-8d48-4e74-a5be-fc355cfb6dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5702 | 2025.01.30 20:21:52.841318 [ 270 ] {51995782-8d48-4e74-a5be-fc355cfb6dcc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5703 | 2025.01.30 20:21:52.841478 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.004959118 sec., 34683.5868797637 rows/sec., 2.61 MiB/sec. | ||
| 5704 | 2025.01.30 20:21:52.841651 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5705 | 2025.01.30 20:21:52.841673 [ 270 ] {51995782-8d48-4e74-a5be-fc355cfb6dcc} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.01.30 20:21:52.841985 [ 270 ] {51995782-8d48-4e74-a5be-fc355cfb6dcc} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.004976 sec., 14469.453376205787 rows/sec., 1.13 MiB/sec. | ||
| 5707 | 2025.01.30 20:21:52.842073 [ 270 ] {51995782-8d48-4e74-a5be-fc355cfb6dcc} <Debug> TCPHandler: Processed in 0.005469292 sec. | ||
| 5708 | 2025.01.30 20:21:52.842154 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5709 | 2025.01.30 20:21:52.842274 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_41_8} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5710 | 2025.01.30 20:21:52.842284 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5711 | 2025.01.30 20:21:52.842398 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5712 | 2025.01.30 20:21:52.842491 [ 271 ] {a8361580-12c4-4984-8824-e2b5c900ec77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5713 | 2025.01.30 20:21:52.842559 [ 271 ] {a8361580-12c4-4984-8824-e2b5c900ec77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5714 | 2025.01.30 20:21:52.843208 [ 271 ] {a8361580-12c4-4984-8824-e2b5c900ec77} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5715 | 2025.01.30 20:21:52.843247 [ 271 ] {a8361580-12c4-4984-8824-e2b5c900ec77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5716 | 2025.01.30 20:21:52.843670 [ 271 ] {a8361580-12c4-4984-8824-e2b5c900ec77} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5717 | 2025.01.30 20:21:52.843911 [ 271 ] {a8361580-12c4-4984-8824-e2b5c900ec77} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5718 | 2025.01.30 20:21:52.844128 [ 271 ] {a8361580-12c4-4984-8824-e2b5c900ec77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec. | ||
| 5719 | 2025.01.30 20:21:52.844179 [ 271 ] {a8361580-12c4-4984-8824-e2b5c900ec77} <Debug> TCPHandler: Processed in 0.002001066 sec. | ||
| 5720 | 2025.01.30 20:21:52.844333 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5721 | 2025.01.30 20:21:52.844472 [ 270 ] {6dc77f72-b955-4356-97e7-ac9ca5581115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5722 | 2025.01.30 20:21:52.844565 [ 270 ] {6dc77f72-b955-4356-97e7-ac9ca5581115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5723 | 2025.01.30 20:21:52.845757 [ 270 ] {6dc77f72-b955-4356-97e7-ac9ca5581115} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5724 | 2025.01.30 20:21:52.845797 [ 270 ] {6dc77f72-b955-4356-97e7-ac9ca5581115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5725 | 2025.01.30 20:21:52.846417 [ 270 ] {6dc77f72-b955-4356-97e7-ac9ca5581115} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5726 | 2025.01.30 20:21:52.846677 [ 270 ] {6dc77f72-b955-4356-97e7-ac9ca5581115} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5727 | 2025.01.30 20:21:52.846860 [ 168 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5728 | 2025.01.30 20:21:52.846926 [ 168 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5729 | 2025.01.30 20:21:52.846956 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5730 | 2025.01.30 20:21:52.846992 [ 270 ] {6dc77f72-b955-4356-97e7-ac9ca5581115} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002542 sec., 3147.128245476003 rows/sec., 5.64 MiB/sec. | ||
| 5731 | 2025.01.30 20:21:52.847174 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 5732 | 2025.01.30 20:21:52.847206 [ 270 ] {6dc77f72-b955-4356-97e7-ac9ca5581115} <Debug> TCPHandler: Processed in 0.002939642 sec. | ||
| 5733 | 2025.01.30 20:21:52.847403 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5734 | 2025.01.30 20:21:52.847702 [ 271 ] {63609384-a51a-4ab4-a342-dbaa933ab1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5735 | 2025.01.30 20:21:52.847721 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5736 | 2025.01.30 20:21:52.847834 [ 271 ] {63609384-a51a-4ab4-a342-dbaa933ab1ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5737 | 2025.01.30 20:21:52.847875 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 725 rows starting from the beginning of the part | ||
| 5738 | 2025.01.30 20:21:52.848821 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part | ||
| 5739 | 2025.01.30 20:21:52.849446 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part | ||
| 5740 | 2025.01.30 20:21:52.850184 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part | ||
| 5741 | 2025.01.30 20:21:52.850246 [ 271 ] {63609384-a51a-4ab4-a342-dbaa933ab1ef} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5742 | 2025.01.30 20:21:52.850327 [ 271 ] {63609384-a51a-4ab4-a342-dbaa933ab1ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5743 | 2025.01.30 20:21:52.850779 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part | ||
| 5744 | 2025.01.30 20:21:52.851426 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part | ||
| 5745 | 2025.01.30 20:21:52.852083 [ 271 ] {63609384-a51a-4ab4-a342-dbaa933ab1ef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5746 | 2025.01.30 20:21:52.852595 [ 271 ] {63609384-a51a-4ab4-a342-dbaa933ab1ef} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5747 | 2025.01.30 20:21:52.853157 [ 271 ] {63609384-a51a-4ab4-a342-dbaa933ab1ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005535 sec., 10840.108401084011 rows/sec., 748.08 KiB/sec. | ||
| 5748 | 2025.01.30 20:21:52.853313 [ 271 ] {63609384-a51a-4ab4-a342-dbaa933ab1ef} <Debug> TCPHandler: Processed in 0.006002186 sec. | ||
| 5749 | 2025.01.30 20:21:52.860753 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 811 rows, containing 19 columns (19 merged, 0 gathered) in 0.013718771 sec., 59116.08262868445 rows/sec., 105.93 MiB/sec. | ||
| 5750 | 2025.01.30 20:21:52.861904 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5751 | 2025.01.30 20:21:52.862331 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5752 | 2025.01.30 20:21:52.862419 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5753 | 2025.01.30 20:21:52.862572 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. | ||
| 5754 | 2025.01.30 20:21:53.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.53 MiB, peak 210.04 MiB, free memory in arenas 0.00 B, will set to 204.49 MiB (RSS), difference: 1.96 MiB | ||
| 5755 | 2025.01.30 20:21:56.560569 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5756 | 2025.01.30 20:21:56.560635 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5757 | 2025.01.30 20:21:56.699014 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 5758 | 2025.01.30 20:21:56.700004 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5759 | 2025.01.30 20:21:56.700045 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5760 | 2025.01.30 20:21:56.700570 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5761 | 2025.01.30 20:21:56.700841 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5762 | 2025.01.30 20:21:56.700984 [ 154 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5763 | 2025.01.30 20:21:56.701029 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 5764 | 2025.01.30 20:21:56.701039 [ 154 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5765 | 2025.01.30 20:21:56.701064 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5766 | 2025.01.30 20:21:56.701237 [ 186 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 5767 | 2025.01.30 20:21:56.701575 [ 186 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5768 | 2025.01.30 20:21:56.701623 [ 186 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 5769 | 2025.01.30 20:21:56.701687 [ 186 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 5770 | 2025.01.30 20:21:56.701852 [ 186 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 5771 | 2025.01.30 20:21:56.702104 [ 186 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 5772 | 2025.01.30 20:21:56.702303 [ 186 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 5773 | 2025.01.30 20:21:56.702588 [ 186 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 5774 | 2025.01.30 20:21:56.704796 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003676292 sec., 4496650.429291254 rows/sec., 64.33 MiB/sec. | ||
| 5775 | 2025.01.30 20:21:56.704943 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5776 | 2025.01.30 20:21:56.705279 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5777 | 2025.01.30 20:21:56.705356 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_36_7} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5778 | 2025.01.30 20:21:56.705435 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 5779 | 2025.01.30 20:21:56.749037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 762 | ||
| 5780 | 2025.01.30 20:21:56.752287 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5781 | 2025.01.30 20:21:56.752335 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5782 | 2025.01.30 20:21:56.753805 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5783 | 2025.01.30 20:21:56.754121 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5784 | 2025.01.30 20:21:56.754607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762 | ||
| 5785 | 2025.01.30 20:21:57.796147 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 5786 | 2025.01.30 20:21:57.817044 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5787 | 2025.01.30 20:21:57.817105 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5788 | 2025.01.30 20:21:57.824780 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5789 | 2025.01.30 20:21:57.825567 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2025.01.30 20:21:57.825941 [ 153 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5791 | 2025.01.30 20:21:57.826089 [ 153 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2025.01.30 20:21:57.826175 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5793 | 2025.01.30 20:21:57.826691 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 5794 | 2025.01.30 20:21:57.836169 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5795 | 2025.01.30 20:21:57.836584 [ 270 ] {824c99c1-68bb-4c3f-86d5-8075283523c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5796 | 2025.01.30 20:21:57.836742 [ 270 ] {824c99c1-68bb-4c3f-86d5-8075283523c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5797 | 2025.01.30 20:21:57.841481 [ 270 ] {824c99c1-68bb-4c3f-86d5-8075283523c7} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2025.01.30 20:21:57.841588 [ 270 ] {824c99c1-68bb-4c3f-86d5-8075283523c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5799 | 2025.01.30 20:21:57.843780 [ 270 ] {824c99c1-68bb-4c3f-86d5-8075283523c7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5800 | 2025.01.30 20:21:57.844787 [ 270 ] {824c99c1-68bb-4c3f-86d5-8075283523c7} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5801 | 2025.01.30 20:21:57.845808 [ 270 ] {824c99c1-68bb-4c3f-86d5-8075283523c7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.009327 sec., 1501.0185483006326 rows/sec., 108.05 KiB/sec. | ||
| 5802 | 2025.01.30 20:21:57.846233 [ 270 ] {824c99c1-68bb-4c3f-86d5-8075283523c7} <Debug> TCPHandler: Processed in 0.010259034 sec. | ||
| 5803 | 2025.01.30 20:21:57.846581 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5804 | 2025.01.30 20:21:57.847012 [ 271 ] {857a8503-3684-4ac2-9070-4d9e559d22de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5805 | 2025.01.30 20:21:57.847200 [ 271 ] {857a8503-3684-4ac2-9070-4d9e559d22de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5806 | 2025.01.30 20:21:57.850100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 5807 | 2025.01.30 20:21:57.850762 [ 271 ] {857a8503-3684-4ac2-9070-4d9e559d22de} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5808 | 2025.01.30 20:21:57.850815 [ 271 ] {857a8503-3684-4ac2-9070-4d9e559d22de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5809 | 2025.01.30 20:21:57.851530 [ 271 ] {857a8503-3684-4ac2-9070-4d9e559d22de} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5810 | 2025.01.30 20:21:57.851880 [ 271 ] {857a8503-3684-4ac2-9070-4d9e559d22de} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5811 | 2025.01.30 20:21:57.852328 [ 271 ] {857a8503-3684-4ac2-9070-4d9e559d22de} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.005459 sec., 48543.689320388345 rows/sec., 4.27 MiB/sec. | ||
| 5812 | 2025.01.30 20:21:57.852713 [ 271 ] {857a8503-3684-4ac2-9070-4d9e559d22de} <Debug> TCPHandler: Processed in 0.006349886 sec. | ||
| 5813 | 2025.01.30 20:21:57.853290 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5814 | 2025.01.30 20:21:57.853595 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5815 | 2025.01.30 20:21:57.853632 [ 270 ] {46b7a587-86a9-407f-a651-097db6b63f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5816 | 2025.01.30 20:21:57.853767 [ 270 ] {46b7a587-86a9-407f-a651-097db6b63f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5817 | 2025.01.30 20:21:57.856723 [ 270 ] {46b7a587-86a9-407f-a651-097db6b63f58} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5818 | 2025.01.30 20:21:57.856791 [ 270 ] {46b7a587-86a9-407f-a651-097db6b63f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5819 | 2025.01.30 20:21:57.857774 [ 270 ] {46b7a587-86a9-407f-a651-097db6b63f58} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5820 | 2025.01.30 20:21:57.858393 [ 270 ] {46b7a587-86a9-407f-a651-097db6b63f58} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5821 | 2025.01.30 20:21:57.859240 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 5822 | 2025.01.30 20:21:57.859285 [ 270 ] {46b7a587-86a9-407f-a651-097db6b63f58} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005685 sec., 6684.256816182938 rows/sec., 490.26 KiB/sec. | ||
| 5823 | 2025.01.30 20:21:57.860033 [ 270 ] {46b7a587-86a9-407f-a651-097db6b63f58} <Debug> TCPHandler: Processed in 0.007161388 sec. | ||
| 5824 | 2025.01.30 20:21:57.860236 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5825 | 2025.01.30 20:21:57.860377 [ 271 ] {ca2f810e-b7a4-47ad-9320-87a97168491a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5826 | 2025.01.30 20:21:57.860434 [ 271 ] {ca2f810e-b7a4-47ad-9320-87a97168491a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5827 | 2025.01.30 20:21:57.861259 [ 271 ] {ca2f810e-b7a4-47ad-9320-87a97168491a} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2025.01.30 20:21:57.861303 [ 271 ] {ca2f810e-b7a4-47ad-9320-87a97168491a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5829 | 2025.01.30 20:21:57.861737 [ 271 ] {ca2f810e-b7a4-47ad-9320-87a97168491a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5830 | 2025.01.30 20:21:57.862035 [ 271 ] {ca2f810e-b7a4-47ad-9320-87a97168491a} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2025.01.30 20:21:57.862486 [ 271 ] {ca2f810e-b7a4-47ad-9320-87a97168491a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00212 sec., 6603.773584905661 rows/sec., 462.49 KiB/sec. | ||
| 5832 | 2025.01.30 20:21:57.862872 [ 271 ] {ca2f810e-b7a4-47ad-9320-87a97168491a} <Debug> TCPHandler: Processed in 0.002707675 sec. | ||
| 5833 | 2025.01.30 20:21:57.863122 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2025.01.30 20:21:57.863391 [ 270 ] {b7a09bf2-e62d-49c9-96f1-3e8e09179dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5835 | 2025.01.30 20:21:57.863533 [ 270 ] {b7a09bf2-e62d-49c9-96f1-3e8e09179dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5836 | 2025.01.30 20:21:57.865933 [ 270 ] {b7a09bf2-e62d-49c9-96f1-3e8e09179dc6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2025.01.30 20:21:57.866004 [ 270 ] {b7a09bf2-e62d-49c9-96f1-3e8e09179dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5838 | 2025.01.30 20:21:57.867002 [ 270 ] {b7a09bf2-e62d-49c9-96f1-3e8e09179dc6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5839 | 2025.01.30 20:21:57.867531 [ 270 ] {b7a09bf2-e62d-49c9-96f1-3e8e09179dc6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2025.01.30 20:21:57.868867 [ 270 ] {b7a09bf2-e62d-49c9-96f1-3e8e09179dc6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005543 sec., 2345.300378856215 rows/sec., 146.23 KiB/sec. | ||
| 5841 | 2025.01.30 20:21:57.869123 [ 270 ] {b7a09bf2-e62d-49c9-96f1-3e8e09179dc6} <Debug> TCPHandler: Processed in 0.00612406 sec. | ||
| 5842 | 2025.01.30 20:21:57.869347 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5843 | 2025.01.30 20:21:57.869539 [ 271 ] {8df526dc-40a1-41e5-abfe-1d8a40e5c468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5844 | 2025.01.30 20:21:57.869617 [ 271 ] {8df526dc-40a1-41e5-abfe-1d8a40e5c468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5845 | 2025.01.30 20:21:57.871172 [ 271 ] {8df526dc-40a1-41e5-abfe-1d8a40e5c468} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2025.01.30 20:21:57.871225 [ 271 ] {8df526dc-40a1-41e5-abfe-1d8a40e5c468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5847 | 2025.01.30 20:21:57.871984 [ 271 ] {8df526dc-40a1-41e5-abfe-1d8a40e5c468} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5848 | 2025.01.30 20:21:57.872347 [ 271 ] {8df526dc-40a1-41e5-abfe-1d8a40e5c468} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2025.01.30 20:21:57.872859 [ 271 ] {8df526dc-40a1-41e5-abfe-1d8a40e5c468} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.003376 sec., 122334.1232227488 rows/sec., 8.73 MiB/sec. | ||
| 5850 | 2025.01.30 20:21:57.873232 [ 271 ] {8df526dc-40a1-41e5-abfe-1d8a40e5c468} <Debug> TCPHandler: Processed in 0.00398047 sec. | ||
| 5851 | 2025.01.30 20:21:57.873723 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2025.01.30 20:21:57.874181 [ 270 ] {301df904-7b48-44b7-a3c1-f8f43a3c23e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5853 | 2025.01.30 20:21:57.874304 [ 270 ] {301df904-7b48-44b7-a3c1-f8f43a3c23e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5854 | 2025.01.30 20:21:57.876277 [ 270 ] {301df904-7b48-44b7-a3c1-f8f43a3c23e8} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5855 | 2025.01.30 20:21:57.876375 [ 270 ] {301df904-7b48-44b7-a3c1-f8f43a3c23e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5856 | 2025.01.30 20:21:57.877016 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 5857 | 2025.01.30 20:21:57.878496 [ 270 ] {301df904-7b48-44b7-a3c1-f8f43a3c23e8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5858 | 2025.01.30 20:21:57.879038 [ 270 ] {301df904-7b48-44b7-a3c1-f8f43a3c23e8} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5859 | 2025.01.30 20:21:57.879659 [ 270 ] {301df904-7b48-44b7-a3c1-f8f43a3c23e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005534 sec., 1084.2067220816768 rows/sec., 56.65 KiB/sec. | ||
| 5860 | 2025.01.30 20:21:57.879850 [ 270 ] {301df904-7b48-44b7-a3c1-f8f43a3c23e8} <Debug> TCPHandler: Processed in 0.006469949 sec. | ||
| 5861 | 2025.01.30 20:21:57.880043 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5862 | 2025.01.30 20:21:57.880200 [ 271 ] {b23e8561-f7f9-498f-ba89-8da1c945b725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5863 | 2025.01.30 20:21:57.880270 [ 271 ] {b23e8561-f7f9-498f-ba89-8da1c945b725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5864 | 2025.01.30 20:21:57.881048 [ 271 ] {b23e8561-f7f9-498f-ba89-8da1c945b725} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2025.01.30 20:21:57.881103 [ 271 ] {b23e8561-f7f9-498f-ba89-8da1c945b725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5866 | 2025.01.30 20:21:57.881750 [ 271 ] {b23e8561-f7f9-498f-ba89-8da1c945b725} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5867 | 2025.01.30 20:21:57.882131 [ 271 ] {b23e8561-f7f9-498f-ba89-8da1c945b725} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2025.01.30 20:21:57.882658 [ 271 ] {b23e8561-f7f9-498f-ba89-8da1c945b725} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002465 sec., 96146.04462474644 rows/sec., 6.44 MiB/sec. | ||
| 5869 | 2025.01.30 20:21:57.883094 [ 271 ] {b23e8561-f7f9-498f-ba89-8da1c945b725} <Debug> TCPHandler: Processed in 0.003126057 sec. | ||
| 5870 | 2025.01.30 20:21:57.883421 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5871 | 2025.01.30 20:21:57.883752 [ 270 ] {31037b78-56b2-49ef-9b26-c84ad0d45b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5872 | 2025.01.30 20:21:57.883875 [ 270 ] {31037b78-56b2-49ef-9b26-c84ad0d45b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5873 | 2025.01.30 20:21:57.885651 [ 270 ] {31037b78-56b2-49ef-9b26-c84ad0d45b54} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.01.30 20:21:57.885717 [ 270 ] {31037b78-56b2-49ef-9b26-c84ad0d45b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5875 | 2025.01.30 20:21:57.887288 [ 270 ] {31037b78-56b2-49ef-9b26-c84ad0d45b54} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5876 | 2025.01.30 20:21:57.888148 [ 270 ] {31037b78-56b2-49ef-9b26-c84ad0d45b54} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2025.01.30 20:21:57.889033 [ 270 ] {31037b78-56b2-49ef-9b26-c84ad0d45b54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005339 sec., 187.30099269526127 rows/sec., 12.62 KiB/sec. | ||
| 5878 | 2025.01.30 20:21:57.889573 [ 270 ] {31037b78-56b2-49ef-9b26-c84ad0d45b54} <Debug> TCPHandler: Processed in 0.006350036 sec. | ||
| 5879 | 2025.01.30 20:21:57.889803 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2025.01.30 20:21:57.889987 [ 271 ] {df2bdf53-68b3-4c3a-aa48-cf1db217fe05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5881 | 2025.01.30 20:21:57.890128 [ 271 ] {df2bdf53-68b3-4c3a-aa48-cf1db217fe05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5882 | 2025.01.30 20:21:57.893836 [ 271 ] {df2bdf53-68b3-4c3a-aa48-cf1db217fe05} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2025.01.30 20:21:57.893886 [ 271 ] {df2bdf53-68b3-4c3a-aa48-cf1db217fe05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5884 | 2025.01.30 20:21:57.895305 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 5885 | 2025.01.30 20:21:57.895404 [ 271 ] {df2bdf53-68b3-4c3a-aa48-cf1db217fe05} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5886 | 2025.01.30 20:21:57.895786 [ 271 ] {df2bdf53-68b3-4c3a-aa48-cf1db217fe05} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5887 | 2025.01.30 20:21:57.896104 [ 271 ] {df2bdf53-68b3-4c3a-aa48-cf1db217fe05} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006173 sec., 5021.869431394784 rows/sec., 9.00 MiB/sec. | ||
| 5888 | 2025.01.30 20:21:57.896253 [ 271 ] {df2bdf53-68b3-4c3a-aa48-cf1db217fe05} <Debug> TCPHandler: Processed in 0.006554282 sec. | ||
| 5889 | 2025.01.30 20:21:57.896415 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5890 | 2025.01.30 20:21:57.896598 [ 270 ] {0121593d-05e7-4baf-a025-d1787cf1f426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5891 | 2025.01.30 20:21:57.896683 [ 270 ] {0121593d-05e7-4baf-a025-d1787cf1f426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5892 | 2025.01.30 20:21:57.897962 [ 270 ] {0121593d-05e7-4baf-a025-d1787cf1f426} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5893 | 2025.01.30 20:21:57.898035 [ 270 ] {0121593d-05e7-4baf-a025-d1787cf1f426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5894 | 2025.01.30 20:21:57.899244 [ 270 ] {0121593d-05e7-4baf-a025-d1787cf1f426} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5895 | 2025.01.30 20:21:57.899917 [ 270 ] {0121593d-05e7-4baf-a025-d1787cf1f426} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5896 | 2025.01.30 20:21:57.900436 [ 270 ] {0121593d-05e7-4baf-a025-d1787cf1f426} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003852 sec., 21287.642782969888 rows/sec., 1.35 MiB/sec. | ||
| 5897 | 2025.01.30 20:21:57.900607 [ 270 ] {0121593d-05e7-4baf-a025-d1787cf1f426} <Debug> TCPHandler: Processed in 0.004251307 sec. | ||
| 5898 | 2025.01.30 20:21:57.904531 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 5899 | 2025.01.30 20:21:57.910303 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 5900 | 2025.01.30 20:21:57.915110 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 5901 | 2025.01.30 20:21:57.977453 [ 199 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.151146015 sec., 1799.5843291005722 rows/sec., 9.31 MiB/sec. | ||
| 5902 | 2025.01.30 20:21:57.980577 [ 186 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5903 | 2025.01.30 20:21:57.983774 [ 186 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_36_7} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2025.01.30 20:21:57.983898 [ 186 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_36_7} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5905 | 2025.01.30 20:21:57.986280 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 5906 | 2025.01.30 20:21:58.981289 [ 152 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5907 | 2025.01.30 20:21:58.981358 [ 152 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5908 | 2025.01.30 20:21:58.981381 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5909 | 2025.01.30 20:21:58.981553 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 5910 | 2025.01.30 20:21:58.981740 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5911 | 2025.01.30 20:21:58.981778 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
| 5912 | 2025.01.30 20:21:58.981864 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 5913 | 2025.01.30 20:21:58.982076 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 5914 | 2025.01.30 20:21:58.982321 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5915 | 2025.01.30 20:21:58.982573 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5916 | 2025.01.30 20:21:58.983517 [ 199 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.002071788 sec., 16410.945521452966 rows/sec., 1.37 MiB/sec. | ||
| 5917 | 2025.01.30 20:21:58.983670 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5918 | 2025.01.30 20:21:58.983941 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5919 | 2025.01.30 20:21:58.984018 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_9_2} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5920 | 2025.01.30 20:21:58.984093 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5921 | 2025.01.30 20:22:02.831221 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5922 | 2025.01.30 20:22:02.831444 [ 270 ] {8556e5bd-2a4e-4f47-bc30-1017a74c6279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5923 | 2025.01.30 20:22:02.831524 [ 270 ] {8556e5bd-2a4e-4f47-bc30-1017a74c6279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5924 | 2025.01.30 20:22:02.832314 [ 270 ] {8556e5bd-2a4e-4f47-bc30-1017a74c6279} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5925 | 2025.01.30 20:22:02.832361 [ 270 ] {8556e5bd-2a4e-4f47-bc30-1017a74c6279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5926 | 2025.01.30 20:22:02.832784 [ 270 ] {8556e5bd-2a4e-4f47-bc30-1017a74c6279} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5927 | 2025.01.30 20:22:02.833037 [ 270 ] {8556e5bd-2a4e-4f47-bc30-1017a74c6279} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5928 | 2025.01.30 20:22:02.833274 [ 270 ] {8556e5bd-2a4e-4f47-bc30-1017a74c6279} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001891 sec., 38075.09254362771 rows/sec., 3.06 MiB/sec. | ||
| 5929 | 2025.01.30 20:22:02.833329 [ 270 ] {8556e5bd-2a4e-4f47-bc30-1017a74c6279} <Debug> TCPHandler: Processed in 0.002252072 sec. | ||
| 5930 | 2025.01.30 20:22:02.833597 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5931 | 2025.01.30 20:22:02.833811 [ 271 ] {5acffb8f-1917-4af0-a4c7-468c9cb6f773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5932 | 2025.01.30 20:22:02.833890 [ 271 ] {5acffb8f-1917-4af0-a4c7-468c9cb6f773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5933 | 2025.01.30 20:22:02.834698 [ 271 ] {5acffb8f-1917-4af0-a4c7-468c9cb6f773} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2025.01.30 20:22:02.834740 [ 271 ] {5acffb8f-1917-4af0-a4c7-468c9cb6f773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5935 | 2025.01.30 20:22:02.835208 [ 271 ] {5acffb8f-1917-4af0-a4c7-468c9cb6f773} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5936 | 2025.01.30 20:22:02.835462 [ 271 ] {5acffb8f-1917-4af0-a4c7-468c9cb6f773} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2025.01.30 20:22:02.835698 [ 271 ] {5acffb8f-1917-4af0-a4c7-468c9cb6f773} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001947 sec., 4108.885464817668 rows/sec., 308.97 KiB/sec. | ||
| 5938 | 2025.01.30 20:22:02.835753 [ 271 ] {5acffb8f-1917-4af0-a4c7-468c9cb6f773} <Debug> TCPHandler: Processed in 0.002301484 sec. | ||
| 5939 | 2025.01.30 20:22:02.835918 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5940 | 2025.01.30 20:22:02.836059 [ 270 ] {e4694278-3ad8-4a7d-8f35-9b8ac236e094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5941 | 2025.01.30 20:22:02.836118 [ 270 ] {e4694278-3ad8-4a7d-8f35-9b8ac236e094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5942 | 2025.01.30 20:22:02.836804 [ 270 ] {e4694278-3ad8-4a7d-8f35-9b8ac236e094} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2025.01.30 20:22:02.836844 [ 270 ] {e4694278-3ad8-4a7d-8f35-9b8ac236e094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5944 | 2025.01.30 20:22:02.837217 [ 270 ] {e4694278-3ad8-4a7d-8f35-9b8ac236e094} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5945 | 2025.01.30 20:22:02.837472 [ 270 ] {e4694278-3ad8-4a7d-8f35-9b8ac236e094} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2025.01.30 20:22:02.837709 [ 270 ] {e4694278-3ad8-4a7d-8f35-9b8ac236e094} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001672 sec., 43062.2009569378 rows/sec., 3.36 MiB/sec. | ||
| 5947 | 2025.01.30 20:22:02.837791 [ 270 ] {e4694278-3ad8-4a7d-8f35-9b8ac236e094} <Debug> TCPHandler: Processed in 0.001935874 sec. | ||
| 5948 | 2025.01.30 20:22:02.838041 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5949 | 2025.01.30 20:22:02.838182 [ 271 ] {430e8711-deb5-42aa-9a7e-867176e66a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5950 | 2025.01.30 20:22:02.838247 [ 271 ] {430e8711-deb5-42aa-9a7e-867176e66a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5951 | 2025.01.30 20:22:02.838871 [ 271 ] {430e8711-deb5-42aa-9a7e-867176e66a52} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5952 | 2025.01.30 20:22:02.838909 [ 271 ] {430e8711-deb5-42aa-9a7e-867176e66a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5953 | 2025.01.30 20:22:02.839309 [ 271 ] {430e8711-deb5-42aa-9a7e-867176e66a52} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5954 | 2025.01.30 20:22:02.839552 [ 271 ] {430e8711-deb5-42aa-9a7e-867176e66a52} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5955 | 2025.01.30 20:22:02.839773 [ 271 ] {430e8711-deb5-42aa-9a7e-867176e66a52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
| 5956 | 2025.01.30 20:22:02.839824 [ 271 ] {430e8711-deb5-42aa-9a7e-867176e66a52} <Debug> TCPHandler: Processed in 0.001911773 sec. | ||
| 5957 | 2025.01.30 20:22:02.839990 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5958 | 2025.01.30 20:22:02.840132 [ 270 ] {e083c0e0-d0e0-433e-8478-332bdb3f2493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5959 | 2025.01.30 20:22:02.840224 [ 270 ] {e083c0e0-d0e0-433e-8478-332bdb3f2493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5960 | 2025.01.30 20:22:02.841391 [ 270 ] {e083c0e0-d0e0-433e-8478-332bdb3f2493} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5961 | 2025.01.30 20:22:02.841430 [ 270 ] {e083c0e0-d0e0-433e-8478-332bdb3f2493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5962 | 2025.01.30 20:22:02.842060 [ 270 ] {e083c0e0-d0e0-433e-8478-332bdb3f2493} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5963 | 2025.01.30 20:22:02.842326 [ 270 ] {e083c0e0-d0e0-433e-8478-332bdb3f2493} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2025.01.30 20:22:02.842638 [ 270 ] {e083c0e0-d0e0-433e-8478-332bdb3f2493} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002532 sec., 3159.55766192733 rows/sec., 5.66 MiB/sec. | ||
| 5965 | 2025.01.30 20:22:02.843146 [ 270 ] {e083c0e0-d0e0-433e-8478-332bdb3f2493} <Debug> TCPHandler: Processed in 0.003218829 sec. | ||
| 5966 | 2025.01.30 20:22:02.843312 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5967 | 2025.01.30 20:22:02.843450 [ 271 ] {51bf7bc6-28dc-426c-a06c-b5fb4c687eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5968 | 2025.01.30 20:22:02.843510 [ 271 ] {51bf7bc6-28dc-426c-a06c-b5fb4c687eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5969 | 2025.01.30 20:22:02.844095 [ 271 ] {51bf7bc6-28dc-426c-a06c-b5fb4c687eaa} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5970 | 2025.01.30 20:22:02.844142 [ 271 ] {51bf7bc6-28dc-426c-a06c-b5fb4c687eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5971 | 2025.01.30 20:22:02.844578 [ 271 ] {51bf7bc6-28dc-426c-a06c-b5fb4c687eaa} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5972 | 2025.01.30 20:22:02.844819 [ 271 ] {51bf7bc6-28dc-426c-a06c-b5fb4c687eaa} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2025.01.30 20:22:02.845045 [ 271 ] {51bf7bc6-28dc-426c-a06c-b5fb4c687eaa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec. | ||
| 5974 | 2025.01.30 20:22:02.845129 [ 271 ] {51bf7bc6-28dc-426c-a06c-b5fb4c687eaa} <Debug> TCPHandler: Processed in 0.001882843 sec. | ||
| 5975 | 2025.01.30 20:22:04.201141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 5976 | 2025.01.30 20:22:04.201788 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5977 | 2025.01.30 20:22:04.201825 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5978 | 2025.01.30 20:22:04.202450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5979 | 2025.01.30 20:22:04.202708 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5980 | 2025.01.30 20:22:04.202940 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 5981 | 2025.01.30 20:22:05.350202 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 5982 | 2025.01.30 20:22:05.369077 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.01.30 20:22:05.369129 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
| 5984 | 2025.01.30 20:22:05.376057 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5985 | 2025.01.30 20:22:05.376821 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.01.30 20:22:05.379704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 5987 | 2025.01.30 20:22:06.754816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 796 | ||
| 5988 | 2025.01.30 20:22:06.757912 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5989 | 2025.01.30 20:22:06.757959 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 5990 | 2025.01.30 20:22:06.759461 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5991 | 2025.01.30 20:22:06.759767 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2025.01.30 20:22:06.760876 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 796 | ||
| 5993 | 2025.01.30 20:22:07.837314 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2025.01.30 20:22:07.837507 [ 270 ] {1715942e-2d3a-4939-9b94-c03e7b317def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5995 | 2025.01.30 20:22:07.837579 [ 270 ] {1715942e-2d3a-4939-9b94-c03e7b317def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5996 | 2025.01.30 20:22:07.838314 [ 270 ] {1715942e-2d3a-4939-9b94-c03e7b317def} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5997 | 2025.01.30 20:22:07.838363 [ 270 ] {1715942e-2d3a-4939-9b94-c03e7b317def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 5998 | 2025.01.30 20:22:07.838791 [ 270 ] {1715942e-2d3a-4939-9b94-c03e7b317def} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5999 | 2025.01.30 20:22:07.839041 [ 270 ] {1715942e-2d3a-4939-9b94-c03e7b317def} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6000 | 2025.01.30 20:22:07.839268 [ 270 ] {1715942e-2d3a-4939-9b94-c03e7b317def} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec. | ||
| 6001 | 2025.01.30 20:22:07.839322 [ 270 ] {1715942e-2d3a-4939-9b94-c03e7b317def} <Debug> TCPHandler: Processed in 0.002145429 sec. | ||
| 6002 | 2025.01.30 20:22:07.839592 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6003 | 2025.01.30 20:22:07.839854 [ 271 ] {ea018c81-3854-4f98-9767-77ad0bfa0666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6004 | 2025.01.30 20:22:07.839971 [ 271 ] {ea018c81-3854-4f98-9767-77ad0bfa0666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6005 | 2025.01.30 20:22:07.841168 [ 271 ] {ea018c81-3854-4f98-9767-77ad0bfa0666} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6006 | 2025.01.30 20:22:07.841218 [ 271 ] {ea018c81-3854-4f98-9767-77ad0bfa0666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6007 | 2025.01.30 20:22:07.841680 [ 271 ] {ea018c81-3854-4f98-9767-77ad0bfa0666} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6008 | 2025.01.30 20:22:07.841946 [ 271 ] {ea018c81-3854-4f98-9767-77ad0bfa0666} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6009 | 2025.01.30 20:22:07.842196 [ 271 ] {ea018c81-3854-4f98-9767-77ad0bfa0666} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002422 sec., 109413.70767960363 rows/sec., 9.63 MiB/sec. | ||
| 6010 | 2025.01.30 20:22:07.842284 [ 271 ] {ea018c81-3854-4f98-9767-77ad0bfa0666} <Debug> TCPHandler: Processed in 0.002841618 sec. | ||
| 6011 | 2025.01.30 20:22:07.842581 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2025.01.30 20:22:07.842778 [ 270 ] {d7b5df25-34c8-49b3-b5a8-245449c68471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6013 | 2025.01.30 20:22:07.842836 [ 270 ] {d7b5df25-34c8-49b3-b5a8-245449c68471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6014 | 2025.01.30 20:22:07.843530 [ 270 ] {d7b5df25-34c8-49b3-b5a8-245449c68471} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2025.01.30 20:22:07.843577 [ 270 ] {d7b5df25-34c8-49b3-b5a8-245449c68471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6016 | 2025.01.30 20:22:07.843960 [ 270 ] {d7b5df25-34c8-49b3-b5a8-245449c68471} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6017 | 2025.01.30 20:22:07.844207 [ 270 ] {d7b5df25-34c8-49b3-b5a8-245449c68471} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6018 | 2025.01.30 20:22:07.844433 [ 270 ] {d7b5df25-34c8-49b3-b5a8-245449c68471} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001686 sec., 22538.55278766311 rows/sec., 1.61 MiB/sec. | ||
| 6019 | 2025.01.30 20:22:07.844485 [ 270 ] {d7b5df25-34c8-49b3-b5a8-245449c68471} <Debug> TCPHandler: Processed in 0.002087718 sec. | ||
| 6020 | 2025.01.30 20:22:07.844638 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6021 | 2025.01.30 20:22:07.844786 [ 271 ] {3097af36-401e-4cf2-8292-76f711a87ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6022 | 2025.01.30 20:22:07.844875 [ 271 ] {3097af36-401e-4cf2-8292-76f711a87ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6023 | 2025.01.30 20:22:07.845849 [ 271 ] {3097af36-401e-4cf2-8292-76f711a87ddc} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6024 | 2025.01.30 20:22:07.845888 [ 271 ] {3097af36-401e-4cf2-8292-76f711a87ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6025 | 2025.01.30 20:22:07.846248 [ 271 ] {3097af36-401e-4cf2-8292-76f711a87ddc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6026 | 2025.01.30 20:22:07.846487 [ 271 ] {3097af36-401e-4cf2-8292-76f711a87ddc} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6027 | 2025.01.30 20:22:07.846646 [ 142 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6028 | 2025.01.30 20:22:07.846718 [ 271 ] {3097af36-401e-4cf2-8292-76f711a87ddc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001977 sec., 7081.436519979768 rows/sec., 495.94 KiB/sec. | ||
| 6029 | 2025.01.30 20:22:07.846729 [ 142 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6030 | 2025.01.30 20:22:07.846805 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6031 | 2025.01.30 20:22:07.846836 [ 271 ] {3097af36-401e-4cf2-8292-76f711a87ddc} <Debug> TCPHandler: Processed in 0.002254903 sec. | ||
| 6032 | 2025.01.30 20:22:07.847254 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 6033 | 2025.01.30 20:22:07.847313 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2025.01.30 20:22:07.847526 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6035 | 2025.01.30 20:22:07.847617 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 6036 | 2025.01.30 20:22:07.847659 [ 270 ] {3a221dd9-8eb5-4d78-845e-af069fa3ab84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6037 | 2025.01.30 20:22:07.847852 [ 270 ] {3a221dd9-8eb5-4d78-845e-af069fa3ab84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6038 | 2025.01.30 20:22:07.847865 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 6039 | 2025.01.30 20:22:07.848255 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 6040 | 2025.01.30 20:22:07.848593 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 6041 | 2025.01.30 20:22:07.848894 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 6042 | 2025.01.30 20:22:07.849257 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 6043 | 2025.01.30 20:22:07.850706 [ 270 ] {3a221dd9-8eb5-4d78-845e-af069fa3ab84} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2025.01.30 20:22:07.850774 [ 270 ] {3a221dd9-8eb5-4d78-845e-af069fa3ab84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6045 | 2025.01.30 20:22:07.851760 [ 270 ] {3a221dd9-8eb5-4d78-845e-af069fa3ab84} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6046 | 2025.01.30 20:22:07.852178 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005238606 sec., 103271.74824752998 rows/sec., 7.40 MiB/sec. | ||
| 6047 | 2025.01.30 20:22:07.852288 [ 270 ] {3a221dd9-8eb5-4d78-845e-af069fa3ab84} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6048 | 2025.01.30 20:22:07.852489 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6049 | 2025.01.30 20:22:07.852899 [ 270 ] {3a221dd9-8eb5-4d78-845e-af069fa3ab84} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005304 sec., 2450.9803921568628 rows/sec., 152.82 KiB/sec. | ||
| 6050 | 2025.01.30 20:22:07.853087 [ 270 ] {3a221dd9-8eb5-4d78-845e-af069fa3ab84} <Debug> TCPHandler: Processed in 0.006107809 sec. | ||
| 6051 | 2025.01.30 20:22:07.853270 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6052 | 2025.01.30 20:22:07.853317 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_11_2} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6053 | 2025.01.30 20:22:07.853487 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_11_2} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6054 | 2025.01.30 20:22:07.853487 [ 271 ] {2cd0ceea-24fc-4e65-8c24-08b9f415251a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6055 | 2025.01.30 20:22:07.853604 [ 271 ] {2cd0ceea-24fc-4e65-8c24-08b9f415251a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6056 | 2025.01.30 20:22:07.853633 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6057 | 2025.01.30 20:22:07.854483 [ 271 ] {2cd0ceea-24fc-4e65-8c24-08b9f415251a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6058 | 2025.01.30 20:22:07.854527 [ 271 ] {2cd0ceea-24fc-4e65-8c24-08b9f415251a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6059 | 2025.01.30 20:22:07.854916 [ 271 ] {2cd0ceea-24fc-4e65-8c24-08b9f415251a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6060 | 2025.01.30 20:22:07.855160 [ 271 ] {2cd0ceea-24fc-4e65-8c24-08b9f415251a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6061 | 2025.01.30 20:22:07.855406 [ 271 ] {2cd0ceea-24fc-4e65-8c24-08b9f415251a} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001962 sec., 210499.49031600406 rows/sec., 15.01 MiB/sec. | ||
| 6062 | 2025.01.30 20:22:07.855483 [ 271 ] {2cd0ceea-24fc-4e65-8c24-08b9f415251a} <Debug> TCPHandler: Processed in 0.002298124 sec. | ||
| 6063 | 2025.01.30 20:22:07.855756 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6064 | 2025.01.30 20:22:07.855884 [ 270 ] {636f6d5b-dbf4-46ab-8f98-91c35c539c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6065 | 2025.01.30 20:22:07.855935 [ 270 ] {636f6d5b-dbf4-46ab-8f98-91c35c539c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6066 | 2025.01.30 20:22:07.856431 [ 270 ] {636f6d5b-dbf4-46ab-8f98-91c35c539c3b} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6067 | 2025.01.30 20:22:07.856469 [ 270 ] {636f6d5b-dbf4-46ab-8f98-91c35c539c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6068 | 2025.01.30 20:22:07.856844 [ 270 ] {636f6d5b-dbf4-46ab-8f98-91c35c539c3b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6069 | 2025.01.30 20:22:07.857079 [ 270 ] {636f6d5b-dbf4-46ab-8f98-91c35c539c3b} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6070 | 2025.01.30 20:22:07.857349 [ 270 ] {636f6d5b-dbf4-46ab-8f98-91c35c539c3b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 6071 | 2025.01.30 20:22:07.857490 [ 270 ] {636f6d5b-dbf4-46ab-8f98-91c35c539c3b} <Debug> TCPHandler: Processed in 0.001887202 sec. | ||
| 6072 | 2025.01.30 20:22:07.857644 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6073 | 2025.01.30 20:22:07.857772 [ 271 ] {1ab18d7c-cbb2-4ece-b011-4cd174b49e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6074 | 2025.01.30 20:22:07.857834 [ 271 ] {1ab18d7c-cbb2-4ece-b011-4cd174b49e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6075 | 2025.01.30 20:22:07.858528 [ 271 ] {1ab18d7c-cbb2-4ece-b011-4cd174b49e89} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2025.01.30 20:22:07.858575 [ 271 ] {1ab18d7c-cbb2-4ece-b011-4cd174b49e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6077 | 2025.01.30 20:22:07.859003 [ 271 ] {1ab18d7c-cbb2-4ece-b011-4cd174b49e89} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6078 | 2025.01.30 20:22:07.859253 [ 271 ] {1ab18d7c-cbb2-4ece-b011-4cd174b49e89} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6079 | 2025.01.30 20:22:07.859429 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6080 | 2025.01.30 20:22:07.859496 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6081 | 2025.01.30 20:22:07.859499 [ 271 ] {1ab18d7c-cbb2-4ece-b011-4cd174b49e89} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001749 sec., 135506.00343053174 rows/sec., 9.08 MiB/sec. | ||
| 6082 | 2025.01.30 20:22:07.859534 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6083 | 2025.01.30 20:22:07.859646 [ 271 ] {1ab18d7c-cbb2-4ece-b011-4cd174b49e89} <Debug> TCPHandler: Processed in 0.002059837 sec. | ||
| 6084 | 2025.01.30 20:22:07.859793 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 6085 | 2025.01.30 20:22:07.859885 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6086 | 2025.01.30 20:22:07.859989 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6087 | 2025.01.30 20:22:07.860067 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11584 rows starting from the beginning of the part | ||
| 6088 | 2025.01.30 20:22:07.860137 [ 270 ] {9592f00d-5a43-4073-b6ca-f5daf6ef09a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6089 | 2025.01.30 20:22:07.860244 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 960 rows starting from the beginning of the part | ||
| 6090 | 2025.01.30 20:22:07.860552 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 6091 | 2025.01.30 20:22:07.860385 [ 270 ] {9592f00d-5a43-4073-b6ca-f5daf6ef09a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6092 | 2025.01.30 20:22:07.860900 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 6093 | 2025.01.30 20:22:07.861257 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 6094 | 2025.01.30 20:22:07.861590 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 6095 | 2025.01.30 20:22:07.862967 [ 270 ] {9592f00d-5a43-4073-b6ca-f5daf6ef09a8} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6096 | 2025.01.30 20:22:07.863013 [ 270 ] {9592f00d-5a43-4073-b6ca-f5daf6ef09a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6097 | 2025.01.30 20:22:07.863464 [ 270 ] {9592f00d-5a43-4073-b6ca-f5daf6ef09a8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6098 | 2025.01.30 20:22:07.863887 [ 270 ] {9592f00d-5a43-4073-b6ca-f5daf6ef09a8} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.01.30 20:22:07.864579 [ 270 ] {9592f00d-5a43-4073-b6ca-f5daf6ef09a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004481 sec., 223.16447221602323 rows/sec., 15.04 KiB/sec. | ||
| 6100 | 2025.01.30 20:22:07.864765 [ 270 ] {9592f00d-5a43-4073-b6ca-f5daf6ef09a8} <Debug> TCPHandler: Processed in 0.004995358 sec. | ||
| 6101 | 2025.01.30 20:22:07.864979 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6102 | 2025.01.30 20:22:07.865136 [ 271 ] {a8490cdd-a606-4ea9-a687-c41be68bc663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6103 | 2025.01.30 20:22:07.865233 [ 271 ] {a8490cdd-a606-4ea9-a687-c41be68bc663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6104 | 2025.01.30 20:22:07.866711 [ 271 ] {a8490cdd-a606-4ea9-a687-c41be68bc663} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2025.01.30 20:22:07.866764 [ 271 ] {a8490cdd-a606-4ea9-a687-c41be68bc663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6106 | 2025.01.30 20:22:07.867919 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13338 rows, containing 5 columns (5 merged, 0 gathered) in 0.008246549 sec., 1617403.8376537869 rows/sec., 109.55 MiB/sec. | ||
| 6107 | 2025.01.30 20:22:07.867997 [ 271 ] {a8490cdd-a606-4ea9-a687-c41be68bc663} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6108 | 2025.01.30 20:22:07.868322 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6109 | 2025.01.30 20:22:07.868477 [ 271 ] {a8490cdd-a606-4ea9-a687-c41be68bc663} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2025.01.30 20:22:07.869188 [ 271 ] {a8490cdd-a606-4ea9-a687-c41be68bc663} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004046 sec., 7661.888284725655 rows/sec., 13.73 MiB/sec. | ||
| 6111 | 2025.01.30 20:22:07.869317 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6112 | 2025.01.30 20:22:07.869922 [ 271 ] {a8490cdd-a606-4ea9-a687-c41be68bc663} <Debug> TCPHandler: Processed in 0.005029439 sec. | ||
| 6113 | 2025.01.30 20:22:07.869940 [ 200 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6114 | 2025.01.30 20:22:07.870155 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
| 6115 | 2025.01.30 20:22:07.870200 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6116 | 2025.01.30 20:22:07.870321 [ 270 ] {d2cbfa89-37bf-45af-ace3-7d397e629090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6117 | 2025.01.30 20:22:07.870378 [ 270 ] {d2cbfa89-37bf-45af-ace3-7d397e629090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6118 | 2025.01.30 20:22:07.870888 [ 270 ] {d2cbfa89-37bf-45af-ace3-7d397e629090} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6119 | 2025.01.30 20:22:07.870926 [ 270 ] {d2cbfa89-37bf-45af-ace3-7d397e629090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6120 | 2025.01.30 20:22:07.871343 [ 270 ] {d2cbfa89-37bf-45af-ace3-7d397e629090} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6121 | 2025.01.30 20:22:07.871590 [ 270 ] {d2cbfa89-37bf-45af-ace3-7d397e629090} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6122 | 2025.01.30 20:22:07.871813 [ 270 ] {d2cbfa89-37bf-45af-ace3-7d397e629090} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec. | ||
| 6123 | 2025.01.30 20:22:07.871863 [ 270 ] {d2cbfa89-37bf-45af-ace3-7d397e629090} <Debug> TCPHandler: Processed in 0.00180026 sec. | ||
| 6124 | 2025.01.30 20:22:11.560680 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6125 | 2025.01.30 20:22:11.560748 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6126 | 2025.01.30 20:22:11.703064 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 6127 | 2025.01.30 20:22:11.703765 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2025.01.30 20:22:11.703809 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6129 | 2025.01.30 20:22:11.704362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6130 | 2025.01.30 20:22:11.704625 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2025.01.30 20:22:11.704825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6132 | 2025.01.30 20:22:12.830753 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6133 | 2025.01.30 20:22:12.830963 [ 270 ] {bef2b873-3afa-4177-8161-3f8e171e42af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6134 | 2025.01.30 20:22:12.831044 [ 270 ] {bef2b873-3afa-4177-8161-3f8e171e42af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6135 | 2025.01.30 20:22:12.831931 [ 270 ] {bef2b873-3afa-4177-8161-3f8e171e42af} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2025.01.30 20:22:12.831979 [ 270 ] {bef2b873-3afa-4177-8161-3f8e171e42af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6137 | 2025.01.30 20:22:12.832426 [ 270 ] {bef2b873-3afa-4177-8161-3f8e171e42af} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6138 | 2025.01.30 20:22:12.832673 [ 270 ] {bef2b873-3afa-4177-8161-3f8e171e42af} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2025.01.30 20:22:12.832893 [ 132 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6140 | 2025.01.30 20:22:12.832907 [ 270 ] {bef2b873-3afa-4177-8161-3f8e171e42af} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001999 sec., 36018.00900450225 rows/sec., 2.90 MiB/sec. | ||
| 6141 | 2025.01.30 20:22:12.832991 [ 132 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6142 | 2025.01.30 20:22:12.833069 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6143 | 2025.01.30 20:22:12.833073 [ 270 ] {bef2b873-3afa-4177-8161-3f8e171e42af} <Debug> TCPHandler: Processed in 0.002462438 sec. | ||
| 6144 | 2025.01.30 20:22:12.833301 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 6145 | 2025.01.30 20:22:12.833377 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6146 | 2025.01.30 20:22:12.833476 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6147 | 2025.01.30 20:22:12.833522 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1432 rows starting from the beginning of the part | ||
| 6148 | 2025.01.30 20:22:12.833589 [ 271 ] {3e9bc33d-16ab-4fdf-8041-0ee3894d31eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6149 | 2025.01.30 20:22:12.833626 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 72 rows starting from the beginning of the part | ||
| 6150 | 2025.01.30 20:22:12.833740 [ 271 ] {3e9bc33d-16ab-4fdf-8041-0ee3894d31eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6151 | 2025.01.30 20:22:12.834036 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 265 rows starting from the beginning of the part | ||
| 6152 | 2025.01.30 20:22:12.834399 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part | ||
| 6153 | 2025.01.30 20:22:12.834652 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 265 rows starting from the beginning of the part | ||
| 6154 | 2025.01.30 20:22:12.834932 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 72 rows starting from the beginning of the part | ||
| 6155 | 2025.01.30 20:22:12.835970 [ 271 ] {3e9bc33d-16ab-4fdf-8041-0ee3894d31eb} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6156 | 2025.01.30 20:22:12.836023 [ 271 ] {3e9bc33d-16ab-4fdf-8041-0ee3894d31eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6157 | 2025.01.30 20:22:12.836614 [ 271 ] {3e9bc33d-16ab-4fdf-8041-0ee3894d31eb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6158 | 2025.01.30 20:22:12.836879 [ 271 ] {3e9bc33d-16ab-4fdf-8041-0ee3894d31eb} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6159 | 2025.01.30 20:22:12.837231 [ 271 ] {3e9bc33d-16ab-4fdf-8041-0ee3894d31eb} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003697 sec., 2163.9166892074654 rows/sec., 162.72 KiB/sec. | ||
| 6160 | 2025.01.30 20:22:12.837332 [ 271 ] {3e9bc33d-16ab-4fdf-8041-0ee3894d31eb} <Debug> TCPHandler: Processed in 0.004106774 sec. | ||
| 6161 | 2025.01.30 20:22:12.837333 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 5 columns (5 merged, 0 gathered) in 0.004143855 sec., 525597.5414197649 rows/sec., 46.40 MiB/sec. | ||
| 6162 | 2025.01.30 20:22:12.837506 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6163 | 2025.01.30 20:22:12.837550 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6164 | 2025.01.30 20:22:12.837714 [ 270 ] {c190d325-1e17-4339-b729-a378e86e5ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6165 | 2025.01.30 20:22:12.837796 [ 270 ] {c190d325-1e17-4339-b729-a378e86e5ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6166 | 2025.01.30 20:22:12.838094 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6167 | 2025.01.30 20:22:12.838353 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_46_9} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6168 | 2025.01.30 20:22:12.838527 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 6169 | 2025.01.30 20:22:12.838939 [ 270 ] {c190d325-1e17-4339-b729-a378e86e5ba4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6170 | 2025.01.30 20:22:12.838985 [ 270 ] {c190d325-1e17-4339-b729-a378e86e5ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6171 | 2025.01.30 20:22:12.839363 [ 270 ] {c190d325-1e17-4339-b729-a378e86e5ba4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6172 | 2025.01.30 20:22:12.839603 [ 270 ] {c190d325-1e17-4339-b729-a378e86e5ba4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6173 | 2025.01.30 20:22:12.839770 [ 132 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6174 | 2025.01.30 20:22:12.839820 [ 132 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2025.01.30 20:22:12.839846 [ 270 ] {c190d325-1e17-4339-b729-a378e86e5ba4} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002185 sec., 32951.94508009154 rows/sec., 2.57 MiB/sec. | ||
| 6176 | 2025.01.30 20:22:12.839861 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6177 | 2025.01.30 20:22:12.839997 [ 270 ] {c190d325-1e17-4339-b729-a378e86e5ba4} <Debug> TCPHandler: Processed in 0.002559541 sec. | ||
| 6178 | 2025.01.30 20:22:12.840059 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 6179 | 2025.01.30 20:22:12.840199 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6180 | 2025.01.30 20:22:12.840225 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6181 | 2025.01.30 20:22:12.840247 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6182 | 2025.01.30 20:22:12.840514 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 72 rows starting from the beginning of the part | ||
| 6183 | 2025.01.30 20:22:12.840570 [ 271 ] {fb67d36c-b996-471c-8bb8-15f2cfaf3df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6184 | 2025.01.30 20:22:12.840758 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 413 rows starting from the beginning of the part | ||
| 6185 | 2025.01.30 20:22:12.840784 [ 271 ] {fb67d36c-b996-471c-8bb8-15f2cfaf3df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6186 | 2025.01.30 20:22:12.841165 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part | ||
| 6187 | 2025.01.30 20:22:12.841511 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 413 rows starting from the beginning of the part | ||
| 6188 | 2025.01.30 20:22:12.841861 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 72 rows starting from the beginning of the part | ||
| 6189 | 2025.01.30 20:22:12.843410 [ 271 ] {fb67d36c-b996-471c-8bb8-15f2cfaf3df3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6190 | 2025.01.30 20:22:12.843476 [ 271 ] {fb67d36c-b996-471c-8bb8-15f2cfaf3df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6191 | 2025.01.30 20:22:12.844362 [ 271 ] {fb67d36c-b996-471c-8bb8-15f2cfaf3df3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6192 | 2025.01.30 20:22:12.844749 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.004759653 sec., 410744.22862338915 rows/sec., 31.44 MiB/sec. | ||
| 6193 | 2025.01.30 20:22:12.844820 [ 271 ] {fb67d36c-b996-471c-8bb8-15f2cfaf3df3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2025.01.30 20:22:12.844996 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6195 | 2025.01.30 20:22:12.845220 [ 271 ] {fb67d36c-b996-471c-8bb8-15f2cfaf3df3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004758 sec., 33627.57461118117 rows/sec., 2.34 MiB/sec. | ||
| 6196 | 2025.01.30 20:22:12.845631 [ 271 ] {fb67d36c-b996-471c-8bb8-15f2cfaf3df3} <Debug> TCPHandler: Processed in 0.005502733 sec. | ||
| 6197 | 2025.01.30 20:22:12.845926 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6198 | 2025.01.30 20:22:12.846066 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2025.01.30 20:22:12.846212 [ 270 ] {bb635106-704c-481c-b7b1-8bbbda1683ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6200 | 2025.01.30 20:22:12.846271 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_46_9} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6201 | 2025.01.30 20:22:12.846334 [ 270 ] {bb635106-704c-481c-b7b1-8bbbda1683ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6202 | 2025.01.30 20:22:12.846465 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6203 | 2025.01.30 20:22:12.847577 [ 270 ] {bb635106-704c-481c-b7b1-8bbbda1683ab} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6204 | 2025.01.30 20:22:12.847621 [ 270 ] {bb635106-704c-481c-b7b1-8bbbda1683ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6205 | 2025.01.30 20:22:12.848270 [ 270 ] {bb635106-704c-481c-b7b1-8bbbda1683ab} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6206 | 2025.01.30 20:22:12.848526 [ 270 ] {bb635106-704c-481c-b7b1-8bbbda1683ab} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6207 | 2025.01.30 20:22:12.848767 [ 270 ] {bb635106-704c-481c-b7b1-8bbbda1683ab} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002643 sec., 3026.863412788498 rows/sec., 5.42 MiB/sec. | ||
| 6208 | 2025.01.30 20:22:12.848859 [ 270 ] {bb635106-704c-481c-b7b1-8bbbda1683ab} <Debug> TCPHandler: Processed in 0.003110557 sec. | ||
| 6209 | 2025.01.30 20:22:12.849018 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2025.01.30 20:22:12.849158 [ 271 ] {3c0302ce-dc10-455c-9af2-55d1d7c5cbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6211 | 2025.01.30 20:22:12.849219 [ 271 ] {3c0302ce-dc10-455c-9af2-55d1d7c5cbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6212 | 2025.01.30 20:22:12.849918 [ 271 ] {3c0302ce-dc10-455c-9af2-55d1d7c5cbda} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2025.01.30 20:22:12.849991 [ 271 ] {3c0302ce-dc10-455c-9af2-55d1d7c5cbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6214 | 2025.01.30 20:22:12.850391 [ 271 ] {3c0302ce-dc10-455c-9af2-55d1d7c5cbda} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6215 | 2025.01.30 20:22:12.850631 [ 271 ] {3c0302ce-dc10-455c-9af2-55d1d7c5cbda} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2025.01.30 20:22:12.850800 [ 132 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6217 | 2025.01.30 20:22:12.850857 [ 132 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6218 | 2025.01.30 20:22:12.850879 [ 271 ] {3c0302ce-dc10-455c-9af2-55d1d7c5cbda} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001745 sec., 34383.95415472779 rows/sec., 2.32 MiB/sec. | ||
| 6219 | 2025.01.30 20:22:12.850896 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6220 | 2025.01.30 20:22:12.851039 [ 271 ] {3c0302ce-dc10-455c-9af2-55d1d7c5cbda} <Debug> TCPHandler: Processed in 0.002082778 sec. | ||
| 6221 | 2025.01.30 20:22:12.851213 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 6222 | 2025.01.30 20:22:12.851467 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6223 | 2025.01.30 20:22:12.851499 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1962 rows starting from the beginning of the part | ||
| 6224 | 2025.01.30 20:22:12.851573 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 6225 | 2025.01.30 20:22:12.851656 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 6226 | 2025.01.30 20:22:12.851877 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 6227 | 2025.01.30 20:22:12.852089 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 6228 | 2025.01.30 20:22:12.852268 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 6229 | 2025.01.30 20:22:12.853603 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002562191 sec., 900010.9671761395 rows/sec., 60.08 MiB/sec. | ||
| 6230 | 2025.01.30 20:22:12.853837 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6231 | 2025.01.30 20:22:12.854101 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_41_8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.01.30 20:22:12.854173 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_41_8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6233 | 2025.01.30 20:22:12.854242 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 6234 | 2025.01.30 20:22:12.879774 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6235 | 2025.01.30 20:22:12.899488 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6236 | 2025.01.30 20:22:12.899532 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6237 | 2025.01.30 20:22:12.907063 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6238 | 2025.01.30 20:22:12.907820 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6239 | 2025.01.30 20:22:12.911214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6240 | 2025.01.30 20:22:16.761090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 830 | ||
| 6241 | 2025.01.30 20:22:16.764267 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6242 | 2025.01.30 20:22:16.764308 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6243 | 2025.01.30 20:22:16.765746 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6244 | 2025.01.30 20:22:16.766052 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6245 | 2025.01.30 20:22:16.766580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 830 | ||
| 6246 | 2025.01.30 20:22:17.534708 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6247 | 2025.01.30 20:22:17.535057 [ 270 ] {b31cce17-6c8b-41b5-a4d1-5a9660c4891a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6248 | 2025.01.30 20:22:17.535167 [ 270 ] {b31cce17-6c8b-41b5-a4d1-5a9660c4891a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6249 | 2025.01.30 20:22:17.535926 [ 270 ] {b31cce17-6c8b-41b5-a4d1-5a9660c4891a} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6250 | 2025.01.30 20:22:17.535967 [ 270 ] {b31cce17-6c8b-41b5-a4d1-5a9660c4891a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6251 | 2025.01.30 20:22:17.536412 [ 270 ] {b31cce17-6c8b-41b5-a4d1-5a9660c4891a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6252 | 2025.01.30 20:22:17.536668 [ 270 ] {b31cce17-6c8b-41b5-a4d1-5a9660c4891a} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6253 | 2025.01.30 20:22:17.536817 [ 127 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6254 | 2025.01.30 20:22:17.536865 [ 127 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6255 | 2025.01.30 20:22:17.536877 [ 270 ] {b31cce17-6c8b-41b5-a4d1-5a9660c4891a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec. | ||
| 6256 | 2025.01.30 20:22:17.536933 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6257 | 2025.01.30 20:22:17.537001 [ 270 ] {b31cce17-6c8b-41b5-a4d1-5a9660c4891a} <Debug> TCPHandler: Processed in 0.002472579 sec. | ||
| 6258 | 2025.01.30 20:22:17.537534 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 6259 | 2025.01.30 20:22:17.537573 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6260 | 2025.01.30 20:22:17.537913 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6261 | 2025.01.30 20:22:17.538034 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 6262 | 2025.01.30 20:22:17.538044 [ 271 ] {29c234cb-1a4a-46a6-a815-9d0d524e71e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6263 | 2025.01.30 20:22:17.538241 [ 271 ] {29c234cb-1a4a-46a6-a815-9d0d524e71e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6264 | 2025.01.30 20:22:17.538319 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 6265 | 2025.01.30 20:22:17.538738 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 6266 | 2025.01.30 20:22:17.538999 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 6267 | 2025.01.30 20:22:17.539333 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 6268 | 2025.01.30 20:22:17.540901 [ 271 ] {29c234cb-1a4a-46a6-a815-9d0d524e71e7} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6269 | 2025.01.30 20:22:17.540981 [ 271 ] {29c234cb-1a4a-46a6-a815-9d0d524e71e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6270 | 2025.01.30 20:22:17.541955 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004907797 sec., 14263.018621185838 rows/sec., 1.06 MiB/sec. | ||
| 6271 | 2025.01.30 20:22:17.542045 [ 271 ] {29c234cb-1a4a-46a6-a815-9d0d524e71e7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6272 | 2025.01.30 20:22:17.542150 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6273 | 2025.01.30 20:22:17.542530 [ 271 ] {29c234cb-1a4a-46a6-a815-9d0d524e71e7} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6274 | 2025.01.30 20:22:17.542637 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_9_2} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6275 | 2025.01.30 20:22:17.542870 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_9_2} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6276 | 2025.01.30 20:22:17.543105 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6277 | 2025.01.30 20:22:17.543129 [ 271 ] {29c234cb-1a4a-46a6-a815-9d0d524e71e7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005199 sec., 1154.068090017311 rows/sec., 94.11 KiB/sec. | ||
| 6278 | 2025.01.30 20:22:17.543370 [ 271 ] {29c234cb-1a4a-46a6-a815-9d0d524e71e7} <Debug> TCPHandler: Processed in 0.00615011 sec. | ||
| 6279 | 2025.01.30 20:22:17.543557 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2025.01.30 20:22:17.543696 [ 270 ] {1a26e93f-fd87-4b34-98a4-4e87eb827c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6281 | 2025.01.30 20:22:17.543754 [ 270 ] {1a26e93f-fd87-4b34-98a4-4e87eb827c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6282 | 2025.01.30 20:22:17.545150 [ 270 ] {1a26e93f-fd87-4b34-98a4-4e87eb827c05} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2025.01.30 20:22:17.545189 [ 270 ] {1a26e93f-fd87-4b34-98a4-4e87eb827c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6284 | 2025.01.30 20:22:17.545657 [ 270 ] {1a26e93f-fd87-4b34-98a4-4e87eb827c05} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6285 | 2025.01.30 20:22:17.545901 [ 270 ] {1a26e93f-fd87-4b34-98a4-4e87eb827c05} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2025.01.30 20:22:17.546092 [ 270 ] {1a26e93f-fd87-4b34-98a4-4e87eb827c05} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002428 sec., 579901.1532125205 rows/sec., 48.54 MiB/sec. | ||
| 6287 | 2025.01.30 20:22:17.546212 [ 270 ] {1a26e93f-fd87-4b34-98a4-4e87eb827c05} <Debug> TCPHandler: Processed in 0.002724516 sec. | ||
| 6288 | 2025.01.30 20:22:17.546465 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2025.01.30 20:22:17.546691 [ 271 ] {f642433d-372e-47f3-a5b8-49daa6438e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6290 | 2025.01.30 20:22:17.546783 [ 271 ] {f642433d-372e-47f3-a5b8-49daa6438e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6291 | 2025.01.30 20:22:17.547554 [ 271 ] {f642433d-372e-47f3-a5b8-49daa6438e7e} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2025.01.30 20:22:17.547594 [ 271 ] {f642433d-372e-47f3-a5b8-49daa6438e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6293 | 2025.01.30 20:22:17.547971 [ 271 ] {f642433d-372e-47f3-a5b8-49daa6438e7e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6294 | 2025.01.30 20:22:17.548227 [ 271 ] {f642433d-372e-47f3-a5b8-49daa6438e7e} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6295 | 2025.01.30 20:22:17.548426 [ 127 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6296 | 2025.01.30 20:22:17.548494 [ 271 ] {f642433d-372e-47f3-a5b8-49daa6438e7e} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001847 sec., 23822.41472658365 rows/sec., 1.70 MiB/sec. | ||
| 6297 | 2025.01.30 20:22:17.548503 [ 127 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.01.30 20:22:17.548601 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6299 | 2025.01.30 20:22:17.548617 [ 271 ] {f642433d-372e-47f3-a5b8-49daa6438e7e} <Debug> TCPHandler: Processed in 0.002266293 sec. | ||
| 6300 | 2025.01.30 20:22:17.548890 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6301 | 2025.01.30 20:22:17.548908 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 6302 | 2025.01.30 20:22:17.549169 [ 270 ] {fb0fcd3f-532f-46d5-99d5-bedfaa0e01e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6303 | 2025.01.30 20:22:17.549172 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6304 | 2025.01.30 20:22:17.549222 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 64 rows starting from the beginning of the part | ||
| 6305 | 2025.01.30 20:22:17.549227 [ 270 ] {fb0fcd3f-532f-46d5-99d5-bedfaa0e01e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6306 | 2025.01.30 20:22:17.549507 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 38 rows starting from the beginning of the part | ||
| 6307 | 2025.01.30 20:22:17.549840 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 6308 | 2025.01.30 20:22:17.550293 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 38 rows starting from the beginning of the part | ||
| 6309 | 2025.01.30 20:22:17.550600 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 6310 | 2025.01.30 20:22:17.550890 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 44 rows starting from the beginning of the part | ||
| 6311 | 2025.01.30 20:22:17.551700 [ 270 ] {fb0fcd3f-532f-46d5-99d5-bedfaa0e01e8} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6312 | 2025.01.30 20:22:17.551743 [ 270 ] {fb0fcd3f-532f-46d5-99d5-bedfaa0e01e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6313 | 2025.01.30 20:22:17.552319 [ 270 ] {fb0fcd3f-532f-46d5-99d5-bedfaa0e01e8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6314 | 2025.01.30 20:22:17.552572 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.003827076 sec., 52259.21826480582 rows/sec., 3.93 MiB/sec. | ||
| 6315 | 2025.01.30 20:22:17.552691 [ 270 ] {fb0fcd3f-532f-46d5-99d5-bedfaa0e01e8} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6316 | 2025.01.30 20:22:17.552870 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6317 | 2025.01.30 20:22:17.553245 [ 270 ] {fb0fcd3f-532f-46d5-99d5-bedfaa0e01e8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004137 sec., 58496.495044718395 rows/sec., 3.96 MiB/sec. | ||
| 6318 | 2025.01.30 20:22:17.553407 [ 270 ] {fb0fcd3f-532f-46d5-99d5-bedfaa0e01e8} <Debug> TCPHandler: Processed in 0.004678159 sec. | ||
| 6319 | 2025.01.30 20:22:17.553597 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6320 | 2025.01.30 20:22:17.553649 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6321 | 2025.01.30 20:22:17.553824 [ 271 ] {9dd5800f-b39a-4223-aad7-85978f419848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6322 | 2025.01.30 20:22:17.553834 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_46_9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6323 | 2025.01.30 20:22:17.553899 [ 271 ] {9dd5800f-b39a-4223-aad7-85978f419848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6324 | 2025.01.30 20:22:17.554029 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6325 | 2025.01.30 20:22:17.554593 [ 271 ] {9dd5800f-b39a-4223-aad7-85978f419848} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6326 | 2025.01.30 20:22:17.554635 [ 271 ] {9dd5800f-b39a-4223-aad7-85978f419848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6327 | 2025.01.30 20:22:17.555012 [ 271 ] {9dd5800f-b39a-4223-aad7-85978f419848} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6328 | 2025.01.30 20:22:17.555249 [ 271 ] {9dd5800f-b39a-4223-aad7-85978f419848} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6329 | 2025.01.30 20:22:17.555413 [ 127 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6330 | 2025.01.30 20:22:17.555474 [ 127 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6331 | 2025.01.30 20:22:17.555507 [ 271 ] {9dd5800f-b39a-4223-aad7-85978f419848} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001734 sec., 7497.1164936562855 rows/sec., 467.44 KiB/sec. | ||
| 6332 | 2025.01.30 20:22:17.555518 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6333 | 2025.01.30 20:22:17.555716 [ 271 ] {9dd5800f-b39a-4223-aad7-85978f419848} <Debug> TCPHandler: Processed in 0.002199261 sec. | ||
| 6334 | 2025.01.30 20:22:17.555803 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 6335 | 2025.01.30 20:22:17.556024 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6336 | 2025.01.30 20:22:17.556116 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6337 | 2025.01.30 20:22:17.556156 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 6338 | 2025.01.30 20:22:17.556204 [ 270 ] {2795e1f6-033c-42a8-bce1-41db2959d81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6339 | 2025.01.30 20:22:17.556275 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 6340 | 2025.01.30 20:22:17.556316 [ 270 ] {2795e1f6-033c-42a8-bce1-41db2959d81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6341 | 2025.01.30 20:22:17.556461 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 6342 | 2025.01.30 20:22:17.556651 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 6343 | 2025.01.30 20:22:17.556933 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 6344 | 2025.01.30 20:22:17.558402 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002762797 sec., 23526.88235871112 rows/sec., 1.52 MiB/sec. | ||
| 6345 | 2025.01.30 20:22:17.558409 [ 270 ] {2795e1f6-033c-42a8-bce1-41db2959d81d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2025.01.30 20:22:17.558476 [ 270 ] {2795e1f6-033c-42a8-bce1-41db2959d81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6347 | 2025.01.30 20:22:17.558569 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6348 | 2025.01.30 20:22:17.558948 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_9_2} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2025.01.30 20:22:17.559007 [ 270 ] {2795e1f6-033c-42a8-bce1-41db2959d81d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6350 | 2025.01.30 20:22:17.559051 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_9_2} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6351 | 2025.01.30 20:22:17.559141 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6352 | 2025.01.30 20:22:17.559284 [ 270 ] {2795e1f6-033c-42a8-bce1-41db2959d81d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6353 | 2025.01.30 20:22:17.559505 [ 270 ] {2795e1f6-033c-42a8-bce1-41db2959d81d} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.003334 sec., 262447.5104979004 rows/sec., 19.02 MiB/sec. | ||
| 6354 | 2025.01.30 20:22:17.559677 [ 270 ] {2795e1f6-033c-42a8-bce1-41db2959d81d} <Debug> TCPHandler: Processed in 0.003833066 sec. | ||
| 6355 | 2025.01.30 20:22:17.559985 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6356 | 2025.01.30 20:22:17.560167 [ 271 ] {899a4bbb-d14b-4383-bd1b-c044713bfdac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6357 | 2025.01.30 20:22:17.560219 [ 271 ] {899a4bbb-d14b-4383-bd1b-c044713bfdac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6358 | 2025.01.30 20:22:17.560702 [ 271 ] {899a4bbb-d14b-4383-bd1b-c044713bfdac} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6359 | 2025.01.30 20:22:17.560740 [ 271 ] {899a4bbb-d14b-4383-bd1b-c044713bfdac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6360 | 2025.01.30 20:22:17.561115 [ 271 ] {899a4bbb-d14b-4383-bd1b-c044713bfdac} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6361 | 2025.01.30 20:22:17.561359 [ 271 ] {899a4bbb-d14b-4383-bd1b-c044713bfdac} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6362 | 2025.01.30 20:22:17.561642 [ 271 ] {899a4bbb-d14b-4383-bd1b-c044713bfdac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec. | ||
| 6363 | 2025.01.30 20:22:17.561769 [ 271 ] {899a4bbb-d14b-4383-bd1b-c044713bfdac} <Debug> TCPHandler: Processed in 0.001962834 sec. | ||
| 6364 | 2025.01.30 20:22:17.561902 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6365 | 2025.01.30 20:22:17.562019 [ 270 ] {4f700a99-f840-4547-9f41-9a7663b0326d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6366 | 2025.01.30 20:22:17.562073 [ 270 ] {4f700a99-f840-4547-9f41-9a7663b0326d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6367 | 2025.01.30 20:22:17.562974 [ 270 ] {4f700a99-f840-4547-9f41-9a7663b0326d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6368 | 2025.01.30 20:22:17.563020 [ 270 ] {4f700a99-f840-4547-9f41-9a7663b0326d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6369 | 2025.01.30 20:22:17.563482 [ 270 ] {4f700a99-f840-4547-9f41-9a7663b0326d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6370 | 2025.01.30 20:22:17.563722 [ 270 ] {4f700a99-f840-4547-9f41-9a7663b0326d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6371 | 2025.01.30 20:22:17.563904 [ 270 ] {4f700a99-f840-4547-9f41-9a7663b0326d} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.00191 sec., 502617.8010471204 rows/sec., 33.59 MiB/sec. | ||
| 6372 | 2025.01.30 20:22:17.563954 [ 270 ] {4f700a99-f840-4547-9f41-9a7663b0326d} <Debug> TCPHandler: Processed in 0.002108519 sec. | ||
| 6373 | 2025.01.30 20:22:17.564097 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6374 | 2025.01.30 20:22:17.564218 [ 271 ] {3af7adab-5c8c-4521-9c19-bfc522370fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6375 | 2025.01.30 20:22:17.564269 [ 271 ] {3af7adab-5c8c-4521-9c19-bfc522370fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6376 | 2025.01.30 20:22:17.564742 [ 271 ] {3af7adab-5c8c-4521-9c19-bfc522370fcd} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6377 | 2025.01.30 20:22:17.564781 [ 271 ] {3af7adab-5c8c-4521-9c19-bfc522370fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6378 | 2025.01.30 20:22:17.565143 [ 271 ] {3af7adab-5c8c-4521-9c19-bfc522370fcd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6379 | 2025.01.30 20:22:17.565378 [ 271 ] {3af7adab-5c8c-4521-9c19-bfc522370fcd} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2025.01.30 20:22:17.565589 [ 271 ] {3af7adab-5c8c-4521-9c19-bfc522370fcd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec. | ||
| 6381 | 2025.01.30 20:22:17.565639 [ 271 ] {3af7adab-5c8c-4521-9c19-bfc522370fcd} <Debug> TCPHandler: Processed in 0.001595274 sec. | ||
| 6382 | 2025.01.30 20:22:17.565781 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6383 | 2025.01.30 20:22:17.565899 [ 270 ] {954e50d8-703f-4523-8ecb-8cf151a4bd35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6384 | 2025.01.30 20:22:17.565979 [ 270 ] {954e50d8-703f-4523-8ecb-8cf151a4bd35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6385 | 2025.01.30 20:22:17.567138 [ 270 ] {954e50d8-703f-4523-8ecb-8cf151a4bd35} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2025.01.30 20:22:17.567176 [ 270 ] {954e50d8-703f-4523-8ecb-8cf151a4bd35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6387 | 2025.01.30 20:22:17.567834 [ 270 ] {954e50d8-703f-4523-8ecb-8cf151a4bd35} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6388 | 2025.01.30 20:22:17.568102 [ 270 ] {954e50d8-703f-4523-8ecb-8cf151a4bd35} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6389 | 2025.01.30 20:22:17.568242 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6390 | 2025.01.30 20:22:17.568292 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6391 | 2025.01.30 20:22:17.568313 [ 270 ] {954e50d8-703f-4523-8ecb-8cf151a4bd35} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002436 sec., 12725.779967159278 rows/sec., 22.80 MiB/sec. | ||
| 6392 | 2025.01.30 20:22:17.568319 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6393 | 2025.01.30 20:22:17.568686 [ 270 ] {954e50d8-703f-4523-8ecb-8cf151a4bd35} <Debug> TCPHandler: Processed in 0.002962952 sec. | ||
| 6394 | 2025.01.30 20:22:17.568703 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 6395 | 2025.01.30 20:22:17.568896 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6396 | 2025.01.30 20:22:17.569199 [ 271 ] {72be7193-5adf-47be-8ce9-b7012f10f595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6397 | 2025.01.30 20:22:17.569337 [ 271 ] {72be7193-5adf-47be-8ce9-b7012f10f595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6398 | 2025.01.30 20:22:17.569516 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6399 | 2025.01.30 20:22:17.569768 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 811 rows starting from the beginning of the part | ||
| 6400 | 2025.01.30 20:22:17.570510 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part | ||
| 6401 | 2025.01.30 20:22:17.571362 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 6402 | 2025.01.30 20:22:17.571608 [ 271 ] {72be7193-5adf-47be-8ce9-b7012f10f595} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6403 | 2025.01.30 20:22:17.571740 [ 271 ] {72be7193-5adf-47be-8ce9-b7012f10f595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6404 | 2025.01.30 20:22:17.572121 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part | ||
| 6405 | 2025.01.30 20:22:17.572695 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 6406 | 2025.01.30 20:22:17.573268 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part | ||
| 6407 | 2025.01.30 20:22:17.573341 [ 271 ] {72be7193-5adf-47be-8ce9-b7012f10f595} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6408 | 2025.01.30 20:22:17.574066 [ 271 ] {72be7193-5adf-47be-8ce9-b7012f10f595} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6409 | 2025.01.30 20:22:17.574608 [ 271 ] {72be7193-5adf-47be-8ce9-b7012f10f595} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005512 sec., 14876.632801161102 rows/sec., 967.53 KiB/sec. | ||
| 6410 | 2025.01.30 20:22:17.574743 [ 271 ] {72be7193-5adf-47be-8ce9-b7012f10f595} <Debug> TCPHandler: Processed in 0.005958205 sec. | ||
| 6411 | 2025.01.30 20:22:17.581068 [ 196 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 920 rows, containing 19 columns (19 merged, 0 gathered) in 0.01262042 sec., 72897.7324051022 rows/sec., 130.63 MiB/sec. | ||
| 6412 | 2025.01.30 20:22:17.582075 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6413 | 2025.01.30 20:22:17.582530 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6414 | 2025.01.30 20:22:17.582621 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6415 | 2025.01.30 20:22:17.582776 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.79 MiB. | ||
| 6416 | 2025.01.30 20:22:18.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.79 MiB, peak 218.23 MiB, free memory in arenas 0.00 B, will set to 211.67 MiB (RSS), difference: 2.88 MiB | ||
| 6417 | 2025.01.30 20:22:19.204945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 6418 | 2025.01.30 20:22:19.205707 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6419 | 2025.01.30 20:22:19.205755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6420 | 2025.01.30 20:22:19.206331 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6421 | 2025.01.30 20:22:19.206585 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6422 | 2025.01.30 20:22:19.206833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 6423 | 2025.01.30 20:22:20.411305 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 6424 | 2025.01.30 20:22:20.431716 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6425 | 2025.01.30 20:22:20.431764 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6426 | 2025.01.30 20:22:20.439454 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6427 | 2025.01.30 20:22:20.440263 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2025.01.30 20:22:20.443728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 6429 | 2025.01.30 20:22:22.830994 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6430 | 2025.01.30 20:22:22.831323 [ 270 ] {6a6086b3-92bc-4f98-8867-3547d06bdf01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6431 | 2025.01.30 20:22:22.831416 [ 270 ] {6a6086b3-92bc-4f98-8867-3547d06bdf01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6432 | 2025.01.30 20:22:22.832184 [ 270 ] {6a6086b3-92bc-4f98-8867-3547d06bdf01} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2025.01.30 20:22:22.832227 [ 270 ] {6a6086b3-92bc-4f98-8867-3547d06bdf01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6434 | 2025.01.30 20:22:22.832661 [ 270 ] {6a6086b3-92bc-4f98-8867-3547d06bdf01} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6435 | 2025.01.30 20:22:22.832908 [ 270 ] {6a6086b3-92bc-4f98-8867-3547d06bdf01} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2025.01.30 20:22:22.833150 [ 270 ] {6a6086b3-92bc-4f98-8867-3547d06bdf01} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001912 sec., 37656.903765690375 rows/sec., 3.03 MiB/sec. | ||
| 6437 | 2025.01.30 20:22:22.833226 [ 270 ] {6a6086b3-92bc-4f98-8867-3547d06bdf01} <Debug> TCPHandler: Processed in 0.002415477 sec. | ||
| 6438 | 2025.01.30 20:22:22.833507 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6439 | 2025.01.30 20:22:22.833716 [ 271 ] {55041143-10ab-40c3-8095-1570037d724f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6440 | 2025.01.30 20:22:22.833796 [ 271 ] {55041143-10ab-40c3-8095-1570037d724f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6441 | 2025.01.30 20:22:22.834582 [ 271 ] {55041143-10ab-40c3-8095-1570037d724f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6442 | 2025.01.30 20:22:22.834628 [ 271 ] {55041143-10ab-40c3-8095-1570037d724f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6443 | 2025.01.30 20:22:22.835055 [ 271 ] {55041143-10ab-40c3-8095-1570037d724f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6444 | 2025.01.30 20:22:22.835316 [ 271 ] {55041143-10ab-40c3-8095-1570037d724f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2025.01.30 20:22:22.835554 [ 271 ] {55041143-10ab-40c3-8095-1570037d724f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001894 sec., 4223.864836325238 rows/sec., 317.61 KiB/sec. | ||
| 6446 | 2025.01.30 20:22:22.835634 [ 271 ] {55041143-10ab-40c3-8095-1570037d724f} <Debug> TCPHandler: Processed in 0.002288343 sec. | ||
| 6447 | 2025.01.30 20:22:22.835888 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6448 | 2025.01.30 20:22:22.836111 [ 270 ] {3c66e4e7-89d9-459b-830d-2d2fcb33444b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6449 | 2025.01.30 20:22:22.836202 [ 270 ] {3c66e4e7-89d9-459b-830d-2d2fcb33444b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6450 | 2025.01.30 20:22:22.836883 [ 270 ] {3c66e4e7-89d9-459b-830d-2d2fcb33444b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6451 | 2025.01.30 20:22:22.836922 [ 270 ] {3c66e4e7-89d9-459b-830d-2d2fcb33444b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6452 | 2025.01.30 20:22:22.837287 [ 270 ] {3c66e4e7-89d9-459b-830d-2d2fcb33444b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6453 | 2025.01.30 20:22:22.837516 [ 270 ] {3c66e4e7-89d9-459b-830d-2d2fcb33444b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6454 | 2025.01.30 20:22:22.837741 [ 270 ] {3c66e4e7-89d9-459b-830d-2d2fcb33444b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001684 sec., 42755.34441805226 rows/sec., 3.34 MiB/sec. | ||
| 6455 | 2025.01.30 20:22:22.837834 [ 270 ] {3c66e4e7-89d9-459b-830d-2d2fcb33444b} <Debug> TCPHandler: Processed in 0.002094368 sec. | ||
| 6456 | 2025.01.30 20:22:22.838038 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6457 | 2025.01.30 20:22:22.838176 [ 271 ] {38027bd4-1f4a-4720-a926-d6f1d2352b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6458 | 2025.01.30 20:22:22.838240 [ 271 ] {38027bd4-1f4a-4720-a926-d6f1d2352b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6459 | 2025.01.30 20:22:22.838839 [ 271 ] {38027bd4-1f4a-4720-a926-d6f1d2352b72} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2025.01.30 20:22:22.838879 [ 271 ] {38027bd4-1f4a-4720-a926-d6f1d2352b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6461 | 2025.01.30 20:22:22.839276 [ 271 ] {38027bd4-1f4a-4720-a926-d6f1d2352b72} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6462 | 2025.01.30 20:22:22.839521 [ 271 ] {38027bd4-1f4a-4720-a926-d6f1d2352b72} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2025.01.30 20:22:22.839735 [ 271 ] {38027bd4-1f4a-4720-a926-d6f1d2352b72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 6464 | 2025.01.30 20:22:22.839787 [ 271 ] {38027bd4-1f4a-4720-a926-d6f1d2352b72} <Debug> TCPHandler: Processed in 0.001850802 sec. | ||
| 6465 | 2025.01.30 20:22:22.839937 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6466 | 2025.01.30 20:22:22.840054 [ 270 ] {4b096fe2-0217-4100-a763-03d48cc79ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6467 | 2025.01.30 20:22:22.840135 [ 270 ] {4b096fe2-0217-4100-a763-03d48cc79ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6468 | 2025.01.30 20:22:22.841224 [ 270 ] {4b096fe2-0217-4100-a763-03d48cc79ebb} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2025.01.30 20:22:22.841264 [ 270 ] {4b096fe2-0217-4100-a763-03d48cc79ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6470 | 2025.01.30 20:22:22.841878 [ 270 ] {4b096fe2-0217-4100-a763-03d48cc79ebb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6471 | 2025.01.30 20:22:22.842143 [ 270 ] {4b096fe2-0217-4100-a763-03d48cc79ebb} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2025.01.30 20:22:22.842368 [ 270 ] {4b096fe2-0217-4100-a763-03d48cc79ebb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002338 sec., 3421.7279726261763 rows/sec., 6.13 MiB/sec. | ||
| 6473 | 2025.01.30 20:22:22.842461 [ 270 ] {4b096fe2-0217-4100-a763-03d48cc79ebb} <Debug> TCPHandler: Processed in 0.002579982 sec. | ||
| 6474 | 2025.01.30 20:22:22.842614 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6475 | 2025.01.30 20:22:22.842784 [ 271 ] {9e4b6653-48e3-45a4-a870-ce3b786bddaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6476 | 2025.01.30 20:22:22.842847 [ 271 ] {9e4b6653-48e3-45a4-a870-ce3b786bddaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6477 | 2025.01.30 20:22:22.843407 [ 271 ] {9e4b6653-48e3-45a4-a870-ce3b786bddaf} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2025.01.30 20:22:22.843446 [ 271 ] {9e4b6653-48e3-45a4-a870-ce3b786bddaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6479 | 2025.01.30 20:22:22.843816 [ 271 ] {9e4b6653-48e3-45a4-a870-ce3b786bddaf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6480 | 2025.01.30 20:22:22.844055 [ 271 ] {9e4b6653-48e3-45a4-a870-ce3b786bddaf} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2025.01.30 20:22:22.844280 [ 271 ] {9e4b6653-48e3-45a4-a870-ce3b786bddaf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001527 sec., 39292.73084479372 rows/sec., 2.65 MiB/sec. | ||
| 6482 | 2025.01.30 20:22:22.844389 [ 271 ] {9e4b6653-48e3-45a4-a870-ce3b786bddaf} <Debug> TCPHandler: Processed in 0.001839131 sec. | ||
| 6483 | 2025.01.30 20:22:26.560788 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6484 | 2025.01.30 20:22:26.560850 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6485 | 2025.01.30 20:22:26.706966 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 6486 | 2025.01.30 20:22:26.707646 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6487 | 2025.01.30 20:22:26.707688 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6488 | 2025.01.30 20:22:26.708207 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6489 | 2025.01.30 20:22:26.708455 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6490 | 2025.01.30 20:22:26.708659 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 6491 | 2025.01.30 20:22:26.766794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 866 | ||
| 6492 | 2025.01.30 20:22:26.769962 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6493 | 2025.01.30 20:22:26.770011 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6494 | 2025.01.30 20:22:26.771498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6495 | 2025.01.30 20:22:26.771814 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6496 | 2025.01.30 20:22:26.772964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 866 | ||
| 6497 | 2025.01.30 20:22:27.836590 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6498 | 2025.01.30 20:22:27.836796 [ 270 ] {b82b786b-ebbd-4da6-98c0-596bbf35af06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6499 | 2025.01.30 20:22:27.836876 [ 270 ] {b82b786b-ebbd-4da6-98c0-596bbf35af06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6500 | 2025.01.30 20:22:27.837694 [ 270 ] {b82b786b-ebbd-4da6-98c0-596bbf35af06} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2025.01.30 20:22:27.837738 [ 270 ] {b82b786b-ebbd-4da6-98c0-596bbf35af06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6502 | 2025.01.30 20:22:27.838166 [ 270 ] {b82b786b-ebbd-4da6-98c0-596bbf35af06} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6503 | 2025.01.30 20:22:27.838415 [ 270 ] {b82b786b-ebbd-4da6-98c0-596bbf35af06} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.01.30 20:22:27.838664 [ 270 ] {b82b786b-ebbd-4da6-98c0-596bbf35af06} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 6505 | 2025.01.30 20:22:27.838876 [ 270 ] {b82b786b-ebbd-4da6-98c0-596bbf35af06} <Debug> TCPHandler: Processed in 0.002421388 sec. | ||
| 6506 | 2025.01.30 20:22:27.839155 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6507 | 2025.01.30 20:22:27.839362 [ 271 ] {b423795f-a84f-4a0d-9faa-5944fc7cf849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6508 | 2025.01.30 20:22:27.839441 [ 271 ] {b423795f-a84f-4a0d-9faa-5944fc7cf849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6509 | 2025.01.30 20:22:27.840316 [ 271 ] {b423795f-a84f-4a0d-9faa-5944fc7cf849} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6510 | 2025.01.30 20:22:27.840356 [ 271 ] {b423795f-a84f-4a0d-9faa-5944fc7cf849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6511 | 2025.01.30 20:22:27.840814 [ 271 ] {b423795f-a84f-4a0d-9faa-5944fc7cf849} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6512 | 2025.01.30 20:22:27.841065 [ 271 ] {b423795f-a84f-4a0d-9faa-5944fc7cf849} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6513 | 2025.01.30 20:22:27.841287 [ 271 ] {b423795f-a84f-4a0d-9faa-5944fc7cf849} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.001978 sec., 133973.71081900908 rows/sec., 11.80 MiB/sec. | ||
| 6514 | 2025.01.30 20:22:27.841361 [ 271 ] {b423795f-a84f-4a0d-9faa-5944fc7cf849} <Debug> TCPHandler: Processed in 0.002345245 sec. | ||
| 6515 | 2025.01.30 20:22:27.841563 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6516 | 2025.01.30 20:22:27.841710 [ 270 ] {0ef29919-7c10-4f49-86e2-62f525ed7162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6517 | 2025.01.30 20:22:27.841771 [ 270 ] {0ef29919-7c10-4f49-86e2-62f525ed7162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6518 | 2025.01.30 20:22:27.842477 [ 270 ] {0ef29919-7c10-4f49-86e2-62f525ed7162} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6519 | 2025.01.30 20:22:27.842524 [ 270 ] {0ef29919-7c10-4f49-86e2-62f525ed7162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6520 | 2025.01.30 20:22:27.842890 [ 270 ] {0ef29919-7c10-4f49-86e2-62f525ed7162} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6521 | 2025.01.30 20:22:27.843122 [ 270 ] {0ef29919-7c10-4f49-86e2-62f525ed7162} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6522 | 2025.01.30 20:22:27.843323 [ 270 ] {0ef29919-7c10-4f49-86e2-62f525ed7162} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001643 sec., 23128.423615337797 rows/sec., 1.66 MiB/sec. | ||
| 6523 | 2025.01.30 20:22:27.843375 [ 270 ] {0ef29919-7c10-4f49-86e2-62f525ed7162} <Debug> TCPHandler: Processed in 0.001915023 sec. | ||
| 6524 | 2025.01.30 20:22:27.843507 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6525 | 2025.01.30 20:22:27.843625 [ 271 ] {866cb7b3-55c5-4568-b4bd-9bca16461769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6526 | 2025.01.30 20:22:27.843673 [ 271 ] {866cb7b3-55c5-4568-b4bd-9bca16461769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6527 | 2025.01.30 20:22:27.844234 [ 271 ] {866cb7b3-55c5-4568-b4bd-9bca16461769} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2025.01.30 20:22:27.844271 [ 271 ] {866cb7b3-55c5-4568-b4bd-9bca16461769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6529 | 2025.01.30 20:22:27.844626 [ 271 ] {866cb7b3-55c5-4568-b4bd-9bca16461769} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6530 | 2025.01.30 20:22:27.844861 [ 271 ] {866cb7b3-55c5-4568-b4bd-9bca16461769} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6531 | 2025.01.30 20:22:27.845034 [ 271 ] {866cb7b3-55c5-4568-b4bd-9bca16461769} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001433 sec., 9769.713886950454 rows/sec., 684.21 KiB/sec. | ||
| 6532 | 2025.01.30 20:22:27.845085 [ 271 ] {866cb7b3-55c5-4568-b4bd-9bca16461769} <Debug> TCPHandler: Processed in 0.001635825 sec. | ||
| 6533 | 2025.01.30 20:22:27.845225 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6534 | 2025.01.30 20:22:27.845342 [ 270 ] {e280622b-029b-4a2d-8fc1-ce13a9068f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6535 | 2025.01.30 20:22:27.845390 [ 270 ] {e280622b-029b-4a2d-8fc1-ce13a9068f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6536 | 2025.01.30 20:22:27.845983 [ 270 ] {e280622b-029b-4a2d-8fc1-ce13a9068f10} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6537 | 2025.01.30 20:22:27.846022 [ 270 ] {e280622b-029b-4a2d-8fc1-ce13a9068f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6538 | 2025.01.30 20:22:27.846383 [ 270 ] {e280622b-029b-4a2d-8fc1-ce13a9068f10} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6539 | 2025.01.30 20:22:27.846618 [ 270 ] {e280622b-029b-4a2d-8fc1-ce13a9068f10} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6540 | 2025.01.30 20:22:27.846831 [ 270 ] {e280622b-029b-4a2d-8fc1-ce13a9068f10} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001513 sec., 8592.200925313946 rows/sec., 535.72 KiB/sec. | ||
| 6541 | 2025.01.30 20:22:27.846883 [ 270 ] {e280622b-029b-4a2d-8fc1-ce13a9068f10} <Debug> TCPHandler: Processed in 0.001714457 sec. | ||
| 6542 | 2025.01.30 20:22:27.847035 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6543 | 2025.01.30 20:22:27.847151 [ 271 ] {a23480f8-aa16-4c56-87de-ba148560577f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6544 | 2025.01.30 20:22:27.847199 [ 271 ] {a23480f8-aa16-4c56-87de-ba148560577f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6545 | 2025.01.30 20:22:27.847918 [ 271 ] {a23480f8-aa16-4c56-87de-ba148560577f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6546 | 2025.01.30 20:22:27.847955 [ 271 ] {a23480f8-aa16-4c56-87de-ba148560577f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6547 | 2025.01.30 20:22:27.848333 [ 271 ] {a23480f8-aa16-4c56-87de-ba148560577f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6548 | 2025.01.30 20:22:27.848583 [ 271 ] {a23480f8-aa16-4c56-87de-ba148560577f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6549 | 2025.01.30 20:22:27.848752 [ 271 ] {a23480f8-aa16-4c56-87de-ba148560577f} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001624 sec., 254310.3448275862 rows/sec., 18.14 MiB/sec. | ||
| 6550 | 2025.01.30 20:22:27.848801 [ 271 ] {a23480f8-aa16-4c56-87de-ba148560577f} <Debug> TCPHandler: Processed in 0.00182494 sec. | ||
| 6551 | 2025.01.30 20:22:27.848951 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6552 | 2025.01.30 20:22:27.849087 [ 270 ] {e6dbe240-8d11-4541-b3ee-6efef772520f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6553 | 2025.01.30 20:22:27.849153 [ 270 ] {e6dbe240-8d11-4541-b3ee-6efef772520f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6554 | 2025.01.30 20:22:27.849699 [ 270 ] {e6dbe240-8d11-4541-b3ee-6efef772520f} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2025.01.30 20:22:27.849738 [ 270 ] {e6dbe240-8d11-4541-b3ee-6efef772520f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6556 | 2025.01.30 20:22:27.850116 [ 270 ] {e6dbe240-8d11-4541-b3ee-6efef772520f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6557 | 2025.01.30 20:22:27.850349 [ 270 ] {e6dbe240-8d11-4541-b3ee-6efef772520f} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2025.01.30 20:22:27.850576 [ 270 ] {e6dbe240-8d11-4541-b3ee-6efef772520f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 6559 | 2025.01.30 20:22:27.850759 [ 270 ] {e6dbe240-8d11-4541-b3ee-6efef772520f} <Debug> TCPHandler: Processed in 0.001871752 sec. | ||
| 6560 | 2025.01.30 20:22:27.850924 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6561 | 2025.01.30 20:22:27.851060 [ 271 ] {c3226384-c15f-4e3a-8280-16f4a77ceabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6562 | 2025.01.30 20:22:27.851122 [ 271 ] {c3226384-c15f-4e3a-8280-16f4a77ceabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6563 | 2025.01.30 20:22:27.851754 [ 271 ] {c3226384-c15f-4e3a-8280-16f4a77ceabf} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2025.01.30 20:22:27.851792 [ 271 ] {c3226384-c15f-4e3a-8280-16f4a77ceabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6565 | 2025.01.30 20:22:27.852183 [ 271 ] {c3226384-c15f-4e3a-8280-16f4a77ceabf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6566 | 2025.01.30 20:22:27.852417 [ 271 ] {c3226384-c15f-4e3a-8280-16f4a77ceabf} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.01.30 20:22:27.852649 [ 271 ] {c3226384-c15f-4e3a-8280-16f4a77ceabf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec. | ||
| 6568 | 2025.01.30 20:22:27.852726 [ 271 ] {c3226384-c15f-4e3a-8280-16f4a77ceabf} <Debug> TCPHandler: Processed in 0.001868172 sec. | ||
| 6569 | 2025.01.30 20:22:27.852947 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2025.01.30 20:22:27.853100 [ 270 ] {6944cb06-0214-4688-a8be-68aaa252c33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6571 | 2025.01.30 20:22:27.853159 [ 270 ] {6944cb06-0214-4688-a8be-68aaa252c33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6572 | 2025.01.30 20:22:27.853667 [ 270 ] {6944cb06-0214-4688-a8be-68aaa252c33f} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.01.30 20:22:27.853704 [ 270 ] {6944cb06-0214-4688-a8be-68aaa252c33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6574 | 2025.01.30 20:22:27.854056 [ 270 ] {6944cb06-0214-4688-a8be-68aaa252c33f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6575 | 2025.01.30 20:22:27.854284 [ 270 ] {6944cb06-0214-4688-a8be-68aaa252c33f} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.01.30 20:22:27.854441 [ 110 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6577 | 2025.01.30 20:22:27.854498 [ 270 ] {6944cb06-0214-4688-a8be-68aaa252c33f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec. | ||
| 6578 | 2025.01.30 20:22:27.854515 [ 110 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6579 | 2025.01.30 20:22:27.854583 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6580 | 2025.01.30 20:22:27.854617 [ 270 ] {6944cb06-0214-4688-a8be-68aaa252c33f} <Debug> TCPHandler: Processed in 0.001783509 sec. | ||
| 6581 | 2025.01.30 20:22:27.854869 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6582 | 2025.01.30 20:22:27.855182 [ 196 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 6583 | 2025.01.30 20:22:27.855272 [ 271 ] {d9828068-cf6b-4f8f-86ed-1614bf895d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6584 | 2025.01.30 20:22:27.855507 [ 271 ] {d9828068-cf6b-4f8f-86ed-1614bf895d4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6585 | 2025.01.30 20:22:27.855598 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6586 | 2025.01.30 20:22:27.855801 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
| 6587 | 2025.01.30 20:22:27.856485 [ 196 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 6588 | 2025.01.30 20:22:27.856925 [ 196 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 6589 | 2025.01.30 20:22:27.857227 [ 196 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 6590 | 2025.01.30 20:22:27.857592 [ 196 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 6591 | 2025.01.30 20:22:27.857943 [ 196 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 6592 | 2025.01.30 20:22:27.861644 [ 271 ] {d9828068-cf6b-4f8f-86ed-1614bf895d4e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2025.01.30 20:22:27.861743 [ 271 ] {d9828068-cf6b-4f8f-86ed-1614bf895d4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6594 | 2025.01.30 20:22:27.861828 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.007060616 sec., 1557.9377210147104 rows/sec., 104.42 KiB/sec. | ||
| 6595 | 2025.01.30 20:22:27.862114 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6596 | 2025.01.30 20:22:27.862862 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_11_2} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6597 | 2025.01.30 20:22:27.863048 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_11_2} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6598 | 2025.01.30 20:22:27.863176 [ 271 ] {d9828068-cf6b-4f8f-86ed-1614bf895d4e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6599 | 2025.01.30 20:22:27.863202 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6600 | 2025.01.30 20:22:27.863488 [ 271 ] {d9828068-cf6b-4f8f-86ed-1614bf895d4e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6601 | 2025.01.30 20:22:27.863775 [ 271 ] {d9828068-cf6b-4f8f-86ed-1614bf895d4e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008639 sec., 3588.3782845236715 rows/sec., 6.43 MiB/sec. | ||
| 6602 | 2025.01.30 20:22:27.864067 [ 271 ] {d9828068-cf6b-4f8f-86ed-1614bf895d4e} <Debug> TCPHandler: Processed in 0.0093615 sec. | ||
| 6603 | 2025.01.30 20:22:27.864294 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6604 | 2025.01.30 20:22:27.864434 [ 270 ] {f7a0edd2-ec96-494e-bb6b-5d94423389af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6605 | 2025.01.30 20:22:27.864497 [ 270 ] {f7a0edd2-ec96-494e-bb6b-5d94423389af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6606 | 2025.01.30 20:22:27.865070 [ 270 ] {f7a0edd2-ec96-494e-bb6b-5d94423389af} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6607 | 2025.01.30 20:22:27.865109 [ 270 ] {f7a0edd2-ec96-494e-bb6b-5d94423389af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6608 | 2025.01.30 20:22:27.865493 [ 270 ] {f7a0edd2-ec96-494e-bb6b-5d94423389af} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6609 | 2025.01.30 20:22:27.865731 [ 270 ] {f7a0edd2-ec96-494e-bb6b-5d94423389af} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6610 | 2025.01.30 20:22:27.865952 [ 270 ] {f7a0edd2-ec96-494e-bb6b-5d94423389af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001551 sec., 52869.116698903934 rows/sec., 3.36 MiB/sec. | ||
| 6611 | 2025.01.30 20:22:27.866065 [ 270 ] {f7a0edd2-ec96-494e-bb6b-5d94423389af} <Debug> TCPHandler: Processed in 0.001888382 sec. | ||
| 6612 | 2025.01.30 20:22:27.943800 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 6613 | 2025.01.30 20:22:27.965419 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2025.01.30 20:22:27.965464 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6615 | 2025.01.30 20:22:27.972876 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6616 | 2025.01.30 20:22:27.973634 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2025.01.30 20:22:27.976250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 6618 | 2025.01.30 20:22:28.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.38 MiB, peak 218.23 MiB, free memory in arenas 0.00 B, will set to 212.26 MiB (RSS), difference: -1.12 MiB | ||
| 6619 | 2025.01.30 20:22:32.831320 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2025.01.30 20:22:32.831551 [ 270 ] {083980d4-9037-40ba-b538-70d654f20bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6621 | 2025.01.30 20:22:32.831632 [ 270 ] {083980d4-9037-40ba-b538-70d654f20bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6622 | 2025.01.30 20:22:32.832388 [ 270 ] {083980d4-9037-40ba-b538-70d654f20bae} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2025.01.30 20:22:32.832429 [ 270 ] {083980d4-9037-40ba-b538-70d654f20bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6624 | 2025.01.30 20:22:32.832873 [ 270 ] {083980d4-9037-40ba-b538-70d654f20bae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6625 | 2025.01.30 20:22:32.833119 [ 270 ] {083980d4-9037-40ba-b538-70d654f20bae} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2025.01.30 20:22:32.833349 [ 270 ] {083980d4-9037-40ba-b538-70d654f20bae} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001852 sec., 3239.7408207343415 rows/sec., 264.18 KiB/sec. | ||
| 6627 | 2025.01.30 20:22:32.833425 [ 270 ] {083980d4-9037-40ba-b538-70d654f20bae} <Debug> TCPHandler: Processed in 0.002245782 sec. | ||
| 6628 | 2025.01.30 20:22:32.833682 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2025.01.30 20:22:32.833899 [ 271 ] {f4a54c58-2e46-4265-b75f-ec7217be56b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6630 | 2025.01.30 20:22:32.833981 [ 271 ] {f4a54c58-2e46-4265-b75f-ec7217be56b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6631 | 2025.01.30 20:22:32.834842 [ 271 ] {f4a54c58-2e46-4265-b75f-ec7217be56b2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2025.01.30 20:22:32.834894 [ 271 ] {f4a54c58-2e46-4265-b75f-ec7217be56b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6633 | 2025.01.30 20:22:32.835345 [ 271 ] {f4a54c58-2e46-4265-b75f-ec7217be56b2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6634 | 2025.01.30 20:22:32.835602 [ 271 ] {f4a54c58-2e46-4265-b75f-ec7217be56b2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2025.01.30 20:22:32.835840 [ 271 ] {f4a54c58-2e46-4265-b75f-ec7217be56b2} <Debug> executeQuery: Read 75 rows, 6.15 KiB in 0.001998 sec., 37537.53753753754 rows/sec., 3.01 MiB/sec. | ||
| 6636 | 2025.01.30 20:22:32.835896 [ 271 ] {f4a54c58-2e46-4265-b75f-ec7217be56b2} <Debug> TCPHandler: Processed in 0.002347065 sec. | ||
| 6637 | 2025.01.30 20:22:32.836067 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2025.01.30 20:22:32.836207 [ 270 ] {9cedabb9-2cc8-4bbd-b1d1-aefd8e546003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6639 | 2025.01.30 20:22:32.836265 [ 270 ] {9cedabb9-2cc8-4bbd-b1d1-aefd8e546003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6640 | 2025.01.30 20:22:32.836936 [ 270 ] {9cedabb9-2cc8-4bbd-b1d1-aefd8e546003} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2025.01.30 20:22:32.836973 [ 270 ] {9cedabb9-2cc8-4bbd-b1d1-aefd8e546003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6642 | 2025.01.30 20:22:32.837337 [ 270 ] {9cedabb9-2cc8-4bbd-b1d1-aefd8e546003} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6643 | 2025.01.30 20:22:32.837577 [ 270 ] {9cedabb9-2cc8-4bbd-b1d1-aefd8e546003} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2025.01.30 20:22:32.837759 [ 270 ] {9cedabb9-2cc8-4bbd-b1d1-aefd8e546003} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001583 sec., 8843.967150979153 rows/sec., 644.67 KiB/sec. | ||
| 6645 | 2025.01.30 20:22:32.837809 [ 270 ] {9cedabb9-2cc8-4bbd-b1d1-aefd8e546003} <Debug> TCPHandler: Processed in 0.00181166 sec. | ||
| 6646 | 2025.01.30 20:22:32.837989 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6647 | 2025.01.30 20:22:32.838127 [ 271 ] {c5858012-94ee-4830-95ef-26cba764d01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6648 | 2025.01.30 20:22:32.838189 [ 271 ] {c5858012-94ee-4830-95ef-26cba764d01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6649 | 2025.01.30 20:22:32.838885 [ 271 ] {c5858012-94ee-4830-95ef-26cba764d01b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6650 | 2025.01.30 20:22:32.838925 [ 271 ] {c5858012-94ee-4830-95ef-26cba764d01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6651 | 2025.01.30 20:22:32.839296 [ 271 ] {c5858012-94ee-4830-95ef-26cba764d01b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6652 | 2025.01.30 20:22:32.839542 [ 271 ] {c5858012-94ee-4830-95ef-26cba764d01b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6653 | 2025.01.30 20:22:32.839801 [ 271 ] {c5858012-94ee-4830-95ef-26cba764d01b} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.001694 sec., 46044.86422668241 rows/sec., 3.60 MiB/sec. | ||
| 6654 | 2025.01.30 20:22:32.840002 [ 271 ] {c5858012-94ee-4830-95ef-26cba764d01b} <Debug> TCPHandler: Processed in 0.002078188 sec. | ||
| 6655 | 2025.01.30 20:22:32.840253 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6656 | 2025.01.30 20:22:32.840389 [ 270 ] {7b85ea8f-08b6-4211-95c9-fc4d740016ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6657 | 2025.01.30 20:22:32.840453 [ 270 ] {7b85ea8f-08b6-4211-95c9-fc4d740016ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6658 | 2025.01.30 20:22:32.841083 [ 270 ] {7b85ea8f-08b6-4211-95c9-fc4d740016ca} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6659 | 2025.01.30 20:22:32.841121 [ 270 ] {7b85ea8f-08b6-4211-95c9-fc4d740016ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6660 | 2025.01.30 20:22:32.841520 [ 270 ] {7b85ea8f-08b6-4211-95c9-fc4d740016ca} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6661 | 2025.01.30 20:22:32.841757 [ 270 ] {7b85ea8f-08b6-4211-95c9-fc4d740016ca} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6662 | 2025.01.30 20:22:32.841883 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6663 | 2025.01.30 20:22:32.841934 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6664 | 2025.01.30 20:22:32.841943 [ 270 ] {7b85ea8f-08b6-4211-95c9-fc4d740016ca} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001582 sec., 103034.13400758534 rows/sec., 7.17 MiB/sec. | ||
| 6665 | 2025.01.30 20:22:32.841963 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6666 | 2025.01.30 20:22:32.842024 [ 270 ] {7b85ea8f-08b6-4211-95c9-fc4d740016ca} <Debug> TCPHandler: Processed in 0.001902363 sec. | ||
| 6667 | 2025.01.30 20:22:32.842229 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 6668 | 2025.01.30 20:22:32.842241 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6669 | 2025.01.30 20:22:32.842393 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6670 | 2025.01.30 20:22:32.842416 [ 271 ] {b6b30955-7d26-412e-b766-b6ea993315ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6671 | 2025.01.30 20:22:32.842433 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13338 rows starting from the beginning of the part | ||
| 6672 | 2025.01.30 20:22:32.842601 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 6673 | 2025.01.30 20:22:32.842615 [ 271 ] {b6b30955-7d26-412e-b766-b6ea993315ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6674 | 2025.01.30 20:22:32.842938 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 960 rows starting from the beginning of the part | ||
| 6675 | 2025.01.30 20:22:32.843282 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 6676 | 2025.01.30 20:22:32.843577 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6677 | 2025.01.30 20:22:32.843865 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 163 rows starting from the beginning of the part | ||
| 6678 | 2025.01.30 20:22:32.845589 [ 271 ] {b6b30955-7d26-412e-b766-b6ea993315ce} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6679 | 2025.01.30 20:22:32.845636 [ 271 ] {b6b30955-7d26-412e-b766-b6ea993315ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6680 | 2025.01.30 20:22:32.846618 [ 271 ] {b6b30955-7d26-412e-b766-b6ea993315ce} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6681 | 2025.01.30 20:22:32.846975 [ 271 ] {b6b30955-7d26-412e-b766-b6ea993315ce} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6682 | 2025.01.30 20:22:32.847236 [ 271 ] {b6b30955-7d26-412e-b766-b6ea993315ce} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004862 sec., 1645.4134101192924 rows/sec., 2.95 MiB/sec. | ||
| 6683 | 2025.01.30 20:22:32.847340 [ 271 ] {b6b30955-7d26-412e-b766-b6ea993315ce} <Debug> TCPHandler: Processed in 0.005209835 sec. | ||
| 6684 | 2025.01.30 20:22:32.847506 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6685 | 2025.01.30 20:22:32.847654 [ 270 ] {29b80c12-4f24-4cf2-a084-87a630739497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6686 | 2025.01.30 20:22:32.847724 [ 270 ] {29b80c12-4f24-4cf2-a084-87a630739497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6687 | 2025.01.30 20:22:32.848795 [ 270 ] {29b80c12-4f24-4cf2-a084-87a630739497} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6688 | 2025.01.30 20:22:32.848858 [ 270 ] {29b80c12-4f24-4cf2-a084-87a630739497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6689 | 2025.01.30 20:22:32.848884 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15018 rows, containing 5 columns (5 merged, 0 gathered) in 0.006817869 sec., 2202741.061759914 rows/sec., 149.18 MiB/sec. | ||
| 6690 | 2025.01.30 20:22:32.849339 [ 270 ] {29b80c12-4f24-4cf2-a084-87a630739497} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6691 | 2025.01.30 20:22:32.849545 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6692 | 2025.01.30 20:22:32.849743 [ 270 ] {29b80c12-4f24-4cf2-a084-87a630739497} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6693 | 2025.01.30 20:22:32.850295 [ 270 ] {29b80c12-4f24-4cf2-a084-87a630739497} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002658 sec., 22573.36343115124 rows/sec., 1.52 MiB/sec. | ||
| 6694 | 2025.01.30 20:22:32.850463 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6695 | 2025.01.30 20:22:32.850819 [ 270 ] {29b80c12-4f24-4cf2-a084-87a630739497} <Debug> TCPHandler: Processed in 0.003376883 sec. | ||
| 6696 | 2025.01.30 20:22:32.851151 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6697 | 2025.01.30 20:22:32.851558 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB. | ||
| 6698 | 2025.01.30 20:22:34.208773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 6699 | 2025.01.30 20:22:34.209527 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6700 | 2025.01.30 20:22:34.209571 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6701 | 2025.01.30 20:22:34.210137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6702 | 2025.01.30 20:22:34.210387 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6703 | 2025.01.30 20:22:34.210548 [ 26 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6704 | 2025.01.30 20:22:34.210572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 6705 | 2025.01.30 20:22:34.210598 [ 26 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6706 | 2025.01.30 20:22:34.210624 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6707 | 2025.01.30 20:22:34.210841 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 6708 | 2025.01.30 20:22:34.211072 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6709 | 2025.01.30 20:22:34.211122 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 6710 | 2025.01.30 20:22:34.211213 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 6711 | 2025.01.30 20:22:34.211314 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 6712 | 2025.01.30 20:22:34.211558 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 6713 | 2025.01.30 20:22:34.211699 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 6714 | 2025.01.30 20:22:34.211791 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 6715 | 2025.01.30 20:22:34.214193 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003483066 sec., 5411611.494011311 rows/sec., 77.41 MiB/sec. | ||
| 6716 | 2025.01.30 20:22:34.214637 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6717 | 2025.01.30 20:22:34.215009 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6718 | 2025.01.30 20:22:34.215102 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_41_8} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6719 | 2025.01.30 20:22:34.215222 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 6720 | 2025.01.30 20:22:35.476316 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 6721 | 2025.01.30 20:22:35.498463 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6722 | 2025.01.30 20:22:35.498521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6723 | 2025.01.30 20:22:35.505991 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6724 | 2025.01.30 20:22:35.506776 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6725 | 2025.01.30 20:22:35.507173 [ 23 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6726 | 2025.01.30 20:22:35.507321 [ 23 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6727 | 2025.01.30 20:22:35.507403 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6728 | 2025.01.30 20:22:35.508142 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 6729 | 2025.01.30 20:22:35.524933 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 6730 | 2025.01.30 20:22:35.526441 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6731 | 2025.01.30 20:22:35.527659 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 6732 | 2025.01.30 20:22:35.532951 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 6733 | 2025.01.30 20:22:35.538681 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 6734 | 2025.01.30 20:22:35.544422 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 6735 | 2025.01.30 20:22:35.550367 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 6736 | 2025.01.30 20:22:35.555376 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 6737 | 2025.01.30 20:22:35.616100 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.108524411 sec., 2847.285667369344 rows/sec., 14.72 MiB/sec. | ||
| 6738 | 2025.01.30 20:22:35.618962 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6739 | 2025.01.30 20:22:35.621894 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_41_8} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2025.01.30 20:22:35.622016 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_41_8} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6741 | 2025.01.30 20:22:35.624474 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 6742 | 2025.01.30 20:22:36.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.93 MiB, peak 227.35 MiB, free memory in arenas 0.00 B, will set to 215.46 MiB (RSS), difference: 1.53 MiB | ||
| 6743 | 2025.01.30 20:22:36.773176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 902 | ||
| 6744 | 2025.01.30 20:22:36.776362 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2025.01.30 20:22:36.776401 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6746 | 2025.01.30 20:22:36.777878 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6747 | 2025.01.30 20:22:36.778185 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2025.01.30 20:22:36.778351 [ 28 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6749 | 2025.01.30 20:22:36.778414 [ 28 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6750 | 2025.01.30 20:22:36.778451 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6751 | 2025.01.30 20:22:36.778924 [ 189 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 6752 | 2025.01.30 20:22:36.781016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 6753 | 2025.01.30 20:22:36.781278 [ 189 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6754 | 2025.01.30 20:22:36.781423 [ 189 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 726 rows starting from the beginning of the part | ||
| 6755 | 2025.01.30 20:22:36.782039 [ 189 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part | ||
| 6756 | 2025.01.30 20:22:36.782577 [ 189 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 6757 | 2025.01.30 20:22:36.783089 [ 189 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 6758 | 2025.01.30 20:22:36.783599 [ 189 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
| 6759 | 2025.01.30 20:22:36.784121 [ 189 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 6760 | 2025.01.30 20:22:36.791868 [ 197 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 902 rows, containing 72 columns (72 merged, 0 gathered) in 0.01333426 sec., 67645.2986517437 rows/sec., 56.24 MiB/sec. | ||
| 6761 | 2025.01.30 20:22:36.793642 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6762 | 2025.01.30 20:22:36.795547 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6763 | 2025.01.30 20:22:36.795647 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_26_5} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6764 | 2025.01.30 20:22:36.796012 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 6765 | 2025.01.30 20:22:37.836962 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6766 | 2025.01.30 20:22:37.837176 [ 270 ] {b0bd1b7e-ea14-4ae8-b53e-25807dded6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6767 | 2025.01.30 20:22:37.837256 [ 270 ] {b0bd1b7e-ea14-4ae8-b53e-25807dded6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6768 | 2025.01.30 20:22:37.838094 [ 270 ] {b0bd1b7e-ea14-4ae8-b53e-25807dded6dc} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2025.01.30 20:22:37.838146 [ 270 ] {b0bd1b7e-ea14-4ae8-b53e-25807dded6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6770 | 2025.01.30 20:22:37.838596 [ 270 ] {b0bd1b7e-ea14-4ae8-b53e-25807dded6dc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6771 | 2025.01.30 20:22:37.838855 [ 270 ] {b0bd1b7e-ea14-4ae8-b53e-25807dded6dc} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6772 | 2025.01.30 20:22:37.839059 [ 270 ] {b0bd1b7e-ea14-4ae8-b53e-25807dded6dc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 6773 | 2025.01.30 20:22:37.839116 [ 270 ] {b0bd1b7e-ea14-4ae8-b53e-25807dded6dc} <Debug> TCPHandler: Processed in 0.002299474 sec. | ||
| 6774 | 2025.01.30 20:22:37.839373 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6775 | 2025.01.30 20:22:37.839567 [ 271 ] {adfa2e4a-e663-4a61-b2a0-f330796b0adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6776 | 2025.01.30 20:22:37.839643 [ 271 ] {adfa2e4a-e663-4a61-b2a0-f330796b0adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6777 | 2025.01.30 20:22:37.840528 [ 271 ] {adfa2e4a-e663-4a61-b2a0-f330796b0adf} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6778 | 2025.01.30 20:22:37.840578 [ 271 ] {adfa2e4a-e663-4a61-b2a0-f330796b0adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6779 | 2025.01.30 20:22:37.841051 [ 271 ] {adfa2e4a-e663-4a61-b2a0-f330796b0adf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6780 | 2025.01.30 20:22:37.841313 [ 271 ] {adfa2e4a-e663-4a61-b2a0-f330796b0adf} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6781 | 2025.01.30 20:22:37.841502 [ 35 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6782 | 2025.01.30 20:22:37.841574 [ 35 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.01.30 20:22:37.841580 [ 271 ] {adfa2e4a-e663-4a61-b2a0-f330796b0adf} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002058 sec., 128765.79203109816 rows/sec., 11.34 MiB/sec. | ||
| 6784 | 2025.01.30 20:22:37.841613 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6785 | 2025.01.30 20:22:37.841712 [ 271 ] {adfa2e4a-e663-4a61-b2a0-f330796b0adf} <Debug> TCPHandler: Processed in 0.002463779 sec. | ||
| 6786 | 2025.01.30 20:22:37.841943 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 6787 | 2025.01.30 20:22:37.841958 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6788 | 2025.01.30 20:22:37.842248 [ 270 ] {0223c45e-442a-4dfd-a63b-58f5139401e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6789 | 2025.01.30 20:22:37.842266 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6790 | 2025.01.30 20:22:37.842360 [ 270 ] {0223c45e-442a-4dfd-a63b-58f5139401e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6791 | 2025.01.30 20:22:37.842364 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1432 rows starting from the beginning of the part | ||
| 6792 | 2025.01.30 20:22:37.842705 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1408 rows starting from the beginning of the part | ||
| 6793 | 2025.01.30 20:22:37.843093 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 72 rows starting from the beginning of the part | ||
| 6794 | 2025.01.30 20:22:37.843385 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 265 rows starting from the beginning of the part | ||
| 6795 | 2025.01.30 20:22:37.843782 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 75 rows starting from the beginning of the part | ||
| 6796 | 2025.01.30 20:22:37.844198 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 265 rows starting from the beginning of the part | ||
| 6797 | 2025.01.30 20:22:37.845618 [ 270 ] {0223c45e-442a-4dfd-a63b-58f5139401e4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.01.30 20:22:37.845714 [ 270 ] {0223c45e-442a-4dfd-a63b-58f5139401e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6799 | 2025.01.30 20:22:37.846641 [ 270 ] {0223c45e-442a-4dfd-a63b-58f5139401e4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6800 | 2025.01.30 20:22:37.846997 [ 270 ] {0223c45e-442a-4dfd-a63b-58f5139401e4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6801 | 2025.01.30 20:22:37.847224 [ 270 ] {0223c45e-442a-4dfd-a63b-58f5139401e4} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005069 sec., 7496.547642533044 rows/sec., 549.83 KiB/sec. | ||
| 6802 | 2025.01.30 20:22:37.847284 [ 270 ] {0223c45e-442a-4dfd-a63b-58f5139401e4} <Debug> TCPHandler: Processed in 0.005452962 sec. | ||
| 6803 | 2025.01.30 20:22:37.847490 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6804 | 2025.01.30 20:22:37.847672 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3517 rows, containing 5 columns (5 merged, 0 gathered) in 0.005927534 sec., 593332.7417438686 rows/sec., 52.24 MiB/sec. | ||
| 6805 | 2025.01.30 20:22:37.847691 [ 271 ] {ea1af38e-08d3-4c02-9212-286bed414f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6806 | 2025.01.30 20:22:37.847759 [ 271 ] {ea1af38e-08d3-4c02-9212-286bed414f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6807 | 2025.01.30 20:22:37.848047 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6808 | 2025.01.30 20:22:37.848762 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2025.01.30 20:22:37.848902 [ 271 ] {ea1af38e-08d3-4c02-9212-286bed414f16} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6810 | 2025.01.30 20:22:37.848952 [ 271 ] {ea1af38e-08d3-4c02-9212-286bed414f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6811 | 2025.01.30 20:22:37.848971 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_51_10} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6812 | 2025.01.30 20:22:37.849163 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6813 | 2025.01.30 20:22:37.849461 [ 271 ] {ea1af38e-08d3-4c02-9212-286bed414f16} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6814 | 2025.01.30 20:22:37.849712 [ 271 ] {ea1af38e-08d3-4c02-9212-286bed414f16} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6815 | 2025.01.30 20:22:37.849967 [ 271 ] {ea1af38e-08d3-4c02-9212-286bed414f16} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002299 sec., 6089.604175728578 rows/sec., 426.48 KiB/sec. | ||
| 6816 | 2025.01.30 20:22:37.850153 [ 271 ] {ea1af38e-08d3-4c02-9212-286bed414f16} <Debug> TCPHandler: Processed in 0.002750006 sec. | ||
| 6817 | 2025.01.30 20:22:37.850384 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6818 | 2025.01.30 20:22:37.850524 [ 270 ] {4e118116-fc35-4e10-9edd-41b5b59a6216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6819 | 2025.01.30 20:22:37.850580 [ 270 ] {4e118116-fc35-4e10-9edd-41b5b59a6216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6820 | 2025.01.30 20:22:37.851234 [ 270 ] {4e118116-fc35-4e10-9edd-41b5b59a6216} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2025.01.30 20:22:37.851273 [ 270 ] {4e118116-fc35-4e10-9edd-41b5b59a6216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6822 | 2025.01.30 20:22:37.851644 [ 270 ] {4e118116-fc35-4e10-9edd-41b5b59a6216} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6823 | 2025.01.30 20:22:37.851899 [ 270 ] {4e118116-fc35-4e10-9edd-41b5b59a6216} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6824 | 2025.01.30 20:22:37.852087 [ 270 ] {4e118116-fc35-4e10-9edd-41b5b59a6216} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec. | ||
| 6825 | 2025.01.30 20:22:37.852137 [ 270 ] {4e118116-fc35-4e10-9edd-41b5b59a6216} <Debug> TCPHandler: Processed in 0.001850581 sec. | ||
| 6826 | 2025.01.30 20:22:37.852306 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6827 | 2025.01.30 20:22:37.852439 [ 271 ] {1369e568-47f7-4d07-89a4-09449144c200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6828 | 2025.01.30 20:22:37.852495 [ 271 ] {1369e568-47f7-4d07-89a4-09449144c200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6829 | 2025.01.30 20:22:37.853270 [ 271 ] {1369e568-47f7-4d07-89a4-09449144c200} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6830 | 2025.01.30 20:22:37.853310 [ 271 ] {1369e568-47f7-4d07-89a4-09449144c200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6831 | 2025.01.30 20:22:37.853695 [ 271 ] {1369e568-47f7-4d07-89a4-09449144c200} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6832 | 2025.01.30 20:22:37.853934 [ 271 ] {1369e568-47f7-4d07-89a4-09449144c200} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6833 | 2025.01.30 20:22:37.854120 [ 35 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6834 | 2025.01.30 20:22:37.854191 [ 271 ] {1369e568-47f7-4d07-89a4-09449144c200} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001771 sec., 233201.58102766797 rows/sec., 16.63 MiB/sec. | ||
| 6835 | 2025.01.30 20:22:37.854201 [ 35 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6836 | 2025.01.30 20:22:37.854298 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6837 | 2025.01.30 20:22:37.854316 [ 271 ] {1369e568-47f7-4d07-89a4-09449144c200} <Debug> TCPHandler: Processed in 0.002079458 sec. | ||
| 6838 | 2025.01.30 20:22:37.854713 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6839 | 2025.01.30 20:22:37.854727 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6840 | 2025.01.30 20:22:37.855181 [ 270 ] {cd0c1a14-ef84-448d-8273-ae272e393fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6841 | 2025.01.30 20:22:37.855352 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6842 | 2025.01.30 20:22:37.855369 [ 270 ] {cd0c1a14-ef84-448d-8273-ae272e393fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6843 | 2025.01.30 20:22:37.855475 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6844 | 2025.01.30 20:22:37.855770 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 875 rows starting from the beginning of the part | ||
| 6845 | 2025.01.30 20:22:37.856175 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 72 rows starting from the beginning of the part | ||
| 6846 | 2025.01.30 20:22:37.856584 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 413 rows starting from the beginning of the part | ||
| 6847 | 2025.01.30 20:22:37.856751 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 78 rows starting from the beginning of the part | ||
| 6848 | 2025.01.30 20:22:37.857096 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 413 rows starting from the beginning of the part | ||
| 6849 | 2025.01.30 20:22:37.857745 [ 270 ] {cd0c1a14-ef84-448d-8273-ae272e393fd4} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6850 | 2025.01.30 20:22:37.857789 [ 270 ] {cd0c1a14-ef84-448d-8273-ae272e393fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6851 | 2025.01.30 20:22:37.858305 [ 270 ] {cd0c1a14-ef84-448d-8273-ae272e393fd4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6852 | 2025.01.30 20:22:37.858623 [ 270 ] {cd0c1a14-ef84-448d-8273-ae272e393fd4} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6853 | 2025.01.30 20:22:37.858787 [ 35 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6854 | 2025.01.30 20:22:37.858838 [ 35 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.01.30 20:22:37.858843 [ 270 ] {cd0c1a14-ef84-448d-8273-ae272e393fd4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003794 sec., 1581.44438587243 rows/sec., 82.62 KiB/sec. | ||
| 6856 | 2025.01.30 20:22:37.858872 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6857 | 2025.01.30 20:22:37.858934 [ 270 ] {cd0c1a14-ef84-448d-8273-ae272e393fd4} <Debug> TCPHandler: Processed in 0.004485444 sec. | ||
| 6858 | 2025.01.30 20:22:37.859235 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6859 | 2025.01.30 20:22:37.859269 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 6860 | 2025.01.30 20:22:37.859663 [ 271 ] {01b3ff75-83a7-4649-8c78-1d63b0e42a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6861 | 2025.01.30 20:22:37.859823 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6862 | 2025.01.30 20:22:37.859901 [ 271 ] {01b3ff75-83a7-4649-8c78-1d63b0e42a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6863 | 2025.01.30 20:22:37.859926 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 6864 | 2025.01.30 20:22:37.860004 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 5 columns (5 merged, 0 gathered) in 0.005547464 sec., 498245.6848751069 rows/sec., 38.04 MiB/sec. | ||
| 6865 | 2025.01.30 20:22:37.860290 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 6866 | 2025.01.30 20:22:37.860584 [ 190 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6867 | 2025.01.30 20:22:37.860739 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 6868 | 2025.01.30 20:22:37.861277 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 6869 | 2025.01.30 20:22:37.861797 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 6870 | 2025.01.30 20:22:37.862282 [ 190 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6871 | 2025.01.30 20:22:37.862394 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 6872 | 2025.01.30 20:22:37.862975 [ 190 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_51_10} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6873 | 2025.01.30 20:22:37.863304 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 6874 | 2025.01.30 20:22:37.866489 [ 271 ] {01b3ff75-83a7-4649-8c78-1d63b0e42a34} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6875 | 2025.01.30 20:22:37.866587 [ 271 ] {01b3ff75-83a7-4649-8c78-1d63b0e42a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6876 | 2025.01.30 20:22:37.867931 [ 271 ] {01b3ff75-83a7-4649-8c78-1d63b0e42a34} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6877 | 2025.01.30 20:22:37.867930 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.008946518 sec., 7377.171766714156 rows/sec., 385.43 KiB/sec. | ||
| 6878 | 2025.01.30 20:22:37.868454 [ 271 ] {01b3ff75-83a7-4649-8c78-1d63b0e42a34} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6879 | 2025.01.30 20:22:37.868751 [ 271 ] {01b3ff75-83a7-4649-8c78-1d63b0e42a34} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.009233 sec., 25668.796707462363 rows/sec., 1.72 MiB/sec. | ||
| 6880 | 2025.01.30 20:22:37.868839 [ 271 ] {01b3ff75-83a7-4649-8c78-1d63b0e42a34} <Debug> TCPHandler: Processed in 0.009792252 sec. | ||
| 6881 | 2025.01.30 20:22:37.868211 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6882 | 2025.01.30 20:22:37.869369 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6883 | 2025.01.30 20:22:37.869545 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_11_2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6884 | 2025.01.30 20:22:37.869714 [ 270 ] {3d8949c1-79af-4408-b761-426580551e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6885 | 2025.01.30 20:22:37.869728 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_11_2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6886 | 2025.01.30 20:22:37.869850 [ 270 ] {3d8949c1-79af-4408-b761-426580551e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6887 | 2025.01.30 20:22:37.869882 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6888 | 2025.01.30 20:22:37.870506 [ 270 ] {3d8949c1-79af-4408-b761-426580551e61} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2025.01.30 20:22:37.870551 [ 270 ] {3d8949c1-79af-4408-b761-426580551e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6890 | 2025.01.30 20:22:37.870984 [ 270 ] {3d8949c1-79af-4408-b761-426580551e61} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6891 | 2025.01.30 20:22:37.871244 [ 270 ] {3d8949c1-79af-4408-b761-426580551e61} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2025.01.30 20:22:37.871467 [ 270 ] {3d8949c1-79af-4408-b761-426580551e61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00184 sec., 543.4782608695652 rows/sec., 36.62 KiB/sec. | ||
| 6893 | 2025.01.30 20:22:37.871648 [ 270 ] {3d8949c1-79af-4408-b761-426580551e61} <Debug> TCPHandler: Processed in 0.00250545 sec. | ||
| 6894 | 2025.01.30 20:22:37.871850 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2025.01.30 20:22:37.871997 [ 271 ] {e5f47568-95f5-49f7-93da-49d3d485f72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6896 | 2025.01.30 20:22:37.872094 [ 271 ] {e5f47568-95f5-49f7-93da-49d3d485f72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6897 | 2025.01.30 20:22:37.873355 [ 271 ] {e5f47568-95f5-49f7-93da-49d3d485f72b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2025.01.30 20:22:37.873395 [ 271 ] {e5f47568-95f5-49f7-93da-49d3d485f72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6899 | 2025.01.30 20:22:37.874065 [ 271 ] {e5f47568-95f5-49f7-93da-49d3d485f72b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6900 | 2025.01.30 20:22:37.874328 [ 271 ] {e5f47568-95f5-49f7-93da-49d3d485f72b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2025.01.30 20:22:37.874640 [ 271 ] {e5f47568-95f5-49f7-93da-49d3d485f72b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002681 sec., 11562.849682954122 rows/sec., 20.72 MiB/sec. | ||
| 6902 | 2025.01.30 20:22:37.875166 [ 271 ] {e5f47568-95f5-49f7-93da-49d3d485f72b} <Debug> TCPHandler: Processed in 0.003397105 sec. | ||
| 6903 | 2025.01.30 20:22:37.875380 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6904 | 2025.01.30 20:22:37.875494 [ 270 ] {28ae8ef9-a76e-47e3-9ce1-b458edc2cd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6905 | 2025.01.30 20:22:37.875544 [ 270 ] {28ae8ef9-a76e-47e3-9ce1-b458edc2cd1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6906 | 2025.01.30 20:22:37.876023 [ 270 ] {28ae8ef9-a76e-47e3-9ce1-b458edc2cd1f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2025.01.30 20:22:37.876060 [ 270 ] {28ae8ef9-a76e-47e3-9ce1-b458edc2cd1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6908 | 2025.01.30 20:22:37.876442 [ 270 ] {28ae8ef9-a76e-47e3-9ce1-b458edc2cd1f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6909 | 2025.01.30 20:22:37.876680 [ 270 ] {28ae8ef9-a76e-47e3-9ce1-b458edc2cd1f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6910 | 2025.01.30 20:22:37.876803 [ 35 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6911 | 2025.01.30 20:22:37.876845 [ 35 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6912 | 2025.01.30 20:22:37.876866 [ 270 ] {28ae8ef9-a76e-47e3-9ce1-b458edc2cd1f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001393 sec., 58865.75735821967 rows/sec., 3.74 MiB/sec. | ||
| 6913 | 2025.01.30 20:22:37.876870 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6914 | 2025.01.30 20:22:37.876948 [ 270 ] {28ae8ef9-a76e-47e3-9ce1-b458edc2cd1f} <Debug> TCPHandler: Processed in 0.001651796 sec. | ||
| 6915 | 2025.01.30 20:22:37.877117 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 6916 | 2025.01.30 20:22:37.877472 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6917 | 2025.01.30 20:22:37.877562 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2306 rows starting from the beginning of the part | ||
| 6918 | 2025.01.30 20:22:37.877679 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 6919 | 2025.01.30 20:22:37.877899 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 6920 | 2025.01.30 20:22:37.878066 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 6921 | 2025.01.30 20:22:37.878204 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 6922 | 2025.01.30 20:22:37.878435 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 6923 | 2025.01.30 20:22:37.879771 [ 196 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2672 rows, containing 4 columns (4 merged, 0 gathered) in 0.002815238 sec., 949120.4651258616 rows/sec., 63.11 MiB/sec. | ||
| 6924 | 2025.01.30 20:22:37.880074 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6925 | 2025.01.30 20:22:37.880415 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6926 | 2025.01.30 20:22:37.880507 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_46_9} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6927 | 2025.01.30 20:22:37.880603 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6928 | 2025.01.30 20:22:41.561089 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6929 | 2025.01.30 20:22:41.561163 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6930 | 2025.01.30 20:22:41.710726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 6931 | 2025.01.30 20:22:41.711495 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6932 | 2025.01.30 20:22:41.711537 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6933 | 2025.01.30 20:22:41.712079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6934 | 2025.01.30 20:22:41.712332 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6935 | 2025.01.30 20:22:41.712568 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 6936 | 2025.01.30 20:22:42.831886 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6937 | 2025.01.30 20:22:42.832100 [ 270 ] {03c374df-a43b-4157-b9be-78da9b906fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6938 | 2025.01.30 20:22:42.832172 [ 270 ] {03c374df-a43b-4157-b9be-78da9b906fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6939 | 2025.01.30 20:22:42.832981 [ 270 ] {03c374df-a43b-4157-b9be-78da9b906fb0} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2025.01.30 20:22:42.833024 [ 270 ] {03c374df-a43b-4157-b9be-78da9b906fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6941 | 2025.01.30 20:22:42.833516 [ 270 ] {03c374df-a43b-4157-b9be-78da9b906fb0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6942 | 2025.01.30 20:22:42.833785 [ 270 ] {03c374df-a43b-4157-b9be-78da9b906fb0} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2025.01.30 20:22:42.834032 [ 270 ] {03c374df-a43b-4157-b9be-78da9b906fb0} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001988 sec., 36217.303822937625 rows/sec., 2.91 MiB/sec. | ||
| 6944 | 2025.01.30 20:22:42.834167 [ 270 ] {03c374df-a43b-4157-b9be-78da9b906fb0} <Debug> TCPHandler: Processed in 0.002420508 sec. | ||
| 6945 | 2025.01.30 20:22:42.834437 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6946 | 2025.01.30 20:22:42.834632 [ 271 ] {94002b6a-58d1-4a52-b75d-3be7324b82f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6947 | 2025.01.30 20:22:42.834705 [ 271 ] {94002b6a-58d1-4a52-b75d-3be7324b82f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6948 | 2025.01.30 20:22:42.835447 [ 271 ] {94002b6a-58d1-4a52-b75d-3be7324b82f5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6949 | 2025.01.30 20:22:42.835497 [ 271 ] {94002b6a-58d1-4a52-b75d-3be7324b82f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6950 | 2025.01.30 20:22:42.835941 [ 271 ] {94002b6a-58d1-4a52-b75d-3be7324b82f5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6951 | 2025.01.30 20:22:42.836193 [ 271 ] {94002b6a-58d1-4a52-b75d-3be7324b82f5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6952 | 2025.01.30 20:22:42.836372 [ 106 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6953 | 2025.01.30 20:22:42.836457 [ 106 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6954 | 2025.01.30 20:22:42.836463 [ 271 ] {94002b6a-58d1-4a52-b75d-3be7324b82f5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001872 sec., 4273.504273504273 rows/sec., 321.35 KiB/sec. | ||
| 6955 | 2025.01.30 20:22:42.836496 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6956 | 2025.01.30 20:22:42.836617 [ 271 ] {94002b6a-58d1-4a52-b75d-3be7324b82f5} <Debug> TCPHandler: Processed in 0.002308864 sec. | ||
| 6957 | 2025.01.30 20:22:42.836716 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 6958 | 2025.01.30 20:22:42.836886 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6959 | 2025.01.30 20:22:42.836919 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6960 | 2025.01.30 20:22:42.836984 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 64 rows starting from the beginning of the part | ||
| 6961 | 2025.01.30 20:22:42.837261 [ 270 ] {51f91cb0-12d6-4471-9920-ceb852ea957c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6962 | 2025.01.30 20:22:42.837286 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 6963 | 2025.01.30 20:22:42.837394 [ 270 ] {51f91cb0-12d6-4471-9920-ceb852ea957c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6964 | 2025.01.30 20:22:42.837644 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 38 rows starting from the beginning of the part | ||
| 6965 | 2025.01.30 20:22:42.838035 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 6966 | 2025.01.30 20:22:42.838420 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 38 rows starting from the beginning of the part | ||
| 6967 | 2025.01.30 20:22:42.838754 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 6968 | 2025.01.30 20:22:42.840341 [ 270 ] {51f91cb0-12d6-4471-9920-ceb852ea957c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6969 | 2025.01.30 20:22:42.840427 [ 270 ] {51f91cb0-12d6-4471-9920-ceb852ea957c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6970 | 2025.01.30 20:22:42.841426 [ 270 ] {51f91cb0-12d6-4471-9920-ceb852ea957c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6971 | 2025.01.30 20:22:42.841662 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.00506033 sec., 33594.64698942559 rows/sec., 2.53 MiB/sec. | ||
| 6972 | 2025.01.30 20:22:42.841885 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6973 | 2025.01.30 20:22:42.841900 [ 270 ] {51f91cb0-12d6-4471-9920-ceb852ea957c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6974 | 2025.01.30 20:22:42.842301 [ 270 ] {51f91cb0-12d6-4471-9920-ceb852ea957c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00515 sec., 13980.582524271844 rows/sec., 1.09 MiB/sec. | ||
| 6975 | 2025.01.30 20:22:42.842487 [ 270 ] {51f91cb0-12d6-4471-9920-ceb852ea957c} <Debug> TCPHandler: Processed in 0.00574202 sec. | ||
| 6976 | 2025.01.30 20:22:42.842494 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6977 | 2025.01.30 20:22:42.842678 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_51_10} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6978 | 2025.01.30 20:22:42.842688 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6979 | 2025.01.30 20:22:42.842808 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6980 | 2025.01.30 20:22:42.842875 [ 271 ] {206a7567-0840-406a-ad39-8c77e0e1730f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6981 | 2025.01.30 20:22:42.842933 [ 271 ] {206a7567-0840-406a-ad39-8c77e0e1730f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6982 | 2025.01.30 20:22:42.843530 [ 271 ] {206a7567-0840-406a-ad39-8c77e0e1730f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6983 | 2025.01.30 20:22:42.843570 [ 271 ] {206a7567-0840-406a-ad39-8c77e0e1730f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6984 | 2025.01.30 20:22:42.843972 [ 271 ] {206a7567-0840-406a-ad39-8c77e0e1730f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6985 | 2025.01.30 20:22:42.844205 [ 271 ] {206a7567-0840-406a-ad39-8c77e0e1730f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6986 | 2025.01.30 20:22:42.844415 [ 271 ] {206a7567-0840-406a-ad39-8c77e0e1730f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
| 6987 | 2025.01.30 20:22:42.844467 [ 271 ] {206a7567-0840-406a-ad39-8c77e0e1730f} <Debug> TCPHandler: Processed in 0.001876372 sec. | ||
| 6988 | 2025.01.30 20:22:42.844685 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.01.30 20:22:42.844926 [ 270 ] {61157d63-2ad1-4ec2-a8d1-287101f743f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6990 | 2025.01.30 20:22:42.845072 [ 270 ] {61157d63-2ad1-4ec2-a8d1-287101f743f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6991 | 2025.01.30 20:22:42.846217 [ 270 ] {61157d63-2ad1-4ec2-a8d1-287101f743f0} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2025.01.30 20:22:42.846258 [ 270 ] {61157d63-2ad1-4ec2-a8d1-287101f743f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6993 | 2025.01.30 20:22:42.846887 [ 270 ] {61157d63-2ad1-4ec2-a8d1-287101f743f0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6994 | 2025.01.30 20:22:42.847139 [ 270 ] {61157d63-2ad1-4ec2-a8d1-287101f743f0} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2025.01.30 20:22:42.847328 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6996 | 2025.01.30 20:22:42.847394 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6997 | 2025.01.30 20:22:42.847437 [ 270 ] {61157d63-2ad1-4ec2-a8d1-287101f743f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002563 sec., 3121.342177136168 rows/sec., 5.59 MiB/sec. | ||
| 6998 | 2025.01.30 20:22:42.847448 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 6999 | 2025.01.30 20:22:42.847872 [ 270 ] {61157d63-2ad1-4ec2-a8d1-287101f743f0} <Debug> TCPHandler: Processed in 0.003296482 sec. | ||
| 7000 | 2025.01.30 20:22:42.847886 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 7001 | 2025.01.30 20:22:42.848166 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7002 | 2025.01.30 20:22:42.848447 [ 271 ] {b39719ea-6f12-4238-9b3e-054577a0059e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7003 | 2025.01.30 20:22:42.848467 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7004 | 2025.01.30 20:22:42.848575 [ 271 ] {b39719ea-6f12-4238-9b3e-054577a0059e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7005 | 2025.01.30 20:22:42.848614 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 920 rows starting from the beginning of the part | ||
| 7006 | 2025.01.30 20:22:42.849527 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 7007 | 2025.01.30 20:22:42.850200 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 31 rows starting from the beginning of the part | ||
| 7008 | 2025.01.30 20:22:42.850926 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 7009 | 2025.01.30 20:22:42.850986 [ 271 ] {b39719ea-6f12-4238-9b3e-054577a0059e} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7010 | 2025.01.30 20:22:42.851057 [ 271 ] {b39719ea-6f12-4238-9b3e-054577a0059e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7011 | 2025.01.30 20:22:42.851526 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part | ||
| 7012 | 2025.01.30 20:22:42.852255 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 7013 | 2025.01.30 20:22:42.852491 [ 271 ] {b39719ea-6f12-4238-9b3e-054577a0059e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7014 | 2025.01.30 20:22:42.853191 [ 271 ] {b39719ea-6f12-4238-9b3e-054577a0059e} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2025.01.30 20:22:42.853760 [ 271 ] {b39719ea-6f12-4238-9b3e-054577a0059e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005377 sec., 11158.638646085177 rows/sec., 770.06 KiB/sec. | ||
| 7016 | 2025.01.30 20:22:42.854166 [ 271 ] {b39719ea-6f12-4238-9b3e-054577a0059e} <Debug> TCPHandler: Processed in 0.006179021 sec. | ||
| 7017 | 2025.01.30 20:22:42.859455 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1006 rows, containing 19 columns (19 merged, 0 gathered) in 0.011843538 sec., 84940.83440269284 rows/sec., 152.21 MiB/sec. | ||
| 7018 | 2025.01.30 20:22:42.860663 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7019 | 2025.01.30 20:22:42.861083 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7020 | 2025.01.30 20:22:42.861176 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7021 | 2025.01.30 20:22:42.861344 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.19 MiB. | ||
| 7022 | 2025.01.30 20:22:43.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.05 MiB, peak 227.35 MiB, free memory in arenas 0.00 B, will set to 217.22 MiB (RSS), difference: 1.17 MiB | ||
| 7023 | 2025.01.30 20:22:43.025027 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 7024 | 2025.01.30 20:22:43.043747 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7025 | 2025.01.30 20:22:43.043797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7026 | 2025.01.30 20:22:43.050816 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7027 | 2025.01.30 20:22:43.051562 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7028 | 2025.01.30 20:22:43.055372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 7029 | 2025.01.30 20:22:46.781227 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 936 | ||
| 7030 | 2025.01.30 20:22:46.784707 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7031 | 2025.01.30 20:22:46.784756 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7032 | 2025.01.30 20:22:46.786207 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7033 | 2025.01.30 20:22:46.786510 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7034 | 2025.01.30 20:22:46.787083 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 936 | ||
| 7035 | 2025.01.30 20:22:47.527045 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7036 | 2025.01.30 20:22:47.527340 [ 270 ] {40e6cdb5-3afe-4bac-bbe5-f01b01d203a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7037 | 2025.01.30 20:22:47.527413 [ 270 ] {40e6cdb5-3afe-4bac-bbe5-f01b01d203a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7038 | 2025.01.30 20:22:47.528175 [ 270 ] {40e6cdb5-3afe-4bac-bbe5-f01b01d203a4} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7039 | 2025.01.30 20:22:47.528222 [ 270 ] {40e6cdb5-3afe-4bac-bbe5-f01b01d203a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7040 | 2025.01.30 20:22:47.528659 [ 270 ] {40e6cdb5-3afe-4bac-bbe5-f01b01d203a4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7041 | 2025.01.30 20:22:47.528926 [ 270 ] {40e6cdb5-3afe-4bac-bbe5-f01b01d203a4} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7042 | 2025.01.30 20:22:47.529154 [ 270 ] {40e6cdb5-3afe-4bac-bbe5-f01b01d203a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 7043 | 2025.01.30 20:22:47.529254 [ 270 ] {40e6cdb5-3afe-4bac-bbe5-f01b01d203a4} <Debug> TCPHandler: Processed in 0.002406007 sec. | ||
| 7044 | 2025.01.30 20:22:47.529544 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7045 | 2025.01.30 20:22:47.529760 [ 271 ] {6220cfb4-6f92-47fd-85bc-0e438c2ce7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7046 | 2025.01.30 20:22:47.529841 [ 271 ] {6220cfb4-6f92-47fd-85bc-0e438c2ce7f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7047 | 2025.01.30 20:22:47.530626 [ 271 ] {6220cfb4-6f92-47fd-85bc-0e438c2ce7f7} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7048 | 2025.01.30 20:22:47.530674 [ 271 ] {6220cfb4-6f92-47fd-85bc-0e438c2ce7f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7049 | 2025.01.30 20:22:47.531114 [ 271 ] {6220cfb4-6f92-47fd-85bc-0e438c2ce7f7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7050 | 2025.01.30 20:22:47.531374 [ 271 ] {6220cfb4-6f92-47fd-85bc-0e438c2ce7f7} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7051 | 2025.01.30 20:22:47.531570 [ 271 ] {6220cfb4-6f92-47fd-85bc-0e438c2ce7f7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001869 sec., 3210.2728731942216 rows/sec., 261.78 KiB/sec. | ||
| 7052 | 2025.01.30 20:22:47.531625 [ 271 ] {6220cfb4-6f92-47fd-85bc-0e438c2ce7f7} <Debug> TCPHandler: Processed in 0.002228322 sec. | ||
| 7053 | 2025.01.30 20:22:47.531848 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7054 | 2025.01.30 20:22:47.532076 [ 270 ] {d98135c7-532b-48a5-9bd7-a751accc55d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7055 | 2025.01.30 20:22:47.532168 [ 270 ] {d98135c7-532b-48a5-9bd7-a751accc55d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7056 | 2025.01.30 20:22:47.533569 [ 270 ] {d98135c7-532b-48a5-9bd7-a751accc55d1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7057 | 2025.01.30 20:22:47.533609 [ 270 ] {d98135c7-532b-48a5-9bd7-a751accc55d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7058 | 2025.01.30 20:22:47.534062 [ 270 ] {d98135c7-532b-48a5-9bd7-a751accc55d1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7059 | 2025.01.30 20:22:47.534297 [ 270 ] {d98135c7-532b-48a5-9bd7-a751accc55d1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7060 | 2025.01.30 20:22:47.534523 [ 270 ] {d98135c7-532b-48a5-9bd7-a751accc55d1} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002502 sec., 562749.8001598722 rows/sec., 47.10 MiB/sec. | ||
| 7061 | 2025.01.30 20:22:47.534578 [ 270 ] {d98135c7-532b-48a5-9bd7-a751accc55d1} <Debug> TCPHandler: Processed in 0.002846739 sec. | ||
| 7062 | 2025.01.30 20:22:47.534747 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7063 | 2025.01.30 20:22:47.534883 [ 271 ] {2977e42c-f3b8-4f24-be4e-9285edab3476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7064 | 2025.01.30 20:22:47.534941 [ 271 ] {2977e42c-f3b8-4f24-be4e-9285edab3476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7065 | 2025.01.30 20:22:47.535587 [ 271 ] {2977e42c-f3b8-4f24-be4e-9285edab3476} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7066 | 2025.01.30 20:22:47.535624 [ 271 ] {2977e42c-f3b8-4f24-be4e-9285edab3476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7067 | 2025.01.30 20:22:47.535980 [ 271 ] {2977e42c-f3b8-4f24-be4e-9285edab3476} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7068 | 2025.01.30 20:22:47.536217 [ 271 ] {2977e42c-f3b8-4f24-be4e-9285edab3476} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7069 | 2025.01.30 20:22:47.536392 [ 271 ] {2977e42c-f3b8-4f24-be4e-9285edab3476} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001539 sec., 28589.993502274203 rows/sec., 2.03 MiB/sec. | ||
| 7070 | 2025.01.30 20:22:47.536442 [ 271 ] {2977e42c-f3b8-4f24-be4e-9285edab3476} <Debug> TCPHandler: Processed in 0.001767319 sec. | ||
| 7071 | 2025.01.30 20:22:47.536594 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7072 | 2025.01.30 20:22:47.536731 [ 270 ] {5236a384-13a3-4437-9584-9b49bb94320d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7073 | 2025.01.30 20:22:47.536788 [ 270 ] {5236a384-13a3-4437-9584-9b49bb94320d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7074 | 2025.01.30 20:22:47.537531 [ 270 ] {5236a384-13a3-4437-9584-9b49bb94320d} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7075 | 2025.01.30 20:22:47.537570 [ 270 ] {5236a384-13a3-4437-9584-9b49bb94320d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7076 | 2025.01.30 20:22:47.537936 [ 270 ] {5236a384-13a3-4437-9584-9b49bb94320d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7077 | 2025.01.30 20:22:47.538172 [ 270 ] {5236a384-13a3-4437-9584-9b49bb94320d} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7078 | 2025.01.30 20:22:47.538411 [ 270 ] {5236a384-13a3-4437-9584-9b49bb94320d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001708 sec., 141686.1826697892 rows/sec., 9.60 MiB/sec. | ||
| 7079 | 2025.01.30 20:22:47.538597 [ 270 ] {5236a384-13a3-4437-9584-9b49bb94320d} <Debug> TCPHandler: Processed in 0.002066077 sec. | ||
| 7080 | 2025.01.30 20:22:47.538764 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7081 | 2025.01.30 20:22:47.538911 [ 271 ] {edec021e-9bfc-4d41-99dc-d1acb0abe957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7082 | 2025.01.30 20:22:47.538969 [ 271 ] {edec021e-9bfc-4d41-99dc-d1acb0abe957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7083 | 2025.01.30 20:22:47.539594 [ 271 ] {edec021e-9bfc-4d41-99dc-d1acb0abe957} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7084 | 2025.01.30 20:22:47.539633 [ 271 ] {edec021e-9bfc-4d41-99dc-d1acb0abe957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7085 | 2025.01.30 20:22:47.540012 [ 271 ] {edec021e-9bfc-4d41-99dc-d1acb0abe957} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7086 | 2025.01.30 20:22:47.540267 [ 271 ] {edec021e-9bfc-4d41-99dc-d1acb0abe957} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7087 | 2025.01.30 20:22:47.540449 [ 271 ] {edec021e-9bfc-4d41-99dc-d1acb0abe957} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec. | ||
| 7088 | 2025.01.30 20:22:47.540501 [ 271 ] {edec021e-9bfc-4d41-99dc-d1acb0abe957} <Debug> TCPHandler: Processed in 0.00181172 sec. | ||
| 7089 | 2025.01.30 20:22:47.540666 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7090 | 2025.01.30 20:22:47.540802 [ 270 ] {0fd67d84-2163-4e65-827e-122618f1c6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7091 | 2025.01.30 20:22:47.540857 [ 270 ] {0fd67d84-2163-4e65-827e-122618f1c6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7092 | 2025.01.30 20:22:47.541862 [ 270 ] {0fd67d84-2163-4e65-827e-122618f1c6c7} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7093 | 2025.01.30 20:22:47.541902 [ 270 ] {0fd67d84-2163-4e65-827e-122618f1c6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7094 | 2025.01.30 20:22:47.542298 [ 270 ] {0fd67d84-2163-4e65-827e-122618f1c6c7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7095 | 2025.01.30 20:22:47.542549 [ 270 ] {0fd67d84-2163-4e65-827e-122618f1c6c7} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7096 | 2025.01.30 20:22:47.542774 [ 270 ] {0fd67d84-2163-4e65-827e-122618f1c6c7} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.001999 sec., 437718.85942971485 rows/sec., 31.73 MiB/sec. | ||
| 7097 | 2025.01.30 20:22:47.542856 [ 270 ] {0fd67d84-2163-4e65-827e-122618f1c6c7} <Debug> TCPHandler: Processed in 0.002257623 sec. | ||
| 7098 | 2025.01.30 20:22:47.543060 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7099 | 2025.01.30 20:22:47.543198 [ 271 ] {5250e291-6515-4a82-a625-741b73959a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7100 | 2025.01.30 20:22:47.543261 [ 271 ] {5250e291-6515-4a82-a625-741b73959a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7101 | 2025.01.30 20:22:47.543744 [ 271 ] {5250e291-6515-4a82-a625-741b73959a15} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7102 | 2025.01.30 20:22:47.543783 [ 271 ] {5250e291-6515-4a82-a625-741b73959a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7103 | 2025.01.30 20:22:47.544149 [ 271 ] {5250e291-6515-4a82-a625-741b73959a15} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7104 | 2025.01.30 20:22:47.544390 [ 271 ] {5250e291-6515-4a82-a625-741b73959a15} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7105 | 2025.01.30 20:22:47.544594 [ 271 ] {5250e291-6515-4a82-a625-741b73959a15} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec. | ||
| 7106 | 2025.01.30 20:22:47.544650 [ 271 ] {5250e291-6515-4a82-a625-741b73959a15} <Debug> TCPHandler: Processed in 0.001705498 sec. | ||
| 7107 | 2025.01.30 20:22:47.544783 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7108 | 2025.01.30 20:22:47.544900 [ 270 ] {5304b3cc-82df-4e75-911c-22fa6967ba05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7109 | 2025.01.30 20:22:47.544953 [ 270 ] {5304b3cc-82df-4e75-911c-22fa6967ba05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7110 | 2025.01.30 20:22:47.545736 [ 270 ] {5304b3cc-82df-4e75-911c-22fa6967ba05} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2025.01.30 20:22:47.545775 [ 270 ] {5304b3cc-82df-4e75-911c-22fa6967ba05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7112 | 2025.01.30 20:22:47.546227 [ 270 ] {5304b3cc-82df-4e75-911c-22fa6967ba05} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7113 | 2025.01.30 20:22:47.546468 [ 270 ] {5304b3cc-82df-4e75-911c-22fa6967ba05} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2025.01.30 20:22:47.546700 [ 270 ] {5304b3cc-82df-4e75-911c-22fa6967ba05} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001823 sec., 526604.4980800878 rows/sec., 35.19 MiB/sec. | ||
| 7115 | 2025.01.30 20:22:47.546753 [ 270 ] {5304b3cc-82df-4e75-911c-22fa6967ba05} <Debug> TCPHandler: Processed in 0.002027766 sec. | ||
| 7116 | 2025.01.30 20:22:47.546964 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7117 | 2025.01.30 20:22:47.547189 [ 271 ] {9529f2b8-1f12-45c7-8624-eb72c049d3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7118 | 2025.01.30 20:22:47.547286 [ 271 ] {9529f2b8-1f12-45c7-8624-eb72c049d3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7119 | 2025.01.30 20:22:47.547773 [ 271 ] {9529f2b8-1f12-45c7-8624-eb72c049d3c5} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7120 | 2025.01.30 20:22:47.547811 [ 271 ] {9529f2b8-1f12-45c7-8624-eb72c049d3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7121 | 2025.01.30 20:22:47.548169 [ 271 ] {9529f2b8-1f12-45c7-8624-eb72c049d3c5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7122 | 2025.01.30 20:22:47.548406 [ 271 ] {9529f2b8-1f12-45c7-8624-eb72c049d3c5} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7123 | 2025.01.30 20:22:47.548584 [ 271 ] {9529f2b8-1f12-45c7-8624-eb72c049d3c5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec. | ||
| 7124 | 2025.01.30 20:22:47.548633 [ 271 ] {9529f2b8-1f12-45c7-8624-eb72c049d3c5} <Debug> TCPHandler: Processed in 0.00178202 sec. | ||
| 7125 | 2025.01.30 20:22:47.548837 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7126 | 2025.01.30 20:22:47.549057 [ 270 ] {cb56e8fa-3f86-4bd2-b96a-e7b343eb4ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7127 | 2025.01.30 20:22:47.549197 [ 270 ] {cb56e8fa-3f86-4bd2-b96a-e7b343eb4ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7128 | 2025.01.30 20:22:47.550426 [ 270 ] {cb56e8fa-3f86-4bd2-b96a-e7b343eb4ece} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2025.01.30 20:22:47.550466 [ 270 ] {cb56e8fa-3f86-4bd2-b96a-e7b343eb4ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7130 | 2025.01.30 20:22:47.551108 [ 270 ] {cb56e8fa-3f86-4bd2-b96a-e7b343eb4ece} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7131 | 2025.01.30 20:22:47.551364 [ 270 ] {cb56e8fa-3f86-4bd2-b96a-e7b343eb4ece} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7132 | 2025.01.30 20:22:47.551624 [ 270 ] {cb56e8fa-3f86-4bd2-b96a-e7b343eb4ece} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002619 sec., 11836.578846888126 rows/sec., 21.21 MiB/sec. | ||
| 7133 | 2025.01.30 20:22:47.551724 [ 270 ] {cb56e8fa-3f86-4bd2-b96a-e7b343eb4ece} <Debug> TCPHandler: Processed in 0.002999014 sec. | ||
| 7134 | 2025.01.30 20:22:47.551933 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7135 | 2025.01.30 20:22:47.552155 [ 271 ] {6ff90bee-c645-4a12-8eb9-a8c514947e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7136 | 2025.01.30 20:22:47.552250 [ 271 ] {6ff90bee-c645-4a12-8eb9-a8c514947e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7137 | 2025.01.30 20:22:47.552779 [ 271 ] {6ff90bee-c645-4a12-8eb9-a8c514947e6c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2025.01.30 20:22:47.552816 [ 271 ] {6ff90bee-c645-4a12-8eb9-a8c514947e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7139 | 2025.01.30 20:22:47.553194 [ 271 ] {6ff90bee-c645-4a12-8eb9-a8c514947e6c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7140 | 2025.01.30 20:22:47.553430 [ 271 ] {6ff90bee-c645-4a12-8eb9-a8c514947e6c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2025.01.30 20:22:47.553665 [ 271 ] {6ff90bee-c645-4a12-8eb9-a8c514947e6c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001554 sec., 52767.052767052766 rows/sec., 3.35 MiB/sec. | ||
| 7142 | 2025.01.30 20:22:47.553724 [ 271 ] {6ff90bee-c645-4a12-8eb9-a8c514947e6c} <Debug> TCPHandler: Processed in 0.001903893 sec. | ||
| 7143 | 2025.01.30 20:22:49.212700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 7144 | 2025.01.30 20:22:49.213625 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7145 | 2025.01.30 20:22:49.213663 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7146 | 2025.01.30 20:22:49.214200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7147 | 2025.01.30 20:22:49.214453 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2025.01.30 20:22:49.214636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 7149 | 2025.01.30 20:22:50.555449 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 7150 | 2025.01.30 20:22:50.576957 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2025.01.30 20:22:50.577014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. | ||
| 7152 | 2025.01.30 20:22:50.584327 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7153 | 2025.01.30 20:22:50.585103 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2025.01.30 20:22:50.588130 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 7155 | 2025.01.30 20:22:52.832166 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7156 | 2025.01.30 20:22:52.832367 [ 270 ] {e294203d-104f-4583-a26e-533d9adb8e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7157 | 2025.01.30 20:22:52.832436 [ 270 ] {e294203d-104f-4583-a26e-533d9adb8e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7158 | 2025.01.30 20:22:52.833181 [ 270 ] {e294203d-104f-4583-a26e-533d9adb8e63} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7159 | 2025.01.30 20:22:52.833225 [ 270 ] {e294203d-104f-4583-a26e-533d9adb8e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7160 | 2025.01.30 20:22:52.833655 [ 270 ] {e294203d-104f-4583-a26e-533d9adb8e63} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7161 | 2025.01.30 20:22:52.833896 [ 270 ] {e294203d-104f-4583-a26e-533d9adb8e63} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7162 | 2025.01.30 20:22:52.834132 [ 270 ] {e294203d-104f-4583-a26e-533d9adb8e63} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001819 sec., 39582.18801539307 rows/sec., 3.18 MiB/sec. | ||
| 7163 | 2025.01.30 20:22:52.834190 [ 270 ] {e294203d-104f-4583-a26e-533d9adb8e63} <Debug> TCPHandler: Processed in 0.00215312 sec. | ||
| 7164 | 2025.01.30 20:22:52.834504 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7165 | 2025.01.30 20:22:52.834820 [ 271 ] {4a9a65f9-2860-4cd7-ac81-1edcac3907be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7166 | 2025.01.30 20:22:52.834940 [ 271 ] {4a9a65f9-2860-4cd7-ac81-1edcac3907be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7167 | 2025.01.30 20:22:52.835926 [ 271 ] {4a9a65f9-2860-4cd7-ac81-1edcac3907be} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7168 | 2025.01.30 20:22:52.835977 [ 271 ] {4a9a65f9-2860-4cd7-ac81-1edcac3907be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7169 | 2025.01.30 20:22:52.836410 [ 271 ] {4a9a65f9-2860-4cd7-ac81-1edcac3907be} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7170 | 2025.01.30 20:22:52.836678 [ 271 ] {4a9a65f9-2860-4cd7-ac81-1edcac3907be} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2025.01.30 20:22:52.836914 [ 271 ] {4a9a65f9-2860-4cd7-ac81-1edcac3907be} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002181 sec., 3668.0421824850982 rows/sec., 275.82 KiB/sec. | ||
| 7172 | 2025.01.30 20:22:52.836973 [ 271 ] {4a9a65f9-2860-4cd7-ac81-1edcac3907be} <Debug> TCPHandler: Processed in 0.002667894 sec. | ||
| 7173 | 2025.01.30 20:22:52.837174 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7174 | 2025.01.30 20:22:52.837395 [ 270 ] {30315fb4-01fd-4700-9de7-63cc414f0587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7175 | 2025.01.30 20:22:52.837487 [ 270 ] {30315fb4-01fd-4700-9de7-63cc414f0587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7176 | 2025.01.30 20:22:52.838138 [ 270 ] {30315fb4-01fd-4700-9de7-63cc414f0587} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7177 | 2025.01.30 20:22:52.838180 [ 270 ] {30315fb4-01fd-4700-9de7-63cc414f0587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7178 | 2025.01.30 20:22:52.838548 [ 270 ] {30315fb4-01fd-4700-9de7-63cc414f0587} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7179 | 2025.01.30 20:22:52.838783 [ 270 ] {30315fb4-01fd-4700-9de7-63cc414f0587} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7180 | 2025.01.30 20:22:52.839023 [ 270 ] {30315fb4-01fd-4700-9de7-63cc414f0587} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001674 sec., 43010.75268817205 rows/sec., 3.36 MiB/sec. | ||
| 7181 | 2025.01.30 20:22:52.839106 [ 270 ] {30315fb4-01fd-4700-9de7-63cc414f0587} <Debug> TCPHandler: Processed in 0.002044526 sec. | ||
| 7182 | 2025.01.30 20:22:52.839341 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7183 | 2025.01.30 20:22:52.839479 [ 271 ] {2ea54196-28ff-43d9-b05a-70991676600e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7184 | 2025.01.30 20:22:52.839542 [ 271 ] {2ea54196-28ff-43d9-b05a-70991676600e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7185 | 2025.01.30 20:22:52.840220 [ 271 ] {2ea54196-28ff-43d9-b05a-70991676600e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7186 | 2025.01.30 20:22:52.840267 [ 271 ] {2ea54196-28ff-43d9-b05a-70991676600e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7187 | 2025.01.30 20:22:52.840694 [ 271 ] {2ea54196-28ff-43d9-b05a-70991676600e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7188 | 2025.01.30 20:22:52.840934 [ 271 ] {2ea54196-28ff-43d9-b05a-70991676600e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7189 | 2025.01.30 20:22:52.841188 [ 271 ] {2ea54196-28ff-43d9-b05a-70991676600e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001734 sec., 92272.2029988466 rows/sec., 6.43 MiB/sec. | ||
| 7190 | 2025.01.30 20:22:52.841378 [ 271 ] {2ea54196-28ff-43d9-b05a-70991676600e} <Debug> TCPHandler: Processed in 0.002138959 sec. | ||
| 7191 | 2025.01.30 20:22:52.841635 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7192 | 2025.01.30 20:22:52.841760 [ 270 ] {45a95794-b57f-4ec5-9b9c-8a0d43f1619e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7193 | 2025.01.30 20:22:52.841843 [ 270 ] {45a95794-b57f-4ec5-9b9c-8a0d43f1619e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7194 | 2025.01.30 20:22:52.842981 [ 270 ] {45a95794-b57f-4ec5-9b9c-8a0d43f1619e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2025.01.30 20:22:52.843022 [ 270 ] {45a95794-b57f-4ec5-9b9c-8a0d43f1619e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7196 | 2025.01.30 20:22:52.843656 [ 270 ] {45a95794-b57f-4ec5-9b9c-8a0d43f1619e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7197 | 2025.01.30 20:22:52.843922 [ 270 ] {45a95794-b57f-4ec5-9b9c-8a0d43f1619e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.01.30 20:22:52.844161 [ 270 ] {45a95794-b57f-4ec5-9b9c-8a0d43f1619e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002425 sec., 3298.9690721649486 rows/sec., 5.91 MiB/sec. | ||
| 7199 | 2025.01.30 20:22:52.844261 [ 270 ] {45a95794-b57f-4ec5-9b9c-8a0d43f1619e} <Debug> TCPHandler: Processed in 0.002752176 sec. | ||
| 7200 | 2025.01.30 20:22:52.844423 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2025.01.30 20:22:52.844562 [ 271 ] {0813f38a-2072-4b8b-b3e1-105e3098234e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7202 | 2025.01.30 20:22:52.844623 [ 271 ] {0813f38a-2072-4b8b-b3e1-105e3098234e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7203 | 2025.01.30 20:22:52.845210 [ 271 ] {0813f38a-2072-4b8b-b3e1-105e3098234e} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2025.01.30 20:22:52.845258 [ 271 ] {0813f38a-2072-4b8b-b3e1-105e3098234e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7205 | 2025.01.30 20:22:52.845665 [ 271 ] {0813f38a-2072-4b8b-b3e1-105e3098234e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7206 | 2025.01.30 20:22:52.845917 [ 271 ] {0813f38a-2072-4b8b-b3e1-105e3098234e} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.01.30 20:22:52.846143 [ 271 ] {0813f38a-2072-4b8b-b3e1-105e3098234e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001608 sec., 37313.432835820895 rows/sec., 2.51 MiB/sec. | ||
| 7208 | 2025.01.30 20:22:52.846223 [ 271 ] {0813f38a-2072-4b8b-b3e1-105e3098234e} <Debug> TCPHandler: Processed in 0.001871552 sec. | ||
| 7209 | 2025.01.30 20:22:56.561215 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7210 | 2025.01.30 20:22:56.561282 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7211 | 2025.01.30 20:22:56.714785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 7212 | 2025.01.30 20:22:56.715759 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.01.30 20:22:56.715801 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7214 | 2025.01.30 20:22:56.716400 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7215 | 2025.01.30 20:22:56.716641 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2025.01.30 20:22:56.716929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 7217 | 2025.01.30 20:22:56.787295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 972 | ||
| 7218 | 2025.01.30 20:22:56.790496 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7219 | 2025.01.30 20:22:56.790546 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7220 | 2025.01.30 20:22:56.792021 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7221 | 2025.01.30 20:22:56.792340 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7222 | 2025.01.30 20:22:56.793838 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 972 | ||
| 7223 | 2025.01.30 20:22:57.837874 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7224 | 2025.01.30 20:22:57.838183 [ 270 ] {bca45b05-2c73-43e2-9884-77fb473ea18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7225 | 2025.01.30 20:22:57.838299 [ 270 ] {bca45b05-2c73-43e2-9884-77fb473ea18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7226 | 2025.01.30 20:22:57.839210 [ 270 ] {bca45b05-2c73-43e2-9884-77fb473ea18f} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7227 | 2025.01.30 20:22:57.839259 [ 270 ] {bca45b05-2c73-43e2-9884-77fb473ea18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7228 | 2025.01.30 20:22:57.839696 [ 270 ] {bca45b05-2c73-43e2-9884-77fb473ea18f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7229 | 2025.01.30 20:22:57.839947 [ 270 ] {bca45b05-2c73-43e2-9884-77fb473ea18f} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2025.01.30 20:22:57.840147 [ 90 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7231 | 2025.01.30 20:22:57.840215 [ 270 ] {bca45b05-2c73-43e2-9884-77fb473ea18f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002114 sec., 6622.516556291391 rows/sec., 476.73 KiB/sec. | ||
| 7232 | 2025.01.30 20:22:57.840249 [ 90 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7233 | 2025.01.30 20:22:57.840337 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7234 | 2025.01.30 20:22:57.840346 [ 270 ] {bca45b05-2c73-43e2-9884-77fb473ea18f} <Debug> TCPHandler: Processed in 0.002663394 sec. | ||
| 7235 | 2025.01.30 20:22:57.840513 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 7236 | 2025.01.30 20:22:57.840641 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7237 | 2025.01.30 20:22:57.840694 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 7238 | 2025.01.30 20:22:57.840718 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7239 | 2025.01.30 20:22:57.840853 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 7240 | 2025.01.30 20:22:57.841187 [ 271 ] {2ecf31f5-893e-4882-8794-b8d92644e286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7241 | 2025.01.30 20:22:57.841215 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 7242 | 2025.01.30 20:22:57.841418 [ 271 ] {2ecf31f5-893e-4882-8794-b8d92644e286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7243 | 2025.01.30 20:22:57.841573 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 7244 | 2025.01.30 20:22:57.841934 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 7245 | 2025.01.30 20:22:57.844225 [ 271 ] {2ecf31f5-893e-4882-8794-b8d92644e286} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2025.01.30 20:22:57.844291 [ 271 ] {2ecf31f5-893e-4882-8794-b8d92644e286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7247 | 2025.01.30 20:22:57.844311 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003856377 sec., 18151.752279406293 rows/sec., 1.35 MiB/sec. | ||
| 7248 | 2025.01.30 20:22:57.844593 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7249 | 2025.01.30 20:22:57.845137 [ 271 ] {2ecf31f5-893e-4882-8794-b8d92644e286} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7250 | 2025.01.30 20:22:57.845197 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_13_3} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2025.01.30 20:22:57.845380 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_13_3} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7252 | 2025.01.30 20:22:57.845563 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7253 | 2025.01.30 20:22:57.845694 [ 271 ] {2ecf31f5-893e-4882-8794-b8d92644e286} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7254 | 2025.01.30 20:22:57.845944 [ 271 ] {2ecf31f5-893e-4882-8794-b8d92644e286} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.004924 sec., 53818.03411860276 rows/sec., 4.74 MiB/sec. | ||
| 7255 | 2025.01.30 20:22:57.846010 [ 271 ] {2ecf31f5-893e-4882-8794-b8d92644e286} <Debug> TCPHandler: Processed in 0.005511933 sec. | ||
| 7256 | 2025.01.30 20:22:57.846221 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7257 | 2025.01.30 20:22:57.846442 [ 270 ] {7e0d681b-aa50-40ae-94ae-28afeb2ab017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7258 | 2025.01.30 20:22:57.846534 [ 270 ] {7e0d681b-aa50-40ae-94ae-28afeb2ab017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7259 | 2025.01.30 20:22:57.847224 [ 270 ] {7e0d681b-aa50-40ae-94ae-28afeb2ab017} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7260 | 2025.01.30 20:22:57.847265 [ 270 ] {7e0d681b-aa50-40ae-94ae-28afeb2ab017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7261 | 2025.01.30 20:22:57.847633 [ 270 ] {7e0d681b-aa50-40ae-94ae-28afeb2ab017} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7262 | 2025.01.30 20:22:57.847878 [ 270 ] {7e0d681b-aa50-40ae-94ae-28afeb2ab017} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7263 | 2025.01.30 20:22:57.848091 [ 270 ] {7e0d681b-aa50-40ae-94ae-28afeb2ab017} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001703 sec., 22313.564298297122 rows/sec., 1.60 MiB/sec. | ||
| 7264 | 2025.01.30 20:22:57.848144 [ 270 ] {7e0d681b-aa50-40ae-94ae-28afeb2ab017} <Debug> TCPHandler: Processed in 0.002039797 sec. | ||
| 7265 | 2025.01.30 20:22:57.848311 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7266 | 2025.01.30 20:22:57.848456 [ 271 ] {e1c41cbe-f92e-4fae-8ffc-7d54a44b2b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7267 | 2025.01.30 20:22:57.848513 [ 271 ] {e1c41cbe-f92e-4fae-8ffc-7d54a44b2b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7268 | 2025.01.30 20:22:57.849138 [ 271 ] {e1c41cbe-f92e-4fae-8ffc-7d54a44b2b71} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7269 | 2025.01.30 20:22:57.849178 [ 271 ] {e1c41cbe-f92e-4fae-8ffc-7d54a44b2b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7270 | 2025.01.30 20:22:57.849545 [ 271 ] {e1c41cbe-f92e-4fae-8ffc-7d54a44b2b71} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7271 | 2025.01.30 20:22:57.849786 [ 271 ] {e1c41cbe-f92e-4fae-8ffc-7d54a44b2b71} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7272 | 2025.01.30 20:22:57.849951 [ 90 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7273 | 2025.01.30 20:22:57.850011 [ 90 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7274 | 2025.01.30 20:22:57.850043 [ 271 ] {e1c41cbe-f92e-4fae-8ffc-7d54a44b2b71} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec. | ||
| 7275 | 2025.01.30 20:22:57.850050 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7276 | 2025.01.30 20:22:57.850177 [ 271 ] {e1c41cbe-f92e-4fae-8ffc-7d54a44b2b71} <Debug> TCPHandler: Processed in 0.001929953 sec. | ||
| 7277 | 2025.01.30 20:22:57.850500 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 7278 | 2025.01.30 20:22:57.850741 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7279 | 2025.01.30 20:22:57.850763 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7280 | 2025.01.30 20:22:57.850818 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 7281 | 2025.01.30 20:22:57.851095 [ 270 ] {08c61444-526a-4952-85d4-ccb9192f9b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7282 | 2025.01.30 20:22:57.851119 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 7283 | 2025.01.30 20:22:57.851248 [ 270 ] {08c61444-526a-4952-85d4-ccb9192f9b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7284 | 2025.01.30 20:22:57.851365 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 7285 | 2025.01.30 20:22:57.851724 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 7286 | 2025.01.30 20:22:57.851997 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 7287 | 2025.01.30 20:22:57.852283 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 7288 | 2025.01.30 20:22:57.854026 [ 270 ] {08c61444-526a-4952-85d4-ccb9192f9b27} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7289 | 2025.01.30 20:22:57.854096 [ 270 ] {08c61444-526a-4952-85d4-ccb9192f9b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7290 | 2025.01.30 20:22:57.854938 [ 270 ] {08c61444-526a-4952-85d4-ccb9192f9b27} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7291 | 2025.01.30 20:22:57.855211 [ 200 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005007479 sec., 153570.28956087487 rows/sec., 11.00 MiB/sec. | ||
| 7292 | 2025.01.30 20:22:57.855408 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7293 | 2025.01.30 20:22:57.855423 [ 270 ] {08c61444-526a-4952-85d4-ccb9192f9b27} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7294 | 2025.01.30 20:22:57.855725 [ 90 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7295 | 2025.01.30 20:22:57.855822 [ 90 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7296 | 2025.01.30 20:22:57.855896 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7297 | 2025.01.30 20:22:57.856151 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2025.01.30 20:22:57.856387 [ 270 ] {08c61444-526a-4952-85d4-ccb9192f9b27} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005105 sec., 2546.523016650343 rows/sec., 158.78 KiB/sec. | ||
| 7299 | 2025.01.30 20:22:57.856399 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 7300 | 2025.01.30 20:22:57.856627 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_16_3} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7301 | 2025.01.30 20:22:57.856956 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7302 | 2025.01.30 20:22:57.856961 [ 270 ] {08c61444-526a-4952-85d4-ccb9192f9b27} <Debug> TCPHandler: Processed in 0.006623035 sec. | ||
| 7303 | 2025.01.30 20:22:57.857019 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7304 | 2025.01.30 20:22:57.857091 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 7305 | 2025.01.30 20:22:57.857214 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7306 | 2025.01.30 20:22:57.857249 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 7307 | 2025.01.30 20:22:57.857602 [ 271 ] {11ad57df-6cc5-4837-84b6-ca7b105a63e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7308 | 2025.01.30 20:22:57.857627 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 7309 | 2025.01.30 20:22:57.857734 [ 271 ] {11ad57df-6cc5-4837-84b6-ca7b105a63e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7310 | 2025.01.30 20:22:57.857976 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 7311 | 2025.01.30 20:22:57.858308 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 7312 | 2025.01.30 20:22:57.860483 [ 271 ] {11ad57df-6cc5-4837-84b6-ca7b105a63e0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.01.30 20:22:57.860578 [ 271 ] {11ad57df-6cc5-4837-84b6-ca7b105a63e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7314 | 2025.01.30 20:22:57.860746 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004731772 sec., 13736.925616872493 rows/sec., 910.15 KiB/sec. | ||
| 7315 | 2025.01.30 20:22:57.860955 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7316 | 2025.01.30 20:22:57.861198 [ 271 ] {11ad57df-6cc5-4837-84b6-ca7b105a63e0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7317 | 2025.01.30 20:22:57.861380 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_13_3} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7318 | 2025.01.30 20:22:57.861502 [ 271 ] {11ad57df-6cc5-4837-84b6-ca7b105a63e0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7319 | 2025.01.30 20:22:57.861503 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_13_3} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7320 | 2025.01.30 20:22:57.861644 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7321 | 2025.01.30 20:22:57.861848 [ 271 ] {11ad57df-6cc5-4837-84b6-ca7b105a63e0} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.004372 sec., 94464.77584629461 rows/sec., 6.74 MiB/sec. | ||
| 7322 | 2025.01.30 20:22:57.862020 [ 271 ] {11ad57df-6cc5-4837-84b6-ca7b105a63e0} <Debug> TCPHandler: Processed in 0.004903576 sec. | ||
| 7323 | 2025.01.30 20:22:57.862347 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7324 | 2025.01.30 20:22:57.862568 [ 270 ] {d6bf0cb8-9c01-4c74-97cb-84d01fd5151d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7325 | 2025.01.30 20:22:57.862665 [ 270 ] {d6bf0cb8-9c01-4c74-97cb-84d01fd5151d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7326 | 2025.01.30 20:22:57.863199 [ 270 ] {d6bf0cb8-9c01-4c74-97cb-84d01fd5151d} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7327 | 2025.01.30 20:22:57.863239 [ 270 ] {d6bf0cb8-9c01-4c74-97cb-84d01fd5151d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7328 | 2025.01.30 20:22:57.863629 [ 270 ] {d6bf0cb8-9c01-4c74-97cb-84d01fd5151d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7329 | 2025.01.30 20:22:57.863877 [ 270 ] {d6bf0cb8-9c01-4c74-97cb-84d01fd5151d} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7330 | 2025.01.30 20:22:57.864100 [ 270 ] {d6bf0cb8-9c01-4c74-97cb-84d01fd5151d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 197.65 KiB/sec. | ||
| 7331 | 2025.01.30 20:22:57.864153 [ 270 ] {d6bf0cb8-9c01-4c74-97cb-84d01fd5151d} <Debug> TCPHandler: Processed in 0.001966274 sec. | ||
| 7332 | 2025.01.30 20:22:57.864354 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7333 | 2025.01.30 20:22:57.864481 [ 271 ] {d946d876-75ce-4b73-bffa-01cd497d86c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7334 | 2025.01.30 20:22:57.864537 [ 271 ] {d946d876-75ce-4b73-bffa-01cd497d86c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7335 | 2025.01.30 20:22:57.865151 [ 271 ] {d946d876-75ce-4b73-bffa-01cd497d86c7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7336 | 2025.01.30 20:22:57.865192 [ 271 ] {d946d876-75ce-4b73-bffa-01cd497d86c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7337 | 2025.01.30 20:22:57.865604 [ 271 ] {d946d876-75ce-4b73-bffa-01cd497d86c7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7338 | 2025.01.30 20:22:57.865858 [ 271 ] {d946d876-75ce-4b73-bffa-01cd497d86c7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7339 | 2025.01.30 20:22:57.866041 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7340 | 2025.01.30 20:22:57.866098 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7341 | 2025.01.30 20:22:57.866112 [ 271 ] {d946d876-75ce-4b73-bffa-01cd497d86c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001647 sec., 143897.99635701274 rows/sec., 9.65 MiB/sec. | ||
| 7342 | 2025.01.30 20:22:57.866138 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7343 | 2025.01.30 20:22:57.866257 [ 271 ] {d946d876-75ce-4b73-bffa-01cd497d86c7} <Debug> TCPHandler: Processed in 0.001961534 sec. | ||
| 7344 | 2025.01.30 20:22:57.866372 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 7345 | 2025.01.30 20:22:57.866447 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7346 | 2025.01.30 20:22:57.866555 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7347 | 2025.01.30 20:22:57.866638 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15018 rows starting from the beginning of the part | ||
| 7348 | 2025.01.30 20:22:57.866656 [ 270 ] {c445289c-d603-41e7-8dc9-e16d0e948e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7349 | 2025.01.30 20:22:57.866878 [ 270 ] {c445289c-d603-41e7-8dc9-e16d0e948e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7350 | 2025.01.30 20:22:57.866900 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 7351 | 2025.01.30 20:22:57.867233 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 7352 | 2025.01.30 20:22:57.867578 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 960 rows starting from the beginning of the part | ||
| 7353 | 2025.01.30 20:22:57.867938 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 7354 | 2025.01.30 20:22:57.868267 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 7355 | 2025.01.30 20:22:57.869221 [ 270 ] {c445289c-d603-41e7-8dc9-e16d0e948e9f} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7356 | 2025.01.30 20:22:57.869299 [ 270 ] {c445289c-d603-41e7-8dc9-e16d0e948e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7357 | 2025.01.30 20:22:57.869797 [ 270 ] {c445289c-d603-41e7-8dc9-e16d0e948e9f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7358 | 2025.01.30 20:22:57.870163 [ 270 ] {c445289c-d603-41e7-8dc9-e16d0e948e9f} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7359 | 2025.01.30 20:22:57.870859 [ 270 ] {c445289c-d603-41e7-8dc9-e16d0e948e9f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004222 sec., 236.85457129322594 rows/sec., 15.96 KiB/sec. | ||
| 7360 | 2025.01.30 20:22:57.871122 [ 270 ] {c445289c-d603-41e7-8dc9-e16d0e948e9f} <Debug> TCPHandler: Processed in 0.004738281 sec. | ||
| 7361 | 2025.01.30 20:22:57.871345 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7362 | 2025.01.30 20:22:57.871507 [ 271 ] {2eec5f9f-2535-4e40-8146-644db3ec6bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7363 | 2025.01.30 20:22:57.871621 [ 271 ] {2eec5f9f-2535-4e40-8146-644db3ec6bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7364 | 2025.01.30 20:22:57.873233 [ 271 ] {2eec5f9f-2535-4e40-8146-644db3ec6bd7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7365 | 2025.01.30 20:22:57.873286 [ 271 ] {2eec5f9f-2535-4e40-8146-644db3ec6bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7366 | 2025.01.30 20:22:57.874525 [ 271 ] {2eec5f9f-2535-4e40-8146-644db3ec6bd7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7367 | 2025.01.30 20:22:57.874930 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16772 rows, containing 5 columns (5 merged, 0 gathered) in 0.00866765 sec., 1935011.219880821 rows/sec., 130.98 MiB/sec. | ||
| 7368 | 2025.01.30 20:22:57.875209 [ 271 ] {2eec5f9f-2535-4e40-8146-644db3ec6bd7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7369 | 2025.01.30 20:22:57.875354 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7370 | 2025.01.30 20:22:57.875874 [ 271 ] {2eec5f9f-2535-4e40-8146-644db3ec6bd7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004382 sec., 7074.395253308992 rows/sec., 12.68 MiB/sec. | ||
| 7371 | 2025.01.30 20:22:57.876299 [ 271 ] {2eec5f9f-2535-4e40-8146-644db3ec6bd7} <Debug> TCPHandler: Processed in 0.00506515 sec. | ||
| 7372 | 2025.01.30 20:22:57.876302 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7373 | 2025.01.30 20:22:57.876562 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7374 | 2025.01.30 20:22:57.876565 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7375 | 2025.01.30 20:22:57.876702 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 7376 | 2025.01.30 20:22:57.876733 [ 270 ] {364b01ce-70a8-4f23-b13d-9dc23d9c52b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7377 | 2025.01.30 20:22:57.876784 [ 270 ] {364b01ce-70a8-4f23-b13d-9dc23d9c52b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7378 | 2025.01.30 20:22:57.877269 [ 270 ] {364b01ce-70a8-4f23-b13d-9dc23d9c52b2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7379 | 2025.01.30 20:22:57.877307 [ 270 ] {364b01ce-70a8-4f23-b13d-9dc23d9c52b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7380 | 2025.01.30 20:22:57.877680 [ 270 ] {364b01ce-70a8-4f23-b13d-9dc23d9c52b2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7381 | 2025.01.30 20:22:57.877919 [ 270 ] {364b01ce-70a8-4f23-b13d-9dc23d9c52b2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7382 | 2025.01.30 20:22:57.878156 [ 270 ] {364b01ce-70a8-4f23-b13d-9dc23d9c52b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 7383 | 2025.01.30 20:22:57.878224 [ 270 ] {364b01ce-70a8-4f23-b13d-9dc23d9c52b2} <Debug> TCPHandler: Processed in 0.00180155 sec. | ||
| 7384 | 2025.01.30 20:22:58.088204 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 7385 | 2025.01.30 20:22:58.109380 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7386 | 2025.01.30 20:22:58.109425 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7387 | 2025.01.30 20:22:58.116749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7388 | 2025.01.30 20:22:58.117520 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7389 | 2025.01.30 20:22:58.120030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 7390 | 2025.01.30 20:23:02.831763 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7391 | 2025.01.30 20:23:02.831977 [ 270 ] {367fb029-4434-4f88-bcb3-e806cb24eea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7392 | 2025.01.30 20:23:02.832053 [ 270 ] {367fb029-4434-4f88-bcb3-e806cb24eea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7393 | 2025.01.30 20:23:02.832851 [ 270 ] {367fb029-4434-4f88-bcb3-e806cb24eea2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7394 | 2025.01.30 20:23:02.832901 [ 270 ] {367fb029-4434-4f88-bcb3-e806cb24eea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7395 | 2025.01.30 20:23:02.833371 [ 270 ] {367fb029-4434-4f88-bcb3-e806cb24eea2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7396 | 2025.01.30 20:23:02.833633 [ 270 ] {367fb029-4434-4f88-bcb3-e806cb24eea2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7397 | 2025.01.30 20:23:02.833850 [ 85 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7398 | 2025.01.30 20:23:02.833889 [ 270 ] {367fb029-4434-4f88-bcb3-e806cb24eea2} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001965 sec., 36641.221374045796 rows/sec., 2.95 MiB/sec. | ||
| 7399 | 2025.01.30 20:23:02.833940 [ 85 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7400 | 2025.01.30 20:23:02.834022 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7401 | 2025.01.30 20:23:02.834028 [ 270 ] {367fb029-4434-4f88-bcb3-e806cb24eea2} <Debug> TCPHandler: Processed in 0.002399327 sec. | ||
| 7402 | 2025.01.30 20:23:02.834374 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7403 | 2025.01.30 20:23:02.834380 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 7404 | 2025.01.30 20:23:02.834821 [ 271 ] {da3577cb-a851-49f8-9677-81c7945beef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7405 | 2025.01.30 20:23:02.835030 [ 271 ] {da3577cb-a851-49f8-9677-81c7945beef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7406 | 2025.01.30 20:23:02.835159 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7407 | 2025.01.30 20:23:02.835259 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1432 rows starting from the beginning of the part | ||
| 7408 | 2025.01.30 20:23:02.835513 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 72 rows starting from the beginning of the part | ||
| 7409 | 2025.01.30 20:23:02.835849 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1408 rows starting from the beginning of the part | ||
| 7410 | 2025.01.30 20:23:02.836259 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 72 rows starting from the beginning of the part | ||
| 7411 | 2025.01.30 20:23:02.836594 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 265 rows starting from the beginning of the part | ||
| 7412 | 2025.01.30 20:23:02.836950 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 72 rows starting from the beginning of the part | ||
| 7413 | 2025.01.30 20:23:02.838023 [ 271 ] {da3577cb-a851-49f8-9677-81c7945beef3} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7414 | 2025.01.30 20:23:02.838094 [ 271 ] {da3577cb-a851-49f8-9677-81c7945beef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7415 | 2025.01.30 20:23:02.839051 [ 271 ] {da3577cb-a851-49f8-9677-81c7945beef3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7416 | 2025.01.30 20:23:02.839499 [ 271 ] {da3577cb-a851-49f8-9677-81c7945beef3} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7417 | 2025.01.30 20:23:02.839761 [ 271 ] {da3577cb-a851-49f8-9677-81c7945beef3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005136 sec., 1557.632398753894 rows/sec., 117.13 KiB/sec. | ||
| 7418 | 2025.01.30 20:23:02.839913 [ 271 ] {da3577cb-a851-49f8-9677-81c7945beef3} <Debug> TCPHandler: Processed in 0.005745839 sec. | ||
| 7419 | 2025.01.30 20:23:02.840289 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7420 | 2025.01.30 20:23:02.840311 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.006176581 sec., 537676.1026852882 rows/sec., 47.14 MiB/sec. | ||
| 7421 | 2025.01.30 20:23:02.840448 [ 270 ] {9c2d568e-71b9-420c-8b27-cc7f6f86ae0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7422 | 2025.01.30 20:23:02.840540 [ 270 ] {9c2d568e-71b9-420c-8b27-cc7f6f86ae0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7423 | 2025.01.30 20:23:02.840575 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7424 | 2025.01.30 20:23:02.841239 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7425 | 2025.01.30 20:23:02.841405 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_56_11} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7426 | 2025.01.30 20:23:02.841526 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7427 | 2025.01.30 20:23:02.841784 [ 270 ] {9c2d568e-71b9-420c-8b27-cc7f6f86ae0a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7428 | 2025.01.30 20:23:02.841828 [ 270 ] {9c2d568e-71b9-420c-8b27-cc7f6f86ae0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7429 | 2025.01.30 20:23:02.842200 [ 270 ] {9c2d568e-71b9-420c-8b27-cc7f6f86ae0a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7430 | 2025.01.30 20:23:02.842441 [ 270 ] {9c2d568e-71b9-420c-8b27-cc7f6f86ae0a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7431 | 2025.01.30 20:23:02.842612 [ 85 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7432 | 2025.01.30 20:23:02.842671 [ 85 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7433 | 2025.01.30 20:23:02.842691 [ 270 ] {9c2d568e-71b9-420c-8b27-cc7f6f86ae0a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002271 sec., 31704.095112285337 rows/sec., 2.48 MiB/sec. | ||
| 7434 | 2025.01.30 20:23:02.842709 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7435 | 2025.01.30 20:23:02.842849 [ 270 ] {9c2d568e-71b9-420c-8b27-cc7f6f86ae0a} <Debug> TCPHandler: Processed in 0.002811748 sec. | ||
| 7436 | 2025.01.30 20:23:02.842903 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 7437 | 2025.01.30 20:23:02.843037 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7438 | 2025.01.30 20:23:02.843060 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7439 | 2025.01.30 20:23:02.843084 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7440 | 2025.01.30 20:23:02.843353 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 72 rows starting from the beginning of the part | ||
| 7441 | 2025.01.30 20:23:02.843430 [ 271 ] {7d61b581-42bb-4da1-ac04-fbe6d12889cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7442 | 2025.01.30 20:23:02.843654 [ 271 ] {7d61b581-42bb-4da1-ac04-fbe6d12889cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7443 | 2025.01.30 20:23:02.843693 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 875 rows starting from the beginning of the part | ||
| 7444 | 2025.01.30 20:23:02.844085 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 72 rows starting from the beginning of the part | ||
| 7445 | 2025.01.30 20:23:02.844511 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 413 rows starting from the beginning of the part | ||
| 7446 | 2025.01.30 20:23:02.844861 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 72 rows starting from the beginning of the part | ||
| 7447 | 2025.01.30 20:23:02.846125 [ 271 ] {7d61b581-42bb-4da1-ac04-fbe6d12889cd} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7448 | 2025.01.30 20:23:02.846199 [ 271 ] {7d61b581-42bb-4da1-ac04-fbe6d12889cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7449 | 2025.01.30 20:23:02.847308 [ 271 ] {7d61b581-42bb-4da1-ac04-fbe6d12889cd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7450 | 2025.01.30 20:23:02.847639 [ 271 ] {7d61b581-42bb-4da1-ac04-fbe6d12889cd} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7451 | 2025.01.30 20:23:02.848127 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005271237 sec., 458526.1486061052 rows/sec., 35.17 MiB/sec. | ||
| 7452 | 2025.01.30 20:23:02.848305 [ 271 ] {7d61b581-42bb-4da1-ac04-fbe6d12889cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004955 sec., 32290.61553985873 rows/sec., 2.25 MiB/sec. | ||
| 7453 | 2025.01.30 20:23:02.848651 [ 271 ] {7d61b581-42bb-4da1-ac04-fbe6d12889cd} <Debug> TCPHandler: Processed in 0.005680498 sec. | ||
| 7454 | 2025.01.30 20:23:02.848685 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7455 | 2025.01.30 20:23:02.848992 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7456 | 2025.01.30 20:23:02.849208 [ 270 ] {057e1c88-1ea1-4f83-8882-8cb23ff1199a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7457 | 2025.01.30 20:23:02.849318 [ 270 ] {057e1c88-1ea1-4f83-8882-8cb23ff1199a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7458 | 2025.01.30 20:23:02.849415 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2025.01.30 20:23:02.849555 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_56_11} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7460 | 2025.01.30 20:23:02.849673 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7461 | 2025.01.30 20:23:02.850667 [ 270 ] {057e1c88-1ea1-4f83-8882-8cb23ff1199a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7462 | 2025.01.30 20:23:02.850705 [ 270 ] {057e1c88-1ea1-4f83-8882-8cb23ff1199a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7463 | 2025.01.30 20:23:02.851328 [ 270 ] {057e1c88-1ea1-4f83-8882-8cb23ff1199a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7464 | 2025.01.30 20:23:02.851589 [ 270 ] {057e1c88-1ea1-4f83-8882-8cb23ff1199a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7465 | 2025.01.30 20:23:02.851857 [ 270 ] {057e1c88-1ea1-4f83-8882-8cb23ff1199a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002685 sec., 2979.51582867784 rows/sec., 5.34 MiB/sec. | ||
| 7466 | 2025.01.30 20:23:02.852188 [ 270 ] {057e1c88-1ea1-4f83-8882-8cb23ff1199a} <Debug> TCPHandler: Processed in 0.003396294 sec. | ||
| 7467 | 2025.01.30 20:23:02.852450 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7468 | 2025.01.30 20:23:02.852657 [ 271 ] {f10f063f-1816-4da3-874a-dd994a2b1f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7469 | 2025.01.30 20:23:02.852718 [ 271 ] {f10f063f-1816-4da3-874a-dd994a2b1f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7470 | 2025.01.30 20:23:02.853237 [ 271 ] {f10f063f-1816-4da3-874a-dd994a2b1f15} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7471 | 2025.01.30 20:23:02.853276 [ 271 ] {f10f063f-1816-4da3-874a-dd994a2b1f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7472 | 2025.01.30 20:23:02.853655 [ 271 ] {f10f063f-1816-4da3-874a-dd994a2b1f15} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7473 | 2025.01.30 20:23:02.853909 [ 271 ] {f10f063f-1816-4da3-874a-dd994a2b1f15} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7474 | 2025.01.30 20:23:02.854097 [ 84 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7475 | 2025.01.30 20:23:02.854163 [ 84 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7476 | 2025.01.30 20:23:02.854165 [ 271 ] {f10f063f-1816-4da3-874a-dd994a2b1f15} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 7477 | 2025.01.30 20:23:02.854197 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7478 | 2025.01.30 20:23:02.854318 [ 271 ] {f10f063f-1816-4da3-874a-dd994a2b1f15} <Debug> TCPHandler: Processed in 0.002018486 sec. | ||
| 7479 | 2025.01.30 20:23:02.854379 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 7480 | 2025.01.30 20:23:02.854488 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7481 | 2025.01.30 20:23:02.854521 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2672 rows starting from the beginning of the part | ||
| 7482 | 2025.01.30 20:23:02.854589 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 7483 | 2025.01.30 20:23:02.854804 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 7484 | 2025.01.30 20:23:02.854933 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 7485 | 2025.01.30 20:23:02.855124 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 7486 | 2025.01.30 20:23:02.855197 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 7487 | 2025.01.30 20:23:02.856666 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3016 rows, containing 4 columns (4 merged, 0 gathered) in 0.002344935 sec., 1286176.3758910163 rows/sec., 85.38 MiB/sec. | ||
| 7488 | 2025.01.30 20:23:02.856971 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7489 | 2025.01.30 20:23:02.857311 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7490 | 2025.01.30 20:23:02.857410 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_51_10} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7491 | 2025.01.30 20:23:02.857511 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 7492 | 2025.01.30 20:23:04.217047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 7493 | 2025.01.30 20:23:04.217800 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7494 | 2025.01.30 20:23:04.217846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7495 | 2025.01.30 20:23:04.218375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7496 | 2025.01.30 20:23:04.218633 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7497 | 2025.01.30 20:23:04.218894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 7498 | 2025.01.30 20:23:05.620098 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 7499 | 2025.01.30 20:23:05.641425 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7500 | 2025.01.30 20:23:05.641484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7501 | 2025.01.30 20:23:05.648955 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7502 | 2025.01.30 20:23:05.649711 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7503 | 2025.01.30 20:23:05.652575 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 7504 | 2025.01.30 20:23:06.794039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1006 | ||
| 7505 | 2025.01.30 20:23:06.797506 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7506 | 2025.01.30 20:23:06.797551 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7507 | 2025.01.30 20:23:06.799000 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7508 | 2025.01.30 20:23:06.799304 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7509 | 2025.01.30 20:23:06.800524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006 | ||
| 7510 | 2025.01.30 20:23:07.837787 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7511 | 2025.01.30 20:23:07.838089 [ 270 ] {b57f2551-8320-4e7a-aa2c-49769def89bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7512 | 2025.01.30 20:23:07.838185 [ 270 ] {b57f2551-8320-4e7a-aa2c-49769def89bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7513 | 2025.01.30 20:23:07.838958 [ 270 ] {b57f2551-8320-4e7a-aa2c-49769def89bd} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7514 | 2025.01.30 20:23:07.839000 [ 270 ] {b57f2551-8320-4e7a-aa2c-49769def89bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7515 | 2025.01.30 20:23:07.839431 [ 270 ] {b57f2551-8320-4e7a-aa2c-49769def89bd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7516 | 2025.01.30 20:23:07.839689 [ 270 ] {b57f2551-8320-4e7a-aa2c-49769def89bd} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7517 | 2025.01.30 20:23:07.839886 [ 270 ] {b57f2551-8320-4e7a-aa2c-49769def89bd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 7518 | 2025.01.30 20:23:07.839942 [ 270 ] {b57f2551-8320-4e7a-aa2c-49769def89bd} <Debug> TCPHandler: Processed in 0.002349895 sec. | ||
| 7519 | 2025.01.30 20:23:07.840203 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7520 | 2025.01.30 20:23:07.840406 [ 271 ] {30982c0c-59b4-46c8-8c07-a02e2a92122f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7521 | 2025.01.30 20:23:07.840481 [ 271 ] {30982c0c-59b4-46c8-8c07-a02e2a92122f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7522 | 2025.01.30 20:23:07.841384 [ 271 ] {30982c0c-59b4-46c8-8c07-a02e2a92122f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7523 | 2025.01.30 20:23:07.841440 [ 271 ] {30982c0c-59b4-46c8-8c07-a02e2a92122f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7524 | 2025.01.30 20:23:07.841908 [ 271 ] {30982c0c-59b4-46c8-8c07-a02e2a92122f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7525 | 2025.01.30 20:23:07.842165 [ 271 ] {30982c0c-59b4-46c8-8c07-a02e2a92122f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7526 | 2025.01.30 20:23:07.842393 [ 271 ] {30982c0c-59b4-46c8-8c07-a02e2a92122f} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002047 sec., 129457.74303859305 rows/sec., 11.40 MiB/sec. | ||
| 7527 | 2025.01.30 20:23:07.842466 [ 271 ] {30982c0c-59b4-46c8-8c07-a02e2a92122f} <Debug> TCPHandler: Processed in 0.002402256 sec. | ||
| 7528 | 2025.01.30 20:23:07.842640 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7529 | 2025.01.30 20:23:07.842781 [ 270 ] {796c67de-bd30-41f8-a4e0-58c2242bbefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7530 | 2025.01.30 20:23:07.842838 [ 270 ] {796c67de-bd30-41f8-a4e0-58c2242bbefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7531 | 2025.01.30 20:23:07.843477 [ 270 ] {796c67de-bd30-41f8-a4e0-58c2242bbefd} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7532 | 2025.01.30 20:23:07.843515 [ 270 ] {796c67de-bd30-41f8-a4e0-58c2242bbefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7533 | 2025.01.30 20:23:07.843870 [ 270 ] {796c67de-bd30-41f8-a4e0-58c2242bbefd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7534 | 2025.01.30 20:23:07.844112 [ 270 ] {796c67de-bd30-41f8-a4e0-58c2242bbefd} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7535 | 2025.01.30 20:23:07.844241 [ 79 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7536 | 2025.01.30 20:23:07.844291 [ 79 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7537 | 2025.01.30 20:23:07.844300 [ 270 ] {796c67de-bd30-41f8-a4e0-58c2242bbefd} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001549 sec., 24531.956100710137 rows/sec., 1.76 MiB/sec. | ||
| 7538 | 2025.01.30 20:23:07.844320 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7539 | 2025.01.30 20:23:07.844372 [ 270 ] {796c67de-bd30-41f8-a4e0-58c2242bbefd} <Debug> TCPHandler: Processed in 0.00180309 sec. | ||
| 7540 | 2025.01.30 20:23:07.844625 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7541 | 2025.01.30 20:23:07.844635 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 7542 | 2025.01.30 20:23:07.844907 [ 271 ] {74669832-761a-47e8-8d89-a65d65a5b49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7543 | 2025.01.30 20:23:07.844924 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7544 | 2025.01.30 20:23:07.845007 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 64 rows starting from the beginning of the part | ||
| 7545 | 2025.01.30 20:23:07.845020 [ 271 ] {74669832-761a-47e8-8d89-a65d65a5b49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7546 | 2025.01.30 20:23:07.845228 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 44 rows starting from the beginning of the part | ||
| 7547 | 2025.01.30 20:23:07.845484 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 7548 | 2025.01.30 20:23:07.845940 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 38 rows starting from the beginning of the part | ||
| 7549 | 2025.01.30 20:23:07.846374 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 7550 | 2025.01.30 20:23:07.846856 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 38 rows starting from the beginning of the part | ||
| 7551 | 2025.01.30 20:23:07.849338 [ 271 ] {74669832-761a-47e8-8d89-a65d65a5b49c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2025.01.30 20:23:07.849444 [ 271 ] {74669832-761a-47e8-8d89-a65d65a5b49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7553 | 2025.01.30 20:23:07.850687 [ 271 ] {74669832-761a-47e8-8d89-a65d65a5b49c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7554 | 2025.01.30 20:23:07.850893 [ 190 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.00646299 sec., 30945.429282731366 rows/sec., 2.33 MiB/sec. | ||
| 7555 | 2025.01.30 20:23:07.851094 [ 271 ] {74669832-761a-47e8-8d89-a65d65a5b49c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7556 | 2025.01.30 20:23:07.851183 [ 190 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7557 | 2025.01.30 20:23:07.851473 [ 271 ] {74669832-761a-47e8-8d89-a65d65a5b49c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006652 sec., 2104.6301864101024 rows/sec., 147.39 KiB/sec. | ||
| 7558 | 2025.01.30 20:23:07.851635 [ 271 ] {74669832-761a-47e8-8d89-a65d65a5b49c} <Debug> TCPHandler: Processed in 0.007145969 sec. | ||
| 7559 | 2025.01.30 20:23:07.851814 [ 190 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7560 | 2025.01.30 20:23:07.851827 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7561 | 2025.01.30 20:23:07.851948 [ 190 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_56_11} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7562 | 2025.01.30 20:23:07.852041 [ 270 ] {64e673e9-06d5-45f0-b035-0fa1e3ce44ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7563 | 2025.01.30 20:23:07.852116 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7564 | 2025.01.30 20:23:07.852140 [ 270 ] {64e673e9-06d5-45f0-b035-0fa1e3ce44ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7565 | 2025.01.30 20:23:07.852743 [ 270 ] {64e673e9-06d5-45f0-b035-0fa1e3ce44ba} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7566 | 2025.01.30 20:23:07.852783 [ 270 ] {64e673e9-06d5-45f0-b035-0fa1e3ce44ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7567 | 2025.01.30 20:23:07.853142 [ 270 ] {64e673e9-06d5-45f0-b035-0fa1e3ce44ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7568 | 2025.01.30 20:23:07.853381 [ 270 ] {64e673e9-06d5-45f0-b035-0fa1e3ce44ba} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2025.01.30 20:23:07.853631 [ 270 ] {64e673e9-06d5-45f0-b035-0fa1e3ce44ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00165 sec., 7878.787878787879 rows/sec., 491.24 KiB/sec. | ||
| 7570 | 2025.01.30 20:23:07.853839 [ 270 ] {64e673e9-06d5-45f0-b035-0fa1e3ce44ba} <Debug> TCPHandler: Processed in 0.002100708 sec. | ||
| 7571 | 2025.01.30 20:23:07.854012 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7572 | 2025.01.30 20:23:07.854140 [ 271 ] {878c5453-454b-49fa-8739-4a7492dec63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7573 | 2025.01.30 20:23:07.854197 [ 271 ] {878c5453-454b-49fa-8739-4a7492dec63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7574 | 2025.01.30 20:23:07.855014 [ 271 ] {878c5453-454b-49fa-8739-4a7492dec63d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2025.01.30 20:23:07.855061 [ 271 ] {878c5453-454b-49fa-8739-4a7492dec63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7576 | 2025.01.30 20:23:07.855440 [ 271 ] {878c5453-454b-49fa-8739-4a7492dec63d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7577 | 2025.01.30 20:23:07.855682 [ 271 ] {878c5453-454b-49fa-8739-4a7492dec63d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2025.01.30 20:23:07.855891 [ 271 ] {878c5453-454b-49fa-8739-4a7492dec63d} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001781 sec., 231892.19539584502 rows/sec., 16.54 MiB/sec. | ||
| 7579 | 2025.01.30 20:23:07.855941 [ 271 ] {878c5453-454b-49fa-8739-4a7492dec63d} <Debug> TCPHandler: Processed in 0.001985615 sec. | ||
| 7580 | 2025.01.30 20:23:07.856101 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7581 | 2025.01.30 20:23:07.856238 [ 270 ] {3a5a61b8-f970-492e-ad4c-dbcdcef1b9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7582 | 2025.01.30 20:23:07.856299 [ 270 ] {3a5a61b8-f970-492e-ad4c-dbcdcef1b9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7583 | 2025.01.30 20:23:07.856877 [ 270 ] {3a5a61b8-f970-492e-ad4c-dbcdcef1b9f3} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7584 | 2025.01.30 20:23:07.856924 [ 270 ] {3a5a61b8-f970-492e-ad4c-dbcdcef1b9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7585 | 2025.01.30 20:23:07.857305 [ 270 ] {3a5a61b8-f970-492e-ad4c-dbcdcef1b9f3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7586 | 2025.01.30 20:23:07.857553 [ 270 ] {3a5a61b8-f970-492e-ad4c-dbcdcef1b9f3} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7587 | 2025.01.30 20:23:07.857836 [ 270 ] {3a5a61b8-f970-492e-ad4c-dbcdcef1b9f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 195.80 KiB/sec. | ||
| 7588 | 2025.01.30 20:23:07.857996 [ 270 ] {3a5a61b8-f970-492e-ad4c-dbcdcef1b9f3} <Debug> TCPHandler: Processed in 0.001961344 sec. | ||
| 7589 | 2025.01.30 20:23:07.858150 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7590 | 2025.01.30 20:23:07.858295 [ 271 ] {f122c602-dd8c-4429-b10e-fb460d90a744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7591 | 2025.01.30 20:23:07.858358 [ 271 ] {f122c602-dd8c-4429-b10e-fb460d90a744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7592 | 2025.01.30 20:23:07.859084 [ 271 ] {f122c602-dd8c-4429-b10e-fb460d90a744} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2025.01.30 20:23:07.859131 [ 271 ] {f122c602-dd8c-4429-b10e-fb460d90a744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7594 | 2025.01.30 20:23:07.859627 [ 271 ] {f122c602-dd8c-4429-b10e-fb460d90a744} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7595 | 2025.01.30 20:23:07.859931 [ 271 ] {f122c602-dd8c-4429-b10e-fb460d90a744} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7596 | 2025.01.30 20:23:07.860175 [ 271 ] {f122c602-dd8c-4429-b10e-fb460d90a744} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00191 sec., 124083.76963350785 rows/sec., 8.32 MiB/sec. | ||
| 7597 | 2025.01.30 20:23:07.860270 [ 271 ] {f122c602-dd8c-4429-b10e-fb460d90a744} <Debug> TCPHandler: Processed in 0.002191852 sec. | ||
| 7598 | 2025.01.30 20:23:07.861282 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7599 | 2025.01.30 20:23:07.861419 [ 270 ] {f7d26da8-49b0-4b75-ae31-adbe18e7e091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7600 | 2025.01.30 20:23:07.861484 [ 270 ] {f7d26da8-49b0-4b75-ae31-adbe18e7e091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7601 | 2025.01.30 20:23:07.862085 [ 270 ] {f7d26da8-49b0-4b75-ae31-adbe18e7e091} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7602 | 2025.01.30 20:23:07.862131 [ 270 ] {f7d26da8-49b0-4b75-ae31-adbe18e7e091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7603 | 2025.01.30 20:23:07.863026 [ 270 ] {f7d26da8-49b0-4b75-ae31-adbe18e7e091} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7604 | 2025.01.30 20:23:07.863286 [ 270 ] {f7d26da8-49b0-4b75-ae31-adbe18e7e091} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2025.01.30 20:23:07.863589 [ 270 ] {f7d26da8-49b0-4b75-ae31-adbe18e7e091} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002198 sec., 454.9590536851684 rows/sec., 30.66 KiB/sec. | ||
| 7606 | 2025.01.30 20:23:07.863773 [ 270 ] {f7d26da8-49b0-4b75-ae31-adbe18e7e091} <Debug> TCPHandler: Processed in 0.002552051 sec. | ||
| 7607 | 2025.01.30 20:23:07.863939 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7608 | 2025.01.30 20:23:07.864061 [ 271 ] {8199c793-0fc2-4450-8e34-a30e889f4def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7609 | 2025.01.30 20:23:07.864141 [ 271 ] {8199c793-0fc2-4450-8e34-a30e889f4def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7610 | 2025.01.30 20:23:07.865261 [ 271 ] {8199c793-0fc2-4450-8e34-a30e889f4def} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7611 | 2025.01.30 20:23:07.865326 [ 271 ] {8199c793-0fc2-4450-8e34-a30e889f4def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7612 | 2025.01.30 20:23:07.865995 [ 271 ] {8199c793-0fc2-4450-8e34-a30e889f4def} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7613 | 2025.01.30 20:23:07.866261 [ 271 ] {8199c793-0fc2-4450-8e34-a30e889f4def} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7614 | 2025.01.30 20:23:07.866445 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7615 | 2025.01.30 20:23:07.866513 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7616 | 2025.01.30 20:23:07.866535 [ 271 ] {8199c793-0fc2-4450-8e34-a30e889f4def} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002495 sec., 12424.8496993988 rows/sec., 22.26 MiB/sec. | ||
| 7617 | 2025.01.30 20:23:07.866550 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7618 | 2025.01.30 20:23:07.866963 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 7619 | 2025.01.30 20:23:07.867044 [ 271 ] {8199c793-0fc2-4450-8e34-a30e889f4def} <Debug> TCPHandler: Processed in 0.003151887 sec. | ||
| 7620 | 2025.01.30 20:23:07.867650 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7621 | 2025.01.30 20:23:07.868229 [ 270 ] {50c0844d-0544-4753-a11b-703c2ac29278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7622 | 2025.01.30 20:23:07.868319 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7623 | 2025.01.30 20:23:07.868338 [ 270 ] {50c0844d-0544-4753-a11b-703c2ac29278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7624 | 2025.01.30 20:23:07.868569 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1006 rows starting from the beginning of the part | ||
| 7625 | 2025.01.30 20:23:07.869391 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 31 rows starting from the beginning of the part | ||
| 7626 | 2025.01.30 20:23:07.870268 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 7627 | 2025.01.30 20:23:07.870409 [ 270 ] {50c0844d-0544-4753-a11b-703c2ac29278} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7628 | 2025.01.30 20:23:07.870502 [ 270 ] {50c0844d-0544-4753-a11b-703c2ac29278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7629 | 2025.01.30 20:23:07.870934 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 31 rows starting from the beginning of the part | ||
| 7630 | 2025.01.30 20:23:07.871552 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 7631 | 2025.01.30 20:23:07.872129 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part | ||
| 7632 | 2025.01.30 20:23:07.872587 [ 270 ] {50c0844d-0544-4753-a11b-703c2ac29278} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7633 | 2025.01.30 20:23:07.873310 [ 270 ] {50c0844d-0544-4753-a11b-703c2ac29278} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7634 | 2025.01.30 20:23:07.873840 [ 270 ] {50c0844d-0544-4753-a11b-703c2ac29278} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005738 sec., 14290.693621470895 rows/sec., 929.42 KiB/sec. | ||
| 7635 | 2025.01.30 20:23:07.874030 [ 270 ] {50c0844d-0544-4753-a11b-703c2ac29278} <Debug> TCPHandler: Processed in 0.006762598 sec. | ||
| 7636 | 2025.01.30 20:23:07.880524 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1115 rows, containing 19 columns (19 merged, 0 gathered) in 0.013851505 sec., 80496.66805159439 rows/sec., 144.25 MiB/sec. | ||
| 7637 | 2025.01.30 20:23:07.881676 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7638 | 2025.01.30 20:23:07.882096 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7639 | 2025.01.30 20:23:07.882176 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7640 | 2025.01.30 20:23:07.882330 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.45 MiB. | ||
| 7641 | 2025.01.30 20:23:08.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.26 MiB, peak 227.69 MiB, free memory in arenas 0.00 B, will set to 222.21 MiB (RSS), difference: 2.96 MiB | ||
| 7642 | 2025.01.30 20:23:11.561319 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7643 | 2025.01.30 20:23:11.561383 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7644 | 2025.01.30 20:23:11.719018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 7645 | 2025.01.30 20:23:11.719728 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7646 | 2025.01.30 20:23:11.719780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7647 | 2025.01.30 20:23:11.720351 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7648 | 2025.01.30 20:23:11.720608 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7649 | 2025.01.30 20:23:11.720833 [ 75 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7650 | 2025.01.30 20:23:11.720863 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 7651 | 2025.01.30 20:23:11.720921 [ 75 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7652 | 2025.01.30 20:23:11.720954 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7653 | 2025.01.30 20:23:11.721148 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 7654 | 2025.01.30 20:23:11.721569 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7655 | 2025.01.30 20:23:11.721658 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 7656 | 2025.01.30 20:23:11.721746 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 7657 | 2025.01.30 20:23:11.721960 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 7658 | 2025.01.30 20:23:11.722214 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 7659 | 2025.01.30 20:23:11.722316 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 7660 | 2025.01.30 20:23:11.722513 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 7661 | 2025.01.30 20:23:11.724913 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003887019 sec., 5429867.978520301 rows/sec., 77.67 MiB/sec. | ||
| 7662 | 2025.01.30 20:23:11.725337 [ 201 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7663 | 2025.01.30 20:23:11.725693 [ 201 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7664 | 2025.01.30 20:23:11.725781 [ 201 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_46_9} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7665 | 2025.01.30 20:23:11.725900 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 7666 | 2025.01.30 20:23:12.831837 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7667 | 2025.01.30 20:23:12.832143 [ 270 ] {4b343104-e895-4ce3-aaec-e8659b2349dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7668 | 2025.01.30 20:23:12.832257 [ 270 ] {4b343104-e895-4ce3-aaec-e8659b2349dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7669 | 2025.01.30 20:23:12.833057 [ 270 ] {4b343104-e895-4ce3-aaec-e8659b2349dd} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2025.01.30 20:23:12.833099 [ 270 ] {4b343104-e895-4ce3-aaec-e8659b2349dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7671 | 2025.01.30 20:23:12.833530 [ 270 ] {4b343104-e895-4ce3-aaec-e8659b2349dd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7672 | 2025.01.30 20:23:12.833774 [ 270 ] {4b343104-e895-4ce3-aaec-e8659b2349dd} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2025.01.30 20:23:12.834033 [ 270 ] {4b343104-e895-4ce3-aaec-e8659b2349dd} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001961 sec., 36715.96124426313 rows/sec., 2.95 MiB/sec. | ||
| 7674 | 2025.01.30 20:23:12.834144 [ 270 ] {4b343104-e895-4ce3-aaec-e8659b2349dd} <Debug> TCPHandler: Processed in 0.002494689 sec. | ||
| 7675 | 2025.01.30 20:23:12.834461 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2025.01.30 20:23:12.834680 [ 271 ] {d9027fff-a235-4965-9c8a-b8883f3807f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7677 | 2025.01.30 20:23:12.834760 [ 271 ] {d9027fff-a235-4965-9c8a-b8883f3807f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7678 | 2025.01.30 20:23:12.835558 [ 271 ] {d9027fff-a235-4965-9c8a-b8883f3807f9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2025.01.30 20:23:12.835599 [ 271 ] {d9027fff-a235-4965-9c8a-b8883f3807f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7680 | 2025.01.30 20:23:12.836047 [ 271 ] {d9027fff-a235-4965-9c8a-b8883f3807f9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7681 | 2025.01.30 20:23:12.836301 [ 271 ] {d9027fff-a235-4965-9c8a-b8883f3807f9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2025.01.30 20:23:12.836533 [ 271 ] {d9027fff-a235-4965-9c8a-b8883f3807f9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001903 sec., 4203.888596952181 rows/sec., 316.11 KiB/sec. | ||
| 7683 | 2025.01.30 20:23:12.836625 [ 271 ] {d9027fff-a235-4965-9c8a-b8883f3807f9} <Debug> TCPHandler: Processed in 0.002351415 sec. | ||
| 7684 | 2025.01.30 20:23:12.836854 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2025.01.30 20:23:12.837002 [ 270 ] {c6eb466a-30e2-4de5-9ae3-3fcc304887c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7686 | 2025.01.30 20:23:12.837058 [ 270 ] {c6eb466a-30e2-4de5-9ae3-3fcc304887c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7687 | 2025.01.30 20:23:12.837704 [ 270 ] {c6eb466a-30e2-4de5-9ae3-3fcc304887c7} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2025.01.30 20:23:12.837742 [ 270 ] {c6eb466a-30e2-4de5-9ae3-3fcc304887c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7689 | 2025.01.30 20:23:12.838100 [ 270 ] {c6eb466a-30e2-4de5-9ae3-3fcc304887c7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7690 | 2025.01.30 20:23:12.838336 [ 270 ] {c6eb466a-30e2-4de5-9ae3-3fcc304887c7} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2025.01.30 20:23:12.838554 [ 270 ] {c6eb466a-30e2-4de5-9ae3-3fcc304887c7} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001581 sec., 45540.79696394687 rows/sec., 3.56 MiB/sec. | ||
| 7692 | 2025.01.30 20:23:12.838606 [ 270 ] {c6eb466a-30e2-4de5-9ae3-3fcc304887c7} <Debug> TCPHandler: Processed in 0.001863132 sec. | ||
| 7693 | 2025.01.30 20:23:12.838780 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7694 | 2025.01.30 20:23:12.838921 [ 271 ] {f71eb57e-e819-45e3-b878-5e0badeef3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7695 | 2025.01.30 20:23:12.838984 [ 271 ] {f71eb57e-e819-45e3-b878-5e0badeef3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7696 | 2025.01.30 20:23:12.839623 [ 271 ] {f71eb57e-e819-45e3-b878-5e0badeef3ac} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2025.01.30 20:23:12.839661 [ 271 ] {f71eb57e-e819-45e3-b878-5e0badeef3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7698 | 2025.01.30 20:23:12.840062 [ 271 ] {f71eb57e-e819-45e3-b878-5e0badeef3ac} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7699 | 2025.01.30 20:23:12.840308 [ 271 ] {f71eb57e-e819-45e3-b878-5e0badeef3ac} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2025.01.30 20:23:12.840518 [ 271 ] {f71eb57e-e819-45e3-b878-5e0badeef3ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
| 7701 | 2025.01.30 20:23:12.840572 [ 271 ] {f71eb57e-e819-45e3-b878-5e0badeef3ac} <Debug> TCPHandler: Processed in 0.001862432 sec. | ||
| 7702 | 2025.01.30 20:23:12.840883 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2025.01.30 20:23:12.841108 [ 270 ] {05b75ba6-1b5e-4b42-bd83-30d5c7a317b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7704 | 2025.01.30 20:23:12.841246 [ 270 ] {05b75ba6-1b5e-4b42-bd83-30d5c7a317b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7705 | 2025.01.30 20:23:12.842368 [ 270 ] {05b75ba6-1b5e-4b42-bd83-30d5c7a317b1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2025.01.30 20:23:12.842406 [ 270 ] {05b75ba6-1b5e-4b42-bd83-30d5c7a317b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7707 | 2025.01.30 20:23:12.843021 [ 270 ] {05b75ba6-1b5e-4b42-bd83-30d5c7a317b1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7708 | 2025.01.30 20:23:12.843270 [ 270 ] {05b75ba6-1b5e-4b42-bd83-30d5c7a317b1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2025.01.30 20:23:12.843515 [ 270 ] {05b75ba6-1b5e-4b42-bd83-30d5c7a317b1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002463 sec., 3248.0714575720667 rows/sec., 5.82 MiB/sec. | ||
| 7710 | 2025.01.30 20:23:12.843608 [ 270 ] {05b75ba6-1b5e-4b42-bd83-30d5c7a317b1} <Debug> TCPHandler: Processed in 0.002931522 sec. | ||
| 7711 | 2025.01.30 20:23:12.843829 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2025.01.30 20:23:12.844052 [ 271 ] {4666a787-758b-4ea3-bcd4-b370d11ba696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7713 | 2025.01.30 20:23:12.844145 [ 271 ] {4666a787-758b-4ea3-bcd4-b370d11ba696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7714 | 2025.01.30 20:23:12.844729 [ 271 ] {4666a787-758b-4ea3-bcd4-b370d11ba696} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2025.01.30 20:23:12.844767 [ 271 ] {4666a787-758b-4ea3-bcd4-b370d11ba696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7716 | 2025.01.30 20:23:12.845143 [ 271 ] {4666a787-758b-4ea3-bcd4-b370d11ba696} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7717 | 2025.01.30 20:23:12.845390 [ 271 ] {4666a787-758b-4ea3-bcd4-b370d11ba696} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2025.01.30 20:23:12.845569 [ 271 ] {4666a787-758b-4ea3-bcd4-b370d11ba696} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec. | ||
| 7719 | 2025.01.30 20:23:12.845619 [ 271 ] {4666a787-758b-4ea3-bcd4-b370d11ba696} <Debug> TCPHandler: Processed in 0.001904842 sec. | ||
| 7720 | 2025.01.30 20:23:13.152638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 7721 | 2025.01.30 20:23:13.174372 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7722 | 2025.01.30 20:23:13.174431 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7723 | 2025.01.30 20:23:13.181758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7724 | 2025.01.30 20:23:13.182530 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7725 | 2025.01.30 20:23:13.182894 [ 73 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7726 | 2025.01.30 20:23:13.183029 [ 73 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7727 | 2025.01.30 20:23:13.183108 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7728 | 2025.01.30 20:23:13.183400 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 7729 | 2025.01.30 20:23:13.191642 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 7730 | 2025.01.30 20:23:13.192912 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7731 | 2025.01.30 20:23:13.193800 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 7732 | 2025.01.30 20:23:13.198543 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 7733 | 2025.01.30 20:23:13.203304 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 7734 | 2025.01.30 20:23:13.208430 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 7735 | 2025.01.30 20:23:13.213922 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 7736 | 2025.01.30 20:23:13.218375 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 7737 | 2025.01.30 20:23:13.276576 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.09331655 sec., 3718.525813481103 rows/sec., 19.23 MiB/sec. | ||
| 7738 | 2025.01.30 20:23:13.279684 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7739 | 2025.01.30 20:23:13.282605 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_46_9} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7740 | 2025.01.30 20:23:13.282727 [ 200 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_46_9} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7741 | 2025.01.30 20:23:13.285160 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 7742 | 2025.01.30 20:23:16.800717 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1040 | ||
| 7743 | 2025.01.30 20:23:16.803767 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7744 | 2025.01.30 20:23:16.803819 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7745 | 2025.01.30 20:23:16.805260 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7746 | 2025.01.30 20:23:16.805561 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7747 | 2025.01.30 20:23:16.806117 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1040 | ||
| 7748 | 2025.01.30 20:23:17.528534 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7749 | 2025.01.30 20:23:17.528750 [ 270 ] {690de4ba-f0da-46bd-ae80-55793fc731ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7750 | 2025.01.30 20:23:17.528830 [ 270 ] {690de4ba-f0da-46bd-ae80-55793fc731ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7751 | 2025.01.30 20:23:17.529671 [ 270 ] {690de4ba-f0da-46bd-ae80-55793fc731ed} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7752 | 2025.01.30 20:23:17.529717 [ 270 ] {690de4ba-f0da-46bd-ae80-55793fc731ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7753 | 2025.01.30 20:23:17.530153 [ 270 ] {690de4ba-f0da-46bd-ae80-55793fc731ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7754 | 2025.01.30 20:23:17.530428 [ 270 ] {690de4ba-f0da-46bd-ae80-55793fc731ed} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7755 | 2025.01.30 20:23:17.530658 [ 270 ] {690de4ba-f0da-46bd-ae80-55793fc731ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec. | ||
| 7756 | 2025.01.30 20:23:17.530715 [ 270 ] {690de4ba-f0da-46bd-ae80-55793fc731ed} <Debug> TCPHandler: Processed in 0.002322454 sec. | ||
| 7757 | 2025.01.30 20:23:17.530982 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7758 | 2025.01.30 20:23:17.531193 [ 271 ] {51b08bbe-ac0c-4b91-9fc6-7cf8536e9d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7759 | 2025.01.30 20:23:17.531275 [ 271 ] {51b08bbe-ac0c-4b91-9fc6-7cf8536e9d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7760 | 2025.01.30 20:23:17.532009 [ 271 ] {51b08bbe-ac0c-4b91-9fc6-7cf8536e9d45} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7761 | 2025.01.30 20:23:17.532059 [ 271 ] {51b08bbe-ac0c-4b91-9fc6-7cf8536e9d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7762 | 2025.01.30 20:23:17.532492 [ 271 ] {51b08bbe-ac0c-4b91-9fc6-7cf8536e9d45} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7763 | 2025.01.30 20:23:17.532757 [ 271 ] {51b08bbe-ac0c-4b91-9fc6-7cf8536e9d45} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7764 | 2025.01.30 20:23:17.533035 [ 271 ] {51b08bbe-ac0c-4b91-9fc6-7cf8536e9d45} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001899 sec., 3159.55766192733 rows/sec., 257.64 KiB/sec. | ||
| 7765 | 2025.01.30 20:23:17.533238 [ 271 ] {51b08bbe-ac0c-4b91-9fc6-7cf8536e9d45} <Debug> TCPHandler: Processed in 0.002397197 sec. | ||
| 7766 | 2025.01.30 20:23:17.533468 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7767 | 2025.01.30 20:23:17.533608 [ 270 ] {a620e605-ca62-49a9-a9d0-5026feac007a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7768 | 2025.01.30 20:23:17.533666 [ 270 ] {a620e605-ca62-49a9-a9d0-5026feac007a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7769 | 2025.01.30 20:23:17.534895 [ 270 ] {a620e605-ca62-49a9-a9d0-5026feac007a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7770 | 2025.01.30 20:23:17.534934 [ 270 ] {a620e605-ca62-49a9-a9d0-5026feac007a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7771 | 2025.01.30 20:23:17.535395 [ 270 ] {a620e605-ca62-49a9-a9d0-5026feac007a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7772 | 2025.01.30 20:23:17.535638 [ 270 ] {a620e605-ca62-49a9-a9d0-5026feac007a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7773 | 2025.01.30 20:23:17.535849 [ 270 ] {a620e605-ca62-49a9-a9d0-5026feac007a} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002272 sec., 619718.3098591549 rows/sec., 51.87 MiB/sec. | ||
| 7774 | 2025.01.30 20:23:17.535902 [ 270 ] {a620e605-ca62-49a9-a9d0-5026feac007a} <Debug> TCPHandler: Processed in 0.002546261 sec. | ||
| 7775 | 2025.01.30 20:23:17.536116 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7776 | 2025.01.30 20:23:17.536339 [ 271 ] {26b6a767-94eb-4b22-a6e3-6eb1465ed78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7777 | 2025.01.30 20:23:17.536428 [ 271 ] {26b6a767-94eb-4b22-a6e3-6eb1465ed78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7778 | 2025.01.30 20:23:17.537068 [ 271 ] {26b6a767-94eb-4b22-a6e3-6eb1465ed78a} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7779 | 2025.01.30 20:23:17.537108 [ 271 ] {26b6a767-94eb-4b22-a6e3-6eb1465ed78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7780 | 2025.01.30 20:23:17.537482 [ 271 ] {26b6a767-94eb-4b22-a6e3-6eb1465ed78a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7781 | 2025.01.30 20:23:17.537723 [ 271 ] {26b6a767-94eb-4b22-a6e3-6eb1465ed78a} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7782 | 2025.01.30 20:23:17.537958 [ 271 ] {26b6a767-94eb-4b22-a6e3-6eb1465ed78a} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001669 sec., 26363.091671659677 rows/sec., 1.88 MiB/sec. | ||
| 7783 | 2025.01.30 20:23:17.538058 [ 271 ] {26b6a767-94eb-4b22-a6e3-6eb1465ed78a} <Debug> TCPHandler: Processed in 0.002053287 sec. | ||
| 7784 | 2025.01.30 20:23:17.538308 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7785 | 2025.01.30 20:23:17.538518 [ 270 ] {cd17f5c4-cefd-41c2-95b6-f842aefd822d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7786 | 2025.01.30 20:23:17.538574 [ 270 ] {cd17f5c4-cefd-41c2-95b6-f842aefd822d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7787 | 2025.01.30 20:23:17.539345 [ 270 ] {cd17f5c4-cefd-41c2-95b6-f842aefd822d} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7788 | 2025.01.30 20:23:17.539390 [ 270 ] {cd17f5c4-cefd-41c2-95b6-f842aefd822d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7789 | 2025.01.30 20:23:17.539763 [ 270 ] {cd17f5c4-cefd-41c2-95b6-f842aefd822d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7790 | 2025.01.30 20:23:17.540006 [ 270 ] {cd17f5c4-cefd-41c2-95b6-f842aefd822d} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7791 | 2025.01.30 20:23:17.540229 [ 270 ] {cd17f5c4-cefd-41c2-95b6-f842aefd822d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001742 sec., 138920.78071182547 rows/sec., 9.41 MiB/sec. | ||
| 7792 | 2025.01.30 20:23:17.540282 [ 270 ] {cd17f5c4-cefd-41c2-95b6-f842aefd822d} <Debug> TCPHandler: Processed in 0.002120508 sec. | ||
| 7793 | 2025.01.30 20:23:17.540425 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7794 | 2025.01.30 20:23:17.540640 [ 271 ] {e0116fea-ab77-4ef3-ac3d-02a8d715f873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7795 | 2025.01.30 20:23:17.540728 [ 271 ] {e0116fea-ab77-4ef3-ac3d-02a8d715f873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7796 | 2025.01.30 20:23:17.541649 [ 271 ] {e0116fea-ab77-4ef3-ac3d-02a8d715f873} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7797 | 2025.01.30 20:23:17.541688 [ 271 ] {e0116fea-ab77-4ef3-ac3d-02a8d715f873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7798 | 2025.01.30 20:23:17.542046 [ 271 ] {e0116fea-ab77-4ef3-ac3d-02a8d715f873} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7799 | 2025.01.30 20:23:17.542284 [ 271 ] {e0116fea-ab77-4ef3-ac3d-02a8d715f873} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7800 | 2025.01.30 20:23:17.542521 [ 271 ] {e0116fea-ab77-4ef3-ac3d-02a8d715f873} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001934 sec., 6721.82006204757 rows/sec., 419.10 KiB/sec. | ||
| 7801 | 2025.01.30 20:23:17.542700 [ 271 ] {e0116fea-ab77-4ef3-ac3d-02a8d715f873} <Debug> TCPHandler: Processed in 0.002326025 sec. | ||
| 7802 | 2025.01.30 20:23:17.542958 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7803 | 2025.01.30 20:23:17.543179 [ 270 ] {2e2228f4-bac1-4225-9303-ebd1d373ed3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7804 | 2025.01.30 20:23:17.543269 [ 270 ] {2e2228f4-bac1-4225-9303-ebd1d373ed3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7805 | 2025.01.30 20:23:17.544202 [ 270 ] {2e2228f4-bac1-4225-9303-ebd1d373ed3d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7806 | 2025.01.30 20:23:17.544242 [ 270 ] {2e2228f4-bac1-4225-9303-ebd1d373ed3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7807 | 2025.01.30 20:23:17.544647 [ 270 ] {2e2228f4-bac1-4225-9303-ebd1d373ed3d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7808 | 2025.01.30 20:23:17.544879 [ 270 ] {2e2228f4-bac1-4225-9303-ebd1d373ed3d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7809 | 2025.01.30 20:23:17.545114 [ 270 ] {2e2228f4-bac1-4225-9303-ebd1d373ed3d} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.001986 sec., 440584.08862034243 rows/sec., 31.93 MiB/sec. | ||
| 7810 | 2025.01.30 20:23:17.545194 [ 270 ] {2e2228f4-bac1-4225-9303-ebd1d373ed3d} <Debug> TCPHandler: Processed in 0.002376566 sec. | ||
| 7811 | 2025.01.30 20:23:17.545480 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7812 | 2025.01.30 20:23:17.545701 [ 271 ] {b70e3e1b-3836-4f38-8b76-535389469912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7813 | 2025.01.30 20:23:17.545794 [ 271 ] {b70e3e1b-3836-4f38-8b76-535389469912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7814 | 2025.01.30 20:23:17.546578 [ 271 ] {b70e3e1b-3836-4f38-8b76-535389469912} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7815 | 2025.01.30 20:23:17.546616 [ 271 ] {b70e3e1b-3836-4f38-8b76-535389469912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7816 | 2025.01.30 20:23:17.546979 [ 271 ] {b70e3e1b-3836-4f38-8b76-535389469912} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7817 | 2025.01.30 20:23:17.547228 [ 271 ] {b70e3e1b-3836-4f38-8b76-535389469912} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7818 | 2025.01.30 20:23:17.547493 [ 271 ] {b70e3e1b-3836-4f38-8b76-535389469912} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001841 sec., 3259.0983161325366 rows/sec., 170.28 KiB/sec. | ||
| 7819 | 2025.01.30 20:23:17.547690 [ 271 ] {b70e3e1b-3836-4f38-8b76-535389469912} <Debug> TCPHandler: Processed in 0.002363936 sec. | ||
| 7820 | 2025.01.30 20:23:17.547909 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7821 | 2025.01.30 20:23:17.548133 [ 270 ] {b14c59be-6533-4284-8941-a82e04b54927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7822 | 2025.01.30 20:23:17.548232 [ 270 ] {b14c59be-6533-4284-8941-a82e04b54927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7823 | 2025.01.30 20:23:17.549137 [ 270 ] {b14c59be-6533-4284-8941-a82e04b54927} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7824 | 2025.01.30 20:23:17.549177 [ 270 ] {b14c59be-6533-4284-8941-a82e04b54927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7825 | 2025.01.30 20:23:17.549627 [ 270 ] {b14c59be-6533-4284-8941-a82e04b54927} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7826 | 2025.01.30 20:23:17.549867 [ 270 ] {b14c59be-6533-4284-8941-a82e04b54927} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7827 | 2025.01.30 20:23:17.550096 [ 270 ] {b14c59be-6533-4284-8941-a82e04b54927} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.002016 sec., 476190.4761904762 rows/sec., 31.82 MiB/sec. | ||
| 7828 | 2025.01.30 20:23:17.550210 [ 270 ] {b14c59be-6533-4284-8941-a82e04b54927} <Debug> TCPHandler: Processed in 0.002405107 sec. | ||
| 7829 | 2025.01.30 20:23:17.550481 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2025.01.30 20:23:17.550700 [ 271 ] {fe8b99d6-e640-447b-a6fb-e226cf676c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7831 | 2025.01.30 20:23:17.550794 [ 271 ] {fe8b99d6-e640-447b-a6fb-e226cf676c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7832 | 2025.01.30 20:23:17.551564 [ 271 ] {fe8b99d6-e640-447b-a6fb-e226cf676c1d} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7833 | 2025.01.30 20:23:17.551603 [ 271 ] {fe8b99d6-e640-447b-a6fb-e226cf676c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7834 | 2025.01.30 20:23:17.551963 [ 271 ] {fe8b99d6-e640-447b-a6fb-e226cf676c1d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7835 | 2025.01.30 20:23:17.552209 [ 271 ] {fe8b99d6-e640-447b-a6fb-e226cf676c1d} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7836 | 2025.01.30 20:23:17.552380 [ 70 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7837 | 2025.01.30 20:23:17.552441 [ 271 ] {fe8b99d6-e640-447b-a6fb-e226cf676c1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001796 sec., 556.7928730512249 rows/sec., 37.52 KiB/sec. | ||
| 7838 | 2025.01.30 20:23:17.552468 [ 70 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7839 | 2025.01.30 20:23:17.552537 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7840 | 2025.01.30 20:23:17.552547 [ 271 ] {fe8b99d6-e640-447b-a6fb-e226cf676c1d} <Debug> TCPHandler: Processed in 0.002241332 sec. | ||
| 7841 | 2025.01.30 20:23:17.552859 [ 196 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 7842 | 2025.01.30 20:23:17.552929 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7843 | 2025.01.30 20:23:17.553084 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7844 | 2025.01.30 20:23:17.553147 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part | ||
| 7845 | 2025.01.30 20:23:17.553296 [ 270 ] {ec9bbe62-f846-4288-98d1-2f149e855bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7846 | 2025.01.30 20:23:17.553382 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 7847 | 2025.01.30 20:23:17.553682 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 7848 | 2025.01.30 20:23:17.553883 [ 270 ] {ec9bbe62-f846-4288-98d1-2f149e855bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7849 | 2025.01.30 20:23:17.553984 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 7850 | 2025.01.30 20:23:17.554329 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 7851 | 2025.01.30 20:23:17.554711 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 7852 | 2025.01.30 20:23:17.558667 [ 198 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005962785 sec., 2683.3098962984577 rows/sec., 180.15 KiB/sec. | ||
| 7853 | 2025.01.30 20:23:17.558933 [ 270 ] {ec9bbe62-f846-4288-98d1-2f149e855bc4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7854 | 2025.01.30 20:23:17.558988 [ 270 ] {ec9bbe62-f846-4288-98d1-2f149e855bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7855 | 2025.01.30 20:23:17.558995 [ 198 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7856 | 2025.01.30 20:23:17.559763 [ 198 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7857 | 2025.01.30 20:23:17.560144 [ 198 ] {048504a0-b795-409f-841d-691020bab982::all_1_16_3} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7858 | 2025.01.30 20:23:17.560348 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7859 | 2025.01.30 20:23:17.560526 [ 270 ] {ec9bbe62-f846-4288-98d1-2f149e855bc4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7860 | 2025.01.30 20:23:17.560812 [ 270 ] {ec9bbe62-f846-4288-98d1-2f149e855bc4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7861 | 2025.01.30 20:23:17.561093 [ 270 ] {ec9bbe62-f846-4288-98d1-2f149e855bc4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007898 sec., 3925.0443150164597 rows/sec., 7.03 MiB/sec. | ||
| 7862 | 2025.01.30 20:23:17.561374 [ 270 ] {ec9bbe62-f846-4288-98d1-2f149e855bc4} <Debug> TCPHandler: Processed in 0.008699351 sec. | ||
| 7863 | 2025.01.30 20:23:17.561629 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7864 | 2025.01.30 20:23:17.561941 [ 271 ] {6a69137c-5c53-45cd-b446-682759efe3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7865 | 2025.01.30 20:23:17.562009 [ 271 ] {6a69137c-5c53-45cd-b446-682759efe3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7866 | 2025.01.30 20:23:17.562556 [ 271 ] {6a69137c-5c53-45cd-b446-682759efe3db} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7867 | 2025.01.30 20:23:17.562594 [ 271 ] {6a69137c-5c53-45cd-b446-682759efe3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7868 | 2025.01.30 20:23:17.562970 [ 271 ] {6a69137c-5c53-45cd-b446-682759efe3db} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7869 | 2025.01.30 20:23:17.563218 [ 271 ] {6a69137c-5c53-45cd-b446-682759efe3db} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7870 | 2025.01.30 20:23:17.563394 [ 271 ] {6a69137c-5c53-45cd-b446-682759efe3db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001531 sec., 53559.76485956891 rows/sec., 3.40 MiB/sec. | ||
| 7871 | 2025.01.30 20:23:17.563442 [ 271 ] {6a69137c-5c53-45cd-b446-682759efe3db} <Debug> TCPHandler: Processed in 0.001956874 sec. | ||
| 7872 | 2025.01.30 20:23:19.221000 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 7873 | 2025.01.30 20:23:19.221728 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7874 | 2025.01.30 20:23:19.221765 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7875 | 2025.01.30 20:23:19.222278 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7876 | 2025.01.30 20:23:19.222533 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7877 | 2025.01.30 20:23:19.222716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 7878 | 2025.01.30 20:23:20.691710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 7879 | 2025.01.30 20:23:20.712053 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2025.01.30 20:23:20.712108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 7881 | 2025.01.30 20:23:20.719020 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7882 | 2025.01.30 20:23:20.719757 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7883 | 2025.01.30 20:23:20.722272 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 7884 | 2025.01.30 20:23:22.831856 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7885 | 2025.01.30 20:23:22.832085 [ 270 ] {ba0554fd-14bc-4432-ad7f-17bf29374854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7886 | 2025.01.30 20:23:22.832165 [ 270 ] {ba0554fd-14bc-4432-ad7f-17bf29374854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7887 | 2025.01.30 20:23:22.833007 [ 270 ] {ba0554fd-14bc-4432-ad7f-17bf29374854} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7888 | 2025.01.30 20:23:22.833050 [ 270 ] {ba0554fd-14bc-4432-ad7f-17bf29374854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7889 | 2025.01.30 20:23:22.833486 [ 270 ] {ba0554fd-14bc-4432-ad7f-17bf29374854} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7890 | 2025.01.30 20:23:22.833748 [ 270 ] {ba0554fd-14bc-4432-ad7f-17bf29374854} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2025.01.30 20:23:22.834002 [ 270 ] {ba0554fd-14bc-4432-ad7f-17bf29374854} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001973 sec., 36492.65078560568 rows/sec., 2.94 MiB/sec. | ||
| 7892 | 2025.01.30 20:23:22.834110 [ 270 ] {ba0554fd-14bc-4432-ad7f-17bf29374854} <Debug> TCPHandler: Processed in 0.002395167 sec. | ||
| 7893 | 2025.01.30 20:23:22.834426 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7894 | 2025.01.30 20:23:22.834636 [ 271 ] {acb9525b-046a-416b-a759-bcb082515bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7895 | 2025.01.30 20:23:22.834708 [ 271 ] {acb9525b-046a-416b-a759-bcb082515bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7896 | 2025.01.30 20:23:22.835457 [ 271 ] {acb9525b-046a-416b-a759-bcb082515bc4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7897 | 2025.01.30 20:23:22.835507 [ 271 ] {acb9525b-046a-416b-a759-bcb082515bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7898 | 2025.01.30 20:23:22.835932 [ 271 ] {acb9525b-046a-416b-a759-bcb082515bc4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7899 | 2025.01.30 20:23:22.836189 [ 271 ] {acb9525b-046a-416b-a759-bcb082515bc4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7900 | 2025.01.30 20:23:22.836421 [ 271 ] {acb9525b-046a-416b-a759-bcb082515bc4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001843 sec., 4340.748779164406 rows/sec., 326.40 KiB/sec. | ||
| 7901 | 2025.01.30 20:23:22.836479 [ 271 ] {acb9525b-046a-416b-a759-bcb082515bc4} <Debug> TCPHandler: Processed in 0.002244833 sec. | ||
| 7902 | 2025.01.30 20:23:22.836643 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7903 | 2025.01.30 20:23:22.836779 [ 270 ] {08465bbd-27ff-44b3-a028-ca0ea60b9ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7904 | 2025.01.30 20:23:22.836837 [ 270 ] {08465bbd-27ff-44b3-a028-ca0ea60b9ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7905 | 2025.01.30 20:23:22.837569 [ 270 ] {08465bbd-27ff-44b3-a028-ca0ea60b9ba3} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2025.01.30 20:23:22.837617 [ 270 ] {08465bbd-27ff-44b3-a028-ca0ea60b9ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7907 | 2025.01.30 20:23:22.837983 [ 270 ] {08465bbd-27ff-44b3-a028-ca0ea60b9ba3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7908 | 2025.01.30 20:23:22.838214 [ 270 ] {08465bbd-27ff-44b3-a028-ca0ea60b9ba3} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7909 | 2025.01.30 20:23:22.838462 [ 270 ] {08465bbd-27ff-44b3-a028-ca0ea60b9ba3} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001705 sec., 42228.739002932554 rows/sec., 3.30 MiB/sec. | ||
| 7910 | 2025.01.30 20:23:22.838538 [ 270 ] {08465bbd-27ff-44b3-a028-ca0ea60b9ba3} <Debug> TCPHandler: Processed in 0.001956285 sec. | ||
| 7911 | 2025.01.30 20:23:22.838770 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7912 | 2025.01.30 20:23:22.838953 [ 271 ] {926fd340-bb08-4c5f-bb28-f4d30a148b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7913 | 2025.01.30 20:23:22.839021 [ 271 ] {926fd340-bb08-4c5f-bb28-f4d30a148b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7914 | 2025.01.30 20:23:22.839715 [ 271 ] {926fd340-bb08-4c5f-bb28-f4d30a148b3e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2025.01.30 20:23:22.839756 [ 271 ] {926fd340-bb08-4c5f-bb28-f4d30a148b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7916 | 2025.01.30 20:23:22.840174 [ 271 ] {926fd340-bb08-4c5f-bb28-f4d30a148b3e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7917 | 2025.01.30 20:23:22.840418 [ 271 ] {926fd340-bb08-4c5f-bb28-f4d30a148b3e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2025.01.30 20:23:22.840586 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7919 | 2025.01.30 20:23:22.840662 [ 271 ] {926fd340-bb08-4c5f-bb28-f4d30a148b3e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. | ||
| 7920 | 2025.01.30 20:23:22.840677 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7921 | 2025.01.30 20:23:22.840756 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7922 | 2025.01.30 20:23:22.840793 [ 271 ] {926fd340-bb08-4c5f-bb28-f4d30a148b3e} <Debug> TCPHandler: Processed in 0.00214642 sec. | ||
| 7923 | 2025.01.30 20:23:22.841052 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 7924 | 2025.01.30 20:23:22.841073 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2025.01.30 20:23:22.841372 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7926 | 2025.01.30 20:23:22.841385 [ 270 ] {ec4057e2-c609-43a9-8528-e8e0be0464d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7927 | 2025.01.30 20:23:22.841441 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16772 rows starting from the beginning of the part | ||
| 7928 | 2025.01.30 20:23:22.841693 [ 270 ] {ec4057e2-c609-43a9-8528-e8e0be0464d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7929 | 2025.01.30 20:23:22.841777 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 7930 | 2025.01.30 20:23:22.842168 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part | ||
| 7931 | 2025.01.30 20:23:22.842627 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 7932 | 2025.01.30 20:23:22.842983 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 960 rows starting from the beginning of the part | ||
| 7933 | 2025.01.30 20:23:22.843267 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 7934 | 2025.01.30 20:23:22.845043 [ 270 ] {ec4057e2-c609-43a9-8528-e8e0be0464d3} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2025.01.30 20:23:22.845087 [ 270 ] {ec4057e2-c609-43a9-8528-e8e0be0464d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7936 | 2025.01.30 20:23:22.846225 [ 270 ] {ec4057e2-c609-43a9-8528-e8e0be0464d3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7937 | 2025.01.30 20:23:22.846651 [ 270 ] {ec4057e2-c609-43a9-8528-e8e0be0464d3} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2025.01.30 20:23:22.846901 [ 270 ] {ec4057e2-c609-43a9-8528-e8e0be0464d3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005598 sec., 1429.081814933905 rows/sec., 2.56 MiB/sec. | ||
| 7939 | 2025.01.30 20:23:22.847090 [ 270 ] {ec4057e2-c609-43a9-8528-e8e0be0464d3} <Debug> TCPHandler: Processed in 0.006181271 sec. | ||
| 7940 | 2025.01.30 20:23:22.847348 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7941 | 2025.01.30 20:23:22.847617 [ 271 ] {366aa070-9408-43a1-b749-595a0941e4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7942 | 2025.01.30 20:23:22.847709 [ 271 ] {366aa070-9408-43a1-b749-595a0941e4ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7943 | 2025.01.30 20:23:22.848314 [ 271 ] {366aa070-9408-43a1-b749-595a0941e4ea} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2025.01.30 20:23:22.848353 [ 271 ] {366aa070-9408-43a1-b749-595a0941e4ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7945 | 2025.01.30 20:23:22.849182 [ 271 ] {366aa070-9408-43a1-b749-595a0941e4ea} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7946 | 2025.01.30 20:23:22.849480 [ 271 ] {366aa070-9408-43a1-b749-595a0941e4ea} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2025.01.30 20:23:22.850083 [ 271 ] {366aa070-9408-43a1-b749-595a0941e4ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002497 sec., 24028.834601521827 rows/sec., 1.62 MiB/sec. | ||
| 7948 | 2025.01.30 20:23:22.850419 [ 271 ] {366aa070-9408-43a1-b749-595a0941e4ea} <Debug> TCPHandler: Processed in 0.003180478 sec. | ||
| 7949 | 2025.01.30 20:23:22.850691 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18449 rows, containing 5 columns (5 merged, 0 gathered) in 0.009782261 sec., 1885964.809158128 rows/sec., 127.66 MiB/sec. | ||
| 7950 | 2025.01.30 20:23:22.850998 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7951 | 2025.01.30 20:23:22.851292 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2025.01.30 20:23:22.851369 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7953 | 2025.01.30 20:23:22.851450 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB. | ||
| 7954 | 2025.01.30 20:23:26.561421 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7955 | 2025.01.30 20:23:26.561486 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7956 | 2025.01.30 20:23:26.722843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 7957 | 2025.01.30 20:23:26.723572 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7958 | 2025.01.30 20:23:26.723628 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7959 | 2025.01.30 20:23:26.724201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7960 | 2025.01.30 20:23:26.724469 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7961 | 2025.01.30 20:23:26.724761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 7962 | 2025.01.30 20:23:26.806307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1076 | ||
| 7963 | 2025.01.30 20:23:26.809430 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7964 | 2025.01.30 20:23:26.809470 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7965 | 2025.01.30 20:23:26.810931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7966 | 2025.01.30 20:23:26.811251 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7967 | 2025.01.30 20:23:26.811418 [ 56 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7968 | 2025.01.30 20:23:26.811488 [ 56 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7969 | 2025.01.30 20:23:26.811532 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7970 | 2025.01.30 20:23:26.812012 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 7971 | 2025.01.30 20:23:26.812502 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1076 | ||
| 7972 | 2025.01.30 20:23:26.813087 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7973 | 2025.01.30 20:23:26.813276 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 902 rows starting from the beginning of the part | ||
| 7974 | 2025.01.30 20:23:26.813897 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 7975 | 2025.01.30 20:23:26.814655 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part | ||
| 7976 | 2025.01.30 20:23:26.815310 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 7977 | 2025.01.30 20:23:26.815953 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 7978 | 2025.01.30 20:23:26.816698 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 7979 | 2025.01.30 20:23:26.824631 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1076 rows, containing 72 columns (72 merged, 0 gathered) in 0.0129467 sec., 83109.9816941769 rows/sec., 67.43 MiB/sec. | ||
| 7980 | 2025.01.30 20:23:26.826180 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7981 | 2025.01.30 20:23:26.826959 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7982 | 2025.01.30 20:23:26.827044 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_31_6} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7983 | 2025.01.30 20:23:26.827350 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 7984 | 2025.01.30 20:23:27.001304 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000943566 sec. | ||
| 7985 | 2025.01.30 20:23:27.837078 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7986 | 2025.01.30 20:23:27.837382 [ 270 ] {0d281e21-3af7-44ef-9ea5-36b10d9c8a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7987 | 2025.01.30 20:23:27.837497 [ 270 ] {0d281e21-3af7-44ef-9ea5-36b10d9c8a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7988 | 2025.01.30 20:23:27.838340 [ 270 ] {0d281e21-3af7-44ef-9ea5-36b10d9c8a55} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2025.01.30 20:23:27.838385 [ 270 ] {0d281e21-3af7-44ef-9ea5-36b10d9c8a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7990 | 2025.01.30 20:23:27.838799 [ 270 ] {0d281e21-3af7-44ef-9ea5-36b10d9c8a55} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7991 | 2025.01.30 20:23:27.839052 [ 270 ] {0d281e21-3af7-44ef-9ea5-36b10d9c8a55} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7992 | 2025.01.30 20:23:27.839290 [ 270 ] {0d281e21-3af7-44ef-9ea5-36b10d9c8a55} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec. | ||
| 7993 | 2025.01.30 20:23:27.839412 [ 270 ] {0d281e21-3af7-44ef-9ea5-36b10d9c8a55} <Debug> TCPHandler: Processed in 0.00251985 sec. | ||
| 7994 | 2025.01.30 20:23:27.839649 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7995 | 2025.01.30 20:23:27.839844 [ 271 ] {719368a7-e142-4002-b4d5-a95d3f9cd421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7996 | 2025.01.30 20:23:27.839916 [ 271 ] {719368a7-e142-4002-b4d5-a95d3f9cd421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7997 | 2025.01.30 20:23:27.840822 [ 271 ] {719368a7-e142-4002-b4d5-a95d3f9cd421} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2025.01.30 20:23:27.840870 [ 271 ] {719368a7-e142-4002-b4d5-a95d3f9cd421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 7999 | 2025.01.30 20:23:27.841336 [ 271 ] {719368a7-e142-4002-b4d5-a95d3f9cd421} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8000 | 2025.01.30 20:23:27.841589 [ 271 ] {719368a7-e142-4002-b4d5-a95d3f9cd421} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2025.01.30 20:23:27.841782 [ 57 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8002 | 2025.01.30 20:23:27.841856 [ 271 ] {719368a7-e142-4002-b4d5-a95d3f9cd421} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.00206 sec., 128640.77669902911 rows/sec., 11.33 MiB/sec. | ||
| 8003 | 2025.01.30 20:23:27.841867 [ 57 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8004 | 2025.01.30 20:23:27.841937 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8005 | 2025.01.30 20:23:27.841990 [ 271 ] {719368a7-e142-4002-b4d5-a95d3f9cd421} <Debug> TCPHandler: Processed in 0.002472009 sec. | ||
| 8006 | 2025.01.30 20:23:27.842136 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 8007 | 2025.01.30 20:23:27.842254 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8008 | 2025.01.30 20:23:27.842294 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8009 | 2025.01.30 20:23:27.842363 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1432 rows starting from the beginning of the part | ||
| 8010 | 2025.01.30 20:23:27.842681 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 265 rows starting from the beginning of the part | ||
| 8011 | 2025.01.30 20:23:27.842724 [ 270 ] {1889f9d7-1d95-40d4-8e69-85635801108c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8012 | 2025.01.30 20:23:27.843024 [ 270 ] {1889f9d7-1d95-40d4-8e69-85635801108c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8013 | 2025.01.30 20:23:27.843055 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 72 rows starting from the beginning of the part | ||
| 8014 | 2025.01.30 20:23:27.843455 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1408 rows starting from the beginning of the part | ||
| 8015 | 2025.01.30 20:23:27.843755 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 72 rows starting from the beginning of the part | ||
| 8016 | 2025.01.30 20:23:27.844093 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 265 rows starting from the beginning of the part | ||
| 8017 | 2025.01.30 20:23:27.845659 [ 270 ] {1889f9d7-1d95-40d4-8e69-85635801108c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8018 | 2025.01.30 20:23:27.845730 [ 270 ] {1889f9d7-1d95-40d4-8e69-85635801108c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8019 | 2025.01.30 20:23:27.846670 [ 270 ] {1889f9d7-1d95-40d4-8e69-85635801108c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8020 | 2025.01.30 20:23:27.846999 [ 270 ] {1889f9d7-1d95-40d4-8e69-85635801108c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8021 | 2025.01.30 20:23:27.847245 [ 270 ] {1889f9d7-1d95-40d4-8e69-85635801108c} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.004714 sec., 8061.094611794653 rows/sec., 591.24 KiB/sec. | ||
| 8022 | 2025.01.30 20:23:27.847326 [ 270 ] {1889f9d7-1d95-40d4-8e69-85635801108c} <Debug> TCPHandler: Processed in 0.005211365 sec. | ||
| 8023 | 2025.01.30 20:23:27.847581 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8024 | 2025.01.30 20:23:27.847649 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 5 columns (5 merged, 0 gathered) in 0.005609396 sec., 626448.9082247001 rows/sec., 55.17 MiB/sec. | ||
| 8025 | 2025.01.30 20:23:27.847766 [ 271 ] {a502ffb2-1311-4bca-a41b-f8e36428e246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8026 | 2025.01.30 20:23:27.847831 [ 271 ] {a502ffb2-1311-4bca-a41b-f8e36428e246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8027 | 2025.01.30 20:23:27.848068 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8028 | 2025.01.30 20:23:27.848725 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8029 | 2025.01.30 20:23:27.848928 [ 271 ] {a502ffb2-1311-4bca-a41b-f8e36428e246} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2025.01.30 20:23:27.848942 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_61_12} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8031 | 2025.01.30 20:23:27.848986 [ 271 ] {a502ffb2-1311-4bca-a41b-f8e36428e246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8032 | 2025.01.30 20:23:27.849136 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 8033 | 2025.01.30 20:23:27.849447 [ 271 ] {a502ffb2-1311-4bca-a41b-f8e36428e246} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8034 | 2025.01.30 20:23:27.849692 [ 271 ] {a502ffb2-1311-4bca-a41b-f8e36428e246} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8035 | 2025.01.30 20:23:27.849925 [ 271 ] {a502ffb2-1311-4bca-a41b-f8e36428e246} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002201 sec., 6360.745115856429 rows/sec., 445.47 KiB/sec. | ||
| 8036 | 2025.01.30 20:23:27.850049 [ 271 ] {a502ffb2-1311-4bca-a41b-f8e36428e246} <Debug> TCPHandler: Processed in 0.002601122 sec. | ||
| 8037 | 2025.01.30 20:23:27.850261 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8038 | 2025.01.30 20:23:27.850480 [ 270 ] {404c49d5-cbf6-483b-bb4b-2f5cb5e82659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8039 | 2025.01.30 20:23:27.850568 [ 270 ] {404c49d5-cbf6-483b-bb4b-2f5cb5e82659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8040 | 2025.01.30 20:23:27.851278 [ 270 ] {404c49d5-cbf6-483b-bb4b-2f5cb5e82659} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8041 | 2025.01.30 20:23:27.851317 [ 270 ] {404c49d5-cbf6-483b-bb4b-2f5cb5e82659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8042 | 2025.01.30 20:23:27.851666 [ 270 ] {404c49d5-cbf6-483b-bb4b-2f5cb5e82659} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8043 | 2025.01.30 20:23:27.851897 [ 270 ] {404c49d5-cbf6-483b-bb4b-2f5cb5e82659} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8044 | 2025.01.30 20:23:27.852105 [ 270 ] {404c49d5-cbf6-483b-bb4b-2f5cb5e82659} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001679 sec., 7742.703990470519 rows/sec., 482.76 KiB/sec. | ||
| 8045 | 2025.01.30 20:23:27.852156 [ 270 ] {404c49d5-cbf6-483b-bb4b-2f5cb5e82659} <Debug> TCPHandler: Processed in 0.002005046 sec. | ||
| 8046 | 2025.01.30 20:23:27.852310 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8047 | 2025.01.30 20:23:27.852452 [ 271 ] {fba43349-b9cb-420f-82bb-2ef5ca6f8c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8048 | 2025.01.30 20:23:27.852509 [ 271 ] {fba43349-b9cb-420f-82bb-2ef5ca6f8c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8049 | 2025.01.30 20:23:27.853283 [ 271 ] {fba43349-b9cb-420f-82bb-2ef5ca6f8c5f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2025.01.30 20:23:27.853322 [ 271 ] {fba43349-b9cb-420f-82bb-2ef5ca6f8c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8051 | 2025.01.30 20:23:27.853696 [ 271 ] {fba43349-b9cb-420f-82bb-2ef5ca6f8c5f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8052 | 2025.01.30 20:23:27.853928 [ 271 ] {fba43349-b9cb-420f-82bb-2ef5ca6f8c5f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2025.01.30 20:23:27.854106 [ 57 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8054 | 2025.01.30 20:23:27.854164 [ 57 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8055 | 2025.01.30 20:23:27.854180 [ 271 ] {fba43349-b9cb-420f-82bb-2ef5ca6f8c5f} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001749 sec., 236134.9342481418 rows/sec., 16.84 MiB/sec. | ||
| 8056 | 2025.01.30 20:23:27.854197 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8057 | 2025.01.30 20:23:27.854349 [ 271 ] {fba43349-b9cb-420f-82bb-2ef5ca6f8c5f} <Debug> TCPHandler: Processed in 0.002108229 sec. | ||
| 8058 | 2025.01.30 20:23:27.854408 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 8059 | 2025.01.30 20:23:27.854550 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8060 | 2025.01.30 20:23:27.854609 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8061 | 2025.01.30 20:23:27.854628 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 8062 | 2025.01.30 20:23:27.854805 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 413 rows starting from the beginning of the part | ||
| 8063 | 2025.01.30 20:23:27.855165 [ 270 ] {a2d28eaf-956e-4112-a401-6e377bbeb617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8064 | 2025.01.30 20:23:27.855222 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 72 rows starting from the beginning of the part | ||
| 8065 | 2025.01.30 20:23:27.855371 [ 270 ] {a2d28eaf-956e-4112-a401-6e377bbeb617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8066 | 2025.01.30 20:23:27.855516 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 875 rows starting from the beginning of the part | ||
| 8067 | 2025.01.30 20:23:27.855887 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 72 rows starting from the beginning of the part | ||
| 8068 | 2025.01.30 20:23:27.856276 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 413 rows starting from the beginning of the part | ||
| 8069 | 2025.01.30 20:23:27.857524 [ 270 ] {a2d28eaf-956e-4112-a401-6e377bbeb617} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8070 | 2025.01.30 20:23:27.857595 [ 270 ] {a2d28eaf-956e-4112-a401-6e377bbeb617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8071 | 2025.01.30 20:23:27.858663 [ 270 ] {a2d28eaf-956e-4112-a401-6e377bbeb617} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8072 | 2025.01.30 20:23:27.858961 [ 270 ] {a2d28eaf-956e-4112-a401-6e377bbeb617} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8073 | 2025.01.30 20:23:27.859175 [ 57 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 8074 | 2025.01.30 20:23:27.859314 [ 57 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8075 | 2025.01.30 20:23:27.859422 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8076 | 2025.01.30 20:23:27.859751 [ 270 ] {a2d28eaf-956e-4112-a401-6e377bbeb617} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004631 sec., 1295.616497516735 rows/sec., 67.69 KiB/sec. | ||
| 8077 | 2025.01.30 20:23:27.859776 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2758 rows, containing 5 columns (5 merged, 0 gathered) in 0.005435411 sec., 507413.3308410348 rows/sec., 38.73 MiB/sec. | ||
| 8078 | 2025.01.30 20:23:27.859866 [ 194 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 8079 | 2025.01.30 20:23:27.860007 [ 270 ] {a2d28eaf-956e-4112-a401-6e377bbeb617} <Debug> TCPHandler: Processed in 0.005530863 sec. | ||
| 8080 | 2025.01.30 20:23:27.860142 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8081 | 2025.01.30 20:23:27.860296 [ 194 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8082 | 2025.01.30 20:23:27.860339 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8083 | 2025.01.30 20:23:27.860401 [ 194 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 8084 | 2025.01.30 20:23:27.860765 [ 271 ] {8d9b0192-a565-4dce-ab00-4840d6de9a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8085 | 2025.01.30 20:23:27.860771 [ 194 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 8086 | 2025.01.30 20:23:27.861002 [ 271 ] {8d9b0192-a565-4dce-ab00-4840d6de9a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8087 | 2025.01.30 20:23:27.861193 [ 194 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 8088 | 2025.01.30 20:23:27.861417 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8089 | 2025.01.30 20:23:27.861684 [ 194 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 8090 | 2025.01.30 20:23:27.861864 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_61_12} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8091 | 2025.01.30 20:23:27.862225 [ 194 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 8092 | 2025.01.30 20:23:27.862319 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 8093 | 2025.01.30 20:23:27.862659 [ 194 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 8094 | 2025.01.30 20:23:27.864310 [ 271 ] {8d9b0192-a565-4dce-ab00-4840d6de9a39} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8095 | 2025.01.30 20:23:27.864370 [ 271 ] {8d9b0192-a565-4dce-ab00-4840d6de9a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8096 | 2025.01.30 20:23:27.865510 [ 200 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005886903 sec., 16307.386073798058 rows/sec., 852.00 KiB/sec. | ||
| 8097 | 2025.01.30 20:23:27.865523 [ 271 ] {8d9b0192-a565-4dce-ab00-4840d6de9a39} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8098 | 2025.01.30 20:23:27.865733 [ 200 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 8099 | 2025.01.30 20:23:27.866025 [ 271 ] {8d9b0192-a565-4dce-ab00-4840d6de9a39} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8100 | 2025.01.30 20:23:27.866332 [ 200 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8101 | 2025.01.30 20:23:27.866394 [ 271 ] {8d9b0192-a565-4dce-ab00-4840d6de9a39} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005843 sec., 40561.35546808146 rows/sec., 2.72 MiB/sec. | ||
| 8102 | 2025.01.30 20:23:27.866532 [ 200 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_16_3} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 8103 | 2025.01.30 20:23:27.866557 [ 271 ] {8d9b0192-a565-4dce-ab00-4840d6de9a39} <Debug> TCPHandler: Processed in 0.006387007 sec. | ||
| 8104 | 2025.01.30 20:23:27.866777 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8105 | 2025.01.30 20:23:27.866822 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8106 | 2025.01.30 20:23:27.866938 [ 270 ] {c3d44741-9680-49a9-b212-632d7ae252ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8107 | 2025.01.30 20:23:27.866987 [ 270 ] {c3d44741-9680-49a9-b212-632d7ae252ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8108 | 2025.01.30 20:23:27.867455 [ 270 ] {c3d44741-9680-49a9-b212-632d7ae252ba} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8109 | 2025.01.30 20:23:27.867494 [ 270 ] {c3d44741-9680-49a9-b212-632d7ae252ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8110 | 2025.01.30 20:23:27.867855 [ 270 ] {c3d44741-9680-49a9-b212-632d7ae252ba} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8111 | 2025.01.30 20:23:27.868104 [ 270 ] {c3d44741-9680-49a9-b212-632d7ae252ba} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8112 | 2025.01.30 20:23:27.868329 [ 270 ] {c3d44741-9680-49a9-b212-632d7ae252ba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001415 sec., 706.7137809187279 rows/sec., 47.62 KiB/sec. | ||
| 8113 | 2025.01.30 20:23:27.868438 [ 270 ] {c3d44741-9680-49a9-b212-632d7ae252ba} <Debug> TCPHandler: Processed in 0.001746539 sec. | ||
| 8114 | 2025.01.30 20:23:27.868592 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8115 | 2025.01.30 20:23:27.868713 [ 271 ] {166ef238-50ff-43b0-93ca-fd3fc54481a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8116 | 2025.01.30 20:23:27.868798 [ 271 ] {166ef238-50ff-43b0-93ca-fd3fc54481a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8117 | 2025.01.30 20:23:27.869999 [ 271 ] {166ef238-50ff-43b0-93ca-fd3fc54481a7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8118 | 2025.01.30 20:23:27.870040 [ 271 ] {166ef238-50ff-43b0-93ca-fd3fc54481a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8119 | 2025.01.30 20:23:27.870704 [ 271 ] {166ef238-50ff-43b0-93ca-fd3fc54481a7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8120 | 2025.01.30 20:23:27.870966 [ 271 ] {166ef238-50ff-43b0-93ca-fd3fc54481a7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8121 | 2025.01.30 20:23:27.871220 [ 271 ] {166ef238-50ff-43b0-93ca-fd3fc54481a7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002532 sec., 12243.285939968404 rows/sec., 21.94 MiB/sec. | ||
| 8122 | 2025.01.30 20:23:27.871316 [ 271 ] {166ef238-50ff-43b0-93ca-fd3fc54481a7} <Debug> TCPHandler: Processed in 0.002784278 sec. | ||
| 8123 | 2025.01.30 20:23:27.871473 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8124 | 2025.01.30 20:23:27.871590 [ 270 ] {8ed09ed2-ef87-4001-8e37-c91ce7f987e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8125 | 2025.01.30 20:23:27.871640 [ 270 ] {8ed09ed2-ef87-4001-8e37-c91ce7f987e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8126 | 2025.01.30 20:23:27.872122 [ 270 ] {8ed09ed2-ef87-4001-8e37-c91ce7f987e0} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8127 | 2025.01.30 20:23:27.872159 [ 270 ] {8ed09ed2-ef87-4001-8e37-c91ce7f987e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8128 | 2025.01.30 20:23:27.872556 [ 270 ] {8ed09ed2-ef87-4001-8e37-c91ce7f987e0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8129 | 2025.01.30 20:23:27.872809 [ 270 ] {8ed09ed2-ef87-4001-8e37-c91ce7f987e0} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8130 | 2025.01.30 20:23:27.872982 [ 57 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8131 | 2025.01.30 20:23:27.873033 [ 57 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2025.01.30 20:23:27.873057 [ 270 ] {8ed09ed2-ef87-4001-8e37-c91ce7f987e0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec. | ||
| 8133 | 2025.01.30 20:23:27.873070 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8134 | 2025.01.30 20:23:27.873214 [ 270 ] {8ed09ed2-ef87-4001-8e37-c91ce7f987e0} <Debug> TCPHandler: Processed in 0.0017929 sec. | ||
| 8135 | 2025.01.30 20:23:27.873308 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 8136 | 2025.01.30 20:23:27.873457 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8137 | 2025.01.30 20:23:27.873495 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3016 rows starting from the beginning of the part | ||
| 8138 | 2025.01.30 20:23:27.873586 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 8139 | 2025.01.30 20:23:27.873699 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 8140 | 2025.01.30 20:23:27.873939 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 8141 | 2025.01.30 20:23:27.874014 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 8142 | 2025.01.30 20:23:27.874134 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 8143 | 2025.01.30 20:23:27.875618 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3382 rows, containing 4 columns (4 merged, 0 gathered) in 0.002431997 sec., 1390626.7154112444 rows/sec., 92.07 MiB/sec. | ||
| 8144 | 2025.01.30 20:23:27.875868 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8145 | 2025.01.30 20:23:27.876137 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_56_11} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8146 | 2025.01.30 20:23:27.876211 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_56_11} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8147 | 2025.01.30 20:23:27.876278 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8148 | 2025.01.30 20:23:28.222333 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 8149 | 2025.01.30 20:23:28.242145 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8150 | 2025.01.30 20:23:28.242209 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8151 | 2025.01.30 20:23:28.249458 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8152 | 2025.01.30 20:23:28.250209 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8153 | 2025.01.30 20:23:28.253348 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 8154 | 2025.01.30 20:23:30.804749 [ 53 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8155 | 2025.01.30 20:23:30.804851 [ 53 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8156 | 2025.01.30 20:23:30.804890 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8157 | 2025.01.30 20:23:30.805086 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 8158 | 2025.01.30 20:23:30.805324 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8159 | 2025.01.30 20:23:30.805364 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 8160 | 2025.01.30 20:23:30.805445 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 8161 | 2025.01.30 20:23:30.805527 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 8162 | 2025.01.30 20:23:30.805794 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 8163 | 2025.01.30 20:23:30.805965 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 8164 | 2025.01.30 20:23:30.806902 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001920233 sec., 21872.345699714566 rows/sec., 1.83 MiB/sec. | ||
| 8165 | 2025.01.30 20:23:30.807122 [ 198 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8166 | 2025.01.30 20:23:30.807495 [ 198 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8167 | 2025.01.30 20:23:30.807587 [ 198 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_13_3} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8168 | 2025.01.30 20:23:30.807696 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8169 | 2025.01.30 20:23:32.831477 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8170 | 2025.01.30 20:23:32.831670 [ 270 ] {cca87b85-7f14-484a-8f84-a2263de9610c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8171 | 2025.01.30 20:23:32.831743 [ 270 ] {cca87b85-7f14-484a-8f84-a2263de9610c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8172 | 2025.01.30 20:23:32.832488 [ 270 ] {cca87b85-7f14-484a-8f84-a2263de9610c} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8173 | 2025.01.30 20:23:32.832530 [ 270 ] {cca87b85-7f14-484a-8f84-a2263de9610c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8174 | 2025.01.30 20:23:32.832944 [ 270 ] {cca87b85-7f14-484a-8f84-a2263de9610c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8175 | 2025.01.30 20:23:32.833190 [ 270 ] {cca87b85-7f14-484a-8f84-a2263de9610c} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8176 | 2025.01.30 20:23:32.833391 [ 270 ] {cca87b85-7f14-484a-8f84-a2263de9610c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001777 sec., 3376.477208778841 rows/sec., 275.33 KiB/sec. | ||
| 8177 | 2025.01.30 20:23:32.833450 [ 270 ] {cca87b85-7f14-484a-8f84-a2263de9610c} <Debug> TCPHandler: Processed in 0.002104039 sec. | ||
| 8178 | 2025.01.30 20:23:32.833688 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8179 | 2025.01.30 20:23:32.833880 [ 271 ] {d0149466-d8cc-41e9-90ad-a93b782792ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8180 | 2025.01.30 20:23:32.833953 [ 271 ] {d0149466-d8cc-41e9-90ad-a93b782792ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8181 | 2025.01.30 20:23:32.834729 [ 271 ] {d0149466-d8cc-41e9-90ad-a93b782792ee} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8182 | 2025.01.30 20:23:32.834777 [ 271 ] {d0149466-d8cc-41e9-90ad-a93b782792ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8183 | 2025.01.30 20:23:32.835211 [ 271 ] {d0149466-d8cc-41e9-90ad-a93b782792ee} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8184 | 2025.01.30 20:23:32.835463 [ 271 ] {d0149466-d8cc-41e9-90ad-a93b782792ee} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8185 | 2025.01.30 20:23:32.835693 [ 271 ] {d0149466-d8cc-41e9-90ad-a93b782792ee} <Debug> executeQuery: Read 75 rows, 6.15 KiB in 0.001865 sec., 40214.47721179625 rows/sec., 3.22 MiB/sec. | ||
| 8186 | 2025.01.30 20:23:32.835756 [ 271 ] {d0149466-d8cc-41e9-90ad-a93b782792ee} <Debug> TCPHandler: Processed in 0.002196441 sec. | ||
| 8187 | 2025.01.30 20:23:32.835922 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8188 | 2025.01.30 20:23:32.836068 [ 270 ] {7131730c-c1ac-4836-8941-cd408dc1cc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8189 | 2025.01.30 20:23:32.836128 [ 270 ] {7131730c-c1ac-4836-8941-cd408dc1cc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8190 | 2025.01.30 20:23:32.836847 [ 270 ] {7131730c-c1ac-4836-8941-cd408dc1cc5c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8191 | 2025.01.30 20:23:32.836894 [ 270 ] {7131730c-c1ac-4836-8941-cd408dc1cc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8192 | 2025.01.30 20:23:32.837274 [ 270 ] {7131730c-c1ac-4836-8941-cd408dc1cc5c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8193 | 2025.01.30 20:23:32.837510 [ 270 ] {7131730c-c1ac-4836-8941-cd408dc1cc5c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8194 | 2025.01.30 20:23:32.837635 [ 51 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8195 | 2025.01.30 20:23:32.837676 [ 51 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2025.01.30 20:23:32.837692 [ 270 ] {7131730c-c1ac-4836-8941-cd408dc1cc5c} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.00166 sec., 8433.734939759037 rows/sec., 614.76 KiB/sec. | ||
| 8197 | 2025.01.30 20:23:32.837701 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8198 | 2025.01.30 20:23:32.837788 [ 270 ] {7131730c-c1ac-4836-8941-cd408dc1cc5c} <Debug> TCPHandler: Processed in 0.001933364 sec. | ||
| 8199 | 2025.01.30 20:23:32.838082 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8200 | 2025.01.30 20:23:32.838160 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 8201 | 2025.01.30 20:23:32.838499 [ 271 ] {e0e49eb2-75a8-4665-a610-017a67f708f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8202 | 2025.01.30 20:23:32.838679 [ 271 ] {e0e49eb2-75a8-4665-a610-017a67f708f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8203 | 2025.01.30 20:23:32.838822 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8204 | 2025.01.30 20:23:32.838984 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 64 rows starting from the beginning of the part | ||
| 8205 | 2025.01.30 20:23:32.839482 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 8206 | 2025.01.30 20:23:32.839817 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 44 rows starting from the beginning of the part | ||
| 8207 | 2025.01.30 20:23:32.840188 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 8208 | 2025.01.30 20:23:32.840584 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 38 rows starting from the beginning of the part | ||
| 8209 | 2025.01.30 20:23:32.840914 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 8210 | 2025.01.30 20:23:32.841924 [ 271 ] {e0e49eb2-75a8-4665-a610-017a67f708f4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8211 | 2025.01.30 20:23:32.841987 [ 271 ] {e0e49eb2-75a8-4665-a610-017a67f708f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8212 | 2025.01.30 20:23:32.843022 [ 271 ] {e0e49eb2-75a8-4665-a610-017a67f708f4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8213 | 2025.01.30 20:23:32.843558 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.00574961 sec., 30610.771861047968 rows/sec., 2.30 MiB/sec. | ||
| 8214 | 2025.01.30 20:23:32.843565 [ 271 ] {e0e49eb2-75a8-4665-a610-017a67f708f4} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8215 | 2025.01.30 20:23:32.843804 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8216 | 2025.01.30 20:23:32.843904 [ 271 ] {e0e49eb2-75a8-4665-a610-017a67f708f4} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.005558 sec., 14033.825116948543 rows/sec., 1.10 MiB/sec. | ||
| 8217 | 2025.01.30 20:23:32.843992 [ 271 ] {e0e49eb2-75a8-4665-a610-017a67f708f4} <Debug> TCPHandler: Processed in 0.006085549 sec. | ||
| 8218 | 2025.01.30 20:23:32.844164 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8219 | 2025.01.30 20:23:32.844260 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2025.01.30 20:23:32.844333 [ 270 ] {2c6034f4-7f29-48fd-bfd7-4ec891d9eccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8221 | 2025.01.30 20:23:32.844442 [ 270 ] {2c6034f4-7f29-48fd-bfd7-4ec891d9eccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8222 | 2025.01.30 20:23:32.844518 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_61_12} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8223 | 2025.01.30 20:23:32.844777 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8224 | 2025.01.30 20:23:32.845298 [ 270 ] {2c6034f4-7f29-48fd-bfd7-4ec891d9eccb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8225 | 2025.01.30 20:23:32.845342 [ 270 ] {2c6034f4-7f29-48fd-bfd7-4ec891d9eccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8226 | 2025.01.30 20:23:32.845742 [ 270 ] {2c6034f4-7f29-48fd-bfd7-4ec891d9eccb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8227 | 2025.01.30 20:23:32.845988 [ 270 ] {2c6034f4-7f29-48fd-bfd7-4ec891d9eccb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8228 | 2025.01.30 20:23:32.846182 [ 270 ] {2c6034f4-7f29-48fd-bfd7-4ec891d9eccb} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001884 sec., 86518.04670912951 rows/sec., 6.02 MiB/sec. | ||
| 8229 | 2025.01.30 20:23:32.846301 [ 270 ] {2c6034f4-7f29-48fd-bfd7-4ec891d9eccb} <Debug> TCPHandler: Processed in 0.002210081 sec. | ||
| 8230 | 2025.01.30 20:23:32.846500 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2025.01.30 20:23:32.846630 [ 271 ] {508f63ef-0972-4ac6-896e-592c27910fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8232 | 2025.01.30 20:23:32.846712 [ 271 ] {508f63ef-0972-4ac6-896e-592c27910fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8233 | 2025.01.30 20:23:32.847836 [ 271 ] {508f63ef-0972-4ac6-896e-592c27910fbe} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8234 | 2025.01.30 20:23:32.847877 [ 271 ] {508f63ef-0972-4ac6-896e-592c27910fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8235 | 2025.01.30 20:23:32.848525 [ 271 ] {508f63ef-0972-4ac6-896e-592c27910fbe} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8236 | 2025.01.30 20:23:32.848799 [ 271 ] {508f63ef-0972-4ac6-896e-592c27910fbe} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2025.01.30 20:23:32.848978 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8238 | 2025.01.30 20:23:32.849047 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8239 | 2025.01.30 20:23:32.849081 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8240 | 2025.01.30 20:23:32.849099 [ 271 ] {508f63ef-0972-4ac6-896e-592c27910fbe} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002485 sec., 3219.3158953722336 rows/sec., 5.77 MiB/sec. | ||
| 8241 | 2025.01.30 20:23:32.849306 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 8242 | 2025.01.30 20:23:32.849330 [ 271 ] {508f63ef-0972-4ac6-896e-592c27910fbe} <Debug> TCPHandler: Processed in 0.002919341 sec. | ||
| 8243 | 2025.01.30 20:23:32.849549 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8244 | 2025.01.30 20:23:32.849844 [ 270 ] {33712fe5-acc7-4e43-b909-cac725a54b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8245 | 2025.01.30 20:23:32.849861 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8246 | 2025.01.30 20:23:32.849974 [ 270 ] {33712fe5-acc7-4e43-b909-cac725a54b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8247 | 2025.01.30 20:23:32.850020 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1115 rows starting from the beginning of the part | ||
| 8248 | 2025.01.30 20:23:32.850884 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 8249 | 2025.01.30 20:23:32.851487 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part | ||
| 8250 | 2025.01.30 20:23:32.852223 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 8251 | 2025.01.30 20:23:32.852284 [ 270 ] {33712fe5-acc7-4e43-b909-cac725a54b98} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2025.01.30 20:23:32.852359 [ 270 ] {33712fe5-acc7-4e43-b909-cac725a54b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8253 | 2025.01.30 20:23:32.852828 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 31 rows starting from the beginning of the part | ||
| 8254 | 2025.01.30 20:23:32.853527 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part | ||
| 8255 | 2025.01.30 20:23:32.854188 [ 270 ] {33712fe5-acc7-4e43-b909-cac725a54b98} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8256 | 2025.01.30 20:23:32.854680 [ 270 ] {33712fe5-acc7-4e43-b909-cac725a54b98} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8257 | 2025.01.30 20:23:32.855295 [ 270 ] {33712fe5-acc7-4e43-b909-cac725a54b98} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005511 sec., 10887.316276537833 rows/sec., 751.34 KiB/sec. | ||
| 8258 | 2025.01.30 20:23:32.855599 [ 270 ] {33712fe5-acc7-4e43-b909-cac725a54b98} <Debug> TCPHandler: Processed in 0.006161651 sec. | ||
| 8259 | 2025.01.30 20:23:32.861463 [ 196 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1201 rows, containing 19 columns (19 merged, 0 gathered) in 0.012298482 sec., 97654.32839597603 rows/sec., 174.99 MiB/sec. | ||
| 8260 | 2025.01.30 20:23:32.862979 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8261 | 2025.01.30 20:23:32.863424 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8262 | 2025.01.30 20:23:32.863508 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8263 | 2025.01.30 20:23:32.863657 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
| 8264 | 2025.01.30 20:23:33.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.33 MiB, peak 236.69 MiB, free memory in arenas 0.00 B, will set to 226.55 MiB (RSS), difference: 2.22 MiB | ||
| 8265 | 2025.01.30 20:23:34.224877 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 8266 | 2025.01.30 20:23:34.225901 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8267 | 2025.01.30 20:23:34.225980 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8268 | 2025.01.30 20:23:34.226566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8269 | 2025.01.30 20:23:34.226821 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8270 | 2025.01.30 20:23:34.227158 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 8271 | 2025.01.30 20:23:35.753409 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 8272 | 2025.01.30 20:23:35.774168 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8273 | 2025.01.30 20:23:35.774222 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8274 | 2025.01.30 20:23:35.781481 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8275 | 2025.01.30 20:23:35.782249 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8276 | 2025.01.30 20:23:35.785944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 8277 | 2025.01.30 20:23:36.812757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1112 | ||
| 8278 | 2025.01.30 20:23:36.815967 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.01.30 20:23:36.816012 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8280 | 2025.01.30 20:23:36.817475 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8281 | 2025.01.30 20:23:36.817786 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2025.01.30 20:23:36.819759 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1112 | ||
| 8283 | 2025.01.30 20:23:37.838040 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8284 | 2025.01.30 20:23:37.838232 [ 270 ] {38272aae-0441-42c4-8058-1c958ae6cbef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8285 | 2025.01.30 20:23:37.838302 [ 270 ] {38272aae-0441-42c4-8058-1c958ae6cbef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8286 | 2025.01.30 20:23:37.839065 [ 270 ] {38272aae-0441-42c4-8058-1c958ae6cbef} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8287 | 2025.01.30 20:23:37.839109 [ 270 ] {38272aae-0441-42c4-8058-1c958ae6cbef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8288 | 2025.01.30 20:23:37.839538 [ 270 ] {38272aae-0441-42c4-8058-1c958ae6cbef} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8289 | 2025.01.30 20:23:37.839788 [ 270 ] {38272aae-0441-42c4-8058-1c958ae6cbef} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8290 | 2025.01.30 20:23:37.839994 [ 44 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8291 | 2025.01.30 20:23:37.840067 [ 270 ] {38272aae-0441-42c4-8058-1c958ae6cbef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 8292 | 2025.01.30 20:23:37.840085 [ 44 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8293 | 2025.01.30 20:23:37.840155 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8294 | 2025.01.30 20:23:37.840218 [ 270 ] {38272aae-0441-42c4-8058-1c958ae6cbef} <Debug> TCPHandler: Processed in 0.002300294 sec. | ||
| 8295 | 2025.01.30 20:23:37.840598 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8296 | 2025.01.30 20:23:37.840636 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 8297 | 2025.01.30 20:23:37.840924 [ 271 ] {ad19dd5a-bc49-45f6-8219-2d81b796294d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8298 | 2025.01.30 20:23:37.840946 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8299 | 2025.01.30 20:23:37.841014 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 8300 | 2025.01.30 20:23:37.841049 [ 271 ] {ad19dd5a-bc49-45f6-8219-2d81b796294d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8301 | 2025.01.30 20:23:37.841374 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 8302 | 2025.01.30 20:23:37.841708 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 8303 | 2025.01.30 20:23:37.842051 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 8304 | 2025.01.30 20:23:37.842492 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 8305 | 2025.01.30 20:23:37.844297 [ 271 ] {ad19dd5a-bc49-45f6-8219-2d81b796294d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2025.01.30 20:23:37.844370 [ 271 ] {ad19dd5a-bc49-45f6-8219-2d81b796294d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8307 | 2025.01.30 20:23:37.845037 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004717681 sec., 14837.798486163012 rows/sec., 1.10 MiB/sec. | ||
| 8308 | 2025.01.30 20:23:37.845289 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8309 | 2025.01.30 20:23:37.845510 [ 271 ] {ad19dd5a-bc49-45f6-8219-2d81b796294d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8310 | 2025.01.30 20:23:37.845770 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_17_4} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8311 | 2025.01.30 20:23:37.845917 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_17_4} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8312 | 2025.01.30 20:23:37.845999 [ 271 ] {ad19dd5a-bc49-45f6-8219-2d81b796294d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8313 | 2025.01.30 20:23:37.846077 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8314 | 2025.01.30 20:23:37.846291 [ 271 ] {ad19dd5a-bc49-45f6-8219-2d81b796294d} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.005489 sec., 48278.374931681545 rows/sec., 4.25 MiB/sec. | ||
| 8315 | 2025.01.30 20:23:37.846360 [ 271 ] {ad19dd5a-bc49-45f6-8219-2d81b796294d} <Debug> TCPHandler: Processed in 0.006003697 sec. | ||
| 8316 | 2025.01.30 20:23:37.846541 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8317 | 2025.01.30 20:23:37.846680 [ 270 ] {1d521442-6749-43dd-bd38-103bbcb0f478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8318 | 2025.01.30 20:23:37.846737 [ 270 ] {1d521442-6749-43dd-bd38-103bbcb0f478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8319 | 2025.01.30 20:23:37.847424 [ 270 ] {1d521442-6749-43dd-bd38-103bbcb0f478} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8320 | 2025.01.30 20:23:37.847464 [ 270 ] {1d521442-6749-43dd-bd38-103bbcb0f478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8321 | 2025.01.30 20:23:37.847832 [ 270 ] {1d521442-6749-43dd-bd38-103bbcb0f478} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8322 | 2025.01.30 20:23:37.848071 [ 270 ] {1d521442-6749-43dd-bd38-103bbcb0f478} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8323 | 2025.01.30 20:23:37.848274 [ 270 ] {1d521442-6749-43dd-bd38-103bbcb0f478} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001626 sec., 23370.233702337024 rows/sec., 1.67 MiB/sec. | ||
| 8324 | 2025.01.30 20:23:37.848326 [ 270 ] {1d521442-6749-43dd-bd38-103bbcb0f478} <Debug> TCPHandler: Processed in 0.001855761 sec. | ||
| 8325 | 2025.01.30 20:23:37.848492 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8326 | 2025.01.30 20:23:37.848634 [ 271 ] {6395f340-9033-4710-bc43-d21df9e57b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8327 | 2025.01.30 20:23:37.848692 [ 271 ] {6395f340-9033-4710-bc43-d21df9e57b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8328 | 2025.01.30 20:23:37.849350 [ 271 ] {6395f340-9033-4710-bc43-d21df9e57b49} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8329 | 2025.01.30 20:23:37.849387 [ 271 ] {6395f340-9033-4710-bc43-d21df9e57b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8330 | 2025.01.30 20:23:37.849739 [ 271 ] {6395f340-9033-4710-bc43-d21df9e57b49} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8331 | 2025.01.30 20:23:37.849986 [ 271 ] {6395f340-9033-4710-bc43-d21df9e57b49} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8332 | 2025.01.30 20:23:37.850176 [ 271 ] {6395f340-9033-4710-bc43-d21df9e57b49} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001571 sec., 8911.521323997455 rows/sec., 624.10 KiB/sec. | ||
| 8333 | 2025.01.30 20:23:37.850282 [ 271 ] {6395f340-9033-4710-bc43-d21df9e57b49} <Debug> TCPHandler: Processed in 0.001858432 sec. | ||
| 8334 | 2025.01.30 20:23:37.850495 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8335 | 2025.01.30 20:23:37.850717 [ 270 ] {363722c9-a91f-4d9f-82fb-aff046ebca45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8336 | 2025.01.30 20:23:37.850807 [ 270 ] {363722c9-a91f-4d9f-82fb-aff046ebca45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8337 | 2025.01.30 20:23:37.851607 [ 270 ] {363722c9-a91f-4d9f-82fb-aff046ebca45} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8338 | 2025.01.30 20:23:37.851645 [ 270 ] {363722c9-a91f-4d9f-82fb-aff046ebca45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8339 | 2025.01.30 20:23:37.852004 [ 270 ] {363722c9-a91f-4d9f-82fb-aff046ebca45} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8340 | 2025.01.30 20:23:37.852243 [ 270 ] {363722c9-a91f-4d9f-82fb-aff046ebca45} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8341 | 2025.01.30 20:23:37.852396 [ 44 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8342 | 2025.01.30 20:23:37.852459 [ 44 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8343 | 2025.01.30 20:23:37.852496 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8344 | 2025.01.30 20:23:37.852504 [ 270 ] {363722c9-a91f-4d9f-82fb-aff046ebca45} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001832 sec., 7096.0698689956325 rows/sec., 442.44 KiB/sec. | ||
| 8345 | 2025.01.30 20:23:37.852626 [ 270 ] {363722c9-a91f-4d9f-82fb-aff046ebca45} <Debug> TCPHandler: Processed in 0.002241843 sec. | ||
| 8346 | 2025.01.30 20:23:37.852678 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 8347 | 2025.01.30 20:23:37.852827 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8348 | 2025.01.30 20:23:37.852847 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8349 | 2025.01.30 20:23:37.852919 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 8350 | 2025.01.30 20:23:37.853148 [ 271 ] {c0042ea9-6d83-4f18-85d8-2643204a82a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8351 | 2025.01.30 20:23:37.853197 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 8352 | 2025.01.30 20:23:37.853338 [ 271 ] {c0042ea9-6d83-4f18-85d8-2643204a82a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8353 | 2025.01.30 20:23:37.853500 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 8354 | 2025.01.30 20:23:37.853876 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 8355 | 2025.01.30 20:23:37.854187 [ 187 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 8356 | 2025.01.30 20:23:37.856333 [ 271 ] {c0042ea9-6d83-4f18-85d8-2643204a82a2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8357 | 2025.01.30 20:23:37.856436 [ 271 ] {c0042ea9-6d83-4f18-85d8-2643204a82a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8358 | 2025.01.30 20:23:37.856557 [ 193 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003980111 sec., 16331.202823237845 rows/sec., 1.06 MiB/sec. | ||
| 8359 | 2025.01.30 20:23:37.856799 [ 190 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8360 | 2025.01.30 20:23:37.857122 [ 271 ] {c0042ea9-6d83-4f18-85d8-2643204a82a2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8361 | 2025.01.30 20:23:37.857397 [ 190 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_17_4} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8362 | 2025.01.30 20:23:37.857573 [ 271 ] {c0042ea9-6d83-4f18-85d8-2643204a82a2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8363 | 2025.01.30 20:23:37.857581 [ 190 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_17_4} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8364 | 2025.01.30 20:23:37.857788 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8365 | 2025.01.30 20:23:37.857916 [ 271 ] {c0042ea9-6d83-4f18-85d8-2643204a82a2} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.004914 sec., 84045.58404558405 rows/sec., 5.99 MiB/sec. | ||
| 8366 | 2025.01.30 20:23:37.857984 [ 271 ] {c0042ea9-6d83-4f18-85d8-2643204a82a2} <Debug> TCPHandler: Processed in 0.005258466 sec. | ||
| 8367 | 2025.01.30 20:23:37.858161 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8368 | 2025.01.30 20:23:37.858305 [ 270 ] {0b2db327-124d-4232-b754-1c545f1fe157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8369 | 2025.01.30 20:23:37.858366 [ 270 ] {0b2db327-124d-4232-b754-1c545f1fe157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8370 | 2025.01.30 20:23:37.858953 [ 270 ] {0b2db327-124d-4232-b754-1c545f1fe157} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8371 | 2025.01.30 20:23:37.858999 [ 270 ] {0b2db327-124d-4232-b754-1c545f1fe157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8372 | 2025.01.30 20:23:37.859400 [ 270 ] {0b2db327-124d-4232-b754-1c545f1fe157} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8373 | 2025.01.30 20:23:37.859637 [ 270 ] {0b2db327-124d-4232-b754-1c545f1fe157} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8374 | 2025.01.30 20:23:37.859843 [ 270 ] {0b2db327-124d-4232-b754-1c545f1fe157} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 199.79 KiB/sec. | ||
| 8375 | 2025.01.30 20:23:37.859892 [ 270 ] {0b2db327-124d-4232-b754-1c545f1fe157} <Debug> TCPHandler: Processed in 0.00179966 sec. | ||
| 8376 | 2025.01.30 20:23:37.860035 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8377 | 2025.01.30 20:23:37.860151 [ 271 ] {4da48811-5cc2-4189-8316-87a137c3c50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8378 | 2025.01.30 20:23:37.860204 [ 271 ] {4da48811-5cc2-4189-8316-87a137c3c50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8379 | 2025.01.30 20:23:37.860890 [ 271 ] {4da48811-5cc2-4189-8316-87a137c3c50f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8380 | 2025.01.30 20:23:37.860935 [ 271 ] {4da48811-5cc2-4189-8316-87a137c3c50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8381 | 2025.01.30 20:23:37.861379 [ 271 ] {4da48811-5cc2-4189-8316-87a137c3c50f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8382 | 2025.01.30 20:23:37.861620 [ 271 ] {4da48811-5cc2-4189-8316-87a137c3c50f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8383 | 2025.01.30 20:23:37.861802 [ 271 ] {4da48811-5cc2-4189-8316-87a137c3c50f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec. | ||
| 8384 | 2025.01.30 20:23:37.861854 [ 271 ] {4da48811-5cc2-4189-8316-87a137c3c50f} <Debug> TCPHandler: Processed in 0.001875842 sec. | ||
| 8385 | 2025.01.30 20:23:37.861997 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8386 | 2025.01.30 20:23:37.862142 [ 270 ] {67761253-7539-40fb-96a7-06c77700cf67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8387 | 2025.01.30 20:23:37.862198 [ 270 ] {67761253-7539-40fb-96a7-06c77700cf67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8388 | 2025.01.30 20:23:37.862758 [ 270 ] {67761253-7539-40fb-96a7-06c77700cf67} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2025.01.30 20:23:37.862812 [ 270 ] {67761253-7539-40fb-96a7-06c77700cf67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8390 | 2025.01.30 20:23:37.863237 [ 270 ] {67761253-7539-40fb-96a7-06c77700cf67} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8391 | 2025.01.30 20:23:37.863475 [ 270 ] {67761253-7539-40fb-96a7-06c77700cf67} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8392 | 2025.01.30 20:23:37.863668 [ 270 ] {67761253-7539-40fb-96a7-06c77700cf67} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001552 sec., 644.3298969072165 rows/sec., 43.42 KiB/sec. | ||
| 8393 | 2025.01.30 20:23:37.863772 [ 270 ] {67761253-7539-40fb-96a7-06c77700cf67} <Debug> TCPHandler: Processed in 0.001830761 sec. | ||
| 8394 | 2025.01.30 20:23:37.863964 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8395 | 2025.01.30 20:23:37.864080 [ 271 ] {b742ecfb-dbba-41cf-a635-a567e69934ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8396 | 2025.01.30 20:23:37.864160 [ 271 ] {b742ecfb-dbba-41cf-a635-a567e69934ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8397 | 2025.01.30 20:23:37.865359 [ 271 ] {b742ecfb-dbba-41cf-a635-a567e69934ae} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8398 | 2025.01.30 20:23:37.865398 [ 271 ] {b742ecfb-dbba-41cf-a635-a567e69934ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8399 | 2025.01.30 20:23:37.866077 [ 271 ] {b742ecfb-dbba-41cf-a635-a567e69934ae} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8400 | 2025.01.30 20:23:37.866337 [ 271 ] {b742ecfb-dbba-41cf-a635-a567e69934ae} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8401 | 2025.01.30 20:23:37.866570 [ 271 ] {b742ecfb-dbba-41cf-a635-a567e69934ae} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002515 sec., 12326.043737574553 rows/sec., 22.09 MiB/sec. | ||
| 8402 | 2025.01.30 20:23:37.866666 [ 271 ] {b742ecfb-dbba-41cf-a635-a567e69934ae} <Debug> TCPHandler: Processed in 0.002759496 sec. | ||
| 8403 | 2025.01.30 20:23:37.866823 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8404 | 2025.01.30 20:23:37.866940 [ 270 ] {82bc6bbe-1490-472e-8259-11aeccf3a65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8405 | 2025.01.30 20:23:37.866990 [ 270 ] {82bc6bbe-1490-472e-8259-11aeccf3a65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8406 | 2025.01.30 20:23:37.867497 [ 270 ] {82bc6bbe-1490-472e-8259-11aeccf3a65a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8407 | 2025.01.30 20:23:37.867532 [ 270 ] {82bc6bbe-1490-472e-8259-11aeccf3a65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. | ||
| 8408 | 2025.01.30 20:23:37.867919 [ 270 ] {82bc6bbe-1490-472e-8259-11aeccf3a65a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8409 | 2025.01.30 20:23:37.868152 [ 270 ] {82bc6bbe-1490-472e-8259-11aeccf3a65a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8410 | 2025.01.30 20:23:37.868328 [ 270 ] {82bc6bbe-1490-472e-8259-11aeccf3a65a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001413 sec., 58032.55484784147 rows/sec., 3.69 MiB/sec. | ||
| 8411 | 2025.01.30 20:23:37.868377 [ 270 ] {82bc6bbe-1490-472e-8259-11aeccf3a65a} <Debug> TCPHandler: Processed in 0.001613575 sec. | ||
| 8412 | 2025.01.30 20:23:41.561528 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8413 | 2025.01.30 20:23:41.561604 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8414 | 2025.01.30 20:23:41.727312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 8415 | 2025.01.30 20:23:41.728378 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8416 | 2025.01.30 20:23:41.728437 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8417 | 2025.01.30 20:23:41.728953 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8418 | 2025.01.30 20:23:41.729207 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8419 | 2025.01.30 20:23:41.729461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 8420 | 2025.01.30 20:23:42.832088 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8421 | 2025.01.30 20:23:42.832301 [ 270 ] {26dcdb38-d639-441f-ad3d-87e36c639a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8422 | 2025.01.30 20:23:42.832381 [ 270 ] {26dcdb38-d639-441f-ad3d-87e36c639a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8423 | 2025.01.30 20:23:42.833154 [ 270 ] {26dcdb38-d639-441f-ad3d-87e36c639a84} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8424 | 2025.01.30 20:23:42.833202 [ 270 ] {26dcdb38-d639-441f-ad3d-87e36c639a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8425 | 2025.01.30 20:23:42.833631 [ 270 ] {26dcdb38-d639-441f-ad3d-87e36c639a84} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8426 | 2025.01.30 20:23:42.833879 [ 270 ] {26dcdb38-d639-441f-ad3d-87e36c639a84} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8427 | 2025.01.30 20:23:42.834108 [ 270 ] {26dcdb38-d639-441f-ad3d-87e36c639a84} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001867 sec., 38564.5420460632 rows/sec., 3.10 MiB/sec. | ||
| 8428 | 2025.01.30 20:23:42.834164 [ 270 ] {26dcdb38-d639-441f-ad3d-87e36c639a84} <Debug> TCPHandler: Processed in 0.002218512 sec. | ||
| 8429 | 2025.01.30 20:23:42.834485 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8430 | 2025.01.30 20:23:42.834784 [ 271 ] {c01e071a-0975-4214-b144-c99c35073d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8431 | 2025.01.30 20:23:42.834897 [ 271 ] {c01e071a-0975-4214-b144-c99c35073d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8432 | 2025.01.30 20:23:42.835845 [ 271 ] {c01e071a-0975-4214-b144-c99c35073d7f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8433 | 2025.01.30 20:23:42.835890 [ 271 ] {c01e071a-0975-4214-b144-c99c35073d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8434 | 2025.01.30 20:23:42.836319 [ 271 ] {c01e071a-0975-4214-b144-c99c35073d7f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8435 | 2025.01.30 20:23:42.836568 [ 271 ] {c01e071a-0975-4214-b144-c99c35073d7f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8436 | 2025.01.30 20:23:42.836832 [ 271 ] {c01e071a-0975-4214-b144-c99c35073d7f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002126 sec., 3762.9350893697087 rows/sec., 282.96 KiB/sec. | ||
| 8437 | 2025.01.30 20:23:42.836957 [ 271 ] {c01e071a-0975-4214-b144-c99c35073d7f} <Debug> TCPHandler: Processed in 0.002657224 sec. | ||
| 8438 | 2025.01.30 20:23:42.837198 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8439 | 2025.01.30 20:23:42.837455 [ 270 ] {69b4835f-b695-4949-a3df-f884a8b6c147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8440 | 2025.01.30 20:23:42.837502 [ 270 ] {69b4835f-b695-4949-a3df-f884a8b6c147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8441 | 2025.01.30 20:23:42.838109 [ 270 ] {69b4835f-b695-4949-a3df-f884a8b6c147} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8442 | 2025.01.30 20:23:42.838147 [ 270 ] {69b4835f-b695-4949-a3df-f884a8b6c147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8443 | 2025.01.30 20:23:42.838517 [ 270 ] {69b4835f-b695-4949-a3df-f884a8b6c147} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8444 | 2025.01.30 20:23:42.838761 [ 270 ] {69b4835f-b695-4949-a3df-f884a8b6c147} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2025.01.30 20:23:42.838964 [ 270 ] {69b4835f-b695-4949-a3df-f884a8b6c147} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001563 sec., 46065.25911708253 rows/sec., 3.60 MiB/sec. | ||
| 8446 | 2025.01.30 20:23:42.839017 [ 270 ] {69b4835f-b695-4949-a3df-f884a8b6c147} <Debug> TCPHandler: Processed in 0.001966705 sec. | ||
| 8447 | 2025.01.30 20:23:42.839160 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8448 | 2025.01.30 20:23:42.839277 [ 271 ] {19e02e4d-6d6b-4a79-adaf-c61341de5da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8449 | 2025.01.30 20:23:42.839332 [ 271 ] {19e02e4d-6d6b-4a79-adaf-c61341de5da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8450 | 2025.01.30 20:23:42.840009 [ 271 ] {19e02e4d-6d6b-4a79-adaf-c61341de5da6} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2025.01.30 20:23:42.840056 [ 271 ] {19e02e4d-6d6b-4a79-adaf-c61341de5da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8452 | 2025.01.30 20:23:42.840524 [ 271 ] {19e02e4d-6d6b-4a79-adaf-c61341de5da6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8453 | 2025.01.30 20:23:42.840771 [ 271 ] {19e02e4d-6d6b-4a79-adaf-c61341de5da6} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2025.01.30 20:23:42.840995 [ 271 ] {19e02e4d-6d6b-4a79-adaf-c61341de5da6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001742 sec., 91848.45005740528 rows/sec., 6.40 MiB/sec. | ||
| 8455 | 2025.01.30 20:23:42.841046 [ 271 ] {19e02e4d-6d6b-4a79-adaf-c61341de5da6} <Debug> TCPHandler: Processed in 0.001940564 sec. | ||
| 8456 | 2025.01.30 20:23:42.841186 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8457 | 2025.01.30 20:23:42.841306 [ 270 ] {70cf6a86-644c-4c10-9645-eb8e6498d9e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8458 | 2025.01.30 20:23:42.841386 [ 270 ] {70cf6a86-644c-4c10-9645-eb8e6498d9e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8459 | 2025.01.30 20:23:42.842639 [ 270 ] {70cf6a86-644c-4c10-9645-eb8e6498d9e0} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.01.30 20:23:42.842679 [ 270 ] {70cf6a86-644c-4c10-9645-eb8e6498d9e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8461 | 2025.01.30 20:23:42.843287 [ 270 ] {70cf6a86-644c-4c10-9645-eb8e6498d9e0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8462 | 2025.01.30 20:23:42.843541 [ 270 ] {70cf6a86-644c-4c10-9645-eb8e6498d9e0} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2025.01.30 20:23:42.843779 [ 270 ] {70cf6a86-644c-4c10-9645-eb8e6498d9e0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002497 sec., 3203.8446135362433 rows/sec., 5.74 MiB/sec. | ||
| 8464 | 2025.01.30 20:23:42.843871 [ 270 ] {70cf6a86-644c-4c10-9645-eb8e6498d9e0} <Debug> TCPHandler: Processed in 0.002742737 sec. | ||
| 8465 | 2025.01.30 20:23:42.844026 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8466 | 2025.01.30 20:23:42.844162 [ 271 ] {a63d5821-3531-4d73-bc6d-b9e29696cf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8467 | 2025.01.30 20:23:42.844223 [ 271 ] {a63d5821-3531-4d73-bc6d-b9e29696cf93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8468 | 2025.01.30 20:23:42.844745 [ 271 ] {a63d5821-3531-4d73-bc6d-b9e29696cf93} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.01.30 20:23:42.844785 [ 271 ] {a63d5821-3531-4d73-bc6d-b9e29696cf93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8470 | 2025.01.30 20:23:42.845167 [ 271 ] {a63d5821-3531-4d73-bc6d-b9e29696cf93} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8471 | 2025.01.30 20:23:42.845410 [ 271 ] {a63d5821-3531-4d73-bc6d-b9e29696cf93} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2025.01.30 20:23:42.845660 [ 271 ] {a63d5821-3531-4d73-bc6d-b9e29696cf93} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 8473 | 2025.01.30 20:23:42.845729 [ 271 ] {a63d5821-3531-4d73-bc6d-b9e29696cf93} <Debug> TCPHandler: Processed in 0.001767209 sec. | ||
| 8474 | 2025.01.30 20:23:43.286012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 8475 | 2025.01.30 20:23:43.306682 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2025.01.30 20:23:43.306730 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8477 | 2025.01.30 20:23:43.314298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8478 | 2025.01.30 20:23:43.315059 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2025.01.30 20:23:43.318767 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 8480 | 2025.01.30 20:23:46.820005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1146 | ||
| 8481 | 2025.01.30 20:23:46.823325 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8482 | 2025.01.30 20:23:46.823374 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8483 | 2025.01.30 20:23:46.824849 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8484 | 2025.01.30 20:23:46.825167 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8485 | 2025.01.30 20:23:46.826367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146 | ||
| 8486 | 2025.01.30 20:23:47.531897 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8487 | 2025.01.30 20:23:47.532104 [ 270 ] {d6621b9d-8dc9-4783-81ee-76f57f9a70f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8488 | 2025.01.30 20:23:47.532180 [ 270 ] {d6621b9d-8dc9-4783-81ee-76f57f9a70f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8489 | 2025.01.30 20:23:47.532981 [ 270 ] {d6621b9d-8dc9-4783-81ee-76f57f9a70f8} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8490 | 2025.01.30 20:23:47.533021 [ 270 ] {d6621b9d-8dc9-4783-81ee-76f57f9a70f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8491 | 2025.01.30 20:23:47.533463 [ 270 ] {d6621b9d-8dc9-4783-81ee-76f57f9a70f8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8492 | 2025.01.30 20:23:47.533710 [ 270 ] {d6621b9d-8dc9-4783-81ee-76f57f9a70f8} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8493 | 2025.01.30 20:23:47.533903 [ 270 ] {d6621b9d-8dc9-4783-81ee-76f57f9a70f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec. | ||
| 8494 | 2025.01.30 20:23:47.533957 [ 270 ] {d6621b9d-8dc9-4783-81ee-76f57f9a70f8} <Debug> TCPHandler: Processed in 0.002203661 sec. | ||
| 8495 | 2025.01.30 20:23:47.534294 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8496 | 2025.01.30 20:23:47.534602 [ 271 ] {7e12d285-4e2e-4d36-b88a-085143fc0c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8497 | 2025.01.30 20:23:47.534691 [ 271 ] {7e12d285-4e2e-4d36-b88a-085143fc0c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8498 | 2025.01.30 20:23:47.535431 [ 271 ] {7e12d285-4e2e-4d36-b88a-085143fc0c38} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8499 | 2025.01.30 20:23:47.535482 [ 271 ] {7e12d285-4e2e-4d36-b88a-085143fc0c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8500 | 2025.01.30 20:23:47.535920 [ 271 ] {7e12d285-4e2e-4d36-b88a-085143fc0c38} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8501 | 2025.01.30 20:23:47.536180 [ 271 ] {7e12d285-4e2e-4d36-b88a-085143fc0c38} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8502 | 2025.01.30 20:23:47.536428 [ 271 ] {7e12d285-4e2e-4d36-b88a-085143fc0c38} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001913 sec., 3136.434918975431 rows/sec., 255.75 KiB/sec. | ||
| 8503 | 2025.01.30 20:23:47.536491 [ 271 ] {7e12d285-4e2e-4d36-b88a-085143fc0c38} <Debug> TCPHandler: Processed in 0.002388837 sec. | ||
| 8504 | 2025.01.30 20:23:47.536701 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8505 | 2025.01.30 20:23:47.536923 [ 270 ] {a091ca08-8b82-419a-8581-0727e85c989c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8506 | 2025.01.30 20:23:47.537013 [ 270 ] {a091ca08-8b82-419a-8581-0727e85c989c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8507 | 2025.01.30 20:23:47.538578 [ 270 ] {a091ca08-8b82-419a-8581-0727e85c989c} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8508 | 2025.01.30 20:23:47.538615 [ 270 ] {a091ca08-8b82-419a-8581-0727e85c989c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8509 | 2025.01.30 20:23:47.539067 [ 270 ] {a091ca08-8b82-419a-8581-0727e85c989c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8510 | 2025.01.30 20:23:47.539320 [ 270 ] {a091ca08-8b82-419a-8581-0727e85c989c} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8511 | 2025.01.30 20:23:47.539549 [ 270 ] {a091ca08-8b82-419a-8581-0727e85c989c} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.00267 sec., 527340.8239700374 rows/sec., 44.14 MiB/sec. | ||
| 8512 | 2025.01.30 20:23:47.539654 [ 270 ] {a091ca08-8b82-419a-8581-0727e85c989c} <Debug> TCPHandler: Processed in 0.003070335 sec. | ||
| 8513 | 2025.01.30 20:23:47.539971 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8514 | 2025.01.30 20:23:47.540197 [ 271 ] {58ddaedf-5388-4d18-aa74-9fcf768d3157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8515 | 2025.01.30 20:23:47.540289 [ 271 ] {58ddaedf-5388-4d18-aa74-9fcf768d3157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8516 | 2025.01.30 20:23:47.541056 [ 271 ] {58ddaedf-5388-4d18-aa74-9fcf768d3157} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8517 | 2025.01.30 20:23:47.541097 [ 271 ] {58ddaedf-5388-4d18-aa74-9fcf768d3157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8518 | 2025.01.30 20:23:47.541471 [ 271 ] {58ddaedf-5388-4d18-aa74-9fcf768d3157} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8519 | 2025.01.30 20:23:47.541716 [ 271 ] {58ddaedf-5388-4d18-aa74-9fcf768d3157} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2025.01.30 20:23:47.541923 [ 271 ] {58ddaedf-5388-4d18-aa74-9fcf768d3157} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.00178 sec., 24719.10112359551 rows/sec., 1.76 MiB/sec. | ||
| 8521 | 2025.01.30 20:23:47.541975 [ 271 ] {58ddaedf-5388-4d18-aa74-9fcf768d3157} <Debug> TCPHandler: Processed in 0.002196641 sec. | ||
| 8522 | 2025.01.30 20:23:47.542191 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8523 | 2025.01.30 20:23:47.542413 [ 270 ] {93a5a2ba-9604-424e-96fe-e9e3cc99221c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8524 | 2025.01.30 20:23:47.542503 [ 270 ] {93a5a2ba-9604-424e-96fe-e9e3cc99221c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8525 | 2025.01.30 20:23:47.543226 [ 270 ] {93a5a2ba-9604-424e-96fe-e9e3cc99221c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8526 | 2025.01.30 20:23:47.543266 [ 270 ] {93a5a2ba-9604-424e-96fe-e9e3cc99221c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8527 | 2025.01.30 20:23:47.543636 [ 270 ] {93a5a2ba-9604-424e-96fe-e9e3cc99221c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8528 | 2025.01.30 20:23:47.543868 [ 270 ] {93a5a2ba-9604-424e-96fe-e9e3cc99221c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8529 | 2025.01.30 20:23:47.544034 [ 25 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8530 | 2025.01.30 20:23:47.544105 [ 270 ] {93a5a2ba-9604-424e-96fe-e9e3cc99221c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001738 sec., 139240.50632911394 rows/sec., 9.43 MiB/sec. | ||
| 8531 | 2025.01.30 20:23:47.544116 [ 25 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8532 | 2025.01.30 20:23:47.544186 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8533 | 2025.01.30 20:23:47.544232 [ 270 ] {93a5a2ba-9604-424e-96fe-e9e3cc99221c} <Debug> TCPHandler: Processed in 0.00215601 sec. | ||
| 8534 | 2025.01.30 20:23:47.544417 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 8535 | 2025.01.30 20:23:47.544510 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8536 | 2025.01.30 20:23:47.544594 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8537 | 2025.01.30 20:23:47.544641 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 8538 | 2025.01.30 20:23:47.544870 [ 271 ] {0ff098f6-09ab-4c9a-b0a0-ba5279ac1a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8539 | 2025.01.30 20:23:47.544920 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 8540 | 2025.01.30 20:23:47.545037 [ 271 ] {0ff098f6-09ab-4c9a-b0a0-ba5279ac1a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8541 | 2025.01.30 20:23:47.545277 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 8542 | 2025.01.30 20:23:47.545640 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 8543 | 2025.01.30 20:23:47.545920 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 8544 | 2025.01.30 20:23:47.546283 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 8545 | 2025.01.30 20:23:47.548007 [ 271 ] {0ff098f6-09ab-4c9a-b0a0-ba5279ac1a54} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8546 | 2025.01.30 20:23:47.548083 [ 271 ] {0ff098f6-09ab-4c9a-b0a0-ba5279ac1a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8547 | 2025.01.30 20:23:47.549042 [ 271 ] {0ff098f6-09ab-4c9a-b0a0-ba5279ac1a54} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8548 | 2025.01.30 20:23:47.549211 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.004911437 sec., 156573.32059843178 rows/sec., 11.21 MiB/sec. | ||
| 8549 | 2025.01.30 20:23:47.549418 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8550 | 2025.01.30 20:23:47.549425 [ 271 ] {0ff098f6-09ab-4c9a-b0a0-ba5279ac1a54} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8551 | 2025.01.30 20:23:47.549845 [ 271 ] {0ff098f6-09ab-4c9a-b0a0-ba5279ac1a54} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005109 sec., 2544.529262086514 rows/sec., 158.65 KiB/sec. | ||
| 8552 | 2025.01.30 20:23:47.550250 [ 271 ] {0ff098f6-09ab-4c9a-b0a0-ba5279ac1a54} <Debug> TCPHandler: Processed in 0.005895923 sec. | ||
| 8553 | 2025.01.30 20:23:47.550293 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8554 | 2025.01.30 20:23:47.550540 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8555 | 2025.01.30 20:23:47.550580 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_21_4} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8556 | 2025.01.30 20:23:47.550743 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 8557 | 2025.01.30 20:23:47.550793 [ 270 ] {df6e75c5-7c42-4ead-be94-db3301f79214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8558 | 2025.01.30 20:23:47.550854 [ 270 ] {df6e75c5-7c42-4ead-be94-db3301f79214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8559 | 2025.01.30 20:23:47.551856 [ 270 ] {df6e75c5-7c42-4ead-be94-db3301f79214} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8560 | 2025.01.30 20:23:47.551896 [ 270 ] {df6e75c5-7c42-4ead-be94-db3301f79214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8561 | 2025.01.30 20:23:47.552296 [ 270 ] {df6e75c5-7c42-4ead-be94-db3301f79214} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8562 | 2025.01.30 20:23:47.552582 [ 270 ] {df6e75c5-7c42-4ead-be94-db3301f79214} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8563 | 2025.01.30 20:23:47.552956 [ 270 ] {df6e75c5-7c42-4ead-be94-db3301f79214} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.002238 sec., 390974.0840035746 rows/sec., 28.34 MiB/sec. | ||
| 8564 | 2025.01.30 20:23:47.553077 [ 270 ] {df6e75c5-7c42-4ead-be94-db3301f79214} <Debug> TCPHandler: Processed in 0.002710675 sec. | ||
| 8565 | 2025.01.30 20:23:47.553348 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8566 | 2025.01.30 20:23:47.553570 [ 271 ] {f614bf8e-e42d-4295-b354-f666dc00c4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8567 | 2025.01.30 20:23:47.553653 [ 271 ] {f614bf8e-e42d-4295-b354-f666dc00c4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8568 | 2025.01.30 20:23:47.554141 [ 271 ] {f614bf8e-e42d-4295-b354-f666dc00c4ed} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8569 | 2025.01.30 20:23:47.554180 [ 271 ] {f614bf8e-e42d-4295-b354-f666dc00c4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8570 | 2025.01.30 20:23:47.554597 [ 271 ] {f614bf8e-e42d-4295-b354-f666dc00c4ed} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8571 | 2025.01.30 20:23:47.554903 [ 271 ] {f614bf8e-e42d-4295-b354-f666dc00c4ed} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8572 | 2025.01.30 20:23:47.555117 [ 271 ] {f614bf8e-e42d-4295-b354-f666dc00c4ed} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 195.68 KiB/sec. | ||
| 8573 | 2025.01.30 20:23:47.555166 [ 271 ] {f614bf8e-e42d-4295-b354-f666dc00c4ed} <Debug> TCPHandler: Processed in 0.002000646 sec. | ||
| 8574 | 2025.01.30 20:23:47.555315 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8575 | 2025.01.30 20:23:47.555435 [ 270 ] {fb82080a-095d-464e-b300-cbff134e60e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8576 | 2025.01.30 20:23:47.555490 [ 270 ] {fb82080a-095d-464e-b300-cbff134e60e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8577 | 2025.01.30 20:23:47.556386 [ 270 ] {fb82080a-095d-464e-b300-cbff134e60e7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8578 | 2025.01.30 20:23:47.556433 [ 270 ] {fb82080a-095d-464e-b300-cbff134e60e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8579 | 2025.01.30 20:23:47.556902 [ 270 ] {fb82080a-095d-464e-b300-cbff134e60e7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8580 | 2025.01.30 20:23:47.557141 [ 270 ] {fb82080a-095d-464e-b300-cbff134e60e7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8581 | 2025.01.30 20:23:47.557309 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8582 | 2025.01.30 20:23:47.557371 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8583 | 2025.01.30 20:23:47.557378 [ 270 ] {fb82080a-095d-464e-b300-cbff134e60e7} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001959 sec., 490045.94180704444 rows/sec., 32.75 MiB/sec. | ||
| 8584 | 2025.01.30 20:23:47.557407 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8585 | 2025.01.30 20:23:47.557489 [ 270 ] {fb82080a-095d-464e-b300-cbff134e60e7} <Debug> TCPHandler: Processed in 0.002224062 sec. | ||
| 8586 | 2025.01.30 20:23:47.557663 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 8587 | 2025.01.30 20:23:47.557725 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8588 | 2025.01.30 20:23:47.557890 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8589 | 2025.01.30 20:23:47.557976 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18449 rows starting from the beginning of the part | ||
| 8590 | 2025.01.30 20:23:47.557981 [ 271 ] {5b7066db-a52d-429d-acbe-eb15534715c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8591 | 2025.01.30 20:23:47.558192 [ 271 ] {5b7066db-a52d-429d-acbe-eb15534715c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8592 | 2025.01.30 20:23:47.558269 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 8593 | 2025.01.30 20:23:47.558626 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 163 rows starting from the beginning of the part | ||
| 8594 | 2025.01.30 20:23:47.559106 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 8595 | 2025.01.30 20:23:47.559422 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 8596 | 2025.01.30 20:23:47.559610 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 960 rows starting from the beginning of the part | ||
| 8597 | 2025.01.30 20:23:47.560742 [ 271 ] {5b7066db-a52d-429d-acbe-eb15534715c6} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8598 | 2025.01.30 20:23:47.560819 [ 271 ] {5b7066db-a52d-429d-acbe-eb15534715c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8599 | 2025.01.30 20:23:47.561378 [ 271 ] {5b7066db-a52d-429d-acbe-eb15534715c6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8600 | 2025.01.30 20:23:47.561672 [ 271 ] {5b7066db-a52d-429d-acbe-eb15534715c6} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8601 | 2025.01.30 20:23:47.562185 [ 271 ] {5b7066db-a52d-429d-acbe-eb15534715c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004259 sec., 234.79690068091102 rows/sec., 15.82 KiB/sec. | ||
| 8602 | 2025.01.30 20:23:47.562334 [ 271 ] {5b7066db-a52d-429d-acbe-eb15534715c6} <Debug> TCPHandler: Processed in 0.004743601 sec. | ||
| 8603 | 2025.01.30 20:23:47.562538 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8604 | 2025.01.30 20:23:47.562711 [ 270 ] {5ff1cf38-b2b1-4736-9800-efe33c615d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8605 | 2025.01.30 20:23:47.562804 [ 270 ] {5ff1cf38-b2b1-4736-9800-efe33c615d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8606 | 2025.01.30 20:23:47.564389 [ 270 ] {5ff1cf38-b2b1-4736-9800-efe33c615d72} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8607 | 2025.01.30 20:23:47.564428 [ 270 ] {5ff1cf38-b2b1-4736-9800-efe33c615d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8608 | 2025.01.30 20:23:47.565242 [ 270 ] {5ff1cf38-b2b1-4736-9800-efe33c615d72} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8609 | 2025.01.30 20:23:47.565573 [ 270 ] {5ff1cf38-b2b1-4736-9800-efe33c615d72} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8610 | 2025.01.30 20:23:47.565932 [ 270 ] {5ff1cf38-b2b1-4736-9800-efe33c615d72} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003259 sec., 9512.120282295182 rows/sec., 17.05 MiB/sec. | ||
| 8611 | 2025.01.30 20:23:47.566037 [ 270 ] {5ff1cf38-b2b1-4736-9800-efe33c615d72} <Debug> TCPHandler: Processed in 0.003592519 sec. | ||
| 8612 | 2025.01.30 20:23:47.566231 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8613 | 2025.01.30 20:23:47.566436 [ 271 ] {50d37d97-b0ba-4d12-be1f-11395429e3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8614 | 2025.01.30 20:23:47.566540 [ 271 ] {50d37d97-b0ba-4d12-be1f-11395429e3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8615 | 2025.01.30 20:23:47.566786 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20206 rows, containing 5 columns (5 merged, 0 gathered) in 0.009259927 sec., 2182090.636351669 rows/sec., 147.64 MiB/sec. | ||
| 8616 | 2025.01.30 20:23:47.567250 [ 271 ] {50d37d97-b0ba-4d12-be1f-11395429e3b5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8617 | 2025.01.30 20:23:47.567306 [ 271 ] {50d37d97-b0ba-4d12-be1f-11395429e3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8618 | 2025.01.30 20:23:47.567305 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8619 | 2025.01.30 20:23:47.568066 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8620 | 2025.01.30 20:23:47.568239 [ 271 ] {50d37d97-b0ba-4d12-be1f-11395429e3b5} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8621 | 2025.01.30 20:23:47.568242 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8622 | 2025.01.30 20:23:47.568418 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 8623 | 2025.01.30 20:23:47.568616 [ 271 ] {50d37d97-b0ba-4d12-be1f-11395429e3b5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2025.01.30 20:23:47.568846 [ 271 ] {50d37d97-b0ba-4d12-be1f-11395429e3b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002489 sec., 32944.95781438329 rows/sec., 2.09 MiB/sec. | ||
| 8625 | 2025.01.30 20:23:47.568902 [ 271 ] {50d37d97-b0ba-4d12-be1f-11395429e3b5} <Debug> TCPHandler: Processed in 0.002751636 sec. | ||
| 8626 | 2025.01.30 20:23:49.229572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 8627 | 2025.01.30 20:23:49.230346 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8628 | 2025.01.30 20:23:49.230401 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8629 | 2025.01.30 20:23:49.230980 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8630 | 2025.01.30 20:23:49.231268 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8631 | 2025.01.30 20:23:49.231500 [ 68 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8632 | 2025.01.30 20:23:49.231531 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 8633 | 2025.01.30 20:23:49.231598 [ 68 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8634 | 2025.01.30 20:23:49.231627 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8635 | 2025.01.30 20:23:49.231745 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 8636 | 2025.01.30 20:23:49.231860 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8637 | 2025.01.30 20:23:49.231896 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 8638 | 2025.01.30 20:23:49.231965 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 8639 | 2025.01.30 20:23:49.232154 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 8640 | 2025.01.30 20:23:49.232285 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 8641 | 2025.01.30 20:23:49.232510 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 8642 | 2025.01.30 20:23:49.232686 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 8643 | 2025.01.30 20:23:49.235108 [ 188 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003417475 sec., 6854183.278590187 rows/sec., 98.05 MiB/sec. | ||
| 8644 | 2025.01.30 20:23:49.235532 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8645 | 2025.01.30 20:23:49.235871 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8646 | 2025.01.30 20:23:49.235991 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_51_10} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8647 | 2025.01.30 20:23:49.236114 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 8648 | 2025.01.30 20:23:50.818826 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 8649 | 2025.01.30 20:23:50.840285 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8650 | 2025.01.30 20:23:50.840334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8651 | 2025.01.30 20:23:50.847779 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8652 | 2025.01.30 20:23:50.848571 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8653 | 2025.01.30 20:23:50.848868 [ 24 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8654 | 2025.01.30 20:23:50.848934 [ 24 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8655 | 2025.01.30 20:23:50.848974 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8656 | 2025.01.30 20:23:50.849667 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 8657 | 2025.01.30 20:23:50.865096 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 8658 | 2025.01.30 20:23:50.866792 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8659 | 2025.01.30 20:23:50.868134 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 8660 | 2025.01.30 20:23:50.873278 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 8661 | 2025.01.30 20:23:50.878821 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 8662 | 2025.01.30 20:23:50.884283 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 8663 | 2025.01.30 20:23:50.889892 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 8664 | 2025.01.30 20:23:50.894265 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 8665 | 2025.01.30 20:23:50.953593 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.104473459 sec., 3685.14648299335 rows/sec., 19.06 MiB/sec. | ||
| 8666 | 2025.01.30 20:23:50.956810 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8667 | 2025.01.30 20:23:50.959777 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_51_10} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8668 | 2025.01.30 20:23:50.959908 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_51_10} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8669 | 2025.01.30 20:23:50.962385 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.94 MiB. | ||
| 8670 | 2025.01.30 20:23:51.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.33 MiB, peak 241.74 MiB, free memory in arenas 0.00 B, will set to 230.03 MiB (RSS), difference: 1.69 MiB | ||
| 8671 | 2025.01.30 20:23:52.831244 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8672 | 2025.01.30 20:23:52.831438 [ 270 ] {d9bdb3b2-286e-4cc0-a3ef-14c1e9f71826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8673 | 2025.01.30 20:23:52.831510 [ 270 ] {d9bdb3b2-286e-4cc0-a3ef-14c1e9f71826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8674 | 2025.01.30 20:23:52.832303 [ 270 ] {d9bdb3b2-286e-4cc0-a3ef-14c1e9f71826} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8675 | 2025.01.30 20:23:52.832346 [ 270 ] {d9bdb3b2-286e-4cc0-a3ef-14c1e9f71826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8676 | 2025.01.30 20:23:52.832796 [ 270 ] {d9bdb3b2-286e-4cc0-a3ef-14c1e9f71826} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8677 | 2025.01.30 20:23:52.833049 [ 270 ] {d9bdb3b2-286e-4cc0-a3ef-14c1e9f71826} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8678 | 2025.01.30 20:23:52.833257 [ 122 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8679 | 2025.01.30 20:23:52.833284 [ 270 ] {d9bdb3b2-286e-4cc0-a3ef-14c1e9f71826} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001902 sec., 37854.88958990536 rows/sec., 3.05 MiB/sec. | ||
| 8680 | 2025.01.30 20:23:52.833346 [ 122 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8681 | 2025.01.30 20:23:52.833405 [ 270 ] {d9bdb3b2-286e-4cc0-a3ef-14c1e9f71826} <Debug> TCPHandler: Processed in 0.002297794 sec. | ||
| 8682 | 2025.01.30 20:23:52.833412 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8683 | 2025.01.30 20:23:52.833735 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8684 | 2025.01.30 20:23:52.833749 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 8685 | 2025.01.30 20:23:52.834202 [ 271 ] {cc10af41-0bac-40de-b522-ef315c2e5631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8686 | 2025.01.30 20:23:52.834430 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8687 | 2025.01.30 20:23:52.834440 [ 271 ] {cc10af41-0bac-40de-b522-ef315c2e5631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8688 | 2025.01.30 20:23:52.834617 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1432 rows starting from the beginning of the part | ||
| 8689 | 2025.01.30 20:23:52.835010 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 75 rows starting from the beginning of the part | ||
| 8690 | 2025.01.30 20:23:52.835374 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 265 rows starting from the beginning of the part | ||
| 8691 | 2025.01.30 20:23:52.835775 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 72 rows starting from the beginning of the part | ||
| 8692 | 2025.01.30 20:23:52.836150 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1408 rows starting from the beginning of the part | ||
| 8693 | 2025.01.30 20:23:52.836503 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 72 rows starting from the beginning of the part | ||
| 8694 | 2025.01.30 20:23:52.837613 [ 271 ] {cc10af41-0bac-40de-b522-ef315c2e5631} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8695 | 2025.01.30 20:23:52.837688 [ 271 ] {cc10af41-0bac-40de-b522-ef315c2e5631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8696 | 2025.01.30 20:23:52.838766 [ 271 ] {cc10af41-0bac-40de-b522-ef315c2e5631} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8697 | 2025.01.30 20:23:52.839140 [ 271 ] {cc10af41-0bac-40de-b522-ef315c2e5631} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8698 | 2025.01.30 20:23:52.839448 [ 271 ] {cc10af41-0bac-40de-b522-ef315c2e5631} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005421 sec., 1475.7424829367276 rows/sec., 110.97 KiB/sec. | ||
| 8699 | 2025.01.30 20:23:52.839590 [ 271 ] {cc10af41-0bac-40de-b522-ef315c2e5631} <Debug> TCPHandler: Processed in 0.006059748 sec. | ||
| 8700 | 2025.01.30 20:23:52.839840 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8701 | 2025.01.30 20:23:52.839871 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.006319615 sec., 525981.4086775857 rows/sec., 46.11 MiB/sec. | ||
| 8702 | 2025.01.30 20:23:52.839995 [ 270 ] {93daad93-7a49-4cf5-885b-757788f98810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8703 | 2025.01.30 20:23:52.840081 [ 270 ] {93daad93-7a49-4cf5-885b-757788f98810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8704 | 2025.01.30 20:23:52.840145 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8705 | 2025.01.30 20:23:52.840846 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8706 | 2025.01.30 20:23:52.841017 [ 197 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_66_13} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8707 | 2025.01.30 20:23:52.841176 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8708 | 2025.01.30 20:23:52.841422 [ 270 ] {93daad93-7a49-4cf5-885b-757788f98810} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8709 | 2025.01.30 20:23:52.841467 [ 270 ] {93daad93-7a49-4cf5-885b-757788f98810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8710 | 2025.01.30 20:23:52.841837 [ 270 ] {93daad93-7a49-4cf5-885b-757788f98810} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8711 | 2025.01.30 20:23:52.842074 [ 270 ] {93daad93-7a49-4cf5-885b-757788f98810} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2025.01.30 20:23:52.842242 [ 122 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8713 | 2025.01.30 20:23:52.842309 [ 122 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8714 | 2025.01.30 20:23:52.842331 [ 270 ] {93daad93-7a49-4cf5-885b-757788f98810} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002362 sec., 30482.64182895851 rows/sec., 2.38 MiB/sec. | ||
| 8715 | 2025.01.30 20:23:52.842345 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8716 | 2025.01.30 20:23:52.842500 [ 270 ] {93daad93-7a49-4cf5-885b-757788f98810} <Debug> TCPHandler: Processed in 0.002783827 sec. | ||
| 8717 | 2025.01.30 20:23:52.842597 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 8718 | 2025.01.30 20:23:52.842704 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8719 | 2025.01.30 20:23:52.842768 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8720 | 2025.01.30 20:23:52.842816 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 8721 | 2025.01.30 20:23:52.843122 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 78 rows starting from the beginning of the part | ||
| 8722 | 2025.01.30 20:23:52.843185 [ 271 ] {eae9c637-2aab-4837-a5ff-d2cf6b20c753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8723 | 2025.01.30 20:23:52.843315 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 413 rows starting from the beginning of the part | ||
| 8724 | 2025.01.30 20:23:52.843626 [ 271 ] {eae9c637-2aab-4837-a5ff-d2cf6b20c753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8725 | 2025.01.30 20:23:52.843666 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 72 rows starting from the beginning of the part | ||
| 8726 | 2025.01.30 20:23:52.844032 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 875 rows starting from the beginning of the part | ||
| 8727 | 2025.01.30 20:23:52.844394 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 72 rows starting from the beginning of the part | ||
| 8728 | 2025.01.30 20:23:52.845933 [ 271 ] {eae9c637-2aab-4837-a5ff-d2cf6b20c753} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8729 | 2025.01.30 20:23:52.846007 [ 271 ] {eae9c637-2aab-4837-a5ff-d2cf6b20c753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8730 | 2025.01.30 20:23:52.847023 [ 271 ] {eae9c637-2aab-4837-a5ff-d2cf6b20c753} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8731 | 2025.01.30 20:23:52.847367 [ 271 ] {eae9c637-2aab-4837-a5ff-d2cf6b20c753} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8732 | 2025.01.30 20:23:52.847767 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005290917 sec., 457954.6418891092 rows/sec., 35.13 MiB/sec. | ||
| 8733 | 2025.01.30 20:23:52.847828 [ 271 ] {eae9c637-2aab-4837-a5ff-d2cf6b20c753} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004924 sec., 32493.90739236393 rows/sec., 2.26 MiB/sec. | ||
| 8734 | 2025.01.30 20:23:52.847972 [ 271 ] {eae9c637-2aab-4837-a5ff-d2cf6b20c753} <Debug> TCPHandler: Processed in 0.005342198 sec. | ||
| 8735 | 2025.01.30 20:23:52.848086 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8736 | 2025.01.30 20:23:52.848164 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8737 | 2025.01.30 20:23:52.848350 [ 270 ] {ad8b69a8-a65d-457c-bcf6-c5720f1913fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8738 | 2025.01.30 20:23:52.848510 [ 270 ] {ad8b69a8-a65d-457c-bcf6-c5720f1913fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8739 | 2025.01.30 20:23:52.848615 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8740 | 2025.01.30 20:23:52.848949 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_66_13} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8741 | 2025.01.30 20:23:52.849157 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8742 | 2025.01.30 20:23:52.850143 [ 270 ] {ad8b69a8-a65d-457c-bcf6-c5720f1913fb} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2025.01.30 20:23:52.850187 [ 270 ] {ad8b69a8-a65d-457c-bcf6-c5720f1913fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8744 | 2025.01.30 20:23:52.850841 [ 270 ] {ad8b69a8-a65d-457c-bcf6-c5720f1913fb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8745 | 2025.01.30 20:23:52.851096 [ 270 ] {ad8b69a8-a65d-457c-bcf6-c5720f1913fb} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2025.01.30 20:23:52.851403 [ 270 ] {ad8b69a8-a65d-457c-bcf6-c5720f1913fb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003098 sec., 2582.3111684958035 rows/sec., 4.63 MiB/sec. | ||
| 8747 | 2025.01.30 20:23:52.851802 [ 270 ] {ad8b69a8-a65d-457c-bcf6-c5720f1913fb} <Debug> TCPHandler: Processed in 0.003732423 sec. | ||
| 8748 | 2025.01.30 20:23:52.852143 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8749 | 2025.01.30 20:23:52.852367 [ 271 ] {f816d0bf-099a-4a3c-92dc-0ea0d66a723f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8750 | 2025.01.30 20:23:52.852463 [ 271 ] {f816d0bf-099a-4a3c-92dc-0ea0d66a723f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8751 | 2025.01.30 20:23:52.853123 [ 271 ] {f816d0bf-099a-4a3c-92dc-0ea0d66a723f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8752 | 2025.01.30 20:23:52.853162 [ 271 ] {f816d0bf-099a-4a3c-92dc-0ea0d66a723f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8753 | 2025.01.30 20:23:52.853548 [ 271 ] {f816d0bf-099a-4a3c-92dc-0ea0d66a723f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8754 | 2025.01.30 20:23:52.853792 [ 271 ] {f816d0bf-099a-4a3c-92dc-0ea0d66a723f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8755 | 2025.01.30 20:23:52.853979 [ 122 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8756 | 2025.01.30 20:23:52.854028 [ 271 ] {f816d0bf-099a-4a3c-92dc-0ea0d66a723f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001713 sec., 35026.26970227671 rows/sec., 2.36 MiB/sec. | ||
| 8757 | 2025.01.30 20:23:52.854044 [ 122 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8758 | 2025.01.30 20:23:52.854114 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8759 | 2025.01.30 20:23:52.854137 [ 271 ] {f816d0bf-099a-4a3c-92dc-0ea0d66a723f} <Debug> TCPHandler: Processed in 0.002217641 sec. | ||
| 8760 | 2025.01.30 20:23:52.854275 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 8761 | 2025.01.30 20:23:52.854399 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8762 | 2025.01.30 20:23:52.854438 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3382 rows starting from the beginning of the part | ||
| 8763 | 2025.01.30 20:23:52.854551 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 8764 | 2025.01.30 20:23:52.854749 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 8765 | 2025.01.30 20:23:52.854885 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 8766 | 2025.01.30 20:23:52.855072 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 8767 | 2025.01.30 20:23:52.855185 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 8768 | 2025.01.30 20:23:52.856774 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3726 rows, containing 4 columns (4 merged, 0 gathered) in 0.002568362 sec., 1450730.0762119982 rows/sec., 95.96 MiB/sec. | ||
| 8769 | 2025.01.30 20:23:52.857066 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8770 | 2025.01.30 20:23:52.857394 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8771 | 2025.01.30 20:23:52.857485 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_61_12} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8772 | 2025.01.30 20:23:52.857564 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8773 | 2025.01.30 20:23:56.561656 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8774 | 2025.01.30 20:23:56.561757 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8775 | 2025.01.30 20:23:56.731683 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 8776 | 2025.01.30 20:23:56.732313 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8777 | 2025.01.30 20:23:56.732358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8778 | 2025.01.30 20:23:56.732894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8779 | 2025.01.30 20:23:56.733154 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8780 | 2025.01.30 20:23:56.733428 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 8781 | 2025.01.30 20:23:56.826605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1182 | ||
| 8782 | 2025.01.30 20:23:56.829849 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8783 | 2025.01.30 20:23:56.829892 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8784 | 2025.01.30 20:23:56.831343 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8785 | 2025.01.30 20:23:56.831659 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8786 | 2025.01.30 20:23:56.832944 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1182 | ||
| 8787 | 2025.01.30 20:23:57.838286 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8788 | 2025.01.30 20:23:57.838483 [ 270 ] {3ee28329-0624-4b37-98c3-15439d739b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8789 | 2025.01.30 20:23:57.838556 [ 270 ] {3ee28329-0624-4b37-98c3-15439d739b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8790 | 2025.01.30 20:23:57.839300 [ 270 ] {3ee28329-0624-4b37-98c3-15439d739b9a} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2025.01.30 20:23:57.839353 [ 270 ] {3ee28329-0624-4b37-98c3-15439d739b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8792 | 2025.01.30 20:23:57.839788 [ 270 ] {3ee28329-0624-4b37-98c3-15439d739b9a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8793 | 2025.01.30 20:23:57.840037 [ 270 ] {3ee28329-0624-4b37-98c3-15439d739b9a} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8794 | 2025.01.30 20:23:57.840291 [ 270 ] {3ee28329-0624-4b37-98c3-15439d739b9a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec. | ||
| 8795 | 2025.01.30 20:23:57.840463 [ 270 ] {3ee28329-0624-4b37-98c3-15439d739b9a} <Debug> TCPHandler: Processed in 0.002307614 sec. | ||
| 8796 | 2025.01.30 20:23:57.840752 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8797 | 2025.01.30 20:23:57.840965 [ 271 ] {d7b26920-0560-4132-850f-d53f7bea9673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8798 | 2025.01.30 20:23:57.841040 [ 271 ] {d7b26920-0560-4132-850f-d53f7bea9673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8799 | 2025.01.30 20:23:57.841921 [ 271 ] {d7b26920-0560-4132-850f-d53f7bea9673} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2025.01.30 20:23:57.841968 [ 271 ] {d7b26920-0560-4132-850f-d53f7bea9673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8801 | 2025.01.30 20:23:57.842437 [ 271 ] {d7b26920-0560-4132-850f-d53f7bea9673} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8802 | 2025.01.30 20:23:57.842695 [ 271 ] {d7b26920-0560-4132-850f-d53f7bea9673} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8803 | 2025.01.30 20:23:57.842930 [ 271 ] {d7b26920-0560-4132-850f-d53f7bea9673} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002022 sec., 131058.35806132543 rows/sec., 11.54 MiB/sec. | ||
| 8804 | 2025.01.30 20:23:57.842988 [ 271 ] {d7b26920-0560-4132-850f-d53f7bea9673} <Debug> TCPHandler: Processed in 0.002390176 sec. | ||
| 8805 | 2025.01.30 20:23:57.843146 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8806 | 2025.01.30 20:23:57.843265 [ 270 ] {ec154f96-bcbe-40f8-834d-015307f08220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8807 | 2025.01.30 20:23:57.843314 [ 270 ] {ec154f96-bcbe-40f8-834d-015307f08220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8808 | 2025.01.30 20:23:57.843921 [ 270 ] {ec154f96-bcbe-40f8-834d-015307f08220} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8809 | 2025.01.30 20:23:57.843959 [ 270 ] {ec154f96-bcbe-40f8-834d-015307f08220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8810 | 2025.01.30 20:23:57.844326 [ 270 ] {ec154f96-bcbe-40f8-834d-015307f08220} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8811 | 2025.01.30 20:23:57.844563 [ 270 ] {ec154f96-bcbe-40f8-834d-015307f08220} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8812 | 2025.01.30 20:23:57.844728 [ 160 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8813 | 2025.01.30 20:23:57.844793 [ 270 ] {ec154f96-bcbe-40f8-834d-015307f08220} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001549 sec., 24531.956100710137 rows/sec., 1.76 MiB/sec. | ||
| 8814 | 2025.01.30 20:23:57.844812 [ 160 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2025.01.30 20:23:57.844878 [ 160 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8816 | 2025.01.30 20:23:57.844916 [ 270 ] {ec154f96-bcbe-40f8-834d-015307f08220} <Debug> TCPHandler: Processed in 0.00182529 sec. | ||
| 8817 | 2025.01.30 20:23:57.845060 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 8818 | 2025.01.30 20:23:57.845122 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8819 | 2025.01.30 20:23:57.845228 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8820 | 2025.01.30 20:23:57.845309 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 64 rows starting from the beginning of the part | ||
| 8821 | 2025.01.30 20:23:57.845352 [ 271 ] {139fea6f-047e-4b2b-b58c-d75853b6524f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8822 | 2025.01.30 20:23:57.845520 [ 271 ] {139fea6f-047e-4b2b-b58c-d75853b6524f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8823 | 2025.01.30 20:23:57.845548 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 38 rows starting from the beginning of the part | ||
| 8824 | 2025.01.30 20:23:57.846032 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part | ||
| 8825 | 2025.01.30 20:23:57.846409 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 44 rows starting from the beginning of the part | ||
| 8826 | 2025.01.30 20:23:57.846780 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
| 8827 | 2025.01.30 20:23:57.847177 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 38 rows starting from the beginning of the part | ||
| 8828 | 2025.01.30 20:23:57.848578 [ 271 ] {139fea6f-047e-4b2b-b58c-d75853b6524f} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8829 | 2025.01.30 20:23:57.848646 [ 271 ] {139fea6f-047e-4b2b-b58c-d75853b6524f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8830 | 2025.01.30 20:23:57.849710 [ 271 ] {139fea6f-047e-4b2b-b58c-d75853b6524f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8831 | 2025.01.30 20:23:57.849937 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.004954298 sec., 40368.988704353265 rows/sec., 3.04 MiB/sec. | ||
| 8832 | 2025.01.30 20:23:57.850118 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8833 | 2025.01.30 20:23:57.850120 [ 271 ] {139fea6f-047e-4b2b-b58c-d75853b6524f} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8834 | 2025.01.30 20:23:57.850430 [ 271 ] {139fea6f-047e-4b2b-b58c-d75853b6524f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005158 sec., 2714.2303218301668 rows/sec., 190.09 KiB/sec. | ||
| 8835 | 2025.01.30 20:23:57.850520 [ 271 ] {139fea6f-047e-4b2b-b58c-d75853b6524f} <Debug> TCPHandler: Processed in 0.005491362 sec. | ||
| 8836 | 2025.01.30 20:23:57.850654 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2025.01.30 20:23:57.850719 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8838 | 2025.01.30 20:23:57.850768 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_66_13} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8839 | 2025.01.30 20:23:57.850929 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8840 | 2025.01.30 20:23:57.850940 [ 270 ] {b75e349c-141e-418a-a068-369089f3c854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8841 | 2025.01.30 20:23:57.851008 [ 270 ] {b75e349c-141e-418a-a068-369089f3c854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8842 | 2025.01.30 20:23:57.851577 [ 270 ] {b75e349c-141e-418a-a068-369089f3c854} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8843 | 2025.01.30 20:23:57.851616 [ 270 ] {b75e349c-141e-418a-a068-369089f3c854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8844 | 2025.01.30 20:23:57.851973 [ 270 ] {b75e349c-141e-418a-a068-369089f3c854} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8845 | 2025.01.30 20:23:57.852224 [ 270 ] {b75e349c-141e-418a-a068-369089f3c854} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8846 | 2025.01.30 20:23:57.852441 [ 270 ] {b75e349c-141e-418a-a068-369089f3c854} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec. | ||
| 8847 | 2025.01.30 20:23:57.852493 [ 270 ] {b75e349c-141e-418a-a068-369089f3c854} <Debug> TCPHandler: Processed in 0.001866962 sec. | ||
| 8848 | 2025.01.30 20:23:57.852645 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8849 | 2025.01.30 20:23:57.852761 [ 271 ] {a851ece4-a0f6-420a-9380-785d96460634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8850 | 2025.01.30 20:23:57.852809 [ 271 ] {a851ece4-a0f6-420a-9380-785d96460634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8851 | 2025.01.30 20:23:57.853561 [ 271 ] {a851ece4-a0f6-420a-9380-785d96460634} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8852 | 2025.01.30 20:23:57.853601 [ 271 ] {a851ece4-a0f6-420a-9380-785d96460634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8853 | 2025.01.30 20:23:57.853993 [ 271 ] {a851ece4-a0f6-420a-9380-785d96460634} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8854 | 2025.01.30 20:23:57.854255 [ 271 ] {a851ece4-a0f6-420a-9380-785d96460634} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2025.01.30 20:23:57.854480 [ 271 ] {a851ece4-a0f6-420a-9380-785d96460634} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001743 sec., 236947.79116465864 rows/sec., 16.90 MiB/sec. | ||
| 8856 | 2025.01.30 20:23:57.854537 [ 271 ] {a851ece4-a0f6-420a-9380-785d96460634} <Debug> TCPHandler: Processed in 0.001951974 sec. | ||
| 8857 | 2025.01.30 20:23:57.854752 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8858 | 2025.01.30 20:23:57.854922 [ 270 ] {df618594-95f2-4c0d-8c7d-32b3d7ba7417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8859 | 2025.01.30 20:23:57.854982 [ 270 ] {df618594-95f2-4c0d-8c7d-32b3d7ba7417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8860 | 2025.01.30 20:23:57.855478 [ 270 ] {df618594-95f2-4c0d-8c7d-32b3d7ba7417} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2025.01.30 20:23:57.855518 [ 270 ] {df618594-95f2-4c0d-8c7d-32b3d7ba7417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8862 | 2025.01.30 20:23:57.855884 [ 270 ] {df618594-95f2-4c0d-8c7d-32b3d7ba7417} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8863 | 2025.01.30 20:23:57.856117 [ 270 ] {df618594-95f2-4c0d-8c7d-32b3d7ba7417} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2025.01.30 20:23:57.856332 [ 270 ] {df618594-95f2-4c0d-8c7d-32b3d7ba7417} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 8865 | 2025.01.30 20:23:57.856382 [ 270 ] {df618594-95f2-4c0d-8c7d-32b3d7ba7417} <Debug> TCPHandler: Processed in 0.001757089 sec. | ||
| 8866 | 2025.01.30 20:23:57.856519 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2025.01.30 20:23:57.856645 [ 271 ] {09121670-acbc-4a0b-b818-0c83fc4ea8eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8868 | 2025.01.30 20:23:57.856701 [ 271 ] {09121670-acbc-4a0b-b818-0c83fc4ea8eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8869 | 2025.01.30 20:23:57.857313 [ 271 ] {09121670-acbc-4a0b-b818-0c83fc4ea8eb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2025.01.30 20:23:57.857353 [ 271 ] {09121670-acbc-4a0b-b818-0c83fc4ea8eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8871 | 2025.01.30 20:23:57.857770 [ 271 ] {09121670-acbc-4a0b-b818-0c83fc4ea8eb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8872 | 2025.01.30 20:23:57.858018 [ 271 ] {09121670-acbc-4a0b-b818-0c83fc4ea8eb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2025.01.30 20:23:57.858257 [ 271 ] {09121670-acbc-4a0b-b818-0c83fc4ea8eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
| 8874 | 2025.01.30 20:23:57.858334 [ 271 ] {09121670-acbc-4a0b-b818-0c83fc4ea8eb} <Debug> TCPHandler: Processed in 0.001875342 sec. | ||
| 8875 | 2025.01.30 20:23:57.858588 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2025.01.30 20:23:57.858761 [ 270 ] {818d4881-a734-46fb-a961-75bf45481e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8877 | 2025.01.30 20:23:57.858821 [ 270 ] {818d4881-a734-46fb-a961-75bf45481e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8878 | 2025.01.30 20:23:57.859316 [ 270 ] {818d4881-a734-46fb-a961-75bf45481e82} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2025.01.30 20:23:57.859355 [ 270 ] {818d4881-a734-46fb-a961-75bf45481e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8880 | 2025.01.30 20:23:57.859712 [ 270 ] {818d4881-a734-46fb-a961-75bf45481e82} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8881 | 2025.01.30 20:23:57.859950 [ 270 ] {818d4881-a734-46fb-a961-75bf45481e82} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2025.01.30 20:23:57.860160 [ 270 ] {818d4881-a734-46fb-a961-75bf45481e82} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 8883 | 2025.01.30 20:23:57.860208 [ 270 ] {818d4881-a734-46fb-a961-75bf45481e82} <Debug> TCPHandler: Processed in 0.00178117 sec. | ||
| 8884 | 2025.01.30 20:23:57.860356 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8885 | 2025.01.30 20:23:57.860496 [ 271 ] {a0f7e250-98dd-400d-bc0d-77e06d397f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8886 | 2025.01.30 20:23:57.860592 [ 271 ] {a0f7e250-98dd-400d-bc0d-77e06d397f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8887 | 2025.01.30 20:23:57.861815 [ 271 ] {a0f7e250-98dd-400d-bc0d-77e06d397f62} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8888 | 2025.01.30 20:23:57.861858 [ 271 ] {a0f7e250-98dd-400d-bc0d-77e06d397f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8889 | 2025.01.30 20:23:57.862667 [ 271 ] {a0f7e250-98dd-400d-bc0d-77e06d397f62} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8890 | 2025.01.30 20:23:57.862993 [ 271 ] {a0f7e250-98dd-400d-bc0d-77e06d397f62} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2025.01.30 20:23:57.863219 [ 271 ] {a0f7e250-98dd-400d-bc0d-77e06d397f62} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002753 sec., 11260.443152924083 rows/sec., 20.18 MiB/sec. | ||
| 8892 | 2025.01.30 20:23:57.863354 [ 271 ] {a0f7e250-98dd-400d-bc0d-77e06d397f62} <Debug> TCPHandler: Processed in 0.003063925 sec. | ||
| 8893 | 2025.01.30 20:23:57.863689 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8894 | 2025.01.30 20:23:57.863811 [ 270 ] {71297536-ca31-4b2f-bb79-f618a8deb576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8895 | 2025.01.30 20:23:57.863863 [ 270 ] {71297536-ca31-4b2f-bb79-f618a8deb576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8896 | 2025.01.30 20:23:57.864246 [ 160 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8897 | 2025.01.30 20:23:57.864295 [ 160 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8898 | 2025.01.30 20:23:57.864329 [ 160 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8899 | 2025.01.30 20:23:57.864479 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 8900 | 2025.01.30 20:23:57.864812 [ 270 ] {71297536-ca31-4b2f-bb79-f618a8deb576} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8901 | 2025.01.30 20:23:57.864862 [ 270 ] {71297536-ca31-4b2f-bb79-f618a8deb576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8902 | 2025.01.30 20:23:57.864982 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8903 | 2025.01.30 20:23:57.865125 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1201 rows starting from the beginning of the part | ||
| 8904 | 2025.01.30 20:23:57.866398 [ 270 ] {71297536-ca31-4b2f-bb79-f618a8deb576} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8905 | 2025.01.30 20:23:57.866520 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 31 rows starting from the beginning of the part | ||
| 8906 | 2025.01.30 20:23:57.867538 [ 270 ] {71297536-ca31-4b2f-bb79-f618a8deb576} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8907 | 2025.01.30 20:23:57.867633 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part | ||
| 8908 | 2025.01.30 20:23:57.868112 [ 270 ] {71297536-ca31-4b2f-bb79-f618a8deb576} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004292 sec., 19105.312208760486 rows/sec., 1.21 MiB/sec. | ||
| 8909 | 2025.01.30 20:23:57.868266 [ 270 ] {71297536-ca31-4b2f-bb79-f618a8deb576} <Debug> TCPHandler: Processed in 0.004643648 sec. | ||
| 8910 | 2025.01.30 20:23:57.868281 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 31 rows starting from the beginning of the part | ||
| 8911 | 2025.01.30 20:23:57.868623 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
| 8912 | 2025.01.30 20:23:57.868956 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 31 rows starting from the beginning of the part | ||
| 8913 | 2025.01.30 20:23:57.875683 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1310 rows, containing 19 columns (19 merged, 0 gathered) in 0.011270493 sec., 116232.71493092627 rows/sec., 208.28 MiB/sec. | ||
| 8914 | 2025.01.30 20:23:57.877136 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8915 | 2025.01.30 20:23:57.877644 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8916 | 2025.01.30 20:23:57.877750 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8917 | 2025.01.30 20:23:57.877926 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. | ||
| 8918 | 2025.01.30 20:23:58.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.90 MiB, peak 242.51 MiB, free memory in arenas 0.00 B, will set to 232.54 MiB (RSS), difference: 1.64 MiB | ||
| 8919 | 2025.01.30 20:23:58.365179 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 8920 | 2025.01.30 20:23:58.383691 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8921 | 2025.01.30 20:23:58.383743 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8922 | 2025.01.30 20:23:58.390714 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8923 | 2025.01.30 20:23:58.391443 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8924 | 2025.01.30 20:23:58.393919 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 8925 | 2025.01.30 20:24:02.831209 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8926 | 2025.01.30 20:24:02.831442 [ 270 ] {9455dfa2-c1f5-41e3-b841-e9b283f96f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8927 | 2025.01.30 20:24:02.831523 [ 270 ] {9455dfa2-c1f5-41e3-b841-e9b283f96f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8928 | 2025.01.30 20:24:02.832375 [ 270 ] {9455dfa2-c1f5-41e3-b841-e9b283f96f94} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8929 | 2025.01.30 20:24:02.832422 [ 270 ] {9455dfa2-c1f5-41e3-b841-e9b283f96f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8930 | 2025.01.30 20:24:02.832890 [ 270 ] {9455dfa2-c1f5-41e3-b841-e9b283f96f94} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8931 | 2025.01.30 20:24:02.833148 [ 270 ] {9455dfa2-c1f5-41e3-b841-e9b283f96f94} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8932 | 2025.01.30 20:24:02.833393 [ 270 ] {9455dfa2-c1f5-41e3-b841-e9b283f96f94} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.002011 sec., 35803.08304326206 rows/sec., 2.88 MiB/sec. | ||
| 8933 | 2025.01.30 20:24:02.833450 [ 270 ] {9455dfa2-c1f5-41e3-b841-e9b283f96f94} <Debug> TCPHandler: Processed in 0.002433028 sec. | ||
| 8934 | 2025.01.30 20:24:02.833711 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8935 | 2025.01.30 20:24:02.833930 [ 271 ] {9286b9ad-35bd-429e-a067-d234c7ac7fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8936 | 2025.01.30 20:24:02.834012 [ 271 ] {9286b9ad-35bd-429e-a067-d234c7ac7fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8937 | 2025.01.30 20:24:02.834756 [ 271 ] {9286b9ad-35bd-429e-a067-d234c7ac7fc5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8938 | 2025.01.30 20:24:02.834804 [ 271 ] {9286b9ad-35bd-429e-a067-d234c7ac7fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8939 | 2025.01.30 20:24:02.835231 [ 271 ] {9286b9ad-35bd-429e-a067-d234c7ac7fc5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8940 | 2025.01.30 20:24:02.835481 [ 271 ] {9286b9ad-35bd-429e-a067-d234c7ac7fc5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8941 | 2025.01.30 20:24:02.835715 [ 271 ] {9286b9ad-35bd-429e-a067-d234c7ac7fc5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001844 sec., 4338.394793926247 rows/sec., 326.23 KiB/sec. | ||
| 8942 | 2025.01.30 20:24:02.835771 [ 271 ] {9286b9ad-35bd-429e-a067-d234c7ac7fc5} <Debug> TCPHandler: Processed in 0.002200681 sec. | ||
| 8943 | 2025.01.30 20:24:02.835989 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8944 | 2025.01.30 20:24:02.836204 [ 270 ] {a03d7c48-d7b7-4e64-a6c8-8055ac18e679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8945 | 2025.01.30 20:24:02.836266 [ 270 ] {a03d7c48-d7b7-4e64-a6c8-8055ac18e679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8946 | 2025.01.30 20:24:02.836985 [ 270 ] {a03d7c48-d7b7-4e64-a6c8-8055ac18e679} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8947 | 2025.01.30 20:24:02.837033 [ 270 ] {a03d7c48-d7b7-4e64-a6c8-8055ac18e679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8948 | 2025.01.30 20:24:02.837429 [ 270 ] {a03d7c48-d7b7-4e64-a6c8-8055ac18e679} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8949 | 2025.01.30 20:24:02.837672 [ 270 ] {a03d7c48-d7b7-4e64-a6c8-8055ac18e679} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8950 | 2025.01.30 20:24:02.837880 [ 270 ] {a03d7c48-d7b7-4e64-a6c8-8055ac18e679} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001724 sec., 41763.34106728538 rows/sec., 3.26 MiB/sec. | ||
| 8951 | 2025.01.30 20:24:02.837933 [ 270 ] {a03d7c48-d7b7-4e64-a6c8-8055ac18e679} <Debug> TCPHandler: Processed in 0.002055177 sec. | ||
| 8952 | 2025.01.30 20:24:02.838088 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8953 | 2025.01.30 20:24:02.838217 [ 271 ] {e4352d5e-9df8-42cd-a400-4597c91a184f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8954 | 2025.01.30 20:24:02.838282 [ 271 ] {e4352d5e-9df8-42cd-a400-4597c91a184f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8955 | 2025.01.30 20:24:02.838963 [ 271 ] {e4352d5e-9df8-42cd-a400-4597c91a184f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8956 | 2025.01.30 20:24:02.839010 [ 271 ] {e4352d5e-9df8-42cd-a400-4597c91a184f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8957 | 2025.01.30 20:24:02.839428 [ 271 ] {e4352d5e-9df8-42cd-a400-4597c91a184f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8958 | 2025.01.30 20:24:02.839673 [ 271 ] {e4352d5e-9df8-42cd-a400-4597c91a184f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8959 | 2025.01.30 20:24:02.839909 [ 271 ] {e4352d5e-9df8-42cd-a400-4597c91a184f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec. | ||
| 8960 | 2025.01.30 20:24:02.839961 [ 271 ] {e4352d5e-9df8-42cd-a400-4597c91a184f} <Debug> TCPHandler: Processed in 0.001930394 sec. | ||
| 8961 | 2025.01.30 20:24:02.840101 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2025.01.30 20:24:02.840229 [ 270 ] {d6551d29-850e-4be6-8993-63087fcbd9a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8963 | 2025.01.30 20:24:02.840324 [ 270 ] {d6551d29-850e-4be6-8993-63087fcbd9a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8964 | 2025.01.30 20:24:02.841566 [ 270 ] {d6551d29-850e-4be6-8993-63087fcbd9a7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8965 | 2025.01.30 20:24:02.841629 [ 270 ] {d6551d29-850e-4be6-8993-63087fcbd9a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8966 | 2025.01.30 20:24:02.842245 [ 270 ] {d6551d29-850e-4be6-8993-63087fcbd9a7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8967 | 2025.01.30 20:24:02.842504 [ 270 ] {d6551d29-850e-4be6-8993-63087fcbd9a7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2025.01.30 20:24:02.842743 [ 270 ] {d6551d29-850e-4be6-8993-63087fcbd9a7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002544 sec., 3144.654088050315 rows/sec., 5.64 MiB/sec. | ||
| 8969 | 2025.01.30 20:24:02.842837 [ 270 ] {d6551d29-850e-4be6-8993-63087fcbd9a7} <Debug> TCPHandler: Processed in 0.002792478 sec. | ||
| 8970 | 2025.01.30 20:24:02.842997 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8971 | 2025.01.30 20:24:02.843138 [ 271 ] {95298c53-00fa-43fa-9d27-7366a8b52ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8972 | 2025.01.30 20:24:02.843194 [ 271 ] {95298c53-00fa-43fa-9d27-7366a8b52ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8973 | 2025.01.30 20:24:02.843684 [ 271 ] {95298c53-00fa-43fa-9d27-7366a8b52ac5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2025.01.30 20:24:02.843723 [ 271 ] {95298c53-00fa-43fa-9d27-7366a8b52ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8975 | 2025.01.30 20:24:02.844099 [ 271 ] {95298c53-00fa-43fa-9d27-7366a8b52ac5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8976 | 2025.01.30 20:24:02.844348 [ 271 ] {95298c53-00fa-43fa-9d27-7366a8b52ac5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8977 | 2025.01.30 20:24:02.844576 [ 271 ] {95298c53-00fa-43fa-9d27-7366a8b52ac5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 8978 | 2025.01.30 20:24:02.844634 [ 271 ] {95298c53-00fa-43fa-9d27-7366a8b52ac5} <Debug> TCPHandler: Processed in 0.001705777 sec. | ||
| 8979 | 2025.01.30 20:24:04.233544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 8980 | 2025.01.30 20:24:04.234315 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8981 | 2025.01.30 20:24:04.234368 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. | ||
| 8982 | 2025.01.30 20:24:04.234898 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8983 | 2025.01.30 20:24:04.235156 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8984 | 2025.01.30 20:24:04.235406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 8985 | 2025.01.30 20:24:05.893979 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 8986 | 2025.01.30 20:24:05.914195 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2025.01.30 20:24:05.914263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 8988 | 2025.01.30 20:24:05.921664 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8989 | 2025.01.30 20:24:05.922540 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2025.01.30 20:24:05.927290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 8991 | 2025.01.30 20:24:06.833152 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1216 | ||
| 8992 | 2025.01.30 20:24:06.836186 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8993 | 2025.01.30 20:24:06.836244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 8994 | 2025.01.30 20:24:06.837738 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8995 | 2025.01.30 20:24:06.838042 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8996 | 2025.01.30 20:24:06.838997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1216 | ||
| 8997 | 2025.01.30 20:24:07.837128 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8998 | 2025.01.30 20:24:07.837361 [ 270 ] {e47391f1-34a8-4531-8118-b404ad75d730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8999 | 2025.01.30 20:24:07.837460 [ 270 ] {e47391f1-34a8-4531-8118-b404ad75d730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9000 | 2025.01.30 20:24:07.838482 [ 270 ] {e47391f1-34a8-4531-8118-b404ad75d730} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2025.01.30 20:24:07.838542 [ 270 ] {e47391f1-34a8-4531-8118-b404ad75d730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9002 | 2025.01.30 20:24:07.838995 [ 270 ] {e47391f1-34a8-4531-8118-b404ad75d730} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9003 | 2025.01.30 20:24:07.839253 [ 270 ] {e47391f1-34a8-4531-8118-b404ad75d730} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9004 | 2025.01.30 20:24:07.839521 [ 270 ] {e47391f1-34a8-4531-8118-b404ad75d730} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002231 sec., 6275.212909009413 rows/sec., 451.73 KiB/sec. | ||
| 9005 | 2025.01.30 20:24:07.839614 [ 270 ] {e47391f1-34a8-4531-8118-b404ad75d730} <Debug> TCPHandler: Processed in 0.002632703 sec. | ||
| 9006 | 2025.01.30 20:24:07.839898 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9007 | 2025.01.30 20:24:07.840086 [ 271 ] {f2b4842d-ea3b-4e52-a809-f4a7731d8f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9008 | 2025.01.30 20:24:07.840156 [ 271 ] {f2b4842d-ea3b-4e52-a809-f4a7731d8f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9009 | 2025.01.30 20:24:07.841010 [ 271 ] {f2b4842d-ea3b-4e52-a809-f4a7731d8f30} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9010 | 2025.01.30 20:24:07.841053 [ 271 ] {f2b4842d-ea3b-4e52-a809-f4a7731d8f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9011 | 2025.01.30 20:24:07.841512 [ 271 ] {f2b4842d-ea3b-4e52-a809-f4a7731d8f30} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9012 | 2025.01.30 20:24:07.841769 [ 271 ] {f2b4842d-ea3b-4e52-a809-f4a7731d8f30} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9013 | 2025.01.30 20:24:07.842009 [ 271 ] {f2b4842d-ea3b-4e52-a809-f4a7731d8f30} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.001975 sec., 134177.21518987342 rows/sec., 11.82 MiB/sec. | ||
| 9014 | 2025.01.30 20:24:07.842066 [ 271 ] {f2b4842d-ea3b-4e52-a809-f4a7731d8f30} <Debug> TCPHandler: Processed in 0.002302715 sec. | ||
| 9015 | 2025.01.30 20:24:07.842263 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9016 | 2025.01.30 20:24:07.842421 [ 270 ] {24b86428-fdf9-42cb-8b61-cca27ba1b617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9017 | 2025.01.30 20:24:07.842473 [ 270 ] {24b86428-fdf9-42cb-8b61-cca27ba1b617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9018 | 2025.01.30 20:24:07.843082 [ 270 ] {24b86428-fdf9-42cb-8b61-cca27ba1b617} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9019 | 2025.01.30 20:24:07.843122 [ 270 ] {24b86428-fdf9-42cb-8b61-cca27ba1b617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9020 | 2025.01.30 20:24:07.843508 [ 270 ] {24b86428-fdf9-42cb-8b61-cca27ba1b617} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9021 | 2025.01.30 20:24:07.843798 [ 270 ] {24b86428-fdf9-42cb-8b61-cca27ba1b617} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9022 | 2025.01.30 20:24:07.844010 [ 270 ] {24b86428-fdf9-42cb-8b61-cca27ba1b617} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001614 sec., 23543.990086741018 rows/sec., 1.69 MiB/sec. | ||
| 9023 | 2025.01.30 20:24:07.844064 [ 270 ] {24b86428-fdf9-42cb-8b61-cca27ba1b617} <Debug> TCPHandler: Processed in 0.001889992 sec. | ||
| 9024 | 2025.01.30 20:24:07.844211 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9025 | 2025.01.30 20:24:07.844330 [ 271 ] {d956da32-0ad2-4f6d-875a-45018a49d93e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9026 | 2025.01.30 20:24:07.844385 [ 271 ] {d956da32-0ad2-4f6d-875a-45018a49d93e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9027 | 2025.01.30 20:24:07.845106 [ 271 ] {d956da32-0ad2-4f6d-875a-45018a49d93e} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9028 | 2025.01.30 20:24:07.845154 [ 271 ] {d956da32-0ad2-4f6d-875a-45018a49d93e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9029 | 2025.01.30 20:24:07.845548 [ 271 ] {d956da32-0ad2-4f6d-875a-45018a49d93e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9030 | 2025.01.30 20:24:07.845798 [ 271 ] {d956da32-0ad2-4f6d-875a-45018a49d93e} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9031 | 2025.01.30 20:24:07.846035 [ 271 ] {d956da32-0ad2-4f6d-875a-45018a49d93e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001719 sec., 8144.2699243746365 rows/sec., 570.37 KiB/sec. | ||
| 9032 | 2025.01.30 20:24:07.846158 [ 271 ] {d956da32-0ad2-4f6d-875a-45018a49d93e} <Debug> TCPHandler: Processed in 0.002001986 sec. | ||
| 9033 | 2025.01.30 20:24:07.846366 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9034 | 2025.01.30 20:24:07.846523 [ 270 ] {4f60c045-7304-4a9b-a554-d90fb5f92f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9035 | 2025.01.30 20:24:07.846594 [ 270 ] {4f60c045-7304-4a9b-a554-d90fb5f92f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9036 | 2025.01.30 20:24:07.847207 [ 270 ] {4f60c045-7304-4a9b-a554-d90fb5f92f8b} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9037 | 2025.01.30 20:24:07.847249 [ 270 ] {4f60c045-7304-4a9b-a554-d90fb5f92f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9038 | 2025.01.30 20:24:07.847604 [ 270 ] {4f60c045-7304-4a9b-a554-d90fb5f92f8b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9039 | 2025.01.30 20:24:07.847851 [ 270 ] {4f60c045-7304-4a9b-a554-d90fb5f92f8b} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9040 | 2025.01.30 20:24:07.848103 [ 270 ] {4f60c045-7304-4a9b-a554-d90fb5f92f8b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec. | ||
| 9041 | 2025.01.30 20:24:07.848302 [ 270 ] {4f60c045-7304-4a9b-a554-d90fb5f92f8b} <Debug> TCPHandler: Processed in 0.002020396 sec. | ||
| 9042 | 2025.01.30 20:24:07.848493 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9043 | 2025.01.30 20:24:07.848634 [ 271 ] {b68196d2-8e66-4ddd-86f9-afa06c432f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9044 | 2025.01.30 20:24:07.848690 [ 271 ] {b68196d2-8e66-4ddd-86f9-afa06c432f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9045 | 2025.01.30 20:24:07.849492 [ 271 ] {b68196d2-8e66-4ddd-86f9-afa06c432f4b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2025.01.30 20:24:07.849531 [ 271 ] {b68196d2-8e66-4ddd-86f9-afa06c432f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9047 | 2025.01.30 20:24:07.849942 [ 271 ] {b68196d2-8e66-4ddd-86f9-afa06c432f4b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9048 | 2025.01.30 20:24:07.850247 [ 271 ] {b68196d2-8e66-4ddd-86f9-afa06c432f4b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9049 | 2025.01.30 20:24:07.850461 [ 271 ] {b68196d2-8e66-4ddd-86f9-afa06c432f4b} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001857 sec., 222401.72320947767 rows/sec., 15.86 MiB/sec. | ||
| 9050 | 2025.01.30 20:24:07.850513 [ 271 ] {b68196d2-8e66-4ddd-86f9-afa06c432f4b} <Debug> TCPHandler: Processed in 0.002088808 sec. | ||
| 9051 | 2025.01.30 20:24:07.850670 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9052 | 2025.01.30 20:24:07.850810 [ 270 ] {1cba2080-23c7-4721-a72c-dfa2d560a86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9053 | 2025.01.30 20:24:07.850870 [ 270 ] {1cba2080-23c7-4721-a72c-dfa2d560a86d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9054 | 2025.01.30 20:24:07.851480 [ 270 ] {1cba2080-23c7-4721-a72c-dfa2d560a86d} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9055 | 2025.01.30 20:24:07.851531 [ 270 ] {1cba2080-23c7-4721-a72c-dfa2d560a86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9056 | 2025.01.30 20:24:07.851990 [ 270 ] {1cba2080-23c7-4721-a72c-dfa2d560a86d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9057 | 2025.01.30 20:24:07.852234 [ 270 ] {1cba2080-23c7-4721-a72c-dfa2d560a86d} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9058 | 2025.01.30 20:24:07.852453 [ 270 ] {1cba2080-23c7-4721-a72c-dfa2d560a86d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001672 sec., 3588.516746411483 rows/sec., 187.49 KiB/sec. | ||
| 9059 | 2025.01.30 20:24:07.852506 [ 270 ] {1cba2080-23c7-4721-a72c-dfa2d560a86d} <Debug> TCPHandler: Processed in 0.001906793 sec. | ||
| 9060 | 2025.01.30 20:24:07.852660 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9061 | 2025.01.30 20:24:07.852779 [ 271 ] {ebec7980-f195-4969-806d-7df4785fbc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9062 | 2025.01.30 20:24:07.852834 [ 271 ] {ebec7980-f195-4969-806d-7df4785fbc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9063 | 2025.01.30 20:24:07.853427 [ 271 ] {ebec7980-f195-4969-806d-7df4785fbc4c} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9064 | 2025.01.30 20:24:07.853466 [ 271 ] {ebec7980-f195-4969-806d-7df4785fbc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9065 | 2025.01.30 20:24:07.853855 [ 271 ] {ebec7980-f195-4969-806d-7df4785fbc4c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9066 | 2025.01.30 20:24:07.854084 [ 271 ] {ebec7980-f195-4969-806d-7df4785fbc4c} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9067 | 2025.01.30 20:24:07.854318 [ 271 ] {ebec7980-f195-4969-806d-7df4785fbc4c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001562 sec., 151728.55313700385 rows/sec., 10.17 MiB/sec. | ||
| 9068 | 2025.01.30 20:24:07.854401 [ 271 ] {ebec7980-f195-4969-806d-7df4785fbc4c} <Debug> TCPHandler: Processed in 0.00179909 sec. | ||
| 9069 | 2025.01.30 20:24:07.854639 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9070 | 2025.01.30 20:24:07.854817 [ 270 ] {acc25cae-7a3b-4aa6-a252-e52e499d6cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9071 | 2025.01.30 20:24:07.854879 [ 270 ] {acc25cae-7a3b-4aa6-a252-e52e499d6cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9072 | 2025.01.30 20:24:07.855435 [ 270 ] {acc25cae-7a3b-4aa6-a252-e52e499d6cc1} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9073 | 2025.01.30 20:24:07.855474 [ 270 ] {acc25cae-7a3b-4aa6-a252-e52e499d6cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9074 | 2025.01.30 20:24:07.855832 [ 270 ] {acc25cae-7a3b-4aa6-a252-e52e499d6cc1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9075 | 2025.01.30 20:24:07.856081 [ 270 ] {acc25cae-7a3b-4aa6-a252-e52e499d6cc1} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9076 | 2025.01.30 20:24:07.856253 [ 146 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 9077 | 2025.01.30 20:24:07.856315 [ 270 ] {acc25cae-7a3b-4aa6-a252-e52e499d6cc1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec. | ||
| 9078 | 2025.01.30 20:24:07.856342 [ 146 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2025.01.30 20:24:07.856418 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9080 | 2025.01.30 20:24:07.856428 [ 270 ] {acc25cae-7a3b-4aa6-a252-e52e499d6cc1} <Debug> TCPHandler: Processed in 0.001938244 sec. | ||
| 9081 | 2025.01.30 20:24:07.856641 [ 196 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 9082 | 2025.01.30 20:24:07.856651 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9083 | 2025.01.30 20:24:07.856930 [ 271 ] {2a30a786-35b1-463a-ac42-b4187e13358a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9084 | 2025.01.30 20:24:07.856943 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9085 | 2025.01.30 20:24:07.857030 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 9086 | 2025.01.30 20:24:07.857118 [ 271 ] {2a30a786-35b1-463a-ac42-b4187e13358a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9087 | 2025.01.30 20:24:07.857272 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 9088 | 2025.01.30 20:24:07.857720 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 9089 | 2025.01.30 20:24:07.858105 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 9090 | 2025.01.30 20:24:07.858503 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 9091 | 2025.01.30 20:24:07.858813 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 9092 | 2025.01.30 20:24:07.862726 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.006177322 sec., 3399.5313826930183 rows/sec., 228.44 KiB/sec. | ||
| 9093 | 2025.01.30 20:24:07.863101 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9094 | 2025.01.30 20:24:07.863130 [ 271 ] {2a30a786-35b1-463a-ac42-b4187e13358a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9095 | 2025.01.30 20:24:07.863215 [ 271 ] {2a30a786-35b1-463a-ac42-b4187e13358a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9096 | 2025.01.30 20:24:07.863536 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9097 | 2025.01.30 20:24:07.863647 [ 196 ] {048504a0-b795-409f-841d-691020bab982::all_1_21_4} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9098 | 2025.01.30 20:24:07.863751 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9099 | 2025.01.30 20:24:07.866232 [ 271 ] {2a30a786-35b1-463a-ac42-b4187e13358a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9100 | 2025.01.30 20:24:07.866622 [ 271 ] {2a30a786-35b1-463a-ac42-b4187e13358a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9101 | 2025.01.30 20:24:07.866943 [ 271 ] {2a30a786-35b1-463a-ac42-b4187e13358a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.010095 sec., 3070.8271421495792 rows/sec., 5.50 MiB/sec. | ||
| 9102 | 2025.01.30 20:24:07.867126 [ 271 ] {2a30a786-35b1-463a-ac42-b4187e13358a} <Debug> TCPHandler: Processed in 0.010571223 sec. | ||
| 9103 | 2025.01.30 20:24:07.867454 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9104 | 2025.01.30 20:24:07.867720 [ 270 ] {ec17ac86-d78f-4052-a08f-7f940bc5021b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9105 | 2025.01.30 20:24:07.867816 [ 270 ] {ec17ac86-d78f-4052-a08f-7f940bc5021b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9106 | 2025.01.30 20:24:07.868607 [ 270 ] {ec17ac86-d78f-4052-a08f-7f940bc5021b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9107 | 2025.01.30 20:24:07.868671 [ 270 ] {ec17ac86-d78f-4052-a08f-7f940bc5021b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9108 | 2025.01.30 20:24:07.869314 [ 270 ] {ec17ac86-d78f-4052-a08f-7f940bc5021b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9109 | 2025.01.30 20:24:07.869673 [ 270 ] {ec17ac86-d78f-4052-a08f-7f940bc5021b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9110 | 2025.01.30 20:24:07.869980 [ 270 ] {ec17ac86-d78f-4052-a08f-7f940bc5021b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002318 sec., 35375.32355478861 rows/sec., 2.25 MiB/sec. | ||
| 9111 | 2025.01.30 20:24:07.870090 [ 270 ] {ec17ac86-d78f-4052-a08f-7f940bc5021b} <Debug> TCPHandler: Processed in 0.002789377 sec. | ||
| 9112 | 2025.01.30 20:24:11.561811 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9113 | 2025.01.30 20:24:11.561875 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9114 | 2025.01.30 20:24:11.735518 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 9115 | 2025.01.30 20:24:11.736238 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9116 | 2025.01.30 20:24:11.736293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9117 | 2025.01.30 20:24:11.736831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9118 | 2025.01.30 20:24:11.737091 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9119 | 2025.01.30 20:24:11.737360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 9120 | 2025.01.30 20:24:12.832171 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2025.01.30 20:24:12.832479 [ 270 ] {d7ff8a2a-fbdf-433e-98c6-2367d7d70151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9122 | 2025.01.30 20:24:12.832598 [ 270 ] {d7ff8a2a-fbdf-433e-98c6-2367d7d70151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9123 | 2025.01.30 20:24:12.833714 [ 270 ] {d7ff8a2a-fbdf-433e-98c6-2367d7d70151} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9124 | 2025.01.30 20:24:12.833761 [ 270 ] {d7ff8a2a-fbdf-433e-98c6-2367d7d70151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9125 | 2025.01.30 20:24:12.834189 [ 270 ] {d7ff8a2a-fbdf-433e-98c6-2367d7d70151} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9126 | 2025.01.30 20:24:12.834437 [ 270 ] {d7ff8a2a-fbdf-433e-98c6-2367d7d70151} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2025.01.30 20:24:12.834679 [ 270 ] {d7ff8a2a-fbdf-433e-98c6-2367d7d70151} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.002287 sec., 31482.291211193704 rows/sec., 2.53 MiB/sec. | ||
| 9128 | 2025.01.30 20:24:12.834749 [ 270 ] {d7ff8a2a-fbdf-433e-98c6-2367d7d70151} <Debug> TCPHandler: Processed in 0.002766167 sec. | ||
| 9129 | 2025.01.30 20:24:12.835066 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9130 | 2025.01.30 20:24:12.835279 [ 271 ] {f73331f7-952c-4e8b-8e0c-c0545d1f32ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9131 | 2025.01.30 20:24:12.835363 [ 271 ] {f73331f7-952c-4e8b-8e0c-c0545d1f32ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9132 | 2025.01.30 20:24:12.836118 [ 271 ] {f73331f7-952c-4e8b-8e0c-c0545d1f32ca} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9133 | 2025.01.30 20:24:12.836170 [ 271 ] {f73331f7-952c-4e8b-8e0c-c0545d1f32ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9134 | 2025.01.30 20:24:12.836605 [ 271 ] {f73331f7-952c-4e8b-8e0c-c0545d1f32ca} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9135 | 2025.01.30 20:24:12.836858 [ 271 ] {f73331f7-952c-4e8b-8e0c-c0545d1f32ca} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9136 | 2025.01.30 20:24:12.837089 [ 271 ] {f73331f7-952c-4e8b-8e0c-c0545d1f32ca} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00187 sec., 4278.07486631016 rows/sec., 321.69 KiB/sec. | ||
| 9137 | 2025.01.30 20:24:12.837148 [ 271 ] {f73331f7-952c-4e8b-8e0c-c0545d1f32ca} <Debug> TCPHandler: Processed in 0.002261853 sec. | ||
| 9138 | 2025.01.30 20:24:12.837319 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9139 | 2025.01.30 20:24:12.837458 [ 270 ] {6f7f14bf-b4b4-4d66-bfef-9dbe7459fdbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9140 | 2025.01.30 20:24:12.837515 [ 270 ] {6f7f14bf-b4b4-4d66-bfef-9dbe7459fdbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9141 | 2025.01.30 20:24:12.838249 [ 270 ] {6f7f14bf-b4b4-4d66-bfef-9dbe7459fdbc} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9142 | 2025.01.30 20:24:12.838295 [ 270 ] {6f7f14bf-b4b4-4d66-bfef-9dbe7459fdbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9143 | 2025.01.30 20:24:12.838687 [ 270 ] {6f7f14bf-b4b4-4d66-bfef-9dbe7459fdbc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9144 | 2025.01.30 20:24:12.838933 [ 270 ] {6f7f14bf-b4b4-4d66-bfef-9dbe7459fdbc} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9145 | 2025.01.30 20:24:12.839158 [ 270 ] {6f7f14bf-b4b4-4d66-bfef-9dbe7459fdbc} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001731 sec., 41594.4540727903 rows/sec., 3.25 MiB/sec. | ||
| 9146 | 2025.01.30 20:24:12.839212 [ 270 ] {6f7f14bf-b4b4-4d66-bfef-9dbe7459fdbc} <Debug> TCPHandler: Processed in 0.001965595 sec. | ||
| 9147 | 2025.01.30 20:24:12.839384 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9148 | 2025.01.30 20:24:12.839503 [ 271 ] {4f92d62c-cee1-489f-b594-d97cfcf99237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9149 | 2025.01.30 20:24:12.839561 [ 271 ] {4f92d62c-cee1-489f-b594-d97cfcf99237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9150 | 2025.01.30 20:24:12.840256 [ 271 ] {4f92d62c-cee1-489f-b594-d97cfcf99237} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9151 | 2025.01.30 20:24:12.840305 [ 271 ] {4f92d62c-cee1-489f-b594-d97cfcf99237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9152 | 2025.01.30 20:24:12.840738 [ 271 ] {4f92d62c-cee1-489f-b594-d97cfcf99237} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9153 | 2025.01.30 20:24:12.840990 [ 271 ] {4f92d62c-cee1-489f-b594-d97cfcf99237} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9154 | 2025.01.30 20:24:12.841181 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9155 | 2025.01.30 20:24:12.841209 [ 271 ] {4f92d62c-cee1-489f-b594-d97cfcf99237} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 9156 | 2025.01.30 20:24:12.841257 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9157 | 2025.01.30 20:24:12.841323 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9158 | 2025.01.30 20:24:12.841323 [ 271 ] {4f92d62c-cee1-489f-b594-d97cfcf99237} <Debug> TCPHandler: Processed in 0.001998146 sec. | ||
| 9159 | 2025.01.30 20:24:12.841618 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9160 | 2025.01.30 20:24:12.841664 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 9161 | 2025.01.30 20:24:12.842010 [ 270 ] {521a1c54-eb54-4e3e-a2f3-4f00e9d89054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9162 | 2025.01.30 20:24:12.842441 [ 270 ] {521a1c54-eb54-4e3e-a2f3-4f00e9d89054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9163 | 2025.01.30 20:24:12.842579 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9164 | 2025.01.30 20:24:12.842820 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20206 rows starting from the beginning of the part | ||
| 9165 | 2025.01.30 20:24:12.843375 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 9166 | 2025.01.30 20:24:12.843811 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 9167 | 2025.01.30 20:24:12.844160 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 9168 | 2025.01.30 20:24:12.844502 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part | ||
| 9169 | 2025.01.30 20:24:12.844862 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 9170 | 2025.01.30 20:24:12.847253 [ 270 ] {521a1c54-eb54-4e3e-a2f3-4f00e9d89054} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9171 | 2025.01.30 20:24:12.847324 [ 270 ] {521a1c54-eb54-4e3e-a2f3-4f00e9d89054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9172 | 2025.01.30 20:24:12.849007 [ 270 ] {521a1c54-eb54-4e3e-a2f3-4f00e9d89054} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9173 | 2025.01.30 20:24:12.849339 [ 270 ] {521a1c54-eb54-4e3e-a2f3-4f00e9d89054} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9174 | 2025.01.30 20:24:12.850204 [ 270 ] {521a1c54-eb54-4e3e-a2f3-4f00e9d89054} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008325 sec., 960.9609609609608 rows/sec., 1.72 MiB/sec. | ||
| 9175 | 2025.01.30 20:24:12.850466 [ 270 ] {521a1c54-eb54-4e3e-a2f3-4f00e9d89054} <Debug> TCPHandler: Processed in 0.00901287 sec. | ||
| 9176 | 2025.01.30 20:24:12.850718 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9177 | 2025.01.30 20:24:12.850859 [ 271 ] {acaa0edd-0269-4f19-bf05-a086001cce7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9178 | 2025.01.30 20:24:12.850920 [ 271 ] {acaa0edd-0269-4f19-bf05-a086001cce7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9179 | 2025.01.30 20:24:12.851517 [ 271 ] {acaa0edd-0269-4f19-bf05-a086001cce7a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9180 | 2025.01.30 20:24:12.851561 [ 271 ] {acaa0edd-0269-4f19-bf05-a086001cce7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9181 | 2025.01.30 20:24:12.851947 [ 271 ] {acaa0edd-0269-4f19-bf05-a086001cce7a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9182 | 2025.01.30 20:24:12.852190 [ 271 ] {acaa0edd-0269-4f19-bf05-a086001cce7a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9183 | 2025.01.30 20:24:12.852433 [ 271 ] {acaa0edd-0269-4f19-bf05-a086001cce7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 9184 | 2025.01.30 20:24:12.852485 [ 271 ] {acaa0edd-0269-4f19-bf05-a086001cce7a} <Debug> TCPHandler: Processed in 0.001895543 sec. | ||
| 9185 | 2025.01.30 20:24:12.854919 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21160 rows, containing 5 columns (5 merged, 0 gathered) in 0.013474784 sec., 1570340.570950896 rows/sec., 106.30 MiB/sec. | ||
| 9186 | 2025.01.30 20:24:12.855422 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9187 | 2025.01.30 20:24:12.855750 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9188 | 2025.01.30 20:24:12.855827 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9189 | 2025.01.30 20:24:12.855922 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 9190 | 2025.01.30 20:24:13.427345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 9191 | 2025.01.30 20:24:13.448292 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9192 | 2025.01.30 20:24:13.448337 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9193 | 2025.01.30 20:24:13.455643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9194 | 2025.01.30 20:24:13.456414 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9195 | 2025.01.30 20:24:13.458975 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 9196 | 2025.01.30 20:24:16.839241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1250 | ||
| 9197 | 2025.01.30 20:24:16.842702 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9198 | 2025.01.30 20:24:16.842753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9199 | 2025.01.30 20:24:16.844213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9200 | 2025.01.30 20:24:16.844521 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9201 | 2025.01.30 20:24:16.844790 [ 134 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9202 | 2025.01.30 20:24:16.844929 [ 134 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9203 | 2025.01.30 20:24:16.845013 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9204 | 2025.01.30 20:24:16.845456 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 9205 | 2025.01.30 20:24:16.845843 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1250 | ||
| 9206 | 2025.01.30 20:24:16.846416 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9207 | 2025.01.30 20:24:16.846598 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1076 rows starting from the beginning of the part | ||
| 9208 | 2025.01.30 20:24:16.847148 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
| 9209 | 2025.01.30 20:24:16.847674 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 9210 | 2025.01.30 20:24:16.848156 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part | ||
| 9211 | 2025.01.30 20:24:16.848635 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 9212 | 2025.01.30 20:24:16.849112 [ 199 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 9213 | 2025.01.30 20:24:16.857062 [ 201 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 72 columns (72 merged, 0 gathered) in 0.011867109 sec., 105333.15232884437 rows/sec., 83.93 MiB/sec. | ||
| 9214 | 2025.01.30 20:24:16.858317 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9215 | 2025.01.30 20:24:16.859017 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9216 | 2025.01.30 20:24:16.859102 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_36_7} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9217 | 2025.01.30 20:24:16.859311 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 9218 | 2025.01.30 20:24:17.529443 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9219 | 2025.01.30 20:24:17.529659 [ 270 ] {3653120f-ce53-49e0-9606-8f038c368a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9220 | 2025.01.30 20:24:17.529738 [ 270 ] {3653120f-ce53-49e0-9606-8f038c368a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9221 | 2025.01.30 20:24:17.530490 [ 270 ] {3653120f-ce53-49e0-9606-8f038c368a35} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9222 | 2025.01.30 20:24:17.530540 [ 270 ] {3653120f-ce53-49e0-9606-8f038c368a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9223 | 2025.01.30 20:24:17.530972 [ 270 ] {3653120f-ce53-49e0-9606-8f038c368a35} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9224 | 2025.01.30 20:24:17.531227 [ 270 ] {3653120f-ce53-49e0-9606-8f038c368a35} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9225 | 2025.01.30 20:24:17.531422 [ 132 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 9226 | 2025.01.30 20:24:17.531483 [ 270 ] {3653120f-ce53-49e0-9606-8f038c368a35} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 9227 | 2025.01.30 20:24:17.531506 [ 132 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9228 | 2025.01.30 20:24:17.531576 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9229 | 2025.01.30 20:24:17.531620 [ 270 ] {3653120f-ce53-49e0-9606-8f038c368a35} <Debug> TCPHandler: Processed in 0.002327525 sec. | ||
| 9230 | 2025.01.30 20:24:17.531802 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 9231 | 2025.01.30 20:24:17.531961 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9232 | 2025.01.30 20:24:17.532018 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9233 | 2025.01.30 20:24:17.532037 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 9234 | 2025.01.30 20:24:17.532258 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 9235 | 2025.01.30 20:24:17.532693 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 9236 | 2025.01.30 20:24:17.532850 [ 271 ] {78e8edcc-1109-4bd8-8ab7-f392a7997d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9237 | 2025.01.30 20:24:17.533133 [ 271 ] {78e8edcc-1109-4bd8-8ab7-f392a7997d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9238 | 2025.01.30 20:24:17.533349 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 9239 | 2025.01.30 20:24:17.533957 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 9240 | 2025.01.30 20:24:17.536169 [ 271 ] {78e8edcc-1109-4bd8-8ab7-f392a7997d14} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2025.01.30 20:24:17.536265 [ 271 ] {78e8edcc-1109-4bd8-8ab7-f392a7997d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9242 | 2025.01.30 20:24:17.536785 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005098292 sec., 13730.088429615253 rows/sec., 1.02 MiB/sec. | ||
| 9243 | 2025.01.30 20:24:17.536994 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 9244 | 2025.01.30 20:24:17.537300 [ 271 ] {78e8edcc-1109-4bd8-8ab7-f392a7997d14} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9245 | 2025.01.30 20:24:17.537513 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_21_5} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9246 | 2025.01.30 20:24:17.537678 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_21_5} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 9247 | 2025.01.30 20:24:17.537845 [ 271 ] {78e8edcc-1109-4bd8-8ab7-f392a7997d14} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2025.01.30 20:24:17.537872 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9249 | 2025.01.30 20:24:17.538201 [ 271 ] {78e8edcc-1109-4bd8-8ab7-f392a7997d14} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005748 sec., 1043.8413361169103 rows/sec., 85.12 KiB/sec. | ||
| 9250 | 2025.01.30 20:24:17.538439 [ 271 ] {78e8edcc-1109-4bd8-8ab7-f392a7997d14} <Debug> TCPHandler: Processed in 0.006636595 sec. | ||
| 9251 | 2025.01.30 20:24:17.538616 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9252 | 2025.01.30 20:24:17.538755 [ 270 ] {39705d30-0428-4361-a248-e2a6adcebe77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9253 | 2025.01.30 20:24:17.538814 [ 270 ] {39705d30-0428-4361-a248-e2a6adcebe77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9254 | 2025.01.30 20:24:17.540260 [ 270 ] {39705d30-0428-4361-a248-e2a6adcebe77} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9255 | 2025.01.30 20:24:17.540298 [ 270 ] {39705d30-0428-4361-a248-e2a6adcebe77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9256 | 2025.01.30 20:24:17.540764 [ 270 ] {39705d30-0428-4361-a248-e2a6adcebe77} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9257 | 2025.01.30 20:24:17.541012 [ 270 ] {39705d30-0428-4361-a248-e2a6adcebe77} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9258 | 2025.01.30 20:24:17.541191 [ 132 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9259 | 2025.01.30 20:24:17.541248 [ 132 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9260 | 2025.01.30 20:24:17.541265 [ 270 ] {39705d30-0428-4361-a248-e2a6adcebe77} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002527 sec., 557182.4297586071 rows/sec., 46.64 MiB/sec. | ||
| 9261 | 2025.01.30 20:24:17.541294 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9262 | 2025.01.30 20:24:17.541422 [ 270 ] {39705d30-0428-4361-a248-e2a6adcebe77} <Debug> TCPHandler: Processed in 0.00287047 sec. | ||
| 9263 | 2025.01.30 20:24:17.541666 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 9264 | 2025.01.30 20:24:17.541703 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9265 | 2025.01.30 20:24:17.541859 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9266 | 2025.01.30 20:24:17.541897 [ 271 ] {e27fd755-e04a-44e1-89b1-af259ec6d0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9267 | 2025.01.30 20:24:17.541899 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1432 rows starting from the beginning of the part | ||
| 9268 | 2025.01.30 20:24:17.541969 [ 271 ] {e27fd755-e04a-44e1-89b1-af259ec6d0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9269 | 2025.01.30 20:24:17.541996 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 265 rows starting from the beginning of the part | ||
| 9270 | 2025.01.30 20:24:17.542324 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 72 rows starting from the beginning of the part | ||
| 9271 | 2025.01.30 20:24:17.542510 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 265 rows starting from the beginning of the part | ||
| 9272 | 2025.01.30 20:24:17.542706 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 72 rows starting from the beginning of the part | ||
| 9273 | 2025.01.30 20:24:17.542934 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1408 rows starting from the beginning of the part | ||
| 9274 | 2025.01.30 20:24:17.544022 [ 271 ] {e27fd755-e04a-44e1-89b1-af259ec6d0de} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9275 | 2025.01.30 20:24:17.544064 [ 271 ] {e27fd755-e04a-44e1-89b1-af259ec6d0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9276 | 2025.01.30 20:24:17.544633 [ 271 ] {e27fd755-e04a-44e1-89b1-af259ec6d0de} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9277 | 2025.01.30 20:24:17.544915 [ 271 ] {e27fd755-e04a-44e1-89b1-af259ec6d0de} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9278 | 2025.01.30 20:24:17.545184 [ 271 ] {e27fd755-e04a-44e1-89b1-af259ec6d0de} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.003324 sec., 13237.063778580023 rows/sec., 964.52 KiB/sec. | ||
| 9279 | 2025.01.30 20:24:17.545412 [ 271 ] {e27fd755-e04a-44e1-89b1-af259ec6d0de} <Debug> TCPHandler: Processed in 0.003864847 sec. | ||
| 9280 | 2025.01.30 20:24:17.546158 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9281 | 2025.01.30 20:24:17.546241 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 5 columns (5 merged, 0 gathered) in 0.004790793 sec., 733490.2593370242 rows/sec., 64.59 MiB/sec. | ||
| 9282 | 2025.01.30 20:24:17.546593 [ 270 ] {b146d622-9123-42d5-bf8b-006b6f1223ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9283 | 2025.01.30 20:24:17.546631 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9284 | 2025.01.30 20:24:17.546705 [ 270 ] {b146d622-9123-42d5-bf8b-006b6f1223ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9285 | 2025.01.30 20:24:17.547301 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9286 | 2025.01.30 20:24:17.547529 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_71_14} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9287 | 2025.01.30 20:24:17.547639 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 9288 | 2025.01.30 20:24:17.547946 [ 270 ] {b146d622-9123-42d5-bf8b-006b6f1223ed} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9289 | 2025.01.30 20:24:17.547989 [ 270 ] {b146d622-9123-42d5-bf8b-006b6f1223ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9290 | 2025.01.30 20:24:17.548383 [ 270 ] {b146d622-9123-42d5-bf8b-006b6f1223ed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9291 | 2025.01.30 20:24:17.548630 [ 270 ] {b146d622-9123-42d5-bf8b-006b6f1223ed} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2025.01.30 20:24:17.548903 [ 270 ] {b146d622-9123-42d5-bf8b-006b6f1223ed} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002415 sec., 100207.03933747413 rows/sec., 6.79 MiB/sec. | ||
| 9293 | 2025.01.30 20:24:17.549122 [ 270 ] {b146d622-9123-42d5-bf8b-006b6f1223ed} <Debug> TCPHandler: Processed in 0.003567049 sec. | ||
| 9294 | 2025.01.30 20:24:17.549312 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9295 | 2025.01.30 20:24:17.549451 [ 271 ] {a9f17d6e-7bf7-418b-a1ca-df3bf58e764b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9296 | 2025.01.30 20:24:17.549508 [ 271 ] {a9f17d6e-7bf7-418b-a1ca-df3bf58e764b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9297 | 2025.01.30 20:24:17.550120 [ 271 ] {a9f17d6e-7bf7-418b-a1ca-df3bf58e764b} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9298 | 2025.01.30 20:24:17.550160 [ 271 ] {a9f17d6e-7bf7-418b-a1ca-df3bf58e764b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9299 | 2025.01.30 20:24:17.550520 [ 271 ] {a9f17d6e-7bf7-418b-a1ca-df3bf58e764b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9300 | 2025.01.30 20:24:17.550758 [ 271 ] {a9f17d6e-7bf7-418b-a1ca-df3bf58e764b} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9301 | 2025.01.30 20:24:17.550920 [ 132 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 9302 | 2025.01.30 20:24:17.550985 [ 132 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9303 | 2025.01.30 20:24:17.551019 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9304 | 2025.01.30 20:24:17.551033 [ 271 ] {a9f17d6e-7bf7-418b-a1ca-df3bf58e764b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001604 sec., 8104.738154613467 rows/sec., 505.33 KiB/sec. | ||
| 9305 | 2025.01.30 20:24:17.551254 [ 271 ] {a9f17d6e-7bf7-418b-a1ca-df3bf58e764b} <Debug> TCPHandler: Processed in 0.002011766 sec. | ||
| 9306 | 2025.01.30 20:24:17.551267 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 9307 | 2025.01.30 20:24:17.551440 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9308 | 2025.01.30 20:24:17.551496 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9309 | 2025.01.30 20:24:17.551517 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 9310 | 2025.01.30 20:24:17.551725 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 9311 | 2025.01.30 20:24:17.552090 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 9312 | 2025.01.30 20:24:17.552108 [ 270 ] {dddf32ba-acb5-4901-85d1-8a9360fda814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9313 | 2025.01.30 20:24:17.552313 [ 270 ] {dddf32ba-acb5-4901-85d1-8a9360fda814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9314 | 2025.01.30 20:24:17.552379 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 9315 | 2025.01.30 20:24:17.552715 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 9316 | 2025.01.30 20:24:17.554796 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003702462 sec., 17555.885786268704 rows/sec., 1.14 MiB/sec. | ||
| 9317 | 2025.01.30 20:24:17.554950 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 9318 | 2025.01.30 20:24:17.555027 [ 270 ] {dddf32ba-acb5-4901-85d1-8a9360fda814} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9319 | 2025.01.30 20:24:17.555100 [ 270 ] {dddf32ba-acb5-4901-85d1-8a9360fda814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9320 | 2025.01.30 20:24:17.555420 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_21_5} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9321 | 2025.01.30 20:24:17.555557 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_21_5} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 9322 | 2025.01.30 20:24:17.555709 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9323 | 2025.01.30 20:24:17.555866 [ 270 ] {dddf32ba-acb5-4901-85d1-8a9360fda814} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9324 | 2025.01.30 20:24:17.556122 [ 270 ] {dddf32ba-acb5-4901-85d1-8a9360fda814} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9325 | 2025.01.30 20:24:17.556286 [ 132 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9326 | 2025.01.30 20:24:17.556358 [ 132 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9327 | 2025.01.30 20:24:17.556399 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9328 | 2025.01.30 20:24:17.556407 [ 270 ] {dddf32ba-acb5-4901-85d1-8a9360fda814} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.004554 sec., 192138.77909530085 rows/sec., 13.93 MiB/sec. | ||
| 9329 | 2025.01.30 20:24:17.556627 [ 270 ] {dddf32ba-acb5-4901-85d1-8a9360fda814} <Debug> TCPHandler: Processed in 0.005265555 sec. | ||
| 9330 | 2025.01.30 20:24:17.556665 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 9331 | 2025.01.30 20:24:17.556834 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9332 | 2025.01.30 20:24:17.556877 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 9333 | 2025.01.30 20:24:17.556892 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9334 | 2025.01.30 20:24:17.557041 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 413 rows starting from the beginning of the part | ||
| 9335 | 2025.01.30 20:24:17.557398 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 72 rows starting from the beginning of the part | ||
| 9336 | 2025.01.30 20:24:17.557703 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 413 rows starting from the beginning of the part | ||
| 9337 | 2025.01.30 20:24:17.557748 [ 271 ] {869d5072-607f-424d-acc7-a6a96584177a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9338 | 2025.01.30 20:24:17.557992 [ 271 ] {869d5072-607f-424d-acc7-a6a96584177a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9339 | 2025.01.30 20:24:17.558093 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 72 rows starting from the beginning of the part | ||
| 9340 | 2025.01.30 20:24:17.558480 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 875 rows starting from the beginning of the part | ||
| 9341 | 2025.01.30 20:24:17.559755 [ 271 ] {869d5072-607f-424d-acc7-a6a96584177a} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9342 | 2025.01.30 20:24:17.559820 [ 271 ] {869d5072-607f-424d-acc7-a6a96584177a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9343 | 2025.01.30 20:24:17.560841 [ 271 ] {869d5072-607f-424d-acc7-a6a96584177a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9344 | 2025.01.30 20:24:17.561182 [ 271 ] {869d5072-607f-424d-acc7-a6a96584177a} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9345 | 2025.01.30 20:24:17.561372 [ 132 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 9346 | 2025.01.30 20:24:17.561485 [ 132 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9347 | 2025.01.30 20:24:17.561577 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9348 | 2025.01.30 20:24:17.561719 [ 271 ] {869d5072-607f-424d-acc7-a6a96584177a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004137 sec., 1450.3263234227702 rows/sec., 75.77 KiB/sec. | ||
| 9349 | 2025.01.30 20:24:17.562174 [ 192 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 9350 | 2025.01.30 20:24:17.562286 [ 271 ] {869d5072-607f-424d-acc7-a6a96584177a} <Debug> TCPHandler: Processed in 0.005525203 sec. | ||
| 9351 | 2025.01.30 20:24:17.562449 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2758 rows, containing 5 columns (5 merged, 0 gathered) in 0.005970556 sec., 461933.5284687054 rows/sec., 35.26 MiB/sec. | ||
| 9352 | 2025.01.30 20:24:17.562617 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9353 | 2025.01.30 20:24:17.562644 [ 192 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9354 | 2025.01.30 20:24:17.562697 [ 192 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 9355 | 2025.01.30 20:24:17.562736 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9356 | 2025.01.30 20:24:17.563069 [ 192 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 9357 | 2025.01.30 20:24:17.563421 [ 192 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 9358 | 2025.01.30 20:24:17.563711 [ 192 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 9359 | 2025.01.30 20:24:17.563222 [ 270 ] {58ccb7b2-020b-4927-9188-05ac8b8ebb91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9360 | 2025.01.30 20:24:17.563934 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9361 | 2025.01.30 20:24:17.564004 [ 192 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 9362 | 2025.01.30 20:24:17.564329 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_71_14} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9363 | 2025.01.30 20:24:17.564366 [ 192 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 9364 | 2025.01.30 20:24:17.564678 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 9365 | 2025.01.30 20:24:17.564704 [ 270 ] {58ccb7b2-020b-4927-9188-05ac8b8ebb91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9366 | 2025.01.30 20:24:17.567608 [ 191 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005893884 sec., 21378.092951948154 rows/sec., 1.09 MiB/sec. | ||
| 9367 | 2025.01.30 20:24:17.567655 [ 270 ] {58ccb7b2-020b-4927-9188-05ac8b8ebb91} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9368 | 2025.01.30 20:24:17.567698 [ 270 ] {58ccb7b2-020b-4927-9188-05ac8b8ebb91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9369 | 2025.01.30 20:24:17.567759 [ 191 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9370 | 2025.01.30 20:24:17.568183 [ 191 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9371 | 2025.01.30 20:24:17.568273 [ 270 ] {58ccb7b2-020b-4927-9188-05ac8b8ebb91} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9372 | 2025.01.30 20:24:17.568297 [ 191 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_21_4} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9373 | 2025.01.30 20:24:17.568408 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9374 | 2025.01.30 20:24:17.568557 [ 270 ] {58ccb7b2-020b-4927-9188-05ac8b8ebb91} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9375 | 2025.01.30 20:24:17.568743 [ 270 ] {58ccb7b2-020b-4927-9188-05ac8b8ebb91} <Debug> executeQuery: Read 954 rows, 65.29 KiB in 0.005905 sec., 161558.00169348012 rows/sec., 10.80 MiB/sec. | ||
| 9376 | 2025.01.30 20:24:17.568801 [ 270 ] {58ccb7b2-020b-4927-9188-05ac8b8ebb91} <Debug> TCPHandler: Processed in 0.006369977 sec. | ||
| 9377 | 2025.01.30 20:24:17.568969 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9378 | 2025.01.30 20:24:17.569110 [ 271 ] {c6e5839c-4b3c-49a3-b71b-993c4996d313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9379 | 2025.01.30 20:24:17.569172 [ 271 ] {c6e5839c-4b3c-49a3-b71b-993c4996d313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9380 | 2025.01.30 20:24:17.569731 [ 271 ] {c6e5839c-4b3c-49a3-b71b-993c4996d313} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9381 | 2025.01.30 20:24:17.569771 [ 271 ] {c6e5839c-4b3c-49a3-b71b-993c4996d313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9382 | 2025.01.30 20:24:17.570140 [ 271 ] {c6e5839c-4b3c-49a3-b71b-993c4996d313} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9383 | 2025.01.30 20:24:17.570379 [ 271 ] {c6e5839c-4b3c-49a3-b71b-993c4996d313} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9384 | 2025.01.30 20:24:17.570640 [ 271 ] {c6e5839c-4b3c-49a3-b71b-993c4996d313} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001561 sec., 640.6149903907751 rows/sec., 43.17 KiB/sec. | ||
| 9385 | 2025.01.30 20:24:17.570838 [ 271 ] {c6e5839c-4b3c-49a3-b71b-993c4996d313} <Debug> TCPHandler: Processed in 0.001934753 sec. | ||
| 9386 | 2025.01.30 20:24:17.571083 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9387 | 2025.01.30 20:24:17.571303 [ 270 ] {e0619b98-2be5-467e-a3f5-6cecd8069bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9388 | 2025.01.30 20:24:17.571441 [ 270 ] {e0619b98-2be5-467e-a3f5-6cecd8069bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9389 | 2025.01.30 20:24:17.572752 [ 270 ] {e0619b98-2be5-467e-a3f5-6cecd8069bf3} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9390 | 2025.01.30 20:24:17.572789 [ 270 ] {e0619b98-2be5-467e-a3f5-6cecd8069bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9391 | 2025.01.30 20:24:17.573427 [ 270 ] {e0619b98-2be5-467e-a3f5-6cecd8069bf3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9392 | 2025.01.30 20:24:17.573691 [ 270 ] {e0619b98-2be5-467e-a3f5-6cecd8069bf3} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9393 | 2025.01.30 20:24:17.573893 [ 270 ] {e0619b98-2be5-467e-a3f5-6cecd8069bf3} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002646 sec., 11715.797430083145 rows/sec., 20.99 MiB/sec. | ||
| 9394 | 2025.01.30 20:24:17.573982 [ 270 ] {e0619b98-2be5-467e-a3f5-6cecd8069bf3} <Debug> TCPHandler: Processed in 0.003024224 sec. | ||
| 9395 | 2025.01.30 20:24:17.574186 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9396 | 2025.01.30 20:24:17.574419 [ 271 ] {60ebbf6d-b3fb-4415-96a4-ed2168032338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9397 | 2025.01.30 20:24:17.574513 [ 271 ] {60ebbf6d-b3fb-4415-96a4-ed2168032338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9398 | 2025.01.30 20:24:17.575123 [ 271 ] {60ebbf6d-b3fb-4415-96a4-ed2168032338} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9399 | 2025.01.30 20:24:17.575163 [ 271 ] {60ebbf6d-b3fb-4415-96a4-ed2168032338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9400 | 2025.01.30 20:24:17.575547 [ 271 ] {60ebbf6d-b3fb-4415-96a4-ed2168032338} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9401 | 2025.01.30 20:24:17.575790 [ 271 ] {60ebbf6d-b3fb-4415-96a4-ed2168032338} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9402 | 2025.01.30 20:24:17.575997 [ 131 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9403 | 2025.01.30 20:24:17.576058 [ 271 ] {60ebbf6d-b3fb-4415-96a4-ed2168032338} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001691 sec., 48492.016558249554 rows/sec., 3.08 MiB/sec. | ||
| 9404 | 2025.01.30 20:24:17.576078 [ 131 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9405 | 2025.01.30 20:24:17.576167 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9406 | 2025.01.30 20:24:17.576184 [ 271 ] {60ebbf6d-b3fb-4415-96a4-ed2168032338} <Debug> TCPHandler: Processed in 0.002107559 sec. | ||
| 9407 | 2025.01.30 20:24:17.576438 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 9408 | 2025.01.30 20:24:17.576854 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9409 | 2025.01.30 20:24:17.576935 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3726 rows starting from the beginning of the part | ||
| 9410 | 2025.01.30 20:24:17.577238 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 9411 | 2025.01.30 20:24:17.577359 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 9412 | 2025.01.30 20:24:17.577572 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 9413 | 2025.01.30 20:24:17.577693 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 9414 | 2025.01.30 20:24:17.577899 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 9415 | 2025.01.30 20:24:17.579434 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4092 rows, containing 4 columns (4 merged, 0 gathered) in 0.003130937 sec., 1306956.9908305407 rows/sec., 86.29 MiB/sec. | ||
| 9416 | 2025.01.30 20:24:17.579966 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9417 | 2025.01.30 20:24:17.580515 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9418 | 2025.01.30 20:24:17.580665 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_66_13} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9419 | 2025.01.30 20:24:17.580790 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 9420 | 2025.01.30 20:24:18.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.71 MiB, peak 242.51 MiB, free memory in arenas 0.00 B, will set to 233.66 MiB (RSS), difference: -1.04 MiB | ||
| 9421 | 2025.01.30 20:24:19.237467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 9422 | 2025.01.30 20:24:19.238127 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9423 | 2025.01.30 20:24:19.238167 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9424 | 2025.01.30 20:24:19.238698 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9425 | 2025.01.30 20:24:19.238954 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9426 | 2025.01.30 20:24:19.239152 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 9427 | 2025.01.30 20:24:20.959030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 9428 | 2025.01.30 20:24:20.980113 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9429 | 2025.01.30 20:24:20.980167 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9430 | 2025.01.30 20:24:20.987425 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9431 | 2025.01.30 20:24:20.988200 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9432 | 2025.01.30 20:24:20.991971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 9433 | 2025.01.30 20:24:22.831666 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9434 | 2025.01.30 20:24:22.831968 [ 270 ] {14586257-0d57-4d1f-814f-f27b982ea079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9435 | 2025.01.30 20:24:22.832047 [ 270 ] {14586257-0d57-4d1f-814f-f27b982ea079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9436 | 2025.01.30 20:24:22.832823 [ 270 ] {14586257-0d57-4d1f-814f-f27b982ea079} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9437 | 2025.01.30 20:24:22.832869 [ 270 ] {14586257-0d57-4d1f-814f-f27b982ea079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9438 | 2025.01.30 20:24:22.833300 [ 270 ] {14586257-0d57-4d1f-814f-f27b982ea079} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9439 | 2025.01.30 20:24:22.833548 [ 270 ] {14586257-0d57-4d1f-814f-f27b982ea079} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9440 | 2025.01.30 20:24:22.833748 [ 270 ] {14586257-0d57-4d1f-814f-f27b982ea079} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001866 sec., 38585.20900321543 rows/sec., 3.10 MiB/sec. | ||
| 9441 | 2025.01.30 20:24:22.833802 [ 270 ] {14586257-0d57-4d1f-814f-f27b982ea079} <Debug> TCPHandler: Processed in 0.002325014 sec. | ||
| 9442 | 2025.01.30 20:24:22.834057 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9443 | 2025.01.30 20:24:22.834249 [ 271 ] {508cf118-595e-405f-affb-dfd4a0ae676f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9444 | 2025.01.30 20:24:22.834323 [ 271 ] {508cf118-595e-405f-affb-dfd4a0ae676f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9445 | 2025.01.30 20:24:22.835060 [ 271 ] {508cf118-595e-405f-affb-dfd4a0ae676f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9446 | 2025.01.30 20:24:22.835106 [ 271 ] {508cf118-595e-405f-affb-dfd4a0ae676f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9447 | 2025.01.30 20:24:22.835537 [ 271 ] {508cf118-595e-405f-affb-dfd4a0ae676f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9448 | 2025.01.30 20:24:22.835790 [ 271 ] {508cf118-595e-405f-affb-dfd4a0ae676f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9449 | 2025.01.30 20:24:22.836012 [ 123 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9450 | 2025.01.30 20:24:22.836084 [ 271 ] {508cf118-595e-405f-affb-dfd4a0ae676f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001883 sec., 4248.5395645246945 rows/sec., 319.47 KiB/sec. | ||
| 9451 | 2025.01.30 20:24:22.836113 [ 123 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9452 | 2025.01.30 20:24:22.836206 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9453 | 2025.01.30 20:24:22.836211 [ 271 ] {508cf118-595e-405f-affb-dfd4a0ae676f} <Debug> TCPHandler: Processed in 0.002289864 sec. | ||
| 9454 | 2025.01.30 20:24:22.836478 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 9455 | 2025.01.30 20:24:22.836559 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9456 | 2025.01.30 20:24:22.836627 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9457 | 2025.01.30 20:24:22.836676 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 64 rows starting from the beginning of the part | ||
| 9458 | 2025.01.30 20:24:22.836931 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
| 9459 | 2025.01.30 20:24:22.837111 [ 270 ] {deb09009-3ef1-4eb1-8f14-7ce9836eaf9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9460 | 2025.01.30 20:24:22.837252 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 38 rows starting from the beginning of the part | ||
| 9461 | 2025.01.30 20:24:22.837330 [ 270 ] {deb09009-3ef1-4eb1-8f14-7ce9836eaf9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9462 | 2025.01.30 20:24:22.837639 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
| 9463 | 2025.01.30 20:24:22.838023 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 44 rows starting from the beginning of the part | ||
| 9464 | 2025.01.30 20:24:22.838354 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 9465 | 2025.01.30 20:24:22.840178 [ 270 ] {deb09009-3ef1-4eb1-8f14-7ce9836eaf9d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9466 | 2025.01.30 20:24:22.840257 [ 270 ] {deb09009-3ef1-4eb1-8f14-7ce9836eaf9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9467 | 2025.01.30 20:24:22.841327 [ 270 ] {deb09009-3ef1-4eb1-8f14-7ce9836eaf9d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9468 | 2025.01.30 20:24:22.841385 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005031779 sec., 33785.267596212 rows/sec., 2.54 MiB/sec. | ||
| 9469 | 2025.01.30 20:24:22.841725 [ 270 ] {deb09009-3ef1-4eb1-8f14-7ce9836eaf9d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9470 | 2025.01.30 20:24:22.841772 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9471 | 2025.01.30 20:24:22.842138 [ 270 ] {deb09009-3ef1-4eb1-8f14-7ce9836eaf9d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005271 sec., 13659.647125782585 rows/sec., 1.07 MiB/sec. | ||
| 9472 | 2025.01.30 20:24:22.842293 [ 270 ] {deb09009-3ef1-4eb1-8f14-7ce9836eaf9d} <Debug> TCPHandler: Processed in 0.005918774 sec. | ||
| 9473 | 2025.01.30 20:24:22.842483 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9474 | 2025.01.30 20:24:22.842547 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9475 | 2025.01.30 20:24:22.842710 [ 271 ] {eb353f58-1812-4d1b-9c40-e7515dc3d437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9476 | 2025.01.30 20:24:22.842777 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_71_14} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9477 | 2025.01.30 20:24:22.842809 [ 271 ] {eb353f58-1812-4d1b-9c40-e7515dc3d437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9478 | 2025.01.30 20:24:22.843005 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9479 | 2025.01.30 20:24:22.843566 [ 271 ] {eb353f58-1812-4d1b-9c40-e7515dc3d437} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9480 | 2025.01.30 20:24:22.843611 [ 271 ] {eb353f58-1812-4d1b-9c40-e7515dc3d437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9481 | 2025.01.30 20:24:22.844007 [ 271 ] {eb353f58-1812-4d1b-9c40-e7515dc3d437} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9482 | 2025.01.30 20:24:22.844255 [ 271 ] {eb353f58-1812-4d1b-9c40-e7515dc3d437} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9483 | 2025.01.30 20:24:22.844487 [ 271 ] {eb353f58-1812-4d1b-9c40-e7515dc3d437} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001857 sec., 86160.47388260635 rows/sec., 6.00 MiB/sec. | ||
| 9484 | 2025.01.30 20:24:22.844541 [ 271 ] {eb353f58-1812-4d1b-9c40-e7515dc3d437} <Debug> TCPHandler: Processed in 0.002140629 sec. | ||
| 9485 | 2025.01.30 20:24:22.844758 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9486 | 2025.01.30 20:24:22.844970 [ 270 ] {71f55e81-d2b0-4041-bed1-219ff9683688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9487 | 2025.01.30 20:24:22.845062 [ 270 ] {71f55e81-d2b0-4041-bed1-219ff9683688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9488 | 2025.01.30 20:24:22.846290 [ 270 ] {71f55e81-d2b0-4041-bed1-219ff9683688} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9489 | 2025.01.30 20:24:22.846328 [ 270 ] {71f55e81-d2b0-4041-bed1-219ff9683688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9490 | 2025.01.30 20:24:22.846953 [ 270 ] {71f55e81-d2b0-4041-bed1-219ff9683688} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9491 | 2025.01.30 20:24:22.847211 [ 270 ] {71f55e81-d2b0-4041-bed1-219ff9683688} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9492 | 2025.01.30 20:24:22.847351 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9493 | 2025.01.30 20:24:22.847394 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2025.01.30 20:24:22.847423 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9495 | 2025.01.30 20:24:22.847427 [ 270 ] {71f55e81-d2b0-4041-bed1-219ff9683688} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002501 sec., 3198.7205117952817 rows/sec., 5.73 MiB/sec. | ||
| 9496 | 2025.01.30 20:24:22.847812 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 9497 | 2025.01.30 20:24:22.847827 [ 270 ] {71f55e81-d2b0-4041-bed1-219ff9683688} <Debug> TCPHandler: Processed in 0.003183848 sec. | ||
| 9498 | 2025.01.30 20:24:22.848063 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9499 | 2025.01.30 20:24:22.848324 [ 271 ] {caa6496f-55d0-4204-b42c-1114102a052a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9500 | 2025.01.30 20:24:22.848454 [ 271 ] {caa6496f-55d0-4204-b42c-1114102a052a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9501 | 2025.01.30 20:24:22.848476 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9502 | 2025.01.30 20:24:22.848690 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1310 rows starting from the beginning of the part | ||
| 9503 | 2025.01.30 20:24:22.849666 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
| 9504 | 2025.01.30 20:24:22.850862 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 31 rows starting from the beginning of the part | ||
| 9505 | 2025.01.30 20:24:22.851083 [ 271 ] {caa6496f-55d0-4204-b42c-1114102a052a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9506 | 2025.01.30 20:24:22.851214 [ 271 ] {caa6496f-55d0-4204-b42c-1114102a052a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9507 | 2025.01.30 20:24:22.851616 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
| 9508 | 2025.01.30 20:24:22.852243 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 31 rows starting from the beginning of the part | ||
| 9509 | 2025.01.30 20:24:22.852583 [ 271 ] {caa6496f-55d0-4204-b42c-1114102a052a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9510 | 2025.01.30 20:24:22.852859 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 9511 | 2025.01.30 20:24:22.853343 [ 271 ] {caa6496f-55d0-4204-b42c-1114102a052a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9512 | 2025.01.30 20:24:22.854072 [ 271 ] {caa6496f-55d0-4204-b42c-1114102a052a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005826 sec., 10298.661174047375 rows/sec., 710.71 KiB/sec. | ||
| 9513 | 2025.01.30 20:24:22.854176 [ 271 ] {caa6496f-55d0-4204-b42c-1114102a052a} <Debug> TCPHandler: Processed in 0.006221603 sec. | ||
| 9514 | 2025.01.30 20:24:22.861440 [ 196 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1396 rows, containing 19 columns (19 merged, 0 gathered) in 0.013917706 sec., 100303.88628700735 rows/sec., 179.74 MiB/sec. | ||
| 9515 | 2025.01.30 20:24:22.862784 [ 196 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9516 | 2025.01.30 20:24:22.863230 [ 196 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9517 | 2025.01.30 20:24:22.863319 [ 196 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9518 | 2025.01.30 20:24:22.863469 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 9519 | 2025.01.30 20:24:23.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.18 MiB, peak 245.67 MiB, free memory in arenas 0.00 B, will set to 237.53 MiB (RSS), difference: 3.35 MiB | ||
| 9520 | 2025.01.30 20:24:26.561911 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9521 | 2025.01.30 20:24:26.561984 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9522 | 2025.01.30 20:24:26.739440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 9523 | 2025.01.30 20:24:26.740116 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9524 | 2025.01.30 20:24:26.740169 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9525 | 2025.01.30 20:24:26.740715 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9526 | 2025.01.30 20:24:26.740977 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9527 | 2025.01.30 20:24:26.741181 [ 120 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9528 | 2025.01.30 20:24:26.741271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 9529 | 2025.01.30 20:24:26.741276 [ 120 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9530 | 2025.01.30 20:24:26.741321 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9531 | 2025.01.30 20:24:26.741475 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 9532 | 2025.01.30 20:24:26.741798 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9533 | 2025.01.30 20:24:26.741901 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 9534 | 2025.01.30 20:24:26.742144 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 9535 | 2025.01.30 20:24:26.742280 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 9536 | 2025.01.30 20:24:26.742481 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 9537 | 2025.01.30 20:24:26.742625 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 9538 | 2025.01.30 20:24:26.742832 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 9539 | 2025.01.30 20:24:26.745462 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004079623 sec., 6294944.41030458 rows/sec., 90.05 MiB/sec. | ||
| 9540 | 2025.01.30 20:24:26.745775 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9541 | 2025.01.30 20:24:26.746165 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9542 | 2025.01.30 20:24:26.746254 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_56_11} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9543 | 2025.01.30 20:24:26.746373 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9544 | 2025.01.30 20:24:26.846022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1286 | ||
| 9545 | 2025.01.30 20:24:26.849581 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9546 | 2025.01.30 20:24:26.849622 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9547 | 2025.01.30 20:24:26.851053 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9548 | 2025.01.30 20:24:26.851373 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9549 | 2025.01.30 20:24:26.851917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286 | ||
| 9550 | 2025.01.30 20:24:27.837226 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9551 | 2025.01.30 20:24:27.837442 [ 270 ] {71523fc1-8235-45ff-943f-26aa487d4c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9552 | 2025.01.30 20:24:27.837526 [ 270 ] {71523fc1-8235-45ff-943f-26aa487d4c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9553 | 2025.01.30 20:24:27.838344 [ 270 ] {71523fc1-8235-45ff-943f-26aa487d4c8c} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9554 | 2025.01.30 20:24:27.838396 [ 270 ] {71523fc1-8235-45ff-943f-26aa487d4c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9555 | 2025.01.30 20:24:27.838828 [ 270 ] {71523fc1-8235-45ff-943f-26aa487d4c8c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9556 | 2025.01.30 20:24:27.839086 [ 270 ] {71523fc1-8235-45ff-943f-26aa487d4c8c} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9557 | 2025.01.30 20:24:27.839310 [ 270 ] {71523fc1-8235-45ff-943f-26aa487d4c8c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 9558 | 2025.01.30 20:24:27.839368 [ 270 ] {71523fc1-8235-45ff-943f-26aa487d4c8c} <Debug> TCPHandler: Processed in 0.002281543 sec. | ||
| 9559 | 2025.01.30 20:24:27.839620 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9560 | 2025.01.30 20:24:27.839817 [ 271 ] {9ff340e8-ffeb-4dd3-ba5e-cec7cce9b1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9561 | 2025.01.30 20:24:27.839894 [ 271 ] {9ff340e8-ffeb-4dd3-ba5e-cec7cce9b1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9562 | 2025.01.30 20:24:27.840811 [ 271 ] {9ff340e8-ffeb-4dd3-ba5e-cec7cce9b1fe} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9563 | 2025.01.30 20:24:27.840864 [ 271 ] {9ff340e8-ffeb-4dd3-ba5e-cec7cce9b1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9564 | 2025.01.30 20:24:27.841347 [ 271 ] {9ff340e8-ffeb-4dd3-ba5e-cec7cce9b1fe} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9565 | 2025.01.30 20:24:27.841613 [ 271 ] {9ff340e8-ffeb-4dd3-ba5e-cec7cce9b1fe} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9566 | 2025.01.30 20:24:27.841829 [ 271 ] {9ff340e8-ffeb-4dd3-ba5e-cec7cce9b1fe} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002065 sec., 128329.29782082324 rows/sec., 11.30 MiB/sec. | ||
| 9567 | 2025.01.30 20:24:27.841897 [ 271 ] {9ff340e8-ffeb-4dd3-ba5e-cec7cce9b1fe} <Debug> TCPHandler: Processed in 0.002410467 sec. | ||
| 9568 | 2025.01.30 20:24:27.842052 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2025.01.30 20:24:27.842172 [ 270 ] {2f0e7d67-ee67-43f4-947e-636d5f7e9db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9570 | 2025.01.30 20:24:27.842223 [ 270 ] {2f0e7d67-ee67-43f4-947e-636d5f7e9db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9571 | 2025.01.30 20:24:27.842843 [ 270 ] {2f0e7d67-ee67-43f4-947e-636d5f7e9db0} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9572 | 2025.01.30 20:24:27.842883 [ 270 ] {2f0e7d67-ee67-43f4-947e-636d5f7e9db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9573 | 2025.01.30 20:24:27.843256 [ 270 ] {2f0e7d67-ee67-43f4-947e-636d5f7e9db0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9574 | 2025.01.30 20:24:27.843520 [ 270 ] {2f0e7d67-ee67-43f4-947e-636d5f7e9db0} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9575 | 2025.01.30 20:24:27.843724 [ 270 ] {2f0e7d67-ee67-43f4-947e-636d5f7e9db0} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001577 sec., 24096.385542168675 rows/sec., 1.73 MiB/sec. | ||
| 9576 | 2025.01.30 20:24:27.843778 [ 270 ] {2f0e7d67-ee67-43f4-947e-636d5f7e9db0} <Debug> TCPHandler: Processed in 0.00178512 sec. | ||
| 9577 | 2025.01.30 20:24:27.843944 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9578 | 2025.01.30 20:24:27.844076 [ 271 ] {2802f5e0-028b-488c-a64e-fd2a28db860a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9579 | 2025.01.30 20:24:27.844132 [ 271 ] {2802f5e0-028b-488c-a64e-fd2a28db860a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9580 | 2025.01.30 20:24:27.844736 [ 271 ] {2802f5e0-028b-488c-a64e-fd2a28db860a} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.01.30 20:24:27.844774 [ 271 ] {2802f5e0-028b-488c-a64e-fd2a28db860a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9582 | 2025.01.30 20:24:27.845151 [ 271 ] {2802f5e0-028b-488c-a64e-fd2a28db860a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 9583 | 2025.01.30 20:24:27.845396 [ 271 ] {2802f5e0-028b-488c-a64e-fd2a28db860a} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2025.01.30 20:24:27.845577 [ 271 ] {2802f5e0-028b-488c-a64e-fd2a28db860a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001532 sec., 9138.381201044387 rows/sec., 639.99 KiB/sec. | ||
| 9585 | 2025.01.30 20:24:27.845636 [ 271 ] {2802f5e0-028b-488c-a64e-fd2a28db860a} <Debug> TCPHandler: Processed in 0.001754168 sec. | ||
| 9586 | 2025.01.30 20:24:27.845788 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2025.01.30 20:24:27.845906 [ 270 ] {cfbbf16c-bdf1-4af9-982f-406ec96de807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9588 | 2025.01.30 20:24:27.845953 [ 270 ] {cfbbf16c-bdf1-4af9-982f-406ec96de807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9589 | 2025.01.30 20:24:27.846554 [ 270 ] {cfbbf16c-bdf1-4af9-982f-406ec96de807} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2025.01.30 20:24:27.846592 [ 270 ] {cfbbf16c-bdf1-4af9-982f-406ec96de807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9591 | 2025.01.30 20:24:27.846948 [ 270 ] {cfbbf16c-bdf1-4af9-982f-406ec96de807} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9592 | 2025.01.30 20:24:27.847184 [ 270 ] {cfbbf16c-bdf1-4af9-982f-406ec96de807} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2025.01.30 20:24:27.847412 [ 270 ] {cfbbf16c-bdf1-4af9-982f-406ec96de807} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec. | ||
| 9594 | 2025.01.30 20:24:27.847566 [ 270 ] {cfbbf16c-bdf1-4af9-982f-406ec96de807} <Debug> TCPHandler: Processed in 0.001830971 sec. | ||
| 9595 | 2025.01.30 20:24:27.847746 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2025.01.30 20:24:27.847863 [ 271 ] {d19d3f00-a74b-4024-a5b7-9f5ac84ba332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9597 | 2025.01.30 20:24:27.847913 [ 271 ] {d19d3f00-a74b-4024-a5b7-9f5ac84ba332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9598 | 2025.01.30 20:24:27.848641 [ 271 ] {d19d3f00-a74b-4024-a5b7-9f5ac84ba332} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2025.01.30 20:24:27.848680 [ 271 ] {d19d3f00-a74b-4024-a5b7-9f5ac84ba332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9600 | 2025.01.30 20:24:27.849075 [ 271 ] {d19d3f00-a74b-4024-a5b7-9f5ac84ba332} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9601 | 2025.01.30 20:24:27.849357 [ 271 ] {d19d3f00-a74b-4024-a5b7-9f5ac84ba332} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9602 | 2025.01.30 20:24:27.849545 [ 271 ] {d19d3f00-a74b-4024-a5b7-9f5ac84ba332} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001706 sec., 242086.7526377491 rows/sec., 17.27 MiB/sec. | ||
| 9603 | 2025.01.30 20:24:27.849598 [ 271 ] {d19d3f00-a74b-4024-a5b7-9f5ac84ba332} <Debug> TCPHandler: Processed in 0.001923133 sec. | ||
| 9604 | 2025.01.30 20:24:27.849754 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9605 | 2025.01.30 20:24:27.849892 [ 270 ] {8eb78345-3674-42a9-a131-d6162d981088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9606 | 2025.01.30 20:24:27.849952 [ 270 ] {8eb78345-3674-42a9-a131-d6162d981088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9607 | 2025.01.30 20:24:27.850463 [ 270 ] {8eb78345-3674-42a9-a131-d6162d981088} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9608 | 2025.01.30 20:24:27.850503 [ 270 ] {8eb78345-3674-42a9-a131-d6162d981088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9609 | 2025.01.30 20:24:27.850876 [ 270 ] {8eb78345-3674-42a9-a131-d6162d981088} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9610 | 2025.01.30 20:24:27.851114 [ 270 ] {8eb78345-3674-42a9-a131-d6162d981088} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9611 | 2025.01.30 20:24:27.851366 [ 270 ] {8eb78345-3674-42a9-a131-d6162d981088} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 9612 | 2025.01.30 20:24:27.851556 [ 270 ] {8eb78345-3674-42a9-a131-d6162d981088} <Debug> TCPHandler: Processed in 0.001864822 sec. | ||
| 9613 | 2025.01.30 20:24:27.851749 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9614 | 2025.01.30 20:24:27.851891 [ 271 ] {e8175690-1c78-4d96-b75e-ea247df6ae69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9615 | 2025.01.30 20:24:27.851955 [ 271 ] {e8175690-1c78-4d96-b75e-ea247df6ae69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9616 | 2025.01.30 20:24:27.852574 [ 271 ] {e8175690-1c78-4d96-b75e-ea247df6ae69} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9617 | 2025.01.30 20:24:27.852613 [ 271 ] {e8175690-1c78-4d96-b75e-ea247df6ae69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9618 | 2025.01.30 20:24:27.853023 [ 271 ] {e8175690-1c78-4d96-b75e-ea247df6ae69} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9619 | 2025.01.30 20:24:27.853265 [ 271 ] {e8175690-1c78-4d96-b75e-ea247df6ae69} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9620 | 2025.01.30 20:24:27.853458 [ 271 ] {e8175690-1c78-4d96-b75e-ea247df6ae69} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001597 sec., 148403.25610519724 rows/sec., 9.95 MiB/sec. | ||
| 9621 | 2025.01.30 20:24:27.853512 [ 271 ] {e8175690-1c78-4d96-b75e-ea247df6ae69} <Debug> TCPHandler: Processed in 0.001838821 sec. | ||
| 9622 | 2025.01.30 20:24:27.853727 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9623 | 2025.01.30 20:24:27.853924 [ 270 ] {5810c0a3-6812-4ca0-b55e-145613906506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9624 | 2025.01.30 20:24:27.853985 [ 270 ] {5810c0a3-6812-4ca0-b55e-145613906506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9625 | 2025.01.30 20:24:27.854482 [ 270 ] {5810c0a3-6812-4ca0-b55e-145613906506} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9626 | 2025.01.30 20:24:27.854520 [ 270 ] {5810c0a3-6812-4ca0-b55e-145613906506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9627 | 2025.01.30 20:24:27.854886 [ 270 ] {5810c0a3-6812-4ca0-b55e-145613906506} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9628 | 2025.01.30 20:24:27.855123 [ 270 ] {5810c0a3-6812-4ca0-b55e-145613906506} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9629 | 2025.01.30 20:24:27.855341 [ 270 ] {5810c0a3-6812-4ca0-b55e-145613906506} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec. | ||
| 9630 | 2025.01.30 20:24:27.855392 [ 270 ] {5810c0a3-6812-4ca0-b55e-145613906506} <Debug> TCPHandler: Processed in 0.001774749 sec. | ||
| 9631 | 2025.01.30 20:24:27.855550 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9632 | 2025.01.30 20:24:27.855675 [ 271 ] {f39ba498-a38b-4afb-b763-d2de18a7e8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9633 | 2025.01.30 20:24:27.855762 [ 271 ] {f39ba498-a38b-4afb-b763-d2de18a7e8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9634 | 2025.01.30 20:24:27.856935 [ 271 ] {f39ba498-a38b-4afb-b763-d2de18a7e8c4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9635 | 2025.01.30 20:24:27.856973 [ 271 ] {f39ba498-a38b-4afb-b763-d2de18a7e8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9636 | 2025.01.30 20:24:27.857675 [ 271 ] {f39ba498-a38b-4afb-b763-d2de18a7e8c4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9637 | 2025.01.30 20:24:27.857944 [ 271 ] {f39ba498-a38b-4afb-b763-d2de18a7e8c4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9638 | 2025.01.30 20:24:27.858143 [ 271 ] {f39ba498-a38b-4afb-b763-d2de18a7e8c4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002493 sec., 12434.817488969113 rows/sec., 22.28 MiB/sec. | ||
| 9639 | 2025.01.30 20:24:27.858236 [ 271 ] {f39ba498-a38b-4afb-b763-d2de18a7e8c4} <Debug> TCPHandler: Processed in 0.002745396 sec. | ||
| 9640 | 2025.01.30 20:24:27.858443 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9641 | 2025.01.30 20:24:27.858605 [ 270 ] {9c94a130-cb02-4f5f-ad31-4519f2d0b2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9642 | 2025.01.30 20:24:27.858668 [ 270 ] {9c94a130-cb02-4f5f-ad31-4519f2d0b2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9643 | 2025.01.30 20:24:27.859239 [ 270 ] {9c94a130-cb02-4f5f-ad31-4519f2d0b2d5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9644 | 2025.01.30 20:24:27.859371 [ 270 ] {9c94a130-cb02-4f5f-ad31-4519f2d0b2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9645 | 2025.01.30 20:24:27.859771 [ 270 ] {9c94a130-cb02-4f5f-ad31-4519f2d0b2d5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9646 | 2025.01.30 20:24:27.860011 [ 270 ] {9c94a130-cb02-4f5f-ad31-4519f2d0b2d5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9647 | 2025.01.30 20:24:27.860230 [ 270 ] {9c94a130-cb02-4f5f-ad31-4519f2d0b2d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001656 sec., 49516.90821256039 rows/sec., 3.14 MiB/sec. | ||
| 9648 | 2025.01.30 20:24:27.860281 [ 270 ] {9c94a130-cb02-4f5f-ad31-4519f2d0b2d5} <Debug> TCPHandler: Processed in 0.001914243 sec. | ||
| 9649 | 2025.01.30 20:24:28.492039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 9650 | 2025.01.30 20:24:28.513577 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9651 | 2025.01.30 20:24:28.513633 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9652 | 2025.01.30 20:24:28.522131 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9653 | 2025.01.30 20:24:28.522945 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9654 | 2025.01.30 20:24:28.523299 [ 116 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9655 | 2025.01.30 20:24:28.523440 [ 116 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9656 | 2025.01.30 20:24:28.523522 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. | ||
| 9657 | 2025.01.30 20:24:28.523835 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 9658 | 2025.01.30 20:24:28.531335 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 9659 | 2025.01.30 20:24:28.532676 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9660 | 2025.01.30 20:24:28.533566 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 9661 | 2025.01.30 20:24:28.538306 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 9662 | 2025.01.30 20:24:28.543018 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 9663 | 2025.01.30 20:24:28.548069 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 9664 | 2025.01.30 20:24:28.554014 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 9665 | 2025.01.30 20:24:28.558559 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 9666 | 2025.01.30 20:24:28.615736 [ 195 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.092076874 sec., 4583.12692066414 rows/sec., 23.70 MiB/sec. | ||
| 9667 | 2025.01.30 20:24:28.618923 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9668 | 2025.01.30 20:24:28.621941 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_56_11} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9669 | 2025.01.30 20:24:28.622069 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_56_11} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9670 | 2025.01.30 20:24:28.624541 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9671 | 2025.01.30 20:24:32.832468 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9672 | 2025.01.30 20:24:32.832679 [ 270 ] {bf436fbb-b817-4f62-a386-844800d72ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9673 | 2025.01.30 20:24:32.832752 [ 270 ] {bf436fbb-b817-4f62-a386-844800d72ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9674 | 2025.01.30 20:24:32.833502 [ 270 ] {bf436fbb-b817-4f62-a386-844800d72ce5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9675 | 2025.01.30 20:24:32.833551 [ 270 ] {bf436fbb-b817-4f62-a386-844800d72ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9676 | 2025.01.30 20:24:32.833991 [ 270 ] {bf436fbb-b817-4f62-a386-844800d72ce5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9677 | 2025.01.30 20:24:32.834253 [ 270 ] {bf436fbb-b817-4f62-a386-844800d72ce5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9678 | 2025.01.30 20:24:32.834527 [ 270 ] {bf436fbb-b817-4f62-a386-844800d72ce5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.0019 sec., 3157.8947368421054 rows/sec., 257.50 KiB/sec. | ||
| 9679 | 2025.01.30 20:24:32.834735 [ 270 ] {bf436fbb-b817-4f62-a386-844800d72ce5} <Debug> TCPHandler: Processed in 0.002397397 sec. | ||
| 9680 | 2025.01.30 20:24:32.835003 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9681 | 2025.01.30 20:24:32.835201 [ 271 ] {7197d1e3-0fc3-4f97-8475-eeef4b3575f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9682 | 2025.01.30 20:24:32.835279 [ 271 ] {7197d1e3-0fc3-4f97-8475-eeef4b3575f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9683 | 2025.01.30 20:24:32.836085 [ 271 ] {7197d1e3-0fc3-4f97-8475-eeef4b3575f2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9684 | 2025.01.30 20:24:32.836136 [ 271 ] {7197d1e3-0fc3-4f97-8475-eeef4b3575f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9685 | 2025.01.30 20:24:32.836607 [ 271 ] {7197d1e3-0fc3-4f97-8475-eeef4b3575f2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9686 | 2025.01.30 20:24:32.836898 [ 271 ] {7197d1e3-0fc3-4f97-8475-eeef4b3575f2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9687 | 2025.01.30 20:24:32.837150 [ 271 ] {7197d1e3-0fc3-4f97-8475-eeef4b3575f2} <Debug> executeQuery: Read 75 rows, 6.15 KiB in 0.002001 sec., 37481.25937031484 rows/sec., 3.00 MiB/sec. | ||
| 9688 | 2025.01.30 20:24:32.837218 [ 271 ] {7197d1e3-0fc3-4f97-8475-eeef4b3575f2} <Debug> TCPHandler: Processed in 0.002348895 sec. | ||
| 9689 | 2025.01.30 20:24:32.837386 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9690 | 2025.01.30 20:24:32.837526 [ 270 ] {46897a50-cddd-4bdb-aeb6-983222614339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9691 | 2025.01.30 20:24:32.837584 [ 270 ] {46897a50-cddd-4bdb-aeb6-983222614339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9692 | 2025.01.30 20:24:32.838287 [ 270 ] {46897a50-cddd-4bdb-aeb6-983222614339} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9693 | 2025.01.30 20:24:32.838329 [ 270 ] {46897a50-cddd-4bdb-aeb6-983222614339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9694 | 2025.01.30 20:24:32.838719 [ 270 ] {46897a50-cddd-4bdb-aeb6-983222614339} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9695 | 2025.01.30 20:24:32.838963 [ 270 ] {46897a50-cddd-4bdb-aeb6-983222614339} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9696 | 2025.01.30 20:24:32.839195 [ 270 ] {46897a50-cddd-4bdb-aeb6-983222614339} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001698 sec., 8244.994110718491 rows/sec., 601.01 KiB/sec. | ||
| 9697 | 2025.01.30 20:24:32.839296 [ 270 ] {46897a50-cddd-4bdb-aeb6-983222614339} <Debug> TCPHandler: Processed in 0.001978425 sec. | ||
| 9698 | 2025.01.30 20:24:32.839475 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9699 | 2025.01.30 20:24:32.839636 [ 271 ] {a425a6f6-9eb0-4ee8-a8ab-ce936fc800f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9700 | 2025.01.30 20:24:32.839698 [ 271 ] {a425a6f6-9eb0-4ee8-a8ab-ce936fc800f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9701 | 2025.01.30 20:24:32.840411 [ 271 ] {a425a6f6-9eb0-4ee8-a8ab-ce936fc800f2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9702 | 2025.01.30 20:24:32.840452 [ 271 ] {a425a6f6-9eb0-4ee8-a8ab-ce936fc800f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9703 | 2025.01.30 20:24:32.840844 [ 271 ] {a425a6f6-9eb0-4ee8-a8ab-ce936fc800f2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9704 | 2025.01.30 20:24:32.841091 [ 271 ] {a425a6f6-9eb0-4ee8-a8ab-ce936fc800f2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9705 | 2025.01.30 20:24:32.841330 [ 271 ] {a425a6f6-9eb0-4ee8-a8ab-ce936fc800f2} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.001725 sec., 45217.391304347824 rows/sec., 3.54 MiB/sec. | ||
| 9706 | 2025.01.30 20:24:32.841421 [ 271 ] {a425a6f6-9eb0-4ee8-a8ab-ce936fc800f2} <Debug> TCPHandler: Processed in 0.002033287 sec. | ||
| 9707 | 2025.01.30 20:24:32.841589 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9708 | 2025.01.30 20:24:32.841740 [ 270 ] {ae8a7dd8-67d2-4922-9cbd-65facf45f76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9709 | 2025.01.30 20:24:32.841791 [ 270 ] {ae8a7dd8-67d2-4922-9cbd-65facf45f76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9710 | 2025.01.30 20:24:32.842371 [ 270 ] {ae8a7dd8-67d2-4922-9cbd-65facf45f76e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9711 | 2025.01.30 20:24:32.842409 [ 270 ] {ae8a7dd8-67d2-4922-9cbd-65facf45f76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9712 | 2025.01.30 20:24:32.842812 [ 270 ] {ae8a7dd8-67d2-4922-9cbd-65facf45f76e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9713 | 2025.01.30 20:24:32.843056 [ 270 ] {ae8a7dd8-67d2-4922-9cbd-65facf45f76e} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9714 | 2025.01.30 20:24:32.843297 [ 270 ] {ae8a7dd8-67d2-4922-9cbd-65facf45f76e} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00159 sec., 102515.72327044024 rows/sec., 7.14 MiB/sec. | ||
| 9715 | 2025.01.30 20:24:32.843390 [ 270 ] {ae8a7dd8-67d2-4922-9cbd-65facf45f76e} <Debug> TCPHandler: Processed in 0.001887152 sec. | ||
| 9716 | 2025.01.30 20:24:32.843614 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9717 | 2025.01.30 20:24:32.843811 [ 271 ] {8c19f877-a03e-475b-b6aa-f13f504e2cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9718 | 2025.01.30 20:24:32.843909 [ 271 ] {8c19f877-a03e-475b-b6aa-f13f504e2cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9719 | 2025.01.30 20:24:32.845095 [ 271 ] {8c19f877-a03e-475b-b6aa-f13f504e2cf9} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9720 | 2025.01.30 20:24:32.845137 [ 271 ] {8c19f877-a03e-475b-b6aa-f13f504e2cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9721 | 2025.01.30 20:24:32.845788 [ 271 ] {8c19f877-a03e-475b-b6aa-f13f504e2cf9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9722 | 2025.01.30 20:24:32.846049 [ 271 ] {8c19f877-a03e-475b-b6aa-f13f504e2cf9} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9723 | 2025.01.30 20:24:32.846302 [ 271 ] {8c19f877-a03e-475b-b6aa-f13f504e2cf9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002522 sec., 3172.0856463124505 rows/sec., 5.68 MiB/sec. | ||
| 9724 | 2025.01.30 20:24:32.846398 [ 271 ] {8c19f877-a03e-475b-b6aa-f13f504e2cf9} <Debug> TCPHandler: Processed in 0.002919461 sec. | ||
| 9725 | 2025.01.30 20:24:32.846552 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9726 | 2025.01.30 20:24:32.846669 [ 270 ] {117f9d63-6186-41d4-9bea-4bb572069814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9727 | 2025.01.30 20:24:32.846718 [ 270 ] {117f9d63-6186-41d4-9bea-4bb572069814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9728 | 2025.01.30 20:24:32.847218 [ 270 ] {117f9d63-6186-41d4-9bea-4bb572069814} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9729 | 2025.01.30 20:24:32.847258 [ 270 ] {117f9d63-6186-41d4-9bea-4bb572069814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9730 | 2025.01.30 20:24:32.847626 [ 270 ] {117f9d63-6186-41d4-9bea-4bb572069814} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9731 | 2025.01.30 20:24:32.847871 [ 270 ] {117f9d63-6186-41d4-9bea-4bb572069814} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9732 | 2025.01.30 20:24:32.848086 [ 270 ] {117f9d63-6186-41d4-9bea-4bb572069814} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
| 9733 | 2025.01.30 20:24:32.848141 [ 270 ] {117f9d63-6186-41d4-9bea-4bb572069814} <Debug> TCPHandler: Processed in 0.001650656 sec. | ||
| 9734 | 2025.01.30 20:24:34.241418 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 9735 | 2025.01.30 20:24:34.242189 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9736 | 2025.01.30 20:24:34.242240 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9737 | 2025.01.30 20:24:34.242783 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9738 | 2025.01.30 20:24:34.243043 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9739 | 2025.01.30 20:24:34.243308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 9740 | 2025.01.30 20:24:36.031398 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 9741 | 2025.01.30 20:24:36.049583 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9742 | 2025.01.30 20:24:36.049635 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9743 | 2025.01.30 20:24:36.056614 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9744 | 2025.01.30 20:24:36.057392 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9745 | 2025.01.30 20:24:36.060984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 9746 | 2025.01.30 20:24:36.852124 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1322 | ||
| 9747 | 2025.01.30 20:24:36.855295 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9748 | 2025.01.30 20:24:36.855346 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9749 | 2025.01.30 20:24:36.856807 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9750 | 2025.01.30 20:24:36.857122 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9751 | 2025.01.30 20:24:36.858589 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1322 | ||
| 9752 | 2025.01.30 20:24:37.837272 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9753 | 2025.01.30 20:24:37.837487 [ 270 ] {47f4958c-69c8-41ad-8c1d-469f3f176166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9754 | 2025.01.30 20:24:37.837563 [ 270 ] {47f4958c-69c8-41ad-8c1d-469f3f176166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9755 | 2025.01.30 20:24:37.838337 [ 270 ] {47f4958c-69c8-41ad-8c1d-469f3f176166} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9756 | 2025.01.30 20:24:37.838390 [ 270 ] {47f4958c-69c8-41ad-8c1d-469f3f176166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9757 | 2025.01.30 20:24:37.838820 [ 270 ] {47f4958c-69c8-41ad-8c1d-469f3f176166} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9758 | 2025.01.30 20:24:37.839071 [ 270 ] {47f4958c-69c8-41ad-8c1d-469f3f176166} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9759 | 2025.01.30 20:24:37.839299 [ 270 ] {47f4958c-69c8-41ad-8c1d-469f3f176166} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec. | ||
| 9760 | 2025.01.30 20:24:37.839357 [ 270 ] {47f4958c-69c8-41ad-8c1d-469f3f176166} <Debug> TCPHandler: Processed in 0.002227512 sec. | ||
| 9761 | 2025.01.30 20:24:37.839676 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9762 | 2025.01.30 20:24:37.839983 [ 271 ] {83cc02ce-784e-4ec8-98d4-8893bd101ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9763 | 2025.01.30 20:24:37.840101 [ 271 ] {83cc02ce-784e-4ec8-98d4-8893bd101ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9764 | 2025.01.30 20:24:37.841130 [ 271 ] {83cc02ce-784e-4ec8-98d4-8893bd101ab5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9765 | 2025.01.30 20:24:37.841174 [ 271 ] {83cc02ce-784e-4ec8-98d4-8893bd101ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9766 | 2025.01.30 20:24:37.841639 [ 271 ] {83cc02ce-784e-4ec8-98d4-8893bd101ab5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9767 | 2025.01.30 20:24:37.841911 [ 271 ] {83cc02ce-784e-4ec8-98d4-8893bd101ab5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9768 | 2025.01.30 20:24:37.842176 [ 271 ] {83cc02ce-784e-4ec8-98d4-8893bd101ab5} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002275 sec., 116483.51648351648 rows/sec., 10.26 MiB/sec. | ||
| 9769 | 2025.01.30 20:24:37.842286 [ 271 ] {83cc02ce-784e-4ec8-98d4-8893bd101ab5} <Debug> TCPHandler: Processed in 0.002802158 sec. | ||
| 9770 | 2025.01.30 20:24:37.842460 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9771 | 2025.01.30 20:24:37.842590 [ 270 ] {8bfb36c2-e346-4153-9529-3eeb16ce6854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9772 | 2025.01.30 20:24:37.842639 [ 270 ] {8bfb36c2-e346-4153-9529-3eeb16ce6854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9773 | 2025.01.30 20:24:37.843226 [ 270 ] {8bfb36c2-e346-4153-9529-3eeb16ce6854} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9774 | 2025.01.30 20:24:37.843266 [ 270 ] {8bfb36c2-e346-4153-9529-3eeb16ce6854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9775 | 2025.01.30 20:24:37.843625 [ 270 ] {8bfb36c2-e346-4153-9529-3eeb16ce6854} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9776 | 2025.01.30 20:24:37.843871 [ 270 ] {8bfb36c2-e346-4153-9529-3eeb16ce6854} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9777 | 2025.01.30 20:24:37.844078 [ 270 ] {8bfb36c2-e346-4153-9529-3eeb16ce6854} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001511 sec., 25148.90800794176 rows/sec., 1.80 MiB/sec. | ||
| 9778 | 2025.01.30 20:24:37.844131 [ 270 ] {8bfb36c2-e346-4153-9529-3eeb16ce6854} <Debug> TCPHandler: Processed in 0.001752519 sec. | ||
| 9779 | 2025.01.30 20:24:37.844282 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9780 | 2025.01.30 20:24:37.844403 [ 271 ] {002e53c5-ddb0-411c-b8ab-f574117e0e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9781 | 2025.01.30 20:24:37.844453 [ 271 ] {002e53c5-ddb0-411c-b8ab-f574117e0e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9782 | 2025.01.30 20:24:37.845505 [ 271 ] {002e53c5-ddb0-411c-b8ab-f574117e0e44} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9783 | 2025.01.30 20:24:37.845560 [ 271 ] {002e53c5-ddb0-411c-b8ab-f574117e0e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9784 | 2025.01.30 20:24:37.845991 [ 271 ] {002e53c5-ddb0-411c-b8ab-f574117e0e44} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9785 | 2025.01.30 20:24:37.846540 [ 271 ] {002e53c5-ddb0-411c-b8ab-f574117e0e44} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9786 | 2025.01.30 20:24:37.846709 [ 29 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 9787 | 2025.01.30 20:24:37.846783 [ 271 ] {002e53c5-ddb0-411c-b8ab-f574117e0e44} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0024 sec., 5833.333333333334 rows/sec., 408.53 KiB/sec. | ||
| 9788 | 2025.01.30 20:24:37.846790 [ 29 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2025.01.30 20:24:37.846869 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9790 | 2025.01.30 20:24:37.846921 [ 271 ] {002e53c5-ddb0-411c-b8ab-f574117e0e44} <Debug> TCPHandler: Processed in 0.002698495 sec. | ||
| 9791 | 2025.01.30 20:24:37.847140 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9792 | 2025.01.30 20:24:37.847140 [ 198 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 9793 | 2025.01.30 20:24:37.847337 [ 270 ] {3b936a47-aaec-4045-a74b-f4daf513b267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9794 | 2025.01.30 20:24:37.847458 [ 270 ] {3b936a47-aaec-4045-a74b-f4daf513b267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9795 | 2025.01.30 20:24:37.847476 [ 198 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9796 | 2025.01.30 20:24:37.847592 [ 198 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
| 9797 | 2025.01.30 20:24:37.847879 [ 198 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 9798 | 2025.01.30 20:24:37.848253 [ 198 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 9799 | 2025.01.30 20:24:37.848581 [ 198 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 9800 | 2025.01.30 20:24:37.848976 [ 198 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 9801 | 2025.01.30 20:24:37.849364 [ 198 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 9802 | 2025.01.30 20:24:37.850366 [ 270 ] {3b936a47-aaec-4045-a74b-f4daf513b267} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9803 | 2025.01.30 20:24:37.850432 [ 270 ] {3b936a47-aaec-4045-a74b-f4daf513b267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9804 | 2025.01.30 20:24:37.851384 [ 270 ] {3b936a47-aaec-4045-a74b-f4daf513b267} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9805 | 2025.01.30 20:24:37.851941 [ 270 ] {3b936a47-aaec-4045-a74b-f4daf513b267} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9806 | 2025.01.30 20:24:37.852231 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005225605 sec., 103528.68232482171 rows/sec., 7.42 MiB/sec. | ||
| 9807 | 2025.01.30 20:24:37.852407 [ 270 ] {3b936a47-aaec-4045-a74b-f4daf513b267} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005116 sec., 2541.0476935105553 rows/sec., 158.43 KiB/sec. | ||
| 9808 | 2025.01.30 20:24:37.852546 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 9809 | 2025.01.30 20:24:37.852594 [ 270 ] {3b936a47-aaec-4045-a74b-f4daf513b267} <Debug> TCPHandler: Processed in 0.005562334 sec. | ||
| 9810 | 2025.01.30 20:24:37.852827 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9811 | 2025.01.30 20:24:37.853033 [ 271 ] {1c6e6371-ab5f-447b-ad5e-e1dd7aff2e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9812 | 2025.01.30 20:24:37.853128 [ 271 ] {1c6e6371-ab5f-447b-ad5e-e1dd7aff2e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9813 | 2025.01.30 20:24:37.853198 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9814 | 2025.01.30 20:24:37.853438 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_26_5} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 9815 | 2025.01.30 20:24:37.853652 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 9816 | 2025.01.30 20:24:37.854265 [ 271 ] {1c6e6371-ab5f-447b-ad5e-e1dd7aff2e6a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9817 | 2025.01.30 20:24:37.854310 [ 271 ] {1c6e6371-ab5f-447b-ad5e-e1dd7aff2e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9818 | 2025.01.30 20:24:37.854709 [ 271 ] {1c6e6371-ab5f-447b-ad5e-e1dd7aff2e6a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9819 | 2025.01.30 20:24:37.854955 [ 271 ] {1c6e6371-ab5f-447b-ad5e-e1dd7aff2e6a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9820 | 2025.01.30 20:24:37.855177 [ 271 ] {1c6e6371-ab5f-447b-ad5e-e1dd7aff2e6a} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002204 sec., 187386.56987295827 rows/sec., 13.37 MiB/sec. | ||
| 9821 | 2025.01.30 20:24:37.855230 [ 271 ] {1c6e6371-ab5f-447b-ad5e-e1dd7aff2e6a} <Debug> TCPHandler: Processed in 0.002533781 sec. | ||
| 9822 | 2025.01.30 20:24:37.855389 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9823 | 2025.01.30 20:24:37.855529 [ 270 ] {8ac1b987-a158-4401-8b71-f018e50d04b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9824 | 2025.01.30 20:24:37.855579 [ 270 ] {8ac1b987-a158-4401-8b71-f018e50d04b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9825 | 2025.01.30 20:24:37.856065 [ 270 ] {8ac1b987-a158-4401-8b71-f018e50d04b9} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9826 | 2025.01.30 20:24:37.856105 [ 270 ] {8ac1b987-a158-4401-8b71-f018e50d04b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9827 | 2025.01.30 20:24:37.856493 [ 270 ] {8ac1b987-a158-4401-8b71-f018e50d04b9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9828 | 2025.01.30 20:24:37.856723 [ 270 ] {8ac1b987-a158-4401-8b71-f018e50d04b9} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9829 | 2025.01.30 20:24:37.856939 [ 270 ] {8ac1b987-a158-4401-8b71-f018e50d04b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec. | ||
| 9830 | 2025.01.30 20:24:37.856988 [ 270 ] {8ac1b987-a158-4401-8b71-f018e50d04b9} <Debug> TCPHandler: Processed in 0.001665177 sec. | ||
| 9831 | 2025.01.30 20:24:37.857125 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9832 | 2025.01.30 20:24:37.857244 [ 271 ] {9c39efaf-a6f2-4dd4-9e82-20d998c1fdb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9833 | 2025.01.30 20:24:37.857298 [ 271 ] {9c39efaf-a6f2-4dd4-9e82-20d998c1fdb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9834 | 2025.01.30 20:24:37.857903 [ 271 ] {9c39efaf-a6f2-4dd4-9e82-20d998c1fdb8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9835 | 2025.01.30 20:24:37.857943 [ 271 ] {9c39efaf-a6f2-4dd4-9e82-20d998c1fdb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9836 | 2025.01.30 20:24:37.858363 [ 271 ] {9c39efaf-a6f2-4dd4-9e82-20d998c1fdb8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9837 | 2025.01.30 20:24:37.858606 [ 271 ] {9c39efaf-a6f2-4dd4-9e82-20d998c1fdb8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9838 | 2025.01.30 20:24:37.858778 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9839 | 2025.01.30 20:24:37.858844 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9840 | 2025.01.30 20:24:37.858851 [ 271 ] {9c39efaf-a6f2-4dd4-9e82-20d998c1fdb8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec. | ||
| 9841 | 2025.01.30 20:24:37.858882 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9842 | 2025.01.30 20:24:37.859009 [ 271 ] {9c39efaf-a6f2-4dd4-9e82-20d998c1fdb8} <Debug> TCPHandler: Processed in 0.001938903 sec. | ||
| 9843 | 2025.01.30 20:24:37.859094 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 9844 | 2025.01.30 20:24:37.859211 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9845 | 2025.01.30 20:24:37.859252 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9846 | 2025.01.30 20:24:37.859297 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 21160 rows starting from the beginning of the part | ||
| 9847 | 2025.01.30 20:24:37.859553 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 954 rows starting from the beginning of the part | ||
| 9848 | 2025.01.30 20:24:37.859571 [ 270 ] {af98c246-c8c5-49cf-a724-fb7febd6f62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9849 | 2025.01.30 20:24:37.859805 [ 270 ] {af98c246-c8c5-49cf-a724-fb7febd6f62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9850 | 2025.01.30 20:24:37.859877 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 9851 | 2025.01.30 20:24:37.860251 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 9852 | 2025.01.30 20:24:37.860593 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 163 rows starting from the beginning of the part | ||
| 9853 | 2025.01.30 20:24:37.860895 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
| 9854 | 2025.01.30 20:24:37.862165 [ 270 ] {af98c246-c8c5-49cf-a724-fb7febd6f62e} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9855 | 2025.01.30 20:24:37.862227 [ 270 ] {af98c246-c8c5-49cf-a724-fb7febd6f62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9856 | 2025.01.30 20:24:37.862768 [ 270 ] {af98c246-c8c5-49cf-a724-fb7febd6f62e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9857 | 2025.01.30 20:24:37.863138 [ 270 ] {af98c246-c8c5-49cf-a724-fb7febd6f62e} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9858 | 2025.01.30 20:24:37.863821 [ 270 ] {af98c246-c8c5-49cf-a724-fb7febd6f62e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0044 sec., 227.27272727272725 rows/sec., 15.31 KiB/sec. | ||
| 9859 | 2025.01.30 20:24:37.864270 [ 270 ] {af98c246-c8c5-49cf-a724-fb7febd6f62e} <Debug> TCPHandler: Processed in 0.005149283 sec. | ||
| 9860 | 2025.01.30 20:24:37.864514 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9861 | 2025.01.30 20:24:37.864668 [ 271 ] {97d44ce5-3e83-4897-afc6-9ee35982c04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9862 | 2025.01.30 20:24:37.864755 [ 271 ] {97d44ce5-3e83-4897-afc6-9ee35982c04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9863 | 2025.01.30 20:24:37.866079 [ 271 ] {97d44ce5-3e83-4897-afc6-9ee35982c04e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9864 | 2025.01.30 20:24:37.866119 [ 271 ] {97d44ce5-3e83-4897-afc6-9ee35982c04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9865 | 2025.01.30 20:24:37.869557 [ 271 ] {97d44ce5-3e83-4897-afc6-9ee35982c04e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9866 | 2025.01.30 20:24:37.869840 [ 271 ] {97d44ce5-3e83-4897-afc6-9ee35982c04e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9867 | 2025.01.30 20:24:37.870099 [ 271 ] {97d44ce5-3e83-4897-afc6-9ee35982c04e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005474 sec., 5663.13481914505 rows/sec., 10.15 MiB/sec. | ||
| 9868 | 2025.01.30 20:24:37.870223 [ 271 ] {97d44ce5-3e83-4897-afc6-9ee35982c04e} <Debug> TCPHandler: Processed in 0.005825492 sec. | ||
| 9869 | 2025.01.30 20:24:37.870427 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9870 | 2025.01.30 20:24:37.870590 [ 270 ] {22e1a833-e1a3-4465-b77f-5960b3647411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9871 | 2025.01.30 20:24:37.870645 [ 270 ] {22e1a833-e1a3-4465-b77f-5960b3647411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9872 | 2025.01.30 20:24:37.871185 [ 270 ] {22e1a833-e1a3-4465-b77f-5960b3647411} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9873 | 2025.01.30 20:24:37.871228 [ 270 ] {22e1a833-e1a3-4465-b77f-5960b3647411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9874 | 2025.01.30 20:24:37.871748 [ 270 ] {22e1a833-e1a3-4465-b77f-5960b3647411} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9875 | 2025.01.30 20:24:37.872077 [ 270 ] {22e1a833-e1a3-4465-b77f-5960b3647411} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9876 | 2025.01.30 20:24:37.872385 [ 270 ] {22e1a833-e1a3-4465-b77f-5960b3647411} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001819 sec., 45079.71412864211 rows/sec., 2.86 MiB/sec. | ||
| 9877 | 2025.01.30 20:24:37.872448 [ 270 ] {22e1a833-e1a3-4465-b77f-5960b3647411} <Debug> TCPHandler: Processed in 0.002101619 sec. | ||
| 9878 | 2025.01.30 20:24:37.873174 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22911 rows, containing 5 columns (5 merged, 0 gathered) in 0.014171014 sec., 1616750.9255159865 rows/sec., 109.41 MiB/sec. | ||
| 9879 | 2025.01.30 20:24:37.873735 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9880 | 2025.01.30 20:24:37.874072 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9881 | 2025.01.30 20:24:37.874178 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9882 | 2025.01.30 20:24:37.874283 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 9883 | 2025.01.30 20:24:41.562030 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9884 | 2025.01.30 20:24:41.562097 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9885 | 2025.01.30 20:24:41.743454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 9886 | 2025.01.30 20:24:41.744575 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9887 | 2025.01.30 20:24:41.744671 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9888 | 2025.01.30 20:24:41.745275 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9889 | 2025.01.30 20:24:41.745536 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9890 | 2025.01.30 20:24:41.745798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 9891 | 2025.01.30 20:24:42.831093 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9892 | 2025.01.30 20:24:42.831390 [ 270 ] {c506bef6-3037-441e-ab16-56b60f1d1fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9893 | 2025.01.30 20:24:42.831505 [ 270 ] {c506bef6-3037-441e-ab16-56b60f1d1fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9894 | 2025.01.30 20:24:42.832375 [ 270 ] {c506bef6-3037-441e-ab16-56b60f1d1fd1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9895 | 2025.01.30 20:24:42.832418 [ 270 ] {c506bef6-3037-441e-ab16-56b60f1d1fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9896 | 2025.01.30 20:24:42.832863 [ 270 ] {c506bef6-3037-441e-ab16-56b60f1d1fd1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9897 | 2025.01.30 20:24:42.833117 [ 270 ] {c506bef6-3037-441e-ab16-56b60f1d1fd1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9898 | 2025.01.30 20:24:42.833277 [ 35 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9899 | 2025.01.30 20:24:42.833329 [ 35 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9900 | 2025.01.30 20:24:42.833329 [ 270 ] {c506bef6-3037-441e-ab16-56b60f1d1fd1} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.002023 sec., 35590.70687098369 rows/sec., 2.86 MiB/sec. | ||
| 9901 | 2025.01.30 20:24:42.833357 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9902 | 2025.01.30 20:24:42.833420 [ 270 ] {c506bef6-3037-441e-ab16-56b60f1d1fd1} <Debug> TCPHandler: Processed in 0.00251819 sec. | ||
| 9903 | 2025.01.30 20:24:42.833521 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 9904 | 2025.01.30 20:24:42.833651 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9905 | 2025.01.30 20:24:42.833686 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1432 rows starting from the beginning of the part | ||
| 9906 | 2025.01.30 20:24:42.833844 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 72 rows starting from the beginning of the part | ||
| 9907 | 2025.01.30 20:24:42.833804 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9908 | 2025.01.30 20:24:42.834088 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 265 rows starting from the beginning of the part | ||
| 9909 | 2025.01.30 20:24:42.834444 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 75 rows starting from the beginning of the part | ||
| 9910 | 2025.01.30 20:24:42.834822 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 265 rows starting from the beginning of the part | ||
| 9911 | 2025.01.30 20:24:42.834834 [ 271 ] {6d80c12d-a52c-47e7-b95f-442e01de7def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9912 | 2025.01.30 20:24:42.835065 [ 271 ] {6d80c12d-a52c-47e7-b95f-442e01de7def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9913 | 2025.01.30 20:24:42.835112 [ 199 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 72 rows starting from the beginning of the part | ||
| 9914 | 2025.01.30 20:24:42.837430 [ 271 ] {6d80c12d-a52c-47e7-b95f-442e01de7def} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9915 | 2025.01.30 20:24:42.837522 [ 271 ] {6d80c12d-a52c-47e7-b95f-442e01de7def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9916 | 2025.01.30 20:24:42.838374 [ 271 ] {6d80c12d-a52c-47e7-b95f-442e01de7def} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9917 | 2025.01.30 20:24:42.838418 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004976889 sec., 438225.5662121458 rows/sec., 38.68 MiB/sec. | ||
| 9918 | 2025.01.30 20:24:42.838720 [ 271 ] {6d80c12d-a52c-47e7-b95f-442e01de7def} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9919 | 2025.01.30 20:24:42.838786 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9920 | 2025.01.30 20:24:42.839174 [ 271 ] {6d80c12d-a52c-47e7-b95f-442e01de7def} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00464 sec., 1724.1379310344828 rows/sec., 129.65 KiB/sec. | ||
| 9921 | 2025.01.30 20:24:42.839476 [ 271 ] {6d80c12d-a52c-47e7-b95f-442e01de7def} <Debug> TCPHandler: Processed in 0.005918984 sec. | ||
| 9922 | 2025.01.30 20:24:42.839663 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9923 | 2025.01.30 20:24:42.839928 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9924 | 2025.01.30 20:24:42.840041 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_76_15} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9925 | 2025.01.30 20:24:42.840366 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 9926 | 2025.01.30 20:24:42.840472 [ 270 ] {fcc866cf-3cf9-4350-93b8-966f5713468c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9927 | 2025.01.30 20:24:42.840551 [ 270 ] {fcc866cf-3cf9-4350-93b8-966f5713468c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9928 | 2025.01.30 20:24:42.841185 [ 270 ] {fcc866cf-3cf9-4350-93b8-966f5713468c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9929 | 2025.01.30 20:24:42.841225 [ 270 ] {fcc866cf-3cf9-4350-93b8-966f5713468c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9930 | 2025.01.30 20:24:42.841593 [ 270 ] {fcc866cf-3cf9-4350-93b8-966f5713468c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9931 | 2025.01.30 20:24:42.841836 [ 270 ] {fcc866cf-3cf9-4350-93b8-966f5713468c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9932 | 2025.01.30 20:24:42.841970 [ 35 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9933 | 2025.01.30 20:24:42.842005 [ 35 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9934 | 2025.01.30 20:24:42.842030 [ 270 ] {fcc866cf-3cf9-4350-93b8-966f5713468c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001773 sec., 40609.137055837564 rows/sec., 3.17 MiB/sec. | ||
| 9935 | 2025.01.30 20:24:42.842035 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9936 | 2025.01.30 20:24:42.842138 [ 270 ] {fcc866cf-3cf9-4350-93b8-966f5713468c} <Debug> TCPHandler: Processed in 0.002489649 sec. | ||
| 9937 | 2025.01.30 20:24:42.842301 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 9938 | 2025.01.30 20:24:42.842407 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9939 | 2025.01.30 20:24:42.842833 [ 271 ] {62de4298-402f-45e6-8f29-da96591cd1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9940 | 2025.01.30 20:24:42.842828 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9941 | 2025.01.30 20:24:42.843025 [ 271 ] {62de4298-402f-45e6-8f29-da96591cd1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9942 | 2025.01.30 20:24:42.843001 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 9943 | 2025.01.30 20:24:42.844026 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 72 rows starting from the beginning of the part | ||
| 9944 | 2025.01.30 20:24:42.844626 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 413 rows starting from the beginning of the part | ||
| 9945 | 2025.01.30 20:24:42.844833 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 78 rows starting from the beginning of the part | ||
| 9946 | 2025.01.30 20:24:42.845231 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 413 rows starting from the beginning of the part | ||
| 9947 | 2025.01.30 20:24:42.845557 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 72 rows starting from the beginning of the part | ||
| 9948 | 2025.01.30 20:24:42.846315 [ 271 ] {62de4298-402f-45e6-8f29-da96591cd1da} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9949 | 2025.01.30 20:24:42.846388 [ 271 ] {62de4298-402f-45e6-8f29-da96591cd1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9950 | 2025.01.30 20:24:42.847422 [ 271 ] {62de4298-402f-45e6-8f29-da96591cd1da} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9951 | 2025.01.30 20:24:42.847905 [ 271 ] {62de4298-402f-45e6-8f29-da96591cd1da} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9952 | 2025.01.30 20:24:42.848354 [ 271 ] {62de4298-402f-45e6-8f29-da96591cd1da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005653 sec., 28303.555634176544 rows/sec., 1.97 MiB/sec. | ||
| 9953 | 2025.01.30 20:24:42.848605 [ 271 ] {62de4298-402f-45e6-8f29-da96591cd1da} <Debug> TCPHandler: Processed in 0.006339816 sec. | ||
| 9954 | 2025.01.30 20:24:42.848612 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.00648677 sec., 302307.6199711104 rows/sec., 23.15 MiB/sec. | ||
| 9955 | 2025.01.30 20:24:42.848793 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9956 | 2025.01.30 20:24:42.848805 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9957 | 2025.01.30 20:24:42.848932 [ 270 ] {5a5a770e-bf02-4277-a0da-93a77a23e6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9958 | 2025.01.30 20:24:42.849039 [ 270 ] {5a5a770e-bf02-4277-a0da-93a77a23e6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9959 | 2025.01.30 20:24:42.849134 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9960 | 2025.01.30 20:24:42.849259 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_76_15} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9961 | 2025.01.30 20:24:42.849369 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 9962 | 2025.01.30 20:24:42.850354 [ 270 ] {5a5a770e-bf02-4277-a0da-93a77a23e6cc} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9963 | 2025.01.30 20:24:42.850392 [ 270 ] {5a5a770e-bf02-4277-a0da-93a77a23e6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9964 | 2025.01.30 20:24:42.851009 [ 270 ] {5a5a770e-bf02-4277-a0da-93a77a23e6cc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9965 | 2025.01.30 20:24:42.851273 [ 270 ] {5a5a770e-bf02-4277-a0da-93a77a23e6cc} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9966 | 2025.01.30 20:24:42.851503 [ 270 ] {5a5a770e-bf02-4277-a0da-93a77a23e6cc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002607 sec., 3068.6612965093977 rows/sec., 5.50 MiB/sec. | ||
| 9967 | 2025.01.30 20:24:42.851666 [ 270 ] {5a5a770e-bf02-4277-a0da-93a77a23e6cc} <Debug> TCPHandler: Processed in 0.002941692 sec. | ||
| 9968 | 2025.01.30 20:24:42.851926 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9969 | 2025.01.30 20:24:42.852123 [ 271 ] {ecd94eee-58b5-4982-b609-a1139646e21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9970 | 2025.01.30 20:24:42.852186 [ 271 ] {ecd94eee-58b5-4982-b609-a1139646e21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9971 | 2025.01.30 20:24:42.852779 [ 271 ] {ecd94eee-58b5-4982-b609-a1139646e21b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9972 | 2025.01.30 20:24:42.852818 [ 271 ] {ecd94eee-58b5-4982-b609-a1139646e21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9973 | 2025.01.30 20:24:42.853207 [ 271 ] {ecd94eee-58b5-4982-b609-a1139646e21b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9974 | 2025.01.30 20:24:42.853447 [ 271 ] {ecd94eee-58b5-4982-b609-a1139646e21b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2025.01.30 20:24:42.853613 [ 35 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9976 | 2025.01.30 20:24:42.853669 [ 35 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9977 | 2025.01.30 20:24:42.853716 [ 271 ] {ecd94eee-58b5-4982-b609-a1139646e21b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec. | ||
| 9978 | 2025.01.30 20:24:42.853726 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9979 | 2025.01.30 20:24:42.853828 [ 271 ] {ecd94eee-58b5-4982-b609-a1139646e21b} <Debug> TCPHandler: Processed in 0.002030006 sec. | ||
| 9980 | 2025.01.30 20:24:42.854035 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 9981 | 2025.01.30 20:24:42.854160 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9982 | 2025.01.30 20:24:42.854193 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4092 rows starting from the beginning of the part | ||
| 9983 | 2025.01.30 20:24:42.854334 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 9984 | 2025.01.30 20:24:42.854493 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 9985 | 2025.01.30 20:24:42.854747 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 9986 | 2025.01.30 20:24:42.854957 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 9987 | 2025.01.30 20:24:42.855133 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 9988 | 2025.01.30 20:24:42.856988 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4436 rows, containing 4 columns (4 merged, 0 gathered) in 0.003114066 sec., 1424504.1691473462 rows/sec., 94.00 MiB/sec. | ||
| 9989 | 2025.01.30 20:24:42.857261 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9990 | 2025.01.30 20:24:42.857528 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_71_14} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9991 | 2025.01.30 20:24:42.857607 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_71_14} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9992 | 2025.01.30 20:24:42.857677 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 9993 | 2025.01.30 20:24:43.336082 [ 35 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9994 | 2025.01.30 20:24:43.336143 [ 35 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9995 | 2025.01.30 20:24:43.336165 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 9996 | 2025.01.30 20:24:43.336524 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 9997 | 2025.01.30 20:24:43.336818 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9998 | 2025.01.30 20:24:43.336864 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 9999 | 2025.01.30 20:24:43.336963 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 10000 | 2025.01.30 20:24:43.337147 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 10001 | 2025.01.30 20:24:43.337398 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 10002 | 2025.01.30 20:24:43.337615 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 10003 | 2025.01.30 20:24:43.338724 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002455479 sec., 17104.60565942531 rows/sec., 1.43 MiB/sec. | ||
| 10004 | 2025.01.30 20:24:43.338926 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10005 | 2025.01.30 20:24:43.339306 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10006 | 2025.01.30 20:24:43.339406 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_17_4} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10007 | 2025.01.30 20:24:43.339516 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10008 | 2025.01.30 20:24:43.561031 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
| 10009 | 2025.01.30 20:24:43.581712 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10010 | 2025.01.30 20:24:43.581761 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10011 | 2025.01.30 20:24:43.589120 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10012 | 2025.01.30 20:24:43.589863 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10013 | 2025.01.30 20:24:43.593742 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
| 10014 | 2025.01.30 20:24:46.858794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1356 | ||
| 10015 | 2025.01.30 20:24:46.862011 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10016 | 2025.01.30 20:24:46.862066 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10017 | 2025.01.30 20:24:46.863515 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10018 | 2025.01.30 20:24:46.863822 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10019 | 2025.01.30 20:24:46.865169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1356 | ||
| 10020 | 2025.01.30 20:24:47.530870 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10021 | 2025.01.30 20:24:47.531180 [ 270 ] {8b544b92-2edf-4bc4-acab-174baedc00b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10022 | 2025.01.30 20:24:47.531294 [ 270 ] {8b544b92-2edf-4bc4-acab-174baedc00b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10023 | 2025.01.30 20:24:47.532271 [ 270 ] {8b544b92-2edf-4bc4-acab-174baedc00b5} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10024 | 2025.01.30 20:24:47.532321 [ 270 ] {8b544b92-2edf-4bc4-acab-174baedc00b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10025 | 2025.01.30 20:24:47.532749 [ 270 ] {8b544b92-2edf-4bc4-acab-174baedc00b5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10026 | 2025.01.30 20:24:47.533011 [ 270 ] {8b544b92-2edf-4bc4-acab-174baedc00b5} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10027 | 2025.01.30 20:24:47.533275 [ 270 ] {8b544b92-2edf-4bc4-acab-174baedc00b5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002176 sec., 6433.823529411765 rows/sec., 463.15 KiB/sec. | ||
| 10028 | 2025.01.30 20:24:47.533389 [ 270 ] {8b544b92-2edf-4bc4-acab-174baedc00b5} <Debug> TCPHandler: Processed in 0.002707815 sec. | ||
| 10029 | 2025.01.30 20:24:47.533705 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10030 | 2025.01.30 20:24:47.533915 [ 271 ] {9a184fc1-f7e7-4c49-8223-ed809ae97266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10031 | 2025.01.30 20:24:47.533988 [ 271 ] {9a184fc1-f7e7-4c49-8223-ed809ae97266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10032 | 2025.01.30 20:24:47.534742 [ 271 ] {9a184fc1-f7e7-4c49-8223-ed809ae97266} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10033 | 2025.01.30 20:24:47.534791 [ 271 ] {9a184fc1-f7e7-4c49-8223-ed809ae97266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10034 | 2025.01.30 20:24:47.535230 [ 271 ] {9a184fc1-f7e7-4c49-8223-ed809ae97266} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10035 | 2025.01.30 20:24:47.535484 [ 271 ] {9a184fc1-f7e7-4c49-8223-ed809ae97266} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10036 | 2025.01.30 20:24:47.535715 [ 271 ] {9a184fc1-f7e7-4c49-8223-ed809ae97266} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001853 sec., 3237.9924446842956 rows/sec., 264.04 KiB/sec. | ||
| 10037 | 2025.01.30 20:24:47.535772 [ 271 ] {9a184fc1-f7e7-4c49-8223-ed809ae97266} <Debug> TCPHandler: Processed in 0.002251733 sec. | ||
| 10038 | 2025.01.30 20:24:47.535934 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10039 | 2025.01.30 20:24:47.536053 [ 270 ] {bedc9e33-542b-4bc7-a446-43c30211d00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10040 | 2025.01.30 20:24:47.536100 [ 270 ] {bedc9e33-542b-4bc7-a446-43c30211d00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10041 | 2025.01.30 20:24:47.537341 [ 270 ] {bedc9e33-542b-4bc7-a446-43c30211d00e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10042 | 2025.01.30 20:24:47.537382 [ 270 ] {bedc9e33-542b-4bc7-a446-43c30211d00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10043 | 2025.01.30 20:24:47.537833 [ 270 ] {bedc9e33-542b-4bc7-a446-43c30211d00e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10044 | 2025.01.30 20:24:47.538075 [ 270 ] {bedc9e33-542b-4bc7-a446-43c30211d00e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10045 | 2025.01.30 20:24:47.538278 [ 270 ] {bedc9e33-542b-4bc7-a446-43c30211d00e} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002251 sec., 625499.7778764993 rows/sec., 52.35 MiB/sec. | ||
| 10046 | 2025.01.30 20:24:47.538331 [ 270 ] {bedc9e33-542b-4bc7-a446-43c30211d00e} <Debug> TCPHandler: Processed in 0.002455159 sec. | ||
| 10047 | 2025.01.30 20:24:47.538495 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10048 | 2025.01.30 20:24:47.538635 [ 271 ] {88323727-3e09-4769-907f-07816d76d4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10049 | 2025.01.30 20:24:47.538694 [ 271 ] {88323727-3e09-4769-907f-07816d76d4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10050 | 2025.01.30 20:24:47.539331 [ 271 ] {88323727-3e09-4769-907f-07816d76d4b6} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10051 | 2025.01.30 20:24:47.539372 [ 271 ] {88323727-3e09-4769-907f-07816d76d4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10052 | 2025.01.30 20:24:47.539746 [ 271 ] {88323727-3e09-4769-907f-07816d76d4b6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10053 | 2025.01.30 20:24:47.539989 [ 271 ] {88323727-3e09-4769-907f-07816d76d4b6} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10054 | 2025.01.30 20:24:47.540158 [ 106 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10055 | 2025.01.30 20:24:47.540218 [ 271 ] {88323727-3e09-4769-907f-07816d76d4b6} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001614 sec., 27261.462205700125 rows/sec., 1.94 MiB/sec. | ||
| 10056 | 2025.01.30 20:24:47.540265 [ 106 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2025.01.30 20:24:47.540326 [ 271 ] {88323727-3e09-4769-907f-07816d76d4b6} <Debug> TCPHandler: Processed in 0.001898863 sec. | ||
| 10058 | 2025.01.30 20:24:47.540333 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10059 | 2025.01.30 20:24:47.540636 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10060 | 2025.01.30 20:24:47.540659 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 10061 | 2025.01.30 20:24:47.541290 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10062 | 2025.01.30 20:24:47.541293 [ 270 ] {4e297cf1-3486-4862-9839-0e8e3885ac39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10063 | 2025.01.30 20:24:47.541448 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 64 rows starting from the beginning of the part | ||
| 10064 | 2025.01.30 20:24:47.541502 [ 270 ] {4e297cf1-3486-4862-9839-0e8e3885ac39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10065 | 2025.01.30 20:24:47.542009 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 38 rows starting from the beginning of the part | ||
| 10066 | 2025.01.30 20:24:47.542496 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part | ||
| 10067 | 2025.01.30 20:24:47.542873 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 38 rows starting from the beginning of the part | ||
| 10068 | 2025.01.30 20:24:47.543268 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 10069 | 2025.01.30 20:24:47.543592 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 44 rows starting from the beginning of the part | ||
| 10070 | 2025.01.30 20:24:47.544640 [ 270 ] {4e297cf1-3486-4862-9839-0e8e3885ac39} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10071 | 2025.01.30 20:24:47.544703 [ 270 ] {4e297cf1-3486-4862-9839-0e8e3885ac39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10072 | 2025.01.30 20:24:47.545706 [ 270 ] {4e297cf1-3486-4862-9839-0e8e3885ac39} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10073 | 2025.01.30 20:24:47.546266 [ 270 ] {4e297cf1-3486-4862-9839-0e8e3885ac39} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10074 | 2025.01.30 20:24:47.546300 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834952 sec., 35304.48922287621 rows/sec., 2.65 MiB/sec. | ||
| 10075 | 2025.01.30 20:24:47.546525 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10076 | 2025.01.30 20:24:47.546556 [ 270 ] {4e297cf1-3486-4862-9839-0e8e3885ac39} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005506 sec., 43952.052306574646 rows/sec., 2.98 MiB/sec. | ||
| 10077 | 2025.01.30 20:24:47.546630 [ 270 ] {4e297cf1-3486-4862-9839-0e8e3885ac39} <Debug> TCPHandler: Processed in 0.006198372 sec. | ||
| 10078 | 2025.01.30 20:24:47.546905 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10079 | 2025.01.30 20:24:47.546905 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10080 | 2025.01.30 20:24:47.547110 [ 271 ] {31abbd29-e31a-4b9c-b2a1-69bc1d98c976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10081 | 2025.01.30 20:24:47.547124 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_76_15} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10082 | 2025.01.30 20:24:47.547183 [ 271 ] {31abbd29-e31a-4b9c-b2a1-69bc1d98c976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10083 | 2025.01.30 20:24:47.547314 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10084 | 2025.01.30 20:24:47.547981 [ 271 ] {31abbd29-e31a-4b9c-b2a1-69bc1d98c976} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10085 | 2025.01.30 20:24:47.548025 [ 271 ] {31abbd29-e31a-4b9c-b2a1-69bc1d98c976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10086 | 2025.01.30 20:24:47.548387 [ 271 ] {31abbd29-e31a-4b9c-b2a1-69bc1d98c976} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10087 | 2025.01.30 20:24:47.548641 [ 271 ] {31abbd29-e31a-4b9c-b2a1-69bc1d98c976} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10088 | 2025.01.30 20:24:47.548912 [ 271 ] {31abbd29-e31a-4b9c-b2a1-69bc1d98c976} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001862 sec., 6981.740064446832 rows/sec., 435.31 KiB/sec. | ||
| 10089 | 2025.01.30 20:24:47.549145 [ 271 ] {31abbd29-e31a-4b9c-b2a1-69bc1d98c976} <Debug> TCPHandler: Processed in 0.002401107 sec. | ||
| 10090 | 2025.01.30 20:24:47.549378 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10091 | 2025.01.30 20:24:47.549594 [ 270 ] {2e9f42b6-f652-4279-b7f0-00cdce9f686a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10092 | 2025.01.30 20:24:47.549685 [ 270 ] {2e9f42b6-f652-4279-b7f0-00cdce9f686a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10093 | 2025.01.30 20:24:47.550711 [ 270 ] {2e9f42b6-f652-4279-b7f0-00cdce9f686a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10094 | 2025.01.30 20:24:47.550752 [ 270 ] {2e9f42b6-f652-4279-b7f0-00cdce9f686a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10095 | 2025.01.30 20:24:47.551152 [ 270 ] {2e9f42b6-f652-4279-b7f0-00cdce9f686a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10096 | 2025.01.30 20:24:47.551399 [ 270 ] {2e9f42b6-f652-4279-b7f0-00cdce9f686a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10097 | 2025.01.30 20:24:47.551645 [ 270 ] {2e9f42b6-f652-4279-b7f0-00cdce9f686a} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.002092 sec., 418260.0382409178 rows/sec., 30.32 MiB/sec. | ||
| 10098 | 2025.01.30 20:24:47.551701 [ 270 ] {2e9f42b6-f652-4279-b7f0-00cdce9f686a} <Debug> TCPHandler: Processed in 0.002445558 sec. | ||
| 10099 | 2025.01.30 20:24:47.551993 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10100 | 2025.01.30 20:24:47.552238 [ 271 ] {9ff027f9-c655-45c5-a621-b774aacf0bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10101 | 2025.01.30 20:24:47.552333 [ 271 ] {9ff027f9-c655-45c5-a621-b774aacf0bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10102 | 2025.01.30 20:24:47.553075 [ 271 ] {9ff027f9-c655-45c5-a621-b774aacf0bfd} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10103 | 2025.01.30 20:24:47.553115 [ 271 ] {9ff027f9-c655-45c5-a621-b774aacf0bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10104 | 2025.01.30 20:24:47.553495 [ 271 ] {9ff027f9-c655-45c5-a621-b774aacf0bfd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10105 | 2025.01.30 20:24:47.553731 [ 271 ] {9ff027f9-c655-45c5-a621-b774aacf0bfd} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10106 | 2025.01.30 20:24:47.553985 [ 271 ] {9ff027f9-c655-45c5-a621-b774aacf0bfd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001802 sec., 3329.6337402885683 rows/sec., 173.96 KiB/sec. | ||
| 10107 | 2025.01.30 20:24:47.554198 [ 271 ] {9ff027f9-c655-45c5-a621-b774aacf0bfd} <Debug> TCPHandler: Processed in 0.002386805 sec. | ||
| 10108 | 2025.01.30 20:24:47.554423 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10109 | 2025.01.30 20:24:47.554643 [ 270 ] {cab8d2a0-f36d-47f5-85c3-cf742e7684b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10110 | 2025.01.30 20:24:47.554741 [ 270 ] {cab8d2a0-f36d-47f5-85c3-cf742e7684b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10111 | 2025.01.30 20:24:47.555595 [ 270 ] {cab8d2a0-f36d-47f5-85c3-cf742e7684b4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10112 | 2025.01.30 20:24:47.555636 [ 270 ] {cab8d2a0-f36d-47f5-85c3-cf742e7684b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10113 | 2025.01.30 20:24:47.556079 [ 270 ] {cab8d2a0-f36d-47f5-85c3-cf742e7684b4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10114 | 2025.01.30 20:24:47.556324 [ 270 ] {cab8d2a0-f36d-47f5-85c3-cf742e7684b4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10115 | 2025.01.30 20:24:47.556583 [ 270 ] {cab8d2a0-f36d-47f5-85c3-cf742e7684b4} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001988 sec., 482897.38430583494 rows/sec., 32.27 MiB/sec. | ||
| 10116 | 2025.01.30 20:24:47.556684 [ 270 ] {cab8d2a0-f36d-47f5-85c3-cf742e7684b4} <Debug> TCPHandler: Processed in 0.002365745 sec. | ||
| 10117 | 2025.01.30 20:24:47.556987 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10118 | 2025.01.30 20:24:47.557210 [ 271 ] {08777179-158c-4c3e-b220-ed3d499af9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10119 | 2025.01.30 20:24:47.557309 [ 271 ] {08777179-158c-4c3e-b220-ed3d499af9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10120 | 2025.01.30 20:24:47.558049 [ 271 ] {08777179-158c-4c3e-b220-ed3d499af9fe} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10121 | 2025.01.30 20:24:47.558089 [ 271 ] {08777179-158c-4c3e-b220-ed3d499af9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10122 | 2025.01.30 20:24:47.558461 [ 271 ] {08777179-158c-4c3e-b220-ed3d499af9fe} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10123 | 2025.01.30 20:24:47.558704 [ 271 ] {08777179-158c-4c3e-b220-ed3d499af9fe} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10124 | 2025.01.30 20:24:47.558921 [ 271 ] {08777179-158c-4c3e-b220-ed3d499af9fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001766 sec., 566.2514156285391 rows/sec., 38.16 KiB/sec. | ||
| 10125 | 2025.01.30 20:24:47.558972 [ 271 ] {08777179-158c-4c3e-b220-ed3d499af9fe} <Debug> TCPHandler: Processed in 0.00216682 sec. | ||
| 10126 | 2025.01.30 20:24:47.559175 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10127 | 2025.01.30 20:24:47.559398 [ 270 ] {8518ceb4-b409-47e8-84ed-fa521a3506e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10128 | 2025.01.30 20:24:47.559538 [ 270 ] {8518ceb4-b409-47e8-84ed-fa521a3506e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10129 | 2025.01.30 20:24:47.560869 [ 270 ] {8518ceb4-b409-47e8-84ed-fa521a3506e5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10130 | 2025.01.30 20:24:47.560908 [ 270 ] {8518ceb4-b409-47e8-84ed-fa521a3506e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10131 | 2025.01.30 20:24:47.561555 [ 270 ] {8518ceb4-b409-47e8-84ed-fa521a3506e5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10132 | 2025.01.30 20:24:47.561808 [ 270 ] {8518ceb4-b409-47e8-84ed-fa521a3506e5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2025.01.30 20:24:47.561996 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10134 | 2025.01.30 20:24:47.562061 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10135 | 2025.01.30 20:24:47.562093 [ 270 ] {8518ceb4-b409-47e8-84ed-fa521a3506e5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002739 sec., 11317.999269806498 rows/sec., 20.28 MiB/sec. | ||
| 10136 | 2025.01.30 20:24:47.562105 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10137 | 2025.01.30 20:24:47.562384 [ 270 ] {8518ceb4-b409-47e8-84ed-fa521a3506e5} <Debug> TCPHandler: Processed in 0.003315202 sec. | ||
| 10138 | 2025.01.30 20:24:47.562391 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 10139 | 2025.01.30 20:24:47.562670 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10140 | 2025.01.30 20:24:47.562801 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10141 | 2025.01.30 20:24:47.562974 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1396 rows starting from the beginning of the part | ||
| 10142 | 2025.01.30 20:24:47.563009 [ 271 ] {ebef892b-0a36-4b64-982a-ff9a981d4016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10143 | 2025.01.30 20:24:47.563149 [ 271 ] {ebef892b-0a36-4b64-982a-ff9a981d4016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10144 | 2025.01.30 20:24:47.563799 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 31 rows starting from the beginning of the part | ||
| 10145 | 2025.01.30 20:24:47.564582 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 10146 | 2025.01.30 20:24:47.565330 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 31 rows starting from the beginning of the part | ||
| 10147 | 2025.01.30 20:24:47.565460 [ 271 ] {ebef892b-0a36-4b64-982a-ff9a981d4016} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10148 | 2025.01.30 20:24:47.565612 [ 271 ] {ebef892b-0a36-4b64-982a-ff9a981d4016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10149 | 2025.01.30 20:24:47.566004 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 10150 | 2025.01.30 20:24:47.566582 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 31 rows starting from the beginning of the part | ||
| 10151 | 2025.01.30 20:24:47.567254 [ 271 ] {ebef892b-0a36-4b64-982a-ff9a981d4016} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10152 | 2025.01.30 20:24:47.567802 [ 271 ] {ebef892b-0a36-4b64-982a-ff9a981d4016} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10153 | 2025.01.30 20:24:47.568345 [ 271 ] {ebef892b-0a36-4b64-982a-ff9a981d4016} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005398 sec., 15190.811411633938 rows/sec., 987.96 KiB/sec. | ||
| 10154 | 2025.01.30 20:24:47.568513 [ 271 ] {ebef892b-0a36-4b64-982a-ff9a981d4016} <Debug> TCPHandler: Processed in 0.006029268 sec. | ||
| 10155 | 2025.01.30 20:24:47.575440 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1505 rows, containing 19 columns (19 merged, 0 gathered) in 0.013192526 sec., 114079.74484947008 rows/sec., 204.43 MiB/sec. | ||
| 10156 | 2025.01.30 20:24:47.577500 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10157 | 2025.01.30 20:24:47.577938 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10158 | 2025.01.30 20:24:47.578027 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10159 | 2025.01.30 20:24:47.578191 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
| 10160 | 2025.01.30 20:24:48.000240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.83 MiB, peak 252.00 MiB, free memory in arenas 0.00 B, will set to 243.36 MiB (RSS), difference: 3.54 MiB | ||
| 10161 | 2025.01.30 20:24:49.245901 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 10162 | 2025.01.30 20:24:49.246692 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10163 | 2025.01.30 20:24:49.246748 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. | ||
| 10164 | 2025.01.30 20:24:49.247293 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10165 | 2025.01.30 20:24:49.247547 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10166 | 2025.01.30 20:24:49.247827 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 10167 | 2025.01.30 20:24:51.093797 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
| 10168 | 2025.01.30 20:24:51.114753 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10169 | 2025.01.30 20:24:51.114818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10170 | 2025.01.30 20:24:51.122521 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10171 | 2025.01.30 20:24:51.123439 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10172 | 2025.01.30 20:24:51.127429 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 10173 | 2025.01.30 20:24:52.831587 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10174 | 2025.01.30 20:24:52.831786 [ 270 ] {05c16b4a-57d7-4c6f-b2ea-9a880fec6851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10175 | 2025.01.30 20:24:52.831860 [ 270 ] {05c16b4a-57d7-4c6f-b2ea-9a880fec6851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10176 | 2025.01.30 20:24:52.832651 [ 270 ] {05c16b4a-57d7-4c6f-b2ea-9a880fec6851} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10177 | 2025.01.30 20:24:52.832702 [ 270 ] {05c16b4a-57d7-4c6f-b2ea-9a880fec6851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10178 | 2025.01.30 20:24:52.833143 [ 270 ] {05c16b4a-57d7-4c6f-b2ea-9a880fec6851} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10179 | 2025.01.30 20:24:52.833403 [ 270 ] {05c16b4a-57d7-4c6f-b2ea-9a880fec6851} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10180 | 2025.01.30 20:24:52.833650 [ 270 ] {05c16b4a-57d7-4c6f-b2ea-9a880fec6851} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001921 sec., 37480.47891723061 rows/sec., 3.01 MiB/sec. | ||
| 10181 | 2025.01.30 20:24:52.833707 [ 270 ] {05c16b4a-57d7-4c6f-b2ea-9a880fec6851} <Debug> TCPHandler: Processed in 0.002256753 sec. | ||
| 10182 | 2025.01.30 20:24:52.833974 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10183 | 2025.01.30 20:24:52.834181 [ 271 ] {046c5526-2ae0-425e-b9e8-b3bee90411fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10184 | 2025.01.30 20:24:52.834255 [ 271 ] {046c5526-2ae0-425e-b9e8-b3bee90411fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10185 | 2025.01.30 20:24:52.835012 [ 271 ] {046c5526-2ae0-425e-b9e8-b3bee90411fe} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10186 | 2025.01.30 20:24:52.835064 [ 271 ] {046c5526-2ae0-425e-b9e8-b3bee90411fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10187 | 2025.01.30 20:24:52.835506 [ 271 ] {046c5526-2ae0-425e-b9e8-b3bee90411fe} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10188 | 2025.01.30 20:24:52.835760 [ 271 ] {046c5526-2ae0-425e-b9e8-b3bee90411fe} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10189 | 2025.01.30 20:24:52.836041 [ 271 ] {046c5526-2ae0-425e-b9e8-b3bee90411fe} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001904 sec., 4201.680672268907 rows/sec., 315.95 KiB/sec. | ||
| 10190 | 2025.01.30 20:24:52.836122 [ 271 ] {046c5526-2ae0-425e-b9e8-b3bee90411fe} <Debug> TCPHandler: Processed in 0.002289223 sec. | ||
| 10191 | 2025.01.30 20:24:52.836384 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10192 | 2025.01.30 20:24:52.836543 [ 270 ] {79b587df-c324-44e9-a80d-52e0a0c30f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10193 | 2025.01.30 20:24:52.836592 [ 270 ] {79b587df-c324-44e9-a80d-52e0a0c30f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10194 | 2025.01.30 20:24:52.837228 [ 270 ] {79b587df-c324-44e9-a80d-52e0a0c30f8c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10195 | 2025.01.30 20:24:52.837269 [ 270 ] {79b587df-c324-44e9-a80d-52e0a0c30f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10196 | 2025.01.30 20:24:52.837657 [ 270 ] {79b587df-c324-44e9-a80d-52e0a0c30f8c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10197 | 2025.01.30 20:24:52.837900 [ 270 ] {79b587df-c324-44e9-a80d-52e0a0c30f8c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10198 | 2025.01.30 20:24:52.838119 [ 270 ] {79b587df-c324-44e9-a80d-52e0a0c30f8c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001602 sec., 44943.8202247191 rows/sec., 3.51 MiB/sec. | ||
| 10199 | 2025.01.30 20:24:52.838172 [ 270 ] {79b587df-c324-44e9-a80d-52e0a0c30f8c} <Debug> TCPHandler: Processed in 0.001933594 sec. | ||
| 10200 | 2025.01.30 20:24:52.838335 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10201 | 2025.01.30 20:24:52.838477 [ 271 ] {c9bee755-6a22-43e8-92f9-955ad5ab47ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10202 | 2025.01.30 20:24:52.838544 [ 271 ] {c9bee755-6a22-43e8-92f9-955ad5ab47ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10203 | 2025.01.30 20:24:52.839189 [ 271 ] {c9bee755-6a22-43e8-92f9-955ad5ab47ce} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10204 | 2025.01.30 20:24:52.839230 [ 271 ] {c9bee755-6a22-43e8-92f9-955ad5ab47ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10205 | 2025.01.30 20:24:52.839633 [ 271 ] {c9bee755-6a22-43e8-92f9-955ad5ab47ce} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10206 | 2025.01.30 20:24:52.839871 [ 271 ] {c9bee755-6a22-43e8-92f9-955ad5ab47ce} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10207 | 2025.01.30 20:24:52.840135 [ 271 ] {c9bee755-6a22-43e8-92f9-955ad5ab47ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 10208 | 2025.01.30 20:24:52.840191 [ 271 ] {c9bee755-6a22-43e8-92f9-955ad5ab47ce} <Debug> TCPHandler: Processed in 0.001924823 sec. | ||
| 10209 | 2025.01.30 20:24:52.840441 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10210 | 2025.01.30 20:24:52.840618 [ 270 ] {97e136dc-6726-4ffe-8d01-cc4953a0a43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10211 | 2025.01.30 20:24:52.840699 [ 270 ] {97e136dc-6726-4ffe-8d01-cc4953a0a43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10212 | 2025.01.30 20:24:52.841831 [ 270 ] {97e136dc-6726-4ffe-8d01-cc4953a0a43c} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10213 | 2025.01.30 20:24:52.841870 [ 270 ] {97e136dc-6726-4ffe-8d01-cc4953a0a43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10214 | 2025.01.30 20:24:52.842490 [ 270 ] {97e136dc-6726-4ffe-8d01-cc4953a0a43c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10215 | 2025.01.30 20:24:52.842745 [ 270 ] {97e136dc-6726-4ffe-8d01-cc4953a0a43c} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10216 | 2025.01.30 20:24:52.842992 [ 270 ] {97e136dc-6726-4ffe-8d01-cc4953a0a43c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002399 sec., 3334.7228011671527 rows/sec., 5.98 MiB/sec. | ||
| 10217 | 2025.01.30 20:24:52.843086 [ 270 ] {97e136dc-6726-4ffe-8d01-cc4953a0a43c} <Debug> TCPHandler: Processed in 0.002809949 sec. | ||
| 10218 | 2025.01.30 20:24:52.843256 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10219 | 2025.01.30 20:24:52.843405 [ 271 ] {2e0886c0-875d-4bac-b0d1-037e3be30228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10220 | 2025.01.30 20:24:52.843466 [ 271 ] {2e0886c0-875d-4bac-b0d1-037e3be30228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10221 | 2025.01.30 20:24:52.844053 [ 271 ] {2e0886c0-875d-4bac-b0d1-037e3be30228} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2025.01.30 20:24:52.844093 [ 271 ] {2e0886c0-875d-4bac-b0d1-037e3be30228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10223 | 2025.01.30 20:24:52.844485 [ 271 ] {2e0886c0-875d-4bac-b0d1-037e3be30228} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10224 | 2025.01.30 20:24:52.844726 [ 271 ] {2e0886c0-875d-4bac-b0d1-037e3be30228} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2025.01.30 20:24:52.844977 [ 271 ] {2e0886c0-875d-4bac-b0d1-037e3be30228} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001596 sec., 37593.984962406015 rows/sec., 2.53 MiB/sec. | ||
| 10226 | 2025.01.30 20:24:52.845030 [ 271 ] {2e0886c0-875d-4bac-b0d1-037e3be30228} <Debug> TCPHandler: Processed in 0.001844861 sec. | ||
| 10227 | 2025.01.30 20:24:56.562146 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10228 | 2025.01.30 20:24:56.562219 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10229 | 2025.01.30 20:24:56.747942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 10230 | 2025.01.30 20:24:56.748564 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10231 | 2025.01.30 20:24:56.748609 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10232 | 2025.01.30 20:24:56.749114 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10233 | 2025.01.30 20:24:56.749367 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2025.01.30 20:24:56.749567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 10235 | 2025.01.30 20:24:56.865378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1392 | ||
| 10236 | 2025.01.30 20:24:56.868497 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10237 | 2025.01.30 20:24:56.868552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10238 | 2025.01.30 20:24:56.870029 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10239 | 2025.01.30 20:24:56.870350 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10240 | 2025.01.30 20:24:56.870870 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1392 | ||
| 10241 | 2025.01.30 20:24:57.837799 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10242 | 2025.01.30 20:24:57.838100 [ 270 ] {83e2dfd2-09f0-4d71-ab3d-071fb15bc2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10243 | 2025.01.30 20:24:57.838211 [ 270 ] {83e2dfd2-09f0-4d71-ab3d-071fb15bc2a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10244 | 2025.01.30 20:24:57.838999 [ 270 ] {83e2dfd2-09f0-4d71-ab3d-071fb15bc2a4} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10245 | 2025.01.30 20:24:57.839040 [ 270 ] {83e2dfd2-09f0-4d71-ab3d-071fb15bc2a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10246 | 2025.01.30 20:24:57.839459 [ 270 ] {83e2dfd2-09f0-4d71-ab3d-071fb15bc2a4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10247 | 2025.01.30 20:24:57.839715 [ 270 ] {83e2dfd2-09f0-4d71-ab3d-071fb15bc2a4} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10248 | 2025.01.30 20:24:57.839851 [ 95 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 10249 | 2025.01.30 20:24:57.839901 [ 95 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10250 | 2025.01.30 20:24:57.839920 [ 270 ] {83e2dfd2-09f0-4d71-ab3d-071fb15bc2a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec. | ||
| 10251 | 2025.01.30 20:24:57.839932 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10252 | 2025.01.30 20:24:57.840022 [ 270 ] {83e2dfd2-09f0-4d71-ab3d-071fb15bc2a4} <Debug> TCPHandler: Processed in 0.002403687 sec. | ||
| 10253 | 2025.01.30 20:24:57.840195 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 10254 | 2025.01.30 20:24:57.840333 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10255 | 2025.01.30 20:24:57.840416 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10256 | 2025.01.30 20:24:57.840476 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 10257 | 2025.01.30 20:24:57.840683 [ 271 ] {fabc1aa9-5bae-423c-9b8e-6933bbb13e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10258 | 2025.01.30 20:24:57.840712 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 10259 | 2025.01.30 20:24:57.840897 [ 271 ] {fabc1aa9-5bae-423c-9b8e-6933bbb13e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10260 | 2025.01.30 20:24:57.841107 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 10261 | 2025.01.30 20:24:57.841551 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 10262 | 2025.01.30 20:24:57.841902 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 10263 | 2025.01.30 20:24:57.844918 [ 271 ] {fabc1aa9-5bae-423c-9b8e-6933bbb13e23} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10264 | 2025.01.30 20:24:57.844997 [ 271 ] {fabc1aa9-5bae-423c-9b8e-6933bbb13e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10265 | 2025.01.30 20:24:57.845349 [ 197 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005298207 sec., 13212.01682002987 rows/sec., 1002.70 KiB/sec. | ||
| 10266 | 2025.01.30 20:24:57.845519 [ 197 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 10267 | 2025.01.30 20:24:57.845719 [ 271 ] {fabc1aa9-5bae-423c-9b8e-6933bbb13e23} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10268 | 2025.01.30 20:24:57.845879 [ 197 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_25_6} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10269 | 2025.01.30 20:24:57.845995 [ 197 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_25_6} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 10270 | 2025.01.30 20:24:57.846025 [ 271 ] {fabc1aa9-5bae-423c-9b8e-6933bbb13e23} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10271 | 2025.01.30 20:24:57.846114 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10272 | 2025.01.30 20:24:57.846337 [ 271 ] {fabc1aa9-5bae-423c-9b8e-6933bbb13e23} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.005797 sec., 45713.2999827497 rows/sec., 4.03 MiB/sec. | ||
| 10273 | 2025.01.30 20:24:57.846478 [ 271 ] {fabc1aa9-5bae-423c-9b8e-6933bbb13e23} <Debug> TCPHandler: Processed in 0.006333216 sec. | ||
| 10274 | 2025.01.30 20:24:57.846735 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10275 | 2025.01.30 20:24:57.846984 [ 270 ] {7adabe02-b801-4bf7-bdda-35de1504848c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10276 | 2025.01.30 20:24:57.847072 [ 270 ] {7adabe02-b801-4bf7-bdda-35de1504848c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10277 | 2025.01.30 20:24:57.847760 [ 270 ] {7adabe02-b801-4bf7-bdda-35de1504848c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10278 | 2025.01.30 20:24:57.847798 [ 270 ] {7adabe02-b801-4bf7-bdda-35de1504848c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10279 | 2025.01.30 20:24:57.848155 [ 270 ] {7adabe02-b801-4bf7-bdda-35de1504848c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10280 | 2025.01.30 20:24:57.848395 [ 270 ] {7adabe02-b801-4bf7-bdda-35de1504848c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10281 | 2025.01.30 20:24:57.848575 [ 270 ] {7adabe02-b801-4bf7-bdda-35de1504848c} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001646 sec., 23086.26974483597 rows/sec., 1.65 MiB/sec. | ||
| 10282 | 2025.01.30 20:24:57.848625 [ 270 ] {7adabe02-b801-4bf7-bdda-35de1504848c} <Debug> TCPHandler: Processed in 0.002035416 sec. | ||
| 10283 | 2025.01.30 20:24:57.848782 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10284 | 2025.01.30 20:24:57.848925 [ 271 ] {04a4839d-d56b-41c2-9fa0-8eb3de84dd87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10285 | 2025.01.30 20:24:57.848984 [ 271 ] {04a4839d-d56b-41c2-9fa0-8eb3de84dd87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10286 | 2025.01.30 20:24:57.849604 [ 271 ] {04a4839d-d56b-41c2-9fa0-8eb3de84dd87} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10287 | 2025.01.30 20:24:57.849645 [ 271 ] {04a4839d-d56b-41c2-9fa0-8eb3de84dd87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10288 | 2025.01.30 20:24:57.850008 [ 271 ] {04a4839d-d56b-41c2-9fa0-8eb3de84dd87} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10289 | 2025.01.30 20:24:57.850249 [ 271 ] {04a4839d-d56b-41c2-9fa0-8eb3de84dd87} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10290 | 2025.01.30 20:24:57.850462 [ 271 ] {04a4839d-d56b-41c2-9fa0-8eb3de84dd87} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001569 sec., 8922.880815806246 rows/sec., 624.90 KiB/sec. | ||
| 10291 | 2025.01.30 20:24:57.850514 [ 271 ] {04a4839d-d56b-41c2-9fa0-8eb3de84dd87} <Debug> TCPHandler: Processed in 0.00179909 sec. | ||
| 10292 | 2025.01.30 20:24:57.850671 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10293 | 2025.01.30 20:24:57.850788 [ 270 ] {4bc9214f-3802-481b-826d-922f01f40761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10294 | 2025.01.30 20:24:57.850836 [ 270 ] {4bc9214f-3802-481b-826d-922f01f40761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10295 | 2025.01.30 20:24:57.851409 [ 270 ] {4bc9214f-3802-481b-826d-922f01f40761} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10296 | 2025.01.30 20:24:57.851446 [ 270 ] {4bc9214f-3802-481b-826d-922f01f40761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10297 | 2025.01.30 20:24:57.851787 [ 270 ] {4bc9214f-3802-481b-826d-922f01f40761} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10298 | 2025.01.30 20:24:57.852022 [ 270 ] {4bc9214f-3802-481b-826d-922f01f40761} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2025.01.30 20:24:57.852138 [ 95 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 10300 | 2025.01.30 20:24:57.852174 [ 95 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10301 | 2025.01.30 20:24:57.852192 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10302 | 2025.01.30 20:24:57.852210 [ 270 ] {4bc9214f-3802-481b-826d-922f01f40761} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001442 sec., 9015.256588072123 rows/sec., 562.10 KiB/sec. | ||
| 10303 | 2025.01.30 20:24:57.852366 [ 270 ] {4bc9214f-3802-481b-826d-922f01f40761} <Debug> TCPHandler: Processed in 0.001751009 sec. | ||
| 10304 | 2025.01.30 20:24:57.852458 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 10305 | 2025.01.30 20:24:57.852557 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10306 | 2025.01.30 20:24:57.852731 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10307 | 2025.01.30 20:24:57.852791 [ 271 ] {81a40486-292b-469d-a443-cf5ae08a5194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10308 | 2025.01.30 20:24:57.852811 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 10309 | 2025.01.30 20:24:57.852897 [ 271 ] {81a40486-292b-469d-a443-cf5ae08a5194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10310 | 2025.01.30 20:24:57.853222 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 10311 | 2025.01.30 20:24:57.853579 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 10312 | 2025.01.30 20:24:57.853946 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 10313 | 2025.01.30 20:24:57.854306 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 10314 | 2025.01.30 20:24:57.855880 [ 271 ] {81a40486-292b-469d-a443-cf5ae08a5194} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10315 | 2025.01.30 20:24:57.855955 [ 271 ] {81a40486-292b-469d-a443-cf5ae08a5194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10316 | 2025.01.30 20:24:57.856676 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004386441 sec., 14818.391493240193 rows/sec., 981.81 KiB/sec. | ||
| 10317 | 2025.01.30 20:24:57.856877 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 10318 | 2025.01.30 20:24:57.856940 [ 271 ] {81a40486-292b-469d-a443-cf5ae08a5194} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10319 | 2025.01.30 20:24:57.857450 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_25_6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10320 | 2025.01.30 20:24:57.857455 [ 271 ] {81a40486-292b-469d-a443-cf5ae08a5194} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10321 | 2025.01.30 20:24:57.857631 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_25_6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 10322 | 2025.01.30 20:24:57.857881 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10323 | 2025.01.30 20:24:57.857942 [ 271 ] {81a40486-292b-469d-a443-cf5ae08a5194} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.005207 sec., 79316.30497407337 rows/sec., 5.66 MiB/sec. | ||
| 10324 | 2025.01.30 20:24:57.858009 [ 271 ] {81a40486-292b-469d-a443-cf5ae08a5194} <Debug> TCPHandler: Processed in 0.005546483 sec. | ||
| 10325 | 2025.01.30 20:24:57.858168 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10326 | 2025.01.30 20:24:57.858335 [ 270 ] {5bb3e7ea-dfe7-4771-8225-ea8ef2afd350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10327 | 2025.01.30 20:24:57.858395 [ 270 ] {5bb3e7ea-dfe7-4771-8225-ea8ef2afd350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10328 | 2025.01.30 20:24:57.858965 [ 270 ] {5bb3e7ea-dfe7-4771-8225-ea8ef2afd350} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10329 | 2025.01.30 20:24:57.859008 [ 270 ] {5bb3e7ea-dfe7-4771-8225-ea8ef2afd350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10330 | 2025.01.30 20:24:57.859410 [ 270 ] {5bb3e7ea-dfe7-4771-8225-ea8ef2afd350} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10331 | 2025.01.30 20:24:57.859648 [ 270 ] {5bb3e7ea-dfe7-4771-8225-ea8ef2afd350} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10332 | 2025.01.30 20:24:57.859830 [ 270 ] {5bb3e7ea-dfe7-4771-8225-ea8ef2afd350} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 205.42 KiB/sec. | ||
| 10333 | 2025.01.30 20:24:57.859878 [ 270 ] {5bb3e7ea-dfe7-4771-8225-ea8ef2afd350} <Debug> TCPHandler: Processed in 0.001780729 sec. | ||
| 10334 | 2025.01.30 20:24:57.860020 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10335 | 2025.01.30 20:24:57.860138 [ 271 ] {cef6a34a-cd2e-4518-a207-c763b2376292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10336 | 2025.01.30 20:24:57.860192 [ 271 ] {cef6a34a-cd2e-4518-a207-c763b2376292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10337 | 2025.01.30 20:24:57.860907 [ 271 ] {cef6a34a-cd2e-4518-a207-c763b2376292} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10338 | 2025.01.30 20:24:57.860954 [ 271 ] {cef6a34a-cd2e-4518-a207-c763b2376292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10339 | 2025.01.30 20:24:57.861412 [ 271 ] {cef6a34a-cd2e-4518-a207-c763b2376292} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10340 | 2025.01.30 20:24:57.861660 [ 271 ] {cef6a34a-cd2e-4518-a207-c763b2376292} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10341 | 2025.01.30 20:24:57.861890 [ 271 ] {cef6a34a-cd2e-4518-a207-c763b2376292} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001777 sec., 133370.8497467642 rows/sec., 8.94 MiB/sec. | ||
| 10342 | 2025.01.30 20:24:57.861941 [ 271 ] {cef6a34a-cd2e-4518-a207-c763b2376292} <Debug> TCPHandler: Processed in 0.001980035 sec. | ||
| 10343 | 2025.01.30 20:24:57.862087 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10344 | 2025.01.30 20:24:57.862203 [ 270 ] {2bd56fdf-5306-4abd-a5ae-ebe83432b6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10345 | 2025.01.30 20:24:57.862256 [ 270 ] {2bd56fdf-5306-4abd-a5ae-ebe83432b6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10346 | 2025.01.30 20:24:57.862824 [ 270 ] {2bd56fdf-5306-4abd-a5ae-ebe83432b6bd} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10347 | 2025.01.30 20:24:57.862866 [ 270 ] {2bd56fdf-5306-4abd-a5ae-ebe83432b6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10348 | 2025.01.30 20:24:57.863310 [ 270 ] {2bd56fdf-5306-4abd-a5ae-ebe83432b6bd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10349 | 2025.01.30 20:24:57.863601 [ 270 ] {2bd56fdf-5306-4abd-a5ae-ebe83432b6bd} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10350 | 2025.01.30 20:24:57.863738 [ 95 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10351 | 2025.01.30 20:24:57.863782 [ 95 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10352 | 2025.01.30 20:24:57.863809 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10353 | 2025.01.30 20:24:57.863820 [ 270 ] {2bd56fdf-5306-4abd-a5ae-ebe83432b6bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001641 sec., 609.3845216331505 rows/sec., 41.06 KiB/sec. | ||
| 10354 | 2025.01.30 20:24:57.863942 [ 270 ] {2bd56fdf-5306-4abd-a5ae-ebe83432b6bd} <Debug> TCPHandler: Processed in 0.001914693 sec. | ||
| 10355 | 2025.01.30 20:24:57.863966 [ 195 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 10356 | 2025.01.30 20:24:57.864115 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10357 | 2025.01.30 20:24:57.864126 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10358 | 2025.01.30 20:24:57.864166 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part | ||
| 10359 | 2025.01.30 20:24:57.864440 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 10360 | 2025.01.30 20:24:57.864473 [ 271 ] {de6aa646-4e83-4e8e-a19a-a21784e8aded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10361 | 2025.01.30 20:24:57.864752 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 10362 | 2025.01.30 20:24:57.864875 [ 271 ] {de6aa646-4e83-4e8e-a19a-a21784e8aded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10363 | 2025.01.30 20:24:57.864962 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 10364 | 2025.01.30 20:24:57.865390 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 10365 | 2025.01.30 20:24:57.865876 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 10366 | 2025.01.30 20:24:57.869323 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.005458731 sec., 4763.011769585276 rows/sec., 320.23 KiB/sec. | ||
| 10367 | 2025.01.30 20:24:57.869536 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10368 | 2025.01.30 20:24:57.870067 [ 271 ] {de6aa646-4e83-4e8e-a19a-a21784e8aded} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10369 | 2025.01.30 20:24:57.870140 [ 271 ] {de6aa646-4e83-4e8e-a19a-a21784e8aded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10370 | 2025.01.30 20:24:57.870220 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2025.01.30 20:24:57.870449 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_26_5} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10372 | 2025.01.30 20:24:57.870613 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10373 | 2025.01.30 20:24:57.871196 [ 271 ] {de6aa646-4e83-4e8e-a19a-a21784e8aded} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10374 | 2025.01.30 20:24:57.871463 [ 271 ] {de6aa646-4e83-4e8e-a19a-a21784e8aded} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10375 | 2025.01.30 20:24:57.871717 [ 271 ] {de6aa646-4e83-4e8e-a19a-a21784e8aded} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007402 sec., 4188.057281815725 rows/sec., 7.50 MiB/sec. | ||
| 10376 | 2025.01.30 20:24:57.871823 [ 271 ] {de6aa646-4e83-4e8e-a19a-a21784e8aded} <Debug> TCPHandler: Processed in 0.007793246 sec. | ||
| 10377 | 2025.01.30 20:24:57.871973 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10378 | 2025.01.30 20:24:57.872093 [ 270 ] {302bf860-c9d6-40ba-9f7e-33a996c25e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10379 | 2025.01.30 20:24:57.872142 [ 270 ] {302bf860-c9d6-40ba-9f7e-33a996c25e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10380 | 2025.01.30 20:24:57.872647 [ 270 ] {302bf860-c9d6-40ba-9f7e-33a996c25e8e} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10381 | 2025.01.30 20:24:57.872683 [ 270 ] {302bf860-c9d6-40ba-9f7e-33a996c25e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10382 | 2025.01.30 20:24:57.873057 [ 270 ] {302bf860-c9d6-40ba-9f7e-33a996c25e8e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10383 | 2025.01.30 20:24:57.873300 [ 270 ] {302bf860-c9d6-40ba-9f7e-33a996c25e8e} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10384 | 2025.01.30 20:24:57.873483 [ 270 ] {302bf860-c9d6-40ba-9f7e-33a996c25e8e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001414 sec., 57991.513437058 rows/sec., 3.68 MiB/sec. | ||
| 10385 | 2025.01.30 20:24:57.873532 [ 270 ] {302bf860-c9d6-40ba-9f7e-33a996c25e8e} <Debug> TCPHandler: Processed in 0.001618665 sec. | ||
| 10386 | 2025.01.30 20:24:58.627486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 10387 | 2025.01.30 20:24:58.648018 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10388 | 2025.01.30 20:24:58.648076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10389 | 2025.01.30 20:24:58.655523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10390 | 2025.01.30 20:24:58.656292 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10391 | 2025.01.30 20:24:58.658891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 10392 | 2025.01.30 20:25:02.831635 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10393 | 2025.01.30 20:25:02.831874 [ 270 ] {798332d0-9875-45b6-acd8-407b640eb46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10394 | 2025.01.30 20:25:02.831957 [ 270 ] {798332d0-9875-45b6-acd8-407b640eb46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10395 | 2025.01.30 20:25:02.832853 [ 270 ] {798332d0-9875-45b6-acd8-407b640eb46e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10396 | 2025.01.30 20:25:02.832904 [ 270 ] {798332d0-9875-45b6-acd8-407b640eb46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10397 | 2025.01.30 20:25:02.833374 [ 270 ] {798332d0-9875-45b6-acd8-407b640eb46e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10398 | 2025.01.30 20:25:02.833635 [ 270 ] {798332d0-9875-45b6-acd8-407b640eb46e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10399 | 2025.01.30 20:25:02.833896 [ 270 ] {798332d0-9875-45b6-acd8-407b640eb46e} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.00208 sec., 34615.38461538462 rows/sec., 2.78 MiB/sec. | ||
| 10400 | 2025.01.30 20:25:02.834012 [ 270 ] {798332d0-9875-45b6-acd8-407b640eb46e} <Debug> TCPHandler: Processed in 0.00251804 sec. | ||
| 10401 | 2025.01.30 20:25:02.834303 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10402 | 2025.01.30 20:25:02.834490 [ 271 ] {7e48e6c7-43fb-4cc8-83b0-23078e696f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10403 | 2025.01.30 20:25:02.834562 [ 271 ] {7e48e6c7-43fb-4cc8-83b0-23078e696f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10404 | 2025.01.30 20:25:02.835285 [ 271 ] {7e48e6c7-43fb-4cc8-83b0-23078e696f1b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10405 | 2025.01.30 20:25:02.835328 [ 271 ] {7e48e6c7-43fb-4cc8-83b0-23078e696f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10406 | 2025.01.30 20:25:02.835750 [ 271 ] {7e48e6c7-43fb-4cc8-83b0-23078e696f1b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10407 | 2025.01.30 20:25:02.836003 [ 271 ] {7e48e6c7-43fb-4cc8-83b0-23078e696f1b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10408 | 2025.01.30 20:25:02.836240 [ 271 ] {7e48e6c7-43fb-4cc8-83b0-23078e696f1b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001801 sec., 4441.976679622432 rows/sec., 334.02 KiB/sec. | ||
| 10409 | 2025.01.30 20:25:02.836299 [ 271 ] {7e48e6c7-43fb-4cc8-83b0-23078e696f1b} <Debug> TCPHandler: Processed in 0.002143679 sec. | ||
| 10410 | 2025.01.30 20:25:02.836454 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10411 | 2025.01.30 20:25:02.836599 [ 270 ] {d3775bcd-401b-41d1-82e0-01e9c523e97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10412 | 2025.01.30 20:25:02.836660 [ 270 ] {d3775bcd-401b-41d1-82e0-01e9c523e97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10413 | 2025.01.30 20:25:02.837399 [ 270 ] {d3775bcd-401b-41d1-82e0-01e9c523e97b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10414 | 2025.01.30 20:25:02.837446 [ 270 ] {d3775bcd-401b-41d1-82e0-01e9c523e97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10415 | 2025.01.30 20:25:02.837828 [ 270 ] {d3775bcd-401b-41d1-82e0-01e9c523e97b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10416 | 2025.01.30 20:25:02.838067 [ 270 ] {d3775bcd-401b-41d1-82e0-01e9c523e97b} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10417 | 2025.01.30 20:25:02.838285 [ 270 ] {d3775bcd-401b-41d1-82e0-01e9c523e97b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00172 sec., 41860.46511627907 rows/sec., 3.27 MiB/sec. | ||
| 10418 | 2025.01.30 20:25:02.838339 [ 270 ] {d3775bcd-401b-41d1-82e0-01e9c523e97b} <Debug> TCPHandler: Processed in 0.001950474 sec. | ||
| 10419 | 2025.01.30 20:25:02.838497 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10420 | 2025.01.30 20:25:02.838638 [ 271 ] {2ac6d538-63cf-48f8-8592-49f695cc8cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10421 | 2025.01.30 20:25:02.838703 [ 271 ] {2ac6d538-63cf-48f8-8592-49f695cc8cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10422 | 2025.01.30 20:25:02.839397 [ 271 ] {2ac6d538-63cf-48f8-8592-49f695cc8cbf} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10423 | 2025.01.30 20:25:02.839443 [ 271 ] {2ac6d538-63cf-48f8-8592-49f695cc8cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10424 | 2025.01.30 20:25:02.839844 [ 271 ] {2ac6d538-63cf-48f8-8592-49f695cc8cbf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10425 | 2025.01.30 20:25:02.840076 [ 271 ] {2ac6d538-63cf-48f8-8592-49f695cc8cbf} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10426 | 2025.01.30 20:25:02.840251 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10427 | 2025.01.30 20:25:02.840310 [ 271 ] {2ac6d538-63cf-48f8-8592-49f695cc8cbf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec. | ||
| 10428 | 2025.01.30 20:25:02.840329 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2025.01.30 20:25:02.840397 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10430 | 2025.01.30 20:25:02.840452 [ 271 ] {2ac6d538-63cf-48f8-8592-49f695cc8cbf} <Debug> TCPHandler: Processed in 0.002019136 sec. | ||
| 10431 | 2025.01.30 20:25:02.840622 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 10432 | 2025.01.30 20:25:02.840658 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10433 | 2025.01.30 20:25:02.840866 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10434 | 2025.01.30 20:25:02.840898 [ 270 ] {dbf1daeb-0273-419e-9965-656d751eac91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10435 | 2025.01.30 20:25:02.840928 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22911 rows starting from the beginning of the part | ||
| 10436 | 2025.01.30 20:25:02.841185 [ 270 ] {dbf1daeb-0273-419e-9965-656d751eac91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10437 | 2025.01.30 20:25:02.841281 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 10438 | 2025.01.30 20:25:02.841797 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 960 rows starting from the beginning of the part | ||
| 10439 | 2025.01.30 20:25:02.842128 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 10440 | 2025.01.30 20:25:02.842488 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 10441 | 2025.01.30 20:25:02.842831 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 10442 | 2025.01.30 20:25:02.845453 [ 270 ] {dbf1daeb-0273-419e-9965-656d751eac91} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10443 | 2025.01.30 20:25:02.845499 [ 270 ] {dbf1daeb-0273-419e-9965-656d751eac91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10444 | 2025.01.30 20:25:02.847282 [ 270 ] {dbf1daeb-0273-419e-9965-656d751eac91} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10445 | 2025.01.30 20:25:02.847559 [ 270 ] {dbf1daeb-0273-419e-9965-656d751eac91} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10446 | 2025.01.30 20:25:02.847938 [ 270 ] {dbf1daeb-0273-419e-9965-656d751eac91} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007098 sec., 1127.0780501549732 rows/sec., 2.02 MiB/sec. | ||
| 10447 | 2025.01.30 20:25:02.848065 [ 270 ] {dbf1daeb-0273-419e-9965-656d751eac91} <Debug> TCPHandler: Processed in 0.007516259 sec. | ||
| 10448 | 2025.01.30 20:25:02.848240 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10449 | 2025.01.30 20:25:02.848417 [ 271 ] {9993f733-97c5-4f11-bd3c-e5c7c0a197ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10450 | 2025.01.30 20:25:02.848486 [ 271 ] {9993f733-97c5-4f11-bd3c-e5c7c0a197ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10451 | 2025.01.30 20:25:02.849189 [ 271 ] {9993f733-97c5-4f11-bd3c-e5c7c0a197ac} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10452 | 2025.01.30 20:25:02.849237 [ 271 ] {9993f733-97c5-4f11-bd3c-e5c7c0a197ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10453 | 2025.01.30 20:25:02.849762 [ 271 ] {9993f733-97c5-4f11-bd3c-e5c7c0a197ac} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10454 | 2025.01.30 20:25:02.850010 [ 271 ] {9993f733-97c5-4f11-bd3c-e5c7c0a197ac} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10455 | 2025.01.30 20:25:02.850269 [ 271 ] {9993f733-97c5-4f11-bd3c-e5c7c0a197ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001913 sec., 31364.349189754314 rows/sec., 2.11 MiB/sec. | ||
| 10456 | 2025.01.30 20:25:02.850344 [ 271 ] {9993f733-97c5-4f11-bd3c-e5c7c0a197ac} <Debug> TCPHandler: Processed in 0.002183981 sec. | ||
| 10457 | 2025.01.30 20:25:02.850950 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24588 rows, containing 5 columns (5 merged, 0 gathered) in 0.01044061 sec., 2355034.811184404 rows/sec., 159.37 MiB/sec. | ||
| 10458 | 2025.01.30 20:25:02.851152 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10459 | 2025.01.30 20:25:02.851446 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10460 | 2025.01.30 20:25:02.851520 [ 193 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10461 | 2025.01.30 20:25:02.851599 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 10462 | 2025.01.30 20:25:04.249676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 10463 | 2025.01.30 20:25:04.250479 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10464 | 2025.01.30 20:25:04.250527 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10465 | 2025.01.30 20:25:04.251058 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10466 | 2025.01.30 20:25:04.251321 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10467 | 2025.01.30 20:25:04.251536 [ 87 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10468 | 2025.01.30 20:25:04.251577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 10469 | 2025.01.30 20:25:04.251623 [ 87 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10470 | 2025.01.30 20:25:04.251651 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10471 | 2025.01.30 20:25:04.251774 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 10472 | 2025.01.30 20:25:04.251898 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10473 | 2025.01.30 20:25:04.251938 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 10474 | 2025.01.30 20:25:04.252017 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 10475 | 2025.01.30 20:25:04.252234 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 10476 | 2025.01.30 20:25:04.252438 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 10477 | 2025.01.30 20:25:04.252538 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 10478 | 2025.01.30 20:25:04.252685 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 10479 | 2025.01.30 20:25:04.255229 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003509507 sec., 7978043.639747691 rows/sec., 114.13 MiB/sec. | ||
| 10480 | 2025.01.30 20:25:04.255624 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10481 | 2025.01.30 20:25:04.255956 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10482 | 2025.01.30 20:25:04.256053 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_61_12} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10483 | 2025.01.30 20:25:04.256167 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 10484 | 2025.01.30 20:25:06.158941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 10485 | 2025.01.30 20:25:06.181286 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10486 | 2025.01.30 20:25:06.181341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10487 | 2025.01.30 20:25:06.188702 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10488 | 2025.01.30 20:25:06.189480 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10489 | 2025.01.30 20:25:06.189871 [ 85 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10490 | 2025.01.30 20:25:06.190008 [ 85 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10491 | 2025.01.30 20:25:06.190078 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10492 | 2025.01.30 20:25:06.190382 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 10493 | 2025.01.30 20:25:06.197653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 10494 | 2025.01.30 20:25:06.199081 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10495 | 2025.01.30 20:25:06.199974 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 10496 | 2025.01.30 20:25:06.204994 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 10497 | 2025.01.30 20:25:06.209709 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part | ||
| 10498 | 2025.01.30 20:25:06.214855 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 10499 | 2025.01.30 20:25:06.222265 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 10500 | 2025.01.30 20:25:06.226838 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 10501 | 2025.01.30 20:25:06.284763 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.094536984 sec., 4865.820555476997 rows/sec., 25.16 MiB/sec. | ||
| 10502 | 2025.01.30 20:25:06.288224 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10503 | 2025.01.30 20:25:06.291342 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10504 | 2025.01.30 20:25:06.291464 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_61_12} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10505 | 2025.01.30 20:25:06.294095 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 10506 | 2025.01.30 20:25:06.871067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1426 | ||
| 10507 | 2025.01.30 20:25:06.874210 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10508 | 2025.01.30 20:25:06.874259 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10509 | 2025.01.30 20:25:06.875727 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10510 | 2025.01.30 20:25:06.876031 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10511 | 2025.01.30 20:25:06.876309 [ 84 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10512 | 2025.01.30 20:25:06.876485 [ 84 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10513 | 2025.01.30 20:25:06.876603 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10514 | 2025.01.30 20:25:06.876928 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 10515 | 2025.01.30 20:25:06.877163 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1426 | ||
| 10516 | 2025.01.30 20:25:06.877693 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10517 | 2025.01.30 20:25:06.877818 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1250 rows starting from the beginning of the part | ||
| 10518 | 2025.01.30 20:25:06.878270 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part | ||
| 10519 | 2025.01.30 20:25:06.878702 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part | ||
| 10520 | 2025.01.30 20:25:06.879122 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 10521 | 2025.01.30 20:25:06.879530 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 36 rows starting from the beginning of the part | ||
| 10522 | 2025.01.30 20:25:06.879971 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part | ||
| 10523 | 2025.01.30 20:25:06.887919 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1426 rows, containing 72 columns (72 merged, 0 gathered) in 0.01116772 sec., 127689.44780134171 rows/sec., 100.33 MiB/sec. | ||
| 10524 | 2025.01.30 20:25:06.889916 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10525 | 2025.01.30 20:25:06.890792 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10526 | 2025.01.30 20:25:06.890890 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_41_8} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10527 | 2025.01.30 20:25:06.891237 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10528 | 2025.01.30 20:25:07.836939 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10529 | 2025.01.30 20:25:07.837133 [ 270 ] {b773d0e3-515a-44bb-b8c9-75b9147e21b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10530 | 2025.01.30 20:25:07.837206 [ 270 ] {b773d0e3-515a-44bb-b8c9-75b9147e21b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10531 | 2025.01.30 20:25:07.837968 [ 270 ] {b773d0e3-515a-44bb-b8c9-75b9147e21b8} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10532 | 2025.01.30 20:25:07.838021 [ 270 ] {b773d0e3-515a-44bb-b8c9-75b9147e21b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10533 | 2025.01.30 20:25:07.838449 [ 270 ] {b773d0e3-515a-44bb-b8c9-75b9147e21b8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10534 | 2025.01.30 20:25:07.838704 [ 270 ] {b773d0e3-515a-44bb-b8c9-75b9147e21b8} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10535 | 2025.01.30 20:25:07.838926 [ 270 ] {b773d0e3-515a-44bb-b8c9-75b9147e21b8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec. | ||
| 10536 | 2025.01.30 20:25:07.839029 [ 270 ] {b773d0e3-515a-44bb-b8c9-75b9147e21b8} <Debug> TCPHandler: Processed in 0.002223232 sec. | ||
| 10537 | 2025.01.30 20:25:07.839307 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10538 | 2025.01.30 20:25:07.839495 [ 271 ] {9313ccbb-dc3f-4366-9e4b-82dba7c4f3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10539 | 2025.01.30 20:25:07.839566 [ 271 ] {9313ccbb-dc3f-4366-9e4b-82dba7c4f3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10540 | 2025.01.30 20:25:07.840436 [ 271 ] {9313ccbb-dc3f-4366-9e4b-82dba7c4f3ca} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10541 | 2025.01.30 20:25:07.840482 [ 271 ] {9313ccbb-dc3f-4366-9e4b-82dba7c4f3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10542 | 2025.01.30 20:25:07.840954 [ 271 ] {9313ccbb-dc3f-4366-9e4b-82dba7c4f3ca} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10543 | 2025.01.30 20:25:07.841215 [ 271 ] {9313ccbb-dc3f-4366-9e4b-82dba7c4f3ca} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10544 | 2025.01.30 20:25:07.841424 [ 84 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10545 | 2025.01.30 20:25:07.841488 [ 271 ] {9313ccbb-dc3f-4366-9e4b-82dba7c4f3ca} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002039 sec., 129965.66944580676 rows/sec., 11.44 MiB/sec. | ||
| 10546 | 2025.01.30 20:25:07.841513 [ 84 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10547 | 2025.01.30 20:25:07.841582 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10548 | 2025.01.30 20:25:07.841606 [ 271 ] {9313ccbb-dc3f-4366-9e4b-82dba7c4f3ca} <Debug> TCPHandler: Processed in 0.002454248 sec. | ||
| 10549 | 2025.01.30 20:25:07.841821 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 10550 | 2025.01.30 20:25:07.841832 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10551 | 2025.01.30 20:25:07.842085 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10552 | 2025.01.30 20:25:07.842091 [ 270 ] {bdba020c-a523-494e-b1c6-bedb1437b290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10553 | 2025.01.30 20:25:07.842151 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1432 rows starting from the beginning of the part | ||
| 10554 | 2025.01.30 20:25:07.842184 [ 270 ] {bdba020c-a523-494e-b1c6-bedb1437b290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10555 | 2025.01.30 20:25:07.842500 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1408 rows starting from the beginning of the part | ||
| 10556 | 2025.01.30 20:25:07.842831 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 72 rows starting from the beginning of the part | ||
| 10557 | 2025.01.30 20:25:07.843146 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 265 rows starting from the beginning of the part | ||
| 10558 | 2025.01.30 20:25:07.843552 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 72 rows starting from the beginning of the part | ||
| 10559 | 2025.01.30 20:25:07.843943 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 265 rows starting from the beginning of the part | ||
| 10560 | 2025.01.30 20:25:07.845171 [ 270 ] {bdba020c-a523-494e-b1c6-bedb1437b290} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10561 | 2025.01.30 20:25:07.845225 [ 270 ] {bdba020c-a523-494e-b1c6-bedb1437b290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10562 | 2025.01.30 20:25:07.846158 [ 270 ] {bdba020c-a523-494e-b1c6-bedb1437b290} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10563 | 2025.01.30 20:25:07.846643 [ 270 ] {bdba020c-a523-494e-b1c6-bedb1437b290} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10564 | 2025.01.30 20:25:07.846923 [ 270 ] {bdba020c-a523-494e-b1c6-bedb1437b290} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.004929 sec., 7709.474538445932 rows/sec., 565.45 KiB/sec. | ||
| 10565 | 2025.01.30 20:25:07.847063 [ 270 ] {bdba020c-a523-494e-b1c6-bedb1437b290} <Debug> TCPHandler: Processed in 0.005340158 sec. | ||
| 10566 | 2025.01.30 20:25:07.847368 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10567 | 2025.01.30 20:25:07.847797 [ 271 ] {7f38c28e-47d1-4581-ad37-7db0afb134db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10568 | 2025.01.30 20:25:07.847980 [ 271 ] {7f38c28e-47d1-4581-ad37-7db0afb134db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10569 | 2025.01.30 20:25:07.848717 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 5 columns (5 merged, 0 gathered) in 0.007033885 sec., 499581.66788339586 rows/sec., 43.99 MiB/sec. | ||
| 10570 | 2025.01.30 20:25:07.849034 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10571 | 2025.01.30 20:25:07.849557 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10572 | 2025.01.30 20:25:07.849767 [ 271 ] {7f38c28e-47d1-4581-ad37-7db0afb134db} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10573 | 2025.01.30 20:25:07.849775 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_81_16} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10574 | 2025.01.30 20:25:07.849837 [ 271 ] {7f38c28e-47d1-4581-ad37-7db0afb134db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10575 | 2025.01.30 20:25:07.849955 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 10576 | 2025.01.30 20:25:07.850322 [ 271 ] {7f38c28e-47d1-4581-ad37-7db0afb134db} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 10577 | 2025.01.30 20:25:07.850572 [ 271 ] {7f38c28e-47d1-4581-ad37-7db0afb134db} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10578 | 2025.01.30 20:25:07.850823 [ 271 ] {7f38c28e-47d1-4581-ad37-7db0afb134db} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003172 sec., 4413.619167717528 rows/sec., 309.10 KiB/sec. | ||
| 10579 | 2025.01.30 20:25:07.850980 [ 271 ] {7f38c28e-47d1-4581-ad37-7db0afb134db} <Debug> TCPHandler: Processed in 0.003800376 sec. | ||
| 10580 | 2025.01.30 20:25:07.851174 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10581 | 2025.01.30 20:25:07.851294 [ 270 ] {1e6cd8e8-23e6-4603-84cb-42767fdf7fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10582 | 2025.01.30 20:25:07.851342 [ 270 ] {1e6cd8e8-23e6-4603-84cb-42767fdf7fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10583 | 2025.01.30 20:25:07.851910 [ 270 ] {1e6cd8e8-23e6-4603-84cb-42767fdf7fe6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10584 | 2025.01.30 20:25:07.851949 [ 270 ] {1e6cd8e8-23e6-4603-84cb-42767fdf7fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10585 | 2025.01.30 20:25:07.852313 [ 270 ] {1e6cd8e8-23e6-4603-84cb-42767fdf7fe6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10586 | 2025.01.30 20:25:07.852555 [ 270 ] {1e6cd8e8-23e6-4603-84cb-42767fdf7fe6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10587 | 2025.01.30 20:25:07.852773 [ 270 ] {1e6cd8e8-23e6-4603-84cb-42767fdf7fe6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001502 sec., 8655.126498002663 rows/sec., 539.65 KiB/sec. | ||
| 10588 | 2025.01.30 20:25:07.852826 [ 270 ] {1e6cd8e8-23e6-4603-84cb-42767fdf7fe6} <Debug> TCPHandler: Processed in 0.001719818 sec. | ||
| 10589 | 2025.01.30 20:25:07.852984 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10590 | 2025.01.30 20:25:07.853124 [ 271 ] {ba294669-f9d1-4653-ab33-dd57163274b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10591 | 2025.01.30 20:25:07.853181 [ 271 ] {ba294669-f9d1-4653-ab33-dd57163274b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10592 | 2025.01.30 20:25:07.853998 [ 271 ] {ba294669-f9d1-4653-ab33-dd57163274b1} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10593 | 2025.01.30 20:25:07.854037 [ 271 ] {ba294669-f9d1-4653-ab33-dd57163274b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10594 | 2025.01.30 20:25:07.854420 [ 271 ] {ba294669-f9d1-4653-ab33-dd57163274b1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10595 | 2025.01.30 20:25:07.854691 [ 271 ] {ba294669-f9d1-4653-ab33-dd57163274b1} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10596 | 2025.01.30 20:25:07.854877 [ 82 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10597 | 2025.01.30 20:25:07.854912 [ 271 ] {ba294669-f9d1-4653-ab33-dd57163274b1} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001817 sec., 227297.74353329663 rows/sec., 16.21 MiB/sec. | ||
| 10598 | 2025.01.30 20:25:07.854960 [ 82 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10599 | 2025.01.30 20:25:07.855014 [ 271 ] {ba294669-f9d1-4653-ab33-dd57163274b1} <Debug> TCPHandler: Processed in 0.002095838 sec. | ||
| 10600 | 2025.01.30 20:25:07.855024 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10601 | 2025.01.30 20:25:07.855217 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 10602 | 2025.01.30 20:25:07.855226 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10603 | 2025.01.30 20:25:07.855507 [ 270 ] {91851327-41d2-4302-82cd-dd61cba2f817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10604 | 2025.01.30 20:25:07.855515 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10605 | 2025.01.30 20:25:07.855613 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 10606 | 2025.01.30 20:25:07.855621 [ 270 ] {91851327-41d2-4302-82cd-dd61cba2f817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10607 | 2025.01.30 20:25:07.855908 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 875 rows starting from the beginning of the part | ||
| 10608 | 2025.01.30 20:25:07.856233 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 72 rows starting from the beginning of the part | ||
| 10609 | 2025.01.30 20:25:07.856566 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 413 rows starting from the beginning of the part | ||
| 10610 | 2025.01.30 20:25:07.856869 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 72 rows starting from the beginning of the part | ||
| 10611 | 2025.01.30 20:25:07.857163 [ 186 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 413 rows starting from the beginning of the part | ||
| 10612 | 2025.01.30 20:25:07.858190 [ 270 ] {91851327-41d2-4302-82cd-dd61cba2f817} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10613 | 2025.01.30 20:25:07.858256 [ 270 ] {91851327-41d2-4302-82cd-dd61cba2f817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10614 | 2025.01.30 20:25:07.859133 [ 270 ] {91851327-41d2-4302-82cd-dd61cba2f817} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10615 | 2025.01.30 20:25:07.859618 [ 270 ] {91851327-41d2-4302-82cd-dd61cba2f817} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10616 | 2025.01.30 20:25:07.859812 [ 82 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10617 | 2025.01.30 20:25:07.859892 [ 82 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10618 | 2025.01.30 20:25:07.859919 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10619 | 2025.01.30 20:25:07.859958 [ 270 ] {91851327-41d2-4302-82cd-dd61cba2f817} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00453 sec., 1324.503311258278 rows/sec., 69.20 KiB/sec. | ||
| 10620 | 2025.01.30 20:25:07.860341 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 10621 | 2025.01.30 20:25:07.860606 [ 270 ] {91851327-41d2-4302-82cd-dd61cba2f817} <Debug> TCPHandler: Processed in 0.005468772 sec. | ||
| 10622 | 2025.01.30 20:25:07.861159 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10623 | 2025.01.30 20:25:07.861321 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10624 | 2025.01.30 20:25:07.861480 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 10625 | 2025.01.30 20:25:07.861570 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2758 rows, containing 5 columns (5 merged, 0 gathered) in 0.006423608 sec., 429353.7214599646 rows/sec., 32.77 MiB/sec. | ||
| 10626 | 2025.01.30 20:25:07.861828 [ 271 ] {bfe6a761-f254-4dec-a7d6-883c0bf9878d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10627 | 2025.01.30 20:25:07.862082 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 10628 | 2025.01.30 20:25:07.862144 [ 271 ] {bfe6a761-f254-4dec-a7d6-883c0bf9878d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10629 | 2025.01.30 20:25:07.862277 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10630 | 2025.01.30 20:25:07.862613 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 10631 | 2025.01.30 20:25:07.863104 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 10632 | 2025.01.30 20:25:07.863597 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 10633 | 2025.01.30 20:25:07.863782 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10634 | 2025.01.30 20:25:07.864087 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 10635 | 2025.01.30 20:25:07.864352 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_81_16} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10636 | 2025.01.30 20:25:07.864856 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 10637 | 2025.01.30 20:25:07.868080 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.008042983 sec., 19395.788850977304 rows/sec., 1013.35 KiB/sec. | ||
| 10638 | 2025.01.30 20:25:07.868124 [ 271 ] {bfe6a761-f254-4dec-a7d6-883c0bf9878d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10639 | 2025.01.30 20:25:07.868186 [ 271 ] {bfe6a761-f254-4dec-a7d6-883c0bf9878d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10640 | 2025.01.30 20:25:07.868295 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10641 | 2025.01.30 20:25:07.868844 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10642 | 2025.01.30 20:25:07.869022 [ 197 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_26_5} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10643 | 2025.01.30 20:25:07.869057 [ 271 ] {bfe6a761-f254-4dec-a7d6-883c0bf9878d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10644 | 2025.01.30 20:25:07.869153 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10645 | 2025.01.30 20:25:07.869417 [ 271 ] {bfe6a761-f254-4dec-a7d6-883c0bf9878d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10646 | 2025.01.30 20:25:07.869695 [ 271 ] {bfe6a761-f254-4dec-a7d6-883c0bf9878d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.008132 sec., 29144.121987211016 rows/sec., 1.95 MiB/sec. | ||
| 10647 | 2025.01.30 20:25:07.869787 [ 271 ] {bfe6a761-f254-4dec-a7d6-883c0bf9878d} <Debug> TCPHandler: Processed in 0.008960859 sec. | ||
| 10648 | 2025.01.30 20:25:07.869960 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10649 | 2025.01.30 20:25:07.870085 [ 270 ] {22bf635b-5761-4854-ae8a-fd0349743000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10650 | 2025.01.30 20:25:07.870139 [ 270 ] {22bf635b-5761-4854-ae8a-fd0349743000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10651 | 2025.01.30 20:25:07.870648 [ 270 ] {22bf635b-5761-4854-ae8a-fd0349743000} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10652 | 2025.01.30 20:25:07.870688 [ 270 ] {22bf635b-5761-4854-ae8a-fd0349743000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10653 | 2025.01.30 20:25:07.871056 [ 270 ] {22bf635b-5761-4854-ae8a-fd0349743000} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10654 | 2025.01.30 20:25:07.871306 [ 270 ] {22bf635b-5761-4854-ae8a-fd0349743000} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10655 | 2025.01.30 20:25:07.871558 [ 270 ] {22bf635b-5761-4854-ae8a-fd0349743000} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec. | ||
| 10656 | 2025.01.30 20:25:07.871729 [ 270 ] {22bf635b-5761-4854-ae8a-fd0349743000} <Debug> TCPHandler: Processed in 0.001826641 sec. | ||
| 10657 | 2025.01.30 20:25:07.871950 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10658 | 2025.01.30 20:25:07.872097 [ 271 ] {b937199b-d17a-4a14-ae6b-10dab9fd15cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10659 | 2025.01.30 20:25:07.872200 [ 271 ] {b937199b-d17a-4a14-ae6b-10dab9fd15cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10660 | 2025.01.30 20:25:07.873945 [ 271 ] {b937199b-d17a-4a14-ae6b-10dab9fd15cf} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10661 | 2025.01.30 20:25:07.874002 [ 271 ] {b937199b-d17a-4a14-ae6b-10dab9fd15cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10662 | 2025.01.30 20:25:07.874833 [ 271 ] {b937199b-d17a-4a14-ae6b-10dab9fd15cf} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10663 | 2025.01.30 20:25:07.875106 [ 271 ] {b937199b-d17a-4a14-ae6b-10dab9fd15cf} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10664 | 2025.01.30 20:25:07.875364 [ 271 ] {b937199b-d17a-4a14-ae6b-10dab9fd15cf} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003293 sec., 9413.908290312786 rows/sec., 16.87 MiB/sec. | ||
| 10665 | 2025.01.30 20:25:07.875460 [ 271 ] {b937199b-d17a-4a14-ae6b-10dab9fd15cf} <Debug> TCPHandler: Processed in 0.00360621 sec. | ||
| 10666 | 2025.01.30 20:25:07.875627 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10667 | 2025.01.30 20:25:07.875744 [ 270 ] {dabed93a-0c97-4a1e-8ccb-35d11f3df73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10668 | 2025.01.30 20:25:07.875795 [ 270 ] {dabed93a-0c97-4a1e-8ccb-35d11f3df73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10669 | 2025.01.30 20:25:07.876326 [ 270 ] {dabed93a-0c97-4a1e-8ccb-35d11f3df73b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10670 | 2025.01.30 20:25:07.876365 [ 270 ] {dabed93a-0c97-4a1e-8ccb-35d11f3df73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10671 | 2025.01.30 20:25:07.876746 [ 270 ] {dabed93a-0c97-4a1e-8ccb-35d11f3df73b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10672 | 2025.01.30 20:25:07.876987 [ 270 ] {dabed93a-0c97-4a1e-8ccb-35d11f3df73b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10673 | 2025.01.30 20:25:07.877177 [ 82 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10674 | 2025.01.30 20:25:07.877219 [ 270 ] {dabed93a-0c97-4a1e-8ccb-35d11f3df73b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec. | ||
| 10675 | 2025.01.30 20:25:07.877239 [ 82 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10676 | 2025.01.30 20:25:07.877324 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. | ||
| 10677 | 2025.01.30 20:25:07.877344 [ 270 ] {dabed93a-0c97-4a1e-8ccb-35d11f3df73b} <Debug> TCPHandler: Processed in 0.001771639 sec. | ||
| 10678 | 2025.01.30 20:25:07.877524 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 10679 | 2025.01.30 20:25:07.877688 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10680 | 2025.01.30 20:25:07.877739 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4436 rows starting from the beginning of the part | ||
| 10681 | 2025.01.30 20:25:07.877953 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
| 10682 | 2025.01.30 20:25:07.878325 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 10683 | 2025.01.30 20:25:07.878538 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part | ||
| 10684 | 2025.01.30 20:25:07.878702 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 10685 | 2025.01.30 20:25:07.878855 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 10686 | 2025.01.30 20:25:07.880754 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4802 rows, containing 4 columns (4 merged, 0 gathered) in 0.003307022 sec., 1452061.7038531948 rows/sec., 95.68 MiB/sec. | ||
| 10687 | 2025.01.30 20:25:07.881091 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10688 | 2025.01.30 20:25:07.881406 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10689 | 2025.01.30 20:25:07.881492 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_76_15} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10690 | 2025.01.30 20:25:07.881579 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 10691 | 2025.01.30 20:25:11.562258 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10692 | 2025.01.30 20:25:11.562325 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10693 | 2025.01.30 20:25:11.751707 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 10694 | 2025.01.30 20:25:11.752314 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10695 | 2025.01.30 20:25:11.752354 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10696 | 2025.01.30 20:25:11.752884 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10697 | 2025.01.30 20:25:11.753141 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10698 | 2025.01.30 20:25:11.753332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 10699 | 2025.01.30 20:25:12.831410 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10700 | 2025.01.30 20:25:12.831612 [ 270 ] {15a4bcb0-7a6a-4069-9c9f-3b7c31651da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10701 | 2025.01.30 20:25:12.831687 [ 270 ] {15a4bcb0-7a6a-4069-9c9f-3b7c31651da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10702 | 2025.01.30 20:25:12.832485 [ 270 ] {15a4bcb0-7a6a-4069-9c9f-3b7c31651da8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10703 | 2025.01.30 20:25:12.832537 [ 270 ] {15a4bcb0-7a6a-4069-9c9f-3b7c31651da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10704 | 2025.01.30 20:25:12.832974 [ 270 ] {15a4bcb0-7a6a-4069-9c9f-3b7c31651da8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10705 | 2025.01.30 20:25:12.833228 [ 270 ] {15a4bcb0-7a6a-4069-9c9f-3b7c31651da8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10706 | 2025.01.30 20:25:12.833487 [ 270 ] {15a4bcb0-7a6a-4069-9c9f-3b7c31651da8} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001932 sec., 37267.08074534162 rows/sec., 3.00 MiB/sec. | ||
| 10707 | 2025.01.30 20:25:12.833550 [ 270 ] {15a4bcb0-7a6a-4069-9c9f-3b7c31651da8} <Debug> TCPHandler: Processed in 0.002279204 sec. | ||
| 10708 | 2025.01.30 20:25:12.833800 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10709 | 2025.01.30 20:25:12.833990 [ 271 ] {9e28c38c-ca8f-4e4a-86a4-6c204ff8f6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10710 | 2025.01.30 20:25:12.834060 [ 271 ] {9e28c38c-ca8f-4e4a-86a4-6c204ff8f6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10711 | 2025.01.30 20:25:12.834786 [ 271 ] {9e28c38c-ca8f-4e4a-86a4-6c204ff8f6c8} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2025.01.30 20:25:12.834824 [ 271 ] {9e28c38c-ca8f-4e4a-86a4-6c204ff8f6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10713 | 2025.01.30 20:25:12.835239 [ 271 ] {9e28c38c-ca8f-4e4a-86a4-6c204ff8f6c8} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10714 | 2025.01.30 20:25:12.835507 [ 271 ] {9e28c38c-ca8f-4e4a-86a4-6c204ff8f6c8} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10715 | 2025.01.30 20:25:12.835647 [ 77 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10716 | 2025.01.30 20:25:12.835688 [ 77 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2025.01.30 20:25:12.835707 [ 271 ] {9e28c38c-ca8f-4e4a-86a4-6c204ff8f6c8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00177 sec., 4519.774011299435 rows/sec., 339.87 KiB/sec. | ||
| 10718 | 2025.01.30 20:25:12.835716 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10719 | 2025.01.30 20:25:12.835816 [ 271 ] {9e28c38c-ca8f-4e4a-86a4-6c204ff8f6c8} <Debug> TCPHandler: Processed in 0.00214473 sec. | ||
| 10720 | 2025.01.30 20:25:12.835968 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 10721 | 2025.01.30 20:25:12.836003 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10722 | 2025.01.30 20:25:12.836151 [ 270 ] {7687dcd3-80a6-466b-9cc4-02b56eee3075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10723 | 2025.01.30 20:25:12.836151 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10724 | 2025.01.30 20:25:12.836210 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 64 rows starting from the beginning of the part | ||
| 10725 | 2025.01.30 20:25:12.836211 [ 270 ] {7687dcd3-80a6-466b-9cc4-02b56eee3075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10726 | 2025.01.30 20:25:12.836455 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 10727 | 2025.01.30 20:25:12.836899 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 38 rows starting from the beginning of the part | ||
| 10728 | 2025.01.30 20:25:12.837244 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 10729 | 2025.01.30 20:25:12.837637 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 38 rows starting from the beginning of the part | ||
| 10730 | 2025.01.30 20:25:12.837965 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 10731 | 2025.01.30 20:25:12.838849 [ 270 ] {7687dcd3-80a6-466b-9cc4-02b56eee3075} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10732 | 2025.01.30 20:25:12.838897 [ 270 ] {7687dcd3-80a6-466b-9cc4-02b56eee3075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10733 | 2025.01.30 20:25:12.839423 [ 270 ] {7687dcd3-80a6-466b-9cc4-02b56eee3075} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10734 | 2025.01.30 20:25:12.839739 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.003920558 sec., 41830.780210368015 rows/sec., 3.15 MiB/sec. | ||
| 10735 | 2025.01.30 20:25:12.839777 [ 270 ] {7687dcd3-80a6-466b-9cc4-02b56eee3075} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10736 | 2025.01.30 20:25:12.839903 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10737 | 2025.01.30 20:25:12.840089 [ 270 ] {7687dcd3-80a6-466b-9cc4-02b56eee3075} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.003977 sec., 18104.098566758865 rows/sec., 1.41 MiB/sec. | ||
| 10738 | 2025.01.30 20:25:12.840172 [ 270 ] {7687dcd3-80a6-466b-9cc4-02b56eee3075} <Debug> TCPHandler: Processed in 0.004243898 sec. | ||
| 10739 | 2025.01.30 20:25:12.840356 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10740 | 2025.01.30 20:25:12.840368 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10741 | 2025.01.30 20:25:12.840458 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_81_16} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10742 | 2025.01.30 20:25:12.840607 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10743 | 2025.01.30 20:25:12.840611 [ 271 ] {ffcd60f3-66df-46aa-bf3a-ea81a777fccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10744 | 2025.01.30 20:25:12.840699 [ 271 ] {ffcd60f3-66df-46aa-bf3a-ea81a777fccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10745 | 2025.01.30 20:25:12.841297 [ 271 ] {ffcd60f3-66df-46aa-bf3a-ea81a777fccb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10746 | 2025.01.30 20:25:12.841336 [ 271 ] {ffcd60f3-66df-46aa-bf3a-ea81a777fccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10747 | 2025.01.30 20:25:12.841734 [ 271 ] {ffcd60f3-66df-46aa-bf3a-ea81a777fccb} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10748 | 2025.01.30 20:25:12.841978 [ 271 ] {ffcd60f3-66df-46aa-bf3a-ea81a777fccb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10749 | 2025.01.30 20:25:12.842163 [ 271 ] {ffcd60f3-66df-46aa-bf3a-ea81a777fccb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. | ||
| 10750 | 2025.01.30 20:25:12.842214 [ 271 ] {ffcd60f3-66df-46aa-bf3a-ea81a777fccb} <Debug> TCPHandler: Processed in 0.001950224 sec. | ||
| 10751 | 2025.01.30 20:25:12.842367 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10752 | 2025.01.30 20:25:12.842504 [ 270 ] {467dac8c-7f55-420f-94e6-f2b844db76a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10753 | 2025.01.30 20:25:12.842596 [ 270 ] {467dac8c-7f55-420f-94e6-f2b844db76a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10754 | 2025.01.30 20:25:12.843717 [ 270 ] {467dac8c-7f55-420f-94e6-f2b844db76a5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10755 | 2025.01.30 20:25:12.843756 [ 270 ] {467dac8c-7f55-420f-94e6-f2b844db76a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10756 | 2025.01.30 20:25:12.844362 [ 270 ] {467dac8c-7f55-420f-94e6-f2b844db76a5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10757 | 2025.01.30 20:25:12.844606 [ 270 ] {467dac8c-7f55-420f-94e6-f2b844db76a5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10758 | 2025.01.30 20:25:12.844800 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10759 | 2025.01.30 20:25:12.844859 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10760 | 2025.01.30 20:25:12.844879 [ 270 ] {467dac8c-7f55-420f-94e6-f2b844db76a5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002394 sec., 3341.687552213868 rows/sec., 5.99 MiB/sec. | ||
| 10761 | 2025.01.30 20:25:12.844895 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10762 | 2025.01.30 20:25:12.845301 [ 270 ] {467dac8c-7f55-420f-94e6-f2b844db76a5} <Debug> TCPHandler: Processed in 0.003000193 sec. | ||
| 10763 | 2025.01.30 20:25:12.845322 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 10764 | 2025.01.30 20:25:12.845488 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10765 | 2025.01.30 20:25:12.845761 [ 271 ] {27e71950-0230-4e9a-ac69-283437dffb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10766 | 2025.01.30 20:25:12.845882 [ 271 ] {27e71950-0230-4e9a-ac69-283437dffb32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10767 | 2025.01.30 20:25:12.846182 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10768 | 2025.01.30 20:25:12.846441 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1505 rows starting from the beginning of the part | ||
| 10769 | 2025.01.30 20:25:12.847221 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 10770 | 2025.01.30 20:25:12.847965 [ 271 ] {27e71950-0230-4e9a-ac69-283437dffb32} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2025.01.30 20:25:12.847993 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 31 rows starting from the beginning of the part | ||
| 10772 | 2025.01.30 20:25:12.848038 [ 271 ] {27e71950-0230-4e9a-ac69-283437dffb32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10773 | 2025.01.30 20:25:12.848620 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 10774 | 2025.01.30 20:25:12.849328 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 31 rows starting from the beginning of the part | ||
| 10775 | 2025.01.30 20:25:12.849625 [ 271 ] {27e71950-0230-4e9a-ac69-283437dffb32} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10776 | 2025.01.30 20:25:12.850006 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 10777 | 2025.01.30 20:25:12.850413 [ 271 ] {27e71950-0230-4e9a-ac69-283437dffb32} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10778 | 2025.01.30 20:25:12.851166 [ 271 ] {27e71950-0230-4e9a-ac69-283437dffb32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005496 sec., 10917.03056768559 rows/sec., 753.39 KiB/sec. | ||
| 10779 | 2025.01.30 20:25:12.851275 [ 271 ] {27e71950-0230-4e9a-ac69-283437dffb32} <Debug> TCPHandler: Processed in 0.005875863 sec. | ||
| 10780 | 2025.01.30 20:25:12.858639 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1591 rows, containing 19 columns (19 merged, 0 gathered) in 0.013593267 sec., 117043.23912713552 rows/sec., 209.74 MiB/sec. | ||
| 10781 | 2025.01.30 20:25:12.860231 [ 199 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10782 | 2025.01.30 20:25:12.860641 [ 199 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10783 | 2025.01.30 20:25:12.860719 [ 199 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10784 | 2025.01.30 20:25:12.860860 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 10785 | 2025.01.30 20:25:13.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.61 MiB, peak 258.17 MiB, free memory in arenas 0.00 B, will set to 248.78 MiB (RSS), difference: 3.17 MiB | ||
| 10786 | 2025.01.30 20:25:13.697724 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 10787 | 2025.01.30 20:25:13.716393 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10788 | 2025.01.30 20:25:13.716468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10789 | 2025.01.30 20:25:13.723630 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10790 | 2025.01.30 20:25:13.724457 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10791 | 2025.01.30 20:25:13.727662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 10792 | 2025.01.30 20:25:16.877374 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1460 | ||
| 10793 | 2025.01.30 20:25:16.880644 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10794 | 2025.01.30 20:25:16.880687 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10795 | 2025.01.30 20:25:16.882155 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10796 | 2025.01.30 20:25:16.882463 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10797 | 2025.01.30 20:25:16.883729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1460 | ||
| 10798 | 2025.01.30 20:25:17.527427 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10799 | 2025.01.30 20:25:17.527643 [ 270 ] {b69026ac-c1e8-4986-9ed2-361353cc8d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10800 | 2025.01.30 20:25:17.527724 [ 270 ] {b69026ac-c1e8-4986-9ed2-361353cc8d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10801 | 2025.01.30 20:25:17.528518 [ 270 ] {b69026ac-c1e8-4986-9ed2-361353cc8d91} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10802 | 2025.01.30 20:25:17.528570 [ 270 ] {b69026ac-c1e8-4986-9ed2-361353cc8d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10803 | 2025.01.30 20:25:17.529011 [ 270 ] {b69026ac-c1e8-4986-9ed2-361353cc8d91} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10804 | 2025.01.30 20:25:17.529265 [ 270 ] {b69026ac-c1e8-4986-9ed2-361353cc8d91} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10805 | 2025.01.30 20:25:17.529503 [ 270 ] {b69026ac-c1e8-4986-9ed2-361353cc8d91} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec. | ||
| 10806 | 2025.01.30 20:25:17.529560 [ 270 ] {b69026ac-c1e8-4986-9ed2-361353cc8d91} <Debug> TCPHandler: Processed in 0.002277434 sec. | ||
| 10807 | 2025.01.30 20:25:17.529875 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10808 | 2025.01.30 20:25:17.530146 [ 271 ] {f118db97-66af-4bdc-b8ec-2070c35bfb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10809 | 2025.01.30 20:25:17.530221 [ 271 ] {f118db97-66af-4bdc-b8ec-2070c35bfb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10810 | 2025.01.30 20:25:17.530966 [ 271 ] {f118db97-66af-4bdc-b8ec-2070c35bfb5a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10811 | 2025.01.30 20:25:17.531013 [ 271 ] {f118db97-66af-4bdc-b8ec-2070c35bfb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10812 | 2025.01.30 20:25:17.531449 [ 271 ] {f118db97-66af-4bdc-b8ec-2070c35bfb5a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10813 | 2025.01.30 20:25:17.531720 [ 271 ] {f118db97-66af-4bdc-b8ec-2070c35bfb5a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10814 | 2025.01.30 20:25:17.531985 [ 271 ] {f118db97-66af-4bdc-b8ec-2070c35bfb5a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001891 sec., 3172.9243786356424 rows/sec., 258.73 KiB/sec. | ||
| 10815 | 2025.01.30 20:25:17.532114 [ 271 ] {f118db97-66af-4bdc-b8ec-2070c35bfb5a} <Debug> TCPHandler: Processed in 0.002435877 sec. | ||
| 10816 | 2025.01.30 20:25:17.532329 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10817 | 2025.01.30 20:25:17.532551 [ 270 ] {8b0a9234-4cbb-4cec-8ba3-96b923661ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10818 | 2025.01.30 20:25:17.532641 [ 270 ] {8b0a9234-4cbb-4cec-8ba3-96b923661ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10819 | 2025.01.30 20:25:17.534321 [ 270 ] {8b0a9234-4cbb-4cec-8ba3-96b923661ea2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10820 | 2025.01.30 20:25:17.534361 [ 270 ] {8b0a9234-4cbb-4cec-8ba3-96b923661ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10821 | 2025.01.30 20:25:17.534817 [ 270 ] {8b0a9234-4cbb-4cec-8ba3-96b923661ea2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10822 | 2025.01.30 20:25:17.535061 [ 270 ] {8b0a9234-4cbb-4cec-8ba3-96b923661ea2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10823 | 2025.01.30 20:25:17.535284 [ 270 ] {8b0a9234-4cbb-4cec-8ba3-96b923661ea2} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002788 sec., 505021.52080344333 rows/sec., 42.27 MiB/sec. | ||
| 10824 | 2025.01.30 20:25:17.535337 [ 270 ] {8b0a9234-4cbb-4cec-8ba3-96b923661ea2} <Debug> TCPHandler: Processed in 0.003120717 sec. | ||
| 10825 | 2025.01.30 20:25:17.535504 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10826 | 2025.01.30 20:25:17.535646 [ 271 ] {188afd80-256e-41bb-83f5-a24cc00c3365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10827 | 2025.01.30 20:25:17.535706 [ 271 ] {188afd80-256e-41bb-83f5-a24cc00c3365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10828 | 2025.01.30 20:25:17.536373 [ 271 ] {188afd80-256e-41bb-83f5-a24cc00c3365} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10829 | 2025.01.30 20:25:17.536413 [ 271 ] {188afd80-256e-41bb-83f5-a24cc00c3365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10830 | 2025.01.30 20:25:17.536785 [ 271 ] {188afd80-256e-41bb-83f5-a24cc00c3365} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10831 | 2025.01.30 20:25:17.537029 [ 271 ] {188afd80-256e-41bb-83f5-a24cc00c3365} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10832 | 2025.01.30 20:25:17.537251 [ 271 ] {188afd80-256e-41bb-83f5-a24cc00c3365} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001635 sec., 26911.31498470948 rows/sec., 1.91 MiB/sec. | ||
| 10833 | 2025.01.30 20:25:17.537353 [ 271 ] {188afd80-256e-41bb-83f5-a24cc00c3365} <Debug> TCPHandler: Processed in 0.001919143 sec. | ||
| 10834 | 2025.01.30 20:25:17.537623 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10835 | 2025.01.30 20:25:17.537873 [ 270 ] {e964d77d-c395-473a-a416-c2d32d17b7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10836 | 2025.01.30 20:25:17.537966 [ 270 ] {e964d77d-c395-473a-a416-c2d32d17b7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10837 | 2025.01.30 20:25:17.538700 [ 270 ] {e964d77d-c395-473a-a416-c2d32d17b7cb} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10838 | 2025.01.30 20:25:17.538741 [ 270 ] {e964d77d-c395-473a-a416-c2d32d17b7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10839 | 2025.01.30 20:25:17.539120 [ 270 ] {e964d77d-c395-473a-a416-c2d32d17b7cb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10840 | 2025.01.30 20:25:17.539358 [ 270 ] {e964d77d-c395-473a-a416-c2d32d17b7cb} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10841 | 2025.01.30 20:25:17.539580 [ 270 ] {e964d77d-c395-473a-a416-c2d32d17b7cb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001763 sec., 137266.02382302893 rows/sec., 9.30 MiB/sec. | ||
| 10842 | 2025.01.30 20:25:17.539632 [ 270 ] {e964d77d-c395-473a-a416-c2d32d17b7cb} <Debug> TCPHandler: Processed in 0.002185771 sec. | ||
| 10843 | 2025.01.30 20:25:17.539783 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10844 | 2025.01.30 20:25:17.539922 [ 271 ] {1b36f295-d269-437e-a102-03be2284d431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10845 | 2025.01.30 20:25:17.539980 [ 271 ] {1b36f295-d269-437e-a102-03be2284d431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10846 | 2025.01.30 20:25:17.540669 [ 271 ] {1b36f295-d269-437e-a102-03be2284d431} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10847 | 2025.01.30 20:25:17.540716 [ 271 ] {1b36f295-d269-437e-a102-03be2284d431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10848 | 2025.01.30 20:25:17.541122 [ 271 ] {1b36f295-d269-437e-a102-03be2284d431} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10849 | 2025.01.30 20:25:17.541374 [ 271 ] {1b36f295-d269-437e-a102-03be2284d431} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10850 | 2025.01.30 20:25:17.541598 [ 271 ] {1b36f295-d269-437e-a102-03be2284d431} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001704 sec., 7629.107981220657 rows/sec., 475.67 KiB/sec. | ||
| 10851 | 2025.01.30 20:25:17.541730 [ 271 ] {1b36f295-d269-437e-a102-03be2284d431} <Debug> TCPHandler: Processed in 0.002014756 sec. | ||
| 10852 | 2025.01.30 20:25:17.541889 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10853 | 2025.01.30 20:25:17.542004 [ 270 ] {34d7cb23-b1e7-4385-beca-edc8e621fa42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10854 | 2025.01.30 20:25:17.542061 [ 270 ] {34d7cb23-b1e7-4385-beca-edc8e621fa42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10855 | 2025.01.30 20:25:17.543122 [ 270 ] {34d7cb23-b1e7-4385-beca-edc8e621fa42} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10856 | 2025.01.30 20:25:17.543163 [ 270 ] {34d7cb23-b1e7-4385-beca-edc8e621fa42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10857 | 2025.01.30 20:25:17.543565 [ 270 ] {34d7cb23-b1e7-4385-beca-edc8e621fa42} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10858 | 2025.01.30 20:25:17.543811 [ 270 ] {34d7cb23-b1e7-4385-beca-edc8e621fa42} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10859 | 2025.01.30 20:25:17.544054 [ 270 ] {34d7cb23-b1e7-4385-beca-edc8e621fa42} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.002072 sec., 422297.2972972973 rows/sec., 30.61 MiB/sec. | ||
| 10860 | 2025.01.30 20:25:17.544163 [ 270 ] {34d7cb23-b1e7-4385-beca-edc8e621fa42} <Debug> TCPHandler: Processed in 0.002333515 sec. | ||
| 10861 | 2025.01.30 20:25:17.544438 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10862 | 2025.01.30 20:25:17.544732 [ 271 ] {68e14666-4a30-4cd3-834c-12d24edd561c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10863 | 2025.01.30 20:25:17.544828 [ 271 ] {68e14666-4a30-4cd3-834c-12d24edd561c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10864 | 2025.01.30 20:25:17.545436 [ 271 ] {68e14666-4a30-4cd3-834c-12d24edd561c} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10865 | 2025.01.30 20:25:17.545475 [ 271 ] {68e14666-4a30-4cd3-834c-12d24edd561c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10866 | 2025.01.30 20:25:17.545845 [ 271 ] {68e14666-4a30-4cd3-834c-12d24edd561c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10867 | 2025.01.30 20:25:17.546092 [ 271 ] {68e14666-4a30-4cd3-834c-12d24edd561c} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10868 | 2025.01.30 20:25:17.546319 [ 271 ] {68e14666-4a30-4cd3-834c-12d24edd561c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 191.14 KiB/sec. | ||
| 10869 | 2025.01.30 20:25:17.546439 [ 271 ] {68e14666-4a30-4cd3-834c-12d24edd561c} <Debug> TCPHandler: Processed in 0.002189171 sec. | ||
| 10870 | 2025.01.30 20:25:17.546650 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10871 | 2025.01.30 20:25:17.546874 [ 270 ] {b9e3193d-b2af-4cd8-a32c-bd777fe0bc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10872 | 2025.01.30 20:25:17.546970 [ 270 ] {b9e3193d-b2af-4cd8-a32c-bd777fe0bc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10873 | 2025.01.30 20:25:17.547790 [ 270 ] {b9e3193d-b2af-4cd8-a32c-bd777fe0bc23} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10874 | 2025.01.30 20:25:17.547830 [ 270 ] {b9e3193d-b2af-4cd8-a32c-bd777fe0bc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10875 | 2025.01.30 20:25:17.548275 [ 270 ] {b9e3193d-b2af-4cd8-a32c-bd777fe0bc23} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10876 | 2025.01.30 20:25:17.548517 [ 270 ] {b9e3193d-b2af-4cd8-a32c-bd777fe0bc23} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10877 | 2025.01.30 20:25:17.548728 [ 270 ] {b9e3193d-b2af-4cd8-a32c-bd777fe0bc23} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.00191 sec., 502617.8010471204 rows/sec., 33.59 MiB/sec. | ||
| 10878 | 2025.01.30 20:25:17.548779 [ 270 ] {b9e3193d-b2af-4cd8-a32c-bd777fe0bc23} <Debug> TCPHandler: Processed in 0.002242712 sec. | ||
| 10879 | 2025.01.30 20:25:17.548982 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10880 | 2025.01.30 20:25:17.549204 [ 271 ] {4f6c26f5-94dd-4594-97f8-bcfe746c1942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10881 | 2025.01.30 20:25:17.549300 [ 271 ] {4f6c26f5-94dd-4594-97f8-bcfe746c1942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10882 | 2025.01.30 20:25:17.550116 [ 271 ] {4f6c26f5-94dd-4594-97f8-bcfe746c1942} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10883 | 2025.01.30 20:25:17.550155 [ 271 ] {4f6c26f5-94dd-4594-97f8-bcfe746c1942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10884 | 2025.01.30 20:25:17.550516 [ 271 ] {4f6c26f5-94dd-4594-97f8-bcfe746c1942} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10885 | 2025.01.30 20:25:17.550751 [ 271 ] {4f6c26f5-94dd-4594-97f8-bcfe746c1942} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10886 | 2025.01.30 20:25:17.550965 [ 271 ] {4f6c26f5-94dd-4594-97f8-bcfe746c1942} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001816 sec., 550.6607929515419 rows/sec., 37.11 KiB/sec. | ||
| 10887 | 2025.01.30 20:25:17.551014 [ 271 ] {4f6c26f5-94dd-4594-97f8-bcfe746c1942} <Debug> TCPHandler: Processed in 0.00214859 sec. | ||
| 10888 | 2025.01.30 20:25:17.551218 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10889 | 2025.01.30 20:25:17.551437 [ 270 ] {9c93fee1-75b8-429c-b1c6-f5451ac165cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10890 | 2025.01.30 20:25:17.551577 [ 270 ] {9c93fee1-75b8-429c-b1c6-f5451ac165cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10891 | 2025.01.30 20:25:17.552953 [ 270 ] {9c93fee1-75b8-429c-b1c6-f5451ac165cc} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10892 | 2025.01.30 20:25:17.552993 [ 270 ] {9c93fee1-75b8-429c-b1c6-f5451ac165cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10893 | 2025.01.30 20:25:17.553656 [ 270 ] {9c93fee1-75b8-429c-b1c6-f5451ac165cc} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10894 | 2025.01.30 20:25:17.553919 [ 270 ] {9c93fee1-75b8-429c-b1c6-f5451ac165cc} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10895 | 2025.01.30 20:25:17.554123 [ 270 ] {9c93fee1-75b8-429c-b1c6-f5451ac165cc} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002739 sec., 11317.999269806498 rows/sec., 20.28 MiB/sec. | ||
| 10896 | 2025.01.30 20:25:17.554215 [ 270 ] {9c93fee1-75b8-429c-b1c6-f5451ac165cc} <Debug> TCPHandler: Processed in 0.003107306 sec. | ||
| 10897 | 2025.01.30 20:25:17.554416 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10898 | 2025.01.30 20:25:17.554637 [ 271 ] {f664bd04-a055-4a9e-9ba1-bf46c43d8adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10899 | 2025.01.30 20:25:17.554730 [ 271 ] {f664bd04-a055-4a9e-9ba1-bf46c43d8adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10900 | 2025.01.30 20:25:17.555377 [ 271 ] {f664bd04-a055-4a9e-9ba1-bf46c43d8adf} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10901 | 2025.01.30 20:25:17.555416 [ 271 ] {f664bd04-a055-4a9e-9ba1-bf46c43d8adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10902 | 2025.01.30 20:25:17.555787 [ 271 ] {f664bd04-a055-4a9e-9ba1-bf46c43d8adf} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10903 | 2025.01.30 20:25:17.556024 [ 271 ] {f664bd04-a055-4a9e-9ba1-bf46c43d8adf} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10904 | 2025.01.30 20:25:17.556268 [ 271 ] {f664bd04-a055-4a9e-9ba1-bf46c43d8adf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001685 sec., 48664.6884272997 rows/sec., 3.09 MiB/sec. | ||
| 10905 | 2025.01.30 20:25:17.556317 [ 271 ] {f664bd04-a055-4a9e-9ba1-bf46c43d8adf} <Debug> TCPHandler: Processed in 0.002010576 sec. | ||
| 10906 | 2025.01.30 20:25:19.253488 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 10907 | 2025.01.30 20:25:19.254416 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10908 | 2025.01.30 20:25:19.254466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10909 | 2025.01.30 20:25:19.254978 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10910 | 2025.01.30 20:25:19.255235 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10911 | 2025.01.30 20:25:19.255499 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 10912 | 2025.01.30 20:25:21.227732 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 10913 | 2025.01.30 20:25:21.247724 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10914 | 2025.01.30 20:25:21.247787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10915 | 2025.01.30 20:25:21.255098 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10916 | 2025.01.30 20:25:21.255850 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10917 | 2025.01.30 20:25:21.259114 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 10918 | 2025.01.30 20:25:22.831101 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10919 | 2025.01.30 20:25:22.831361 [ 270 ] {7f639331-9341-41c1-a9d7-126e9a3c73a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10920 | 2025.01.30 20:25:22.831427 [ 270 ] {7f639331-9341-41c1-a9d7-126e9a3c73a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10921 | 2025.01.30 20:25:22.832153 [ 270 ] {7f639331-9341-41c1-a9d7-126e9a3c73a2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10922 | 2025.01.30 20:25:22.832266 [ 270 ] {7f639331-9341-41c1-a9d7-126e9a3c73a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10923 | 2025.01.30 20:25:22.832709 [ 270 ] {7f639331-9341-41c1-a9d7-126e9a3c73a2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10924 | 2025.01.30 20:25:22.832962 [ 270 ] {7f639331-9341-41c1-a9d7-126e9a3c73a2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10925 | 2025.01.30 20:25:22.833191 [ 270 ] {7f639331-9341-41c1-a9d7-126e9a3c73a2} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001872 sec., 38461.53846153846 rows/sec., 3.09 MiB/sec. | ||
| 10926 | 2025.01.30 20:25:22.833301 [ 270 ] {7f639331-9341-41c1-a9d7-126e9a3c73a2} <Debug> TCPHandler: Processed in 0.002388257 sec. | ||
| 10927 | 2025.01.30 20:25:22.833594 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10928 | 2025.01.30 20:25:22.833801 [ 271 ] {6cd30910-d43b-44b6-bf76-bc279c9293d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10929 | 2025.01.30 20:25:22.833881 [ 271 ] {6cd30910-d43b-44b6-bf76-bc279c9293d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10930 | 2025.01.30 20:25:22.834672 [ 271 ] {6cd30910-d43b-44b6-bf76-bc279c9293d7} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10931 | 2025.01.30 20:25:22.834716 [ 271 ] {6cd30910-d43b-44b6-bf76-bc279c9293d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10932 | 2025.01.30 20:25:22.835144 [ 271 ] {6cd30910-d43b-44b6-bf76-bc279c9293d7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10933 | 2025.01.30 20:25:22.835396 [ 271 ] {6cd30910-d43b-44b6-bf76-bc279c9293d7} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10934 | 2025.01.30 20:25:22.835628 [ 271 ] {6cd30910-d43b-44b6-bf76-bc279c9293d7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001887 sec., 4239.533651298357 rows/sec., 318.79 KiB/sec. | ||
| 10935 | 2025.01.30 20:25:22.835685 [ 271 ] {6cd30910-d43b-44b6-bf76-bc279c9293d7} <Debug> TCPHandler: Processed in 0.002261033 sec. | ||
| 10936 | 2025.01.30 20:25:22.835865 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10937 | 2025.01.30 20:25:22.836004 [ 270 ] {48b73462-39b5-4377-ab28-5b59797291e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10938 | 2025.01.30 20:25:22.836060 [ 270 ] {48b73462-39b5-4377-ab28-5b59797291e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10939 | 2025.01.30 20:25:22.836696 [ 270 ] {48b73462-39b5-4377-ab28-5b59797291e0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10940 | 2025.01.30 20:25:22.836736 [ 270 ] {48b73462-39b5-4377-ab28-5b59797291e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10941 | 2025.01.30 20:25:22.837100 [ 270 ] {48b73462-39b5-4377-ab28-5b59797291e0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10942 | 2025.01.30 20:25:22.837340 [ 270 ] {48b73462-39b5-4377-ab28-5b59797291e0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10943 | 2025.01.30 20:25:22.837559 [ 270 ] {48b73462-39b5-4377-ab28-5b59797291e0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001576 sec., 45685.27918781726 rows/sec., 3.57 MiB/sec. | ||
| 10944 | 2025.01.30 20:25:22.837652 [ 270 ] {48b73462-39b5-4377-ab28-5b59797291e0} <Debug> TCPHandler: Processed in 0.001856182 sec. | ||
| 10945 | 2025.01.30 20:25:22.837867 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10946 | 2025.01.30 20:25:22.838050 [ 271 ] {d8ebae56-6ad5-4032-ae48-d1ca7ecba2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10947 | 2025.01.30 20:25:22.838114 [ 271 ] {d8ebae56-6ad5-4032-ae48-d1ca7ecba2cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10948 | 2025.01.30 20:25:22.838713 [ 271 ] {d8ebae56-6ad5-4032-ae48-d1ca7ecba2cf} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10949 | 2025.01.30 20:25:22.838750 [ 271 ] {d8ebae56-6ad5-4032-ae48-d1ca7ecba2cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10950 | 2025.01.30 20:25:22.839152 [ 271 ] {d8ebae56-6ad5-4032-ae48-d1ca7ecba2cf} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10951 | 2025.01.30 20:25:22.839396 [ 271 ] {d8ebae56-6ad5-4032-ae48-d1ca7ecba2cf} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10952 | 2025.01.30 20:25:22.839576 [ 271 ] {d8ebae56-6ad5-4032-ae48-d1ca7ecba2cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
| 10953 | 2025.01.30 20:25:22.839627 [ 271 ] {d8ebae56-6ad5-4032-ae48-d1ca7ecba2cf} <Debug> TCPHandler: Processed in 0.001874842 sec. | ||
| 10954 | 2025.01.30 20:25:22.839769 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10955 | 2025.01.30 20:25:22.839888 [ 270 ] {ab0c0b13-ef6f-4ede-ab65-838f0a6f86f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10956 | 2025.01.30 20:25:22.839969 [ 270 ] {ab0c0b13-ef6f-4ede-ab65-838f0a6f86f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10957 | 2025.01.30 20:25:22.841168 [ 270 ] {ab0c0b13-ef6f-4ede-ab65-838f0a6f86f0} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10958 | 2025.01.30 20:25:22.841209 [ 270 ] {ab0c0b13-ef6f-4ede-ab65-838f0a6f86f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10959 | 2025.01.30 20:25:22.841835 [ 270 ] {ab0c0b13-ef6f-4ede-ab65-838f0a6f86f0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10960 | 2025.01.30 20:25:22.842112 [ 270 ] {ab0c0b13-ef6f-4ede-ab65-838f0a6f86f0} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10961 | 2025.01.30 20:25:22.842356 [ 270 ] {ab0c0b13-ef6f-4ede-ab65-838f0a6f86f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002493 sec., 3208.9851584436424 rows/sec., 5.75 MiB/sec. | ||
| 10962 | 2025.01.30 20:25:22.842452 [ 270 ] {ab0c0b13-ef6f-4ede-ab65-838f0a6f86f0} <Debug> TCPHandler: Processed in 0.002738816 sec. | ||
| 10963 | 2025.01.30 20:25:22.842607 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10964 | 2025.01.30 20:25:22.842729 [ 271 ] {31eded51-1c68-4786-baa8-e18d6a8ee2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10965 | 2025.01.30 20:25:22.842781 [ 271 ] {31eded51-1c68-4786-baa8-e18d6a8ee2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10966 | 2025.01.30 20:25:22.843278 [ 271 ] {31eded51-1c68-4786-baa8-e18d6a8ee2fd} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10967 | 2025.01.30 20:25:22.843317 [ 271 ] {31eded51-1c68-4786-baa8-e18d6a8ee2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10968 | 2025.01.30 20:25:22.843699 [ 271 ] {31eded51-1c68-4786-baa8-e18d6a8ee2fd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10969 | 2025.01.30 20:25:22.843938 [ 271 ] {31eded51-1c68-4786-baa8-e18d6a8ee2fd} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10970 | 2025.01.30 20:25:22.844117 [ 271 ] {31eded51-1c68-4786-baa8-e18d6a8ee2fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
| 10971 | 2025.01.30 20:25:22.844167 [ 271 ] {31eded51-1c68-4786-baa8-e18d6a8ee2fd} <Debug> TCPHandler: Processed in 0.001619064 sec. | ||
| 10972 | 2025.01.30 20:25:26.562366 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10973 | 2025.01.30 20:25:26.562431 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10974 | 2025.01.30 20:25:26.755643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 10975 | 2025.01.30 20:25:26.756374 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10976 | 2025.01.30 20:25:26.756428 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10977 | 2025.01.30 20:25:26.756959 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10978 | 2025.01.30 20:25:26.757234 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10979 | 2025.01.30 20:25:26.757594 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 10980 | 2025.01.30 20:25:26.883950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1496 | ||
| 10981 | 2025.01.30 20:25:26.887115 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10982 | 2025.01.30 20:25:26.887169 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10983 | 2025.01.30 20:25:26.888646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10984 | 2025.01.30 20:25:26.888961 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10985 | 2025.01.30 20:25:26.890257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1496 | ||
| 10986 | 2025.01.30 20:25:27.001342 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000935106 sec. | ||
| 10987 | 2025.01.30 20:25:27.837649 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10988 | 2025.01.30 20:25:27.837846 [ 270 ] {45e3f934-bb23-4df9-9da1-a01279c7a841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10989 | 2025.01.30 20:25:27.837921 [ 270 ] {45e3f934-bb23-4df9-9da1-a01279c7a841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10990 | 2025.01.30 20:25:27.838811 [ 270 ] {45e3f934-bb23-4df9-9da1-a01279c7a841} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10991 | 2025.01.30 20:25:27.838860 [ 270 ] {45e3f934-bb23-4df9-9da1-a01279c7a841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 10992 | 2025.01.30 20:25:27.839304 [ 270 ] {45e3f934-bb23-4df9-9da1-a01279c7a841} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10993 | 2025.01.30 20:25:27.839563 [ 270 ] {45e3f934-bb23-4df9-9da1-a01279c7a841} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2025.01.30 20:25:27.839822 [ 270 ] {45e3f934-bb23-4df9-9da1-a01279c7a841} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002024 sec., 6916.996047430829 rows/sec., 497.93 KiB/sec. | ||
| 10995 | 2025.01.30 20:25:27.839939 [ 270 ] {45e3f934-bb23-4df9-9da1-a01279c7a841} <Debug> TCPHandler: Processed in 0.002472749 sec. | ||
| 10996 | 2025.01.30 20:25:27.840284 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10997 | 2025.01.30 20:25:27.840477 [ 271 ] {6399c160-6d46-4fd0-b164-5256117274ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10998 | 2025.01.30 20:25:27.840549 [ 271 ] {6399c160-6d46-4fd0-b164-5256117274ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10999 | 2025.01.30 20:25:27.841416 [ 271 ] {6399c160-6d46-4fd0-b164-5256117274ef} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2025.01.30 20:25:27.841461 [ 271 ] {6399c160-6d46-4fd0-b164-5256117274ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11001 | 2025.01.30 20:25:27.841926 [ 271 ] {6399c160-6d46-4fd0-b164-5256117274ef} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11002 | 2025.01.30 20:25:27.842186 [ 271 ] {6399c160-6d46-4fd0-b164-5256117274ef} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2025.01.30 20:25:27.842412 [ 271 ] {6399c160-6d46-4fd0-b164-5256117274ef} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.001988 sec., 133299.79879275654 rows/sec., 11.74 MiB/sec. | ||
| 11004 | 2025.01.30 20:25:27.842536 [ 271 ] {6399c160-6d46-4fd0-b164-5256117274ef} <Debug> TCPHandler: Processed in 0.002386656 sec. | ||
| 11005 | 2025.01.30 20:25:27.842695 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11006 | 2025.01.30 20:25:27.842818 [ 270 ] {5f5b5833-97f3-4d4b-bc7b-54855aaa492d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11007 | 2025.01.30 20:25:27.842869 [ 270 ] {5f5b5833-97f3-4d4b-bc7b-54855aaa492d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11008 | 2025.01.30 20:25:27.843505 [ 270 ] {5f5b5833-97f3-4d4b-bc7b-54855aaa492d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11009 | 2025.01.30 20:25:27.843547 [ 270 ] {5f5b5833-97f3-4d4b-bc7b-54855aaa492d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11010 | 2025.01.30 20:25:27.843915 [ 270 ] {5f5b5833-97f3-4d4b-bc7b-54855aaa492d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11011 | 2025.01.30 20:25:27.844152 [ 270 ] {5f5b5833-97f3-4d4b-bc7b-54855aaa492d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11012 | 2025.01.30 20:25:27.844367 [ 270 ] {5f5b5833-97f3-4d4b-bc7b-54855aaa492d} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001576 sec., 24111.675126903556 rows/sec., 1.73 MiB/sec. | ||
| 11013 | 2025.01.30 20:25:27.844421 [ 270 ] {5f5b5833-97f3-4d4b-bc7b-54855aaa492d} <Debug> TCPHandler: Processed in 0.001790059 sec. | ||
| 11014 | 2025.01.30 20:25:27.844576 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11015 | 2025.01.30 20:25:27.844755 [ 271 ] {c43b7e73-f47a-4b60-8334-bf34350eb8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11016 | 2025.01.30 20:25:27.844808 [ 271 ] {c43b7e73-f47a-4b60-8334-bf34350eb8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11017 | 2025.01.30 20:25:27.845392 [ 271 ] {c43b7e73-f47a-4b60-8334-bf34350eb8af} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11018 | 2025.01.30 20:25:27.845431 [ 271 ] {c43b7e73-f47a-4b60-8334-bf34350eb8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11019 | 2025.01.30 20:25:27.845794 [ 271 ] {c43b7e73-f47a-4b60-8334-bf34350eb8af} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11020 | 2025.01.30 20:25:27.846041 [ 271 ] {c43b7e73-f47a-4b60-8334-bf34350eb8af} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11021 | 2025.01.30 20:25:27.846211 [ 62 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 11022 | 2025.01.30 20:25:27.846273 [ 271 ] {c43b7e73-f47a-4b60-8334-bf34350eb8af} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001541 sec., 9085.009733939 rows/sec., 636.25 KiB/sec. | ||
| 11023 | 2025.01.30 20:25:27.846291 [ 62 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11024 | 2025.01.30 20:25:27.846358 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11025 | 2025.01.30 20:25:27.846401 [ 271 ] {c43b7e73-f47a-4b60-8334-bf34350eb8af} <Debug> TCPHandler: Processed in 0.001894533 sec. | ||
| 11026 | 2025.01.30 20:25:27.846606 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11027 | 2025.01.30 20:25:27.846609 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 11028 | 2025.01.30 20:25:27.846791 [ 270 ] {073369da-58bc-4ccd-abaa-7a332ad2b4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11029 | 2025.01.30 20:25:27.846911 [ 270 ] {073369da-58bc-4ccd-abaa-7a332ad2b4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11030 | 2025.01.30 20:25:27.846915 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11031 | 2025.01.30 20:25:27.847037 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
| 11032 | 2025.01.30 20:25:27.847314 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 11033 | 2025.01.30 20:25:27.847701 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 11034 | 2025.01.30 20:25:27.848122 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 11035 | 2025.01.30 20:25:27.848473 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
| 11036 | 2025.01.30 20:25:27.848800 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 11037 | 2025.01.30 20:25:27.849671 [ 270 ] {073369da-58bc-4ccd-abaa-7a332ad2b4b6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11038 | 2025.01.30 20:25:27.849736 [ 270 ] {073369da-58bc-4ccd-abaa-7a332ad2b4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11039 | 2025.01.30 20:25:27.850738 [ 270 ] {073369da-58bc-4ccd-abaa-7a332ad2b4b6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11040 | 2025.01.30 20:25:27.851444 [ 270 ] {073369da-58bc-4ccd-abaa-7a332ad2b4b6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11041 | 2025.01.30 20:25:27.851653 [ 195 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005178294 sec., 148504.5074690622 rows/sec., 10.63 MiB/sec. | ||
| 11042 | 2025.01.30 20:25:27.851920 [ 195 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 11043 | 2025.01.30 20:25:27.852068 [ 270 ] {073369da-58bc-4ccd-abaa-7a332ad2b4b6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005301 sec., 2452.3674778343707 rows/sec., 152.90 KiB/sec. | ||
| 11044 | 2025.01.30 20:25:27.852487 [ 270 ] {073369da-58bc-4ccd-abaa-7a332ad2b4b6} <Debug> TCPHandler: Processed in 0.005970386 sec. | ||
| 11045 | 2025.01.30 20:25:27.852756 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11046 | 2025.01.30 20:25:27.852763 [ 189 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11047 | 2025.01.30 20:25:27.852892 [ 271 ] {c73e3375-cd48-48f0-9271-7fba8d7a2e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11048 | 2025.01.30 20:25:27.852941 [ 189 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_31_6} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 11049 | 2025.01.30 20:25:27.852947 [ 271 ] {c73e3375-cd48-48f0-9271-7fba8d7a2e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11050 | 2025.01.30 20:25:27.853113 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11051 | 2025.01.30 20:25:27.853812 [ 271 ] {c73e3375-cd48-48f0-9271-7fba8d7a2e83} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11052 | 2025.01.30 20:25:27.853851 [ 271 ] {c73e3375-cd48-48f0-9271-7fba8d7a2e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11053 | 2025.01.30 20:25:27.854241 [ 271 ] {c73e3375-cd48-48f0-9271-7fba8d7a2e83} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11054 | 2025.01.30 20:25:27.854483 [ 271 ] {c73e3375-cd48-48f0-9271-7fba8d7a2e83} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11055 | 2025.01.30 20:25:27.854709 [ 271 ] {c73e3375-cd48-48f0-9271-7fba8d7a2e83} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001847 sec., 223605.84731997835 rows/sec., 15.95 MiB/sec. | ||
| 11056 | 2025.01.30 20:25:27.854762 [ 271 ] {c73e3375-cd48-48f0-9271-7fba8d7a2e83} <Debug> TCPHandler: Processed in 0.00216618 sec. | ||
| 11057 | 2025.01.30 20:25:27.854922 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11058 | 2025.01.30 20:25:27.855060 [ 270 ] {d5f7c9e3-1a13-46da-990a-80d25e02df5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11059 | 2025.01.30 20:25:27.855121 [ 270 ] {d5f7c9e3-1a13-46da-990a-80d25e02df5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11060 | 2025.01.30 20:25:27.855655 [ 270 ] {d5f7c9e3-1a13-46da-990a-80d25e02df5d} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11061 | 2025.01.30 20:25:27.855695 [ 270 ] {d5f7c9e3-1a13-46da-990a-80d25e02df5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11062 | 2025.01.30 20:25:27.856058 [ 270 ] {d5f7c9e3-1a13-46da-990a-80d25e02df5d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11063 | 2025.01.30 20:25:27.856302 [ 270 ] {d5f7c9e3-1a13-46da-990a-80d25e02df5d} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11064 | 2025.01.30 20:25:27.856545 [ 270 ] {d5f7c9e3-1a13-46da-990a-80d25e02df5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 208.43 KiB/sec. | ||
| 11065 | 2025.01.30 20:25:27.856681 [ 270 ] {d5f7c9e3-1a13-46da-990a-80d25e02df5d} <Debug> TCPHandler: Processed in 0.00182354 sec. | ||
| 11066 | 2025.01.30 20:25:27.856863 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11067 | 2025.01.30 20:25:27.856977 [ 271 ] {c2fe1da8-291a-4272-b997-f45d9790a06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11068 | 2025.01.30 20:25:27.857028 [ 271 ] {c2fe1da8-291a-4272-b997-f45d9790a06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11069 | 2025.01.30 20:25:27.857617 [ 271 ] {c2fe1da8-291a-4272-b997-f45d9790a06b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11070 | 2025.01.30 20:25:27.857655 [ 271 ] {c2fe1da8-291a-4272-b997-f45d9790a06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11071 | 2025.01.30 20:25:27.858055 [ 271 ] {c2fe1da8-291a-4272-b997-f45d9790a06b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11072 | 2025.01.30 20:25:27.858306 [ 271 ] {c2fe1da8-291a-4272-b997-f45d9790a06b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11073 | 2025.01.30 20:25:27.858510 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11074 | 2025.01.30 20:25:27.858574 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11075 | 2025.01.30 20:25:27.858589 [ 271 ] {c2fe1da8-291a-4272-b997-f45d9790a06b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec. | ||
| 11076 | 2025.01.30 20:25:27.858615 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11077 | 2025.01.30 20:25:27.858826 [ 271 ] {c2fe1da8-291a-4272-b997-f45d9790a06b} <Debug> TCPHandler: Processed in 0.002035987 sec. | ||
| 11078 | 2025.01.30 20:25:27.859018 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 11079 | 2025.01.30 20:25:27.859402 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11080 | 2025.01.30 20:25:27.859526 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11081 | 2025.01.30 20:25:27.859747 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 24588 rows starting from the beginning of the part | ||
| 11082 | 2025.01.30 20:25:27.859814 [ 270 ] {2e076037-0063-4b41-b219-ef51132e153e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11083 | 2025.01.30 20:25:27.860058 [ 270 ] {2e076037-0063-4b41-b219-ef51132e153e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11084 | 2025.01.30 20:25:27.860380 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 11085 | 2025.01.30 20:25:27.861072 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 11086 | 2025.01.30 20:25:27.861426 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 960 rows starting from the beginning of the part | ||
| 11087 | 2025.01.30 20:25:27.861563 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
| 11088 | 2025.01.30 20:25:27.861689 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part | ||
| 11089 | 2025.01.30 20:25:27.862544 [ 270 ] {2e076037-0063-4b41-b219-ef51132e153e} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2025.01.30 20:25:27.862597 [ 270 ] {2e076037-0063-4b41-b219-ef51132e153e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11091 | 2025.01.30 20:25:27.863166 [ 270 ] {2e076037-0063-4b41-b219-ef51132e153e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11092 | 2025.01.30 20:25:27.863613 [ 270 ] {2e076037-0063-4b41-b219-ef51132e153e} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11093 | 2025.01.30 20:25:27.864006 [ 270 ] {2e076037-0063-4b41-b219-ef51132e153e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00435 sec., 229.8850574712644 rows/sec., 15.49 KiB/sec. | ||
| 11094 | 2025.01.30 20:25:27.864421 [ 270 ] {2e076037-0063-4b41-b219-ef51132e153e} <Debug> TCPHandler: Processed in 0.005211235 sec. | ||
| 11095 | 2025.01.30 20:25:27.864745 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11096 | 2025.01.30 20:25:27.865033 [ 271 ] {a94e85c9-4f71-473c-80bf-429ce9964825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11097 | 2025.01.30 20:25:27.865274 [ 271 ] {a94e85c9-4f71-473c-80bf-429ce9964825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11098 | 2025.01.30 20:25:27.867201 [ 271 ] {a94e85c9-4f71-473c-80bf-429ce9964825} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11099 | 2025.01.30 20:25:27.867249 [ 271 ] {a94e85c9-4f71-473c-80bf-429ce9964825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11100 | 2025.01.30 20:25:27.868274 [ 271 ] {a94e85c9-4f71-473c-80bf-429ce9964825} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11101 | 2025.01.30 20:25:27.868620 [ 271 ] {a94e85c9-4f71-473c-80bf-429ce9964825} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11102 | 2025.01.30 20:25:27.868910 [ 271 ] {a94e85c9-4f71-473c-80bf-429ce9964825} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00395 sec., 7848.101265822784 rows/sec., 14.06 MiB/sec. | ||
| 11103 | 2025.01.30 20:25:27.869149 [ 271 ] {a94e85c9-4f71-473c-80bf-429ce9964825} <Debug> TCPHandler: Processed in 0.004584658 sec. | ||
| 11104 | 2025.01.30 20:25:27.869407 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11105 | 2025.01.30 20:25:27.869541 [ 270 ] {16157f4b-af26-4eca-a6b8-f5bd16f01410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11106 | 2025.01.30 20:25:27.869597 [ 270 ] {16157f4b-af26-4eca-a6b8-f5bd16f01410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11107 | 2025.01.30 20:25:27.870175 [ 270 ] {16157f4b-af26-4eca-a6b8-f5bd16f01410} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11108 | 2025.01.30 20:25:27.870218 [ 270 ] {16157f4b-af26-4eca-a6b8-f5bd16f01410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11109 | 2025.01.30 20:25:27.870714 [ 270 ] {16157f4b-af26-4eca-a6b8-f5bd16f01410} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11110 | 2025.01.30 20:25:27.871064 [ 270 ] {16157f4b-af26-4eca-a6b8-f5bd16f01410} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11111 | 2025.01.30 20:25:27.871082 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26342 rows, containing 5 columns (5 merged, 0 gathered) in 0.012337332 sec., 2135145.589013897 rows/sec., 144.45 MiB/sec. | ||
| 11112 | 2025.01.30 20:25:27.871353 [ 270 ] {16157f4b-af26-4eca-a6b8-f5bd16f01410} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001845 sec., 44444.444444444445 rows/sec., 2.82 MiB/sec. | ||
| 11113 | 2025.01.30 20:25:27.871428 [ 270 ] {16157f4b-af26-4eca-a6b8-f5bd16f01410} <Debug> TCPHandler: Processed in 0.00214871 sec. | ||
| 11114 | 2025.01.30 20:25:27.871446 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11115 | 2025.01.30 20:25:27.871750 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11116 | 2025.01.30 20:25:27.871831 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11117 | 2025.01.30 20:25:27.871917 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 11118 | 2025.01.30 20:25:28.759181 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 11119 | 2025.01.30 20:25:28.779819 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11120 | 2025.01.30 20:25:28.779868 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. | ||
| 11121 | 2025.01.30 20:25:28.787098 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11122 | 2025.01.30 20:25:28.787871 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11123 | 2025.01.30 20:25:28.791265 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 11124 | 2025.01.30 20:25:32.831762 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11125 | 2025.01.30 20:25:32.831993 [ 270 ] {b19b1ebf-a751-4987-ac99-032c786d0cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11126 | 2025.01.30 20:25:32.832075 [ 270 ] {b19b1ebf-a751-4987-ac99-032c786d0cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11127 | 2025.01.30 20:25:32.832880 [ 270 ] {b19b1ebf-a751-4987-ac99-032c786d0cfc} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11128 | 2025.01.30 20:25:32.832929 [ 270 ] {b19b1ebf-a751-4987-ac99-032c786d0cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11129 | 2025.01.30 20:25:32.833348 [ 270 ] {b19b1ebf-a751-4987-ac99-032c786d0cfc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11130 | 2025.01.30 20:25:32.833593 [ 270 ] {b19b1ebf-a751-4987-ac99-032c786d0cfc} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11131 | 2025.01.30 20:25:32.833850 [ 270 ] {b19b1ebf-a751-4987-ac99-032c786d0cfc} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001906 sec., 3147.953830010493 rows/sec., 256.69 KiB/sec. | ||
| 11132 | 2025.01.30 20:25:32.833934 [ 270 ] {b19b1ebf-a751-4987-ac99-032c786d0cfc} <Debug> TCPHandler: Processed in 0.002315124 sec. | ||
| 11133 | 2025.01.30 20:25:32.834220 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11134 | 2025.01.30 20:25:32.834407 [ 271 ] {c544675b-b7ec-4f3d-897f-d4f073b41951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11135 | 2025.01.30 20:25:32.834475 [ 271 ] {c544675b-b7ec-4f3d-897f-d4f073b41951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11136 | 2025.01.30 20:25:32.835238 [ 271 ] {c544675b-b7ec-4f3d-897f-d4f073b41951} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11137 | 2025.01.30 20:25:32.835285 [ 271 ] {c544675b-b7ec-4f3d-897f-d4f073b41951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11138 | 2025.01.30 20:25:32.835738 [ 271 ] {c544675b-b7ec-4f3d-897f-d4f073b41951} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11139 | 2025.01.30 20:25:32.836027 [ 271 ] {c544675b-b7ec-4f3d-897f-d4f073b41951} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11140 | 2025.01.30 20:25:32.836214 [ 54 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11141 | 2025.01.30 20:25:32.836287 [ 271 ] {c544675b-b7ec-4f3d-897f-d4f073b41951} <Debug> executeQuery: Read 75 rows, 6.15 KiB in 0.001927 sec., 38920.60197197717 rows/sec., 3.12 MiB/sec. | ||
| 11142 | 2025.01.30 20:25:32.836310 [ 54 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2025.01.30 20:25:32.836378 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11144 | 2025.01.30 20:25:32.836414 [ 271 ] {c544675b-b7ec-4f3d-897f-d4f073b41951} <Debug> TCPHandler: Processed in 0.002352006 sec. | ||
| 11145 | 2025.01.30 20:25:32.836603 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11146 | 2025.01.30 20:25:32.836611 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 11147 | 2025.01.30 20:25:32.836772 [ 270 ] {b4f24101-cd94-492f-841a-c3599fa9be6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11148 | 2025.01.30 20:25:32.836796 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11149 | 2025.01.30 20:25:32.836846 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1432 rows starting from the beginning of the part | ||
| 11150 | 2025.01.30 20:25:32.836846 [ 270 ] {b4f24101-cd94-492f-841a-c3599fa9be6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11151 | 2025.01.30 20:25:32.837097 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 72 rows starting from the beginning of the part | ||
| 11152 | 2025.01.30 20:25:32.837433 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1408 rows starting from the beginning of the part | ||
| 11153 | 2025.01.30 20:25:32.837804 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 72 rows starting from the beginning of the part | ||
| 11154 | 2025.01.30 20:25:32.838107 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 265 rows starting from the beginning of the part | ||
| 11155 | 2025.01.30 20:25:32.838429 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 75 rows starting from the beginning of the part | ||
| 11156 | 2025.01.30 20:25:32.839440 [ 270 ] {b4f24101-cd94-492f-841a-c3599fa9be6f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11157 | 2025.01.30 20:25:32.839484 [ 270 ] {b4f24101-cd94-492f-841a-c3599fa9be6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11158 | 2025.01.30 20:25:32.840016 [ 270 ] {b4f24101-cd94-492f-841a-c3599fa9be6f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11159 | 2025.01.30 20:25:32.840294 [ 270 ] {b4f24101-cd94-492f-841a-c3599fa9be6f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11160 | 2025.01.30 20:25:32.840566 [ 270 ] {b4f24101-cd94-492f-841a-c3599fa9be6f} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.003829 sec., 3656.307129798903 rows/sec., 266.52 KiB/sec. | ||
| 11161 | 2025.01.30 20:25:32.840655 [ 270 ] {b4f24101-cd94-492f-841a-c3599fa9be6f} <Debug> TCPHandler: Processed in 0.004134125 sec. | ||
| 11162 | 2025.01.30 20:25:32.840906 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11163 | 2025.01.30 20:25:32.840913 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.004421223 sec., 751828.1706215678 rows/sec., 65.91 MiB/sec. | ||
| 11164 | 2025.01.30 20:25:32.841061 [ 271 ] {3d25ee35-202a-44c6-a61f-41a1f2944d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11165 | 2025.01.30 20:25:32.841148 [ 271 ] {3d25ee35-202a-44c6-a61f-41a1f2944d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11166 | 2025.01.30 20:25:32.841272 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11167 | 2025.01.30 20:25:32.841949 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11168 | 2025.01.30 20:25:32.842088 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_86_17} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11169 | 2025.01.30 20:25:32.842286 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 11170 | 2025.01.30 20:25:32.842436 [ 271 ] {3d25ee35-202a-44c6-a61f-41a1f2944d58} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11171 | 2025.01.30 20:25:32.842482 [ 271 ] {3d25ee35-202a-44c6-a61f-41a1f2944d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11172 | 2025.01.30 20:25:32.842865 [ 271 ] {3d25ee35-202a-44c6-a61f-41a1f2944d58} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11173 | 2025.01.30 20:25:32.843102 [ 271 ] {3d25ee35-202a-44c6-a61f-41a1f2944d58} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11174 | 2025.01.30 20:25:32.843276 [ 54 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11175 | 2025.01.30 20:25:32.843328 [ 54 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11176 | 2025.01.30 20:25:32.843345 [ 271 ] {3d25ee35-202a-44c6-a61f-41a1f2944d58} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.002309 sec., 33780.85751407536 rows/sec., 2.64 MiB/sec. | ||
| 11177 | 2025.01.30 20:25:32.843402 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11178 | 2025.01.30 20:25:32.843472 [ 271 ] {3d25ee35-202a-44c6-a61f-41a1f2944d58} <Debug> TCPHandler: Processed in 0.002694774 sec. | ||
| 11179 | 2025.01.30 20:25:32.843606 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 11180 | 2025.01.30 20:25:32.843679 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11181 | 2025.01.30 20:25:32.843762 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11182 | 2025.01.30 20:25:32.843825 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 11183 | 2025.01.30 20:25:32.843940 [ 270 ] {5a9684ad-3bb2-4a26-b3d1-fee414c87260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11184 | 2025.01.30 20:25:32.844086 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 72 rows starting from the beginning of the part | ||
| 11185 | 2025.01.30 20:25:32.844218 [ 270 ] {5a9684ad-3bb2-4a26-b3d1-fee414c87260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11186 | 2025.01.30 20:25:32.844403 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 875 rows starting from the beginning of the part | ||
| 11187 | 2025.01.30 20:25:32.844753 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 72 rows starting from the beginning of the part | ||
| 11188 | 2025.01.30 20:25:32.845031 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 413 rows starting from the beginning of the part | ||
| 11189 | 2025.01.30 20:25:32.845397 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 78 rows starting from the beginning of the part | ||
| 11190 | 2025.01.30 20:25:32.847007 [ 270 ] {5a9684ad-3bb2-4a26-b3d1-fee414c87260} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11191 | 2025.01.30 20:25:32.847075 [ 270 ] {5a9684ad-3bb2-4a26-b3d1-fee414c87260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11192 | 2025.01.30 20:25:32.848119 [ 270 ] {5a9684ad-3bb2-4a26-b3d1-fee414c87260} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11193 | 2025.01.30 20:25:32.848653 [ 270 ] {5a9684ad-3bb2-4a26-b3d1-fee414c87260} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11194 | 2025.01.30 20:25:32.848808 [ 188 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005294937 sec., 457606.95547463547 rows/sec., 35.10 MiB/sec. | ||
| 11195 | 2025.01.30 20:25:32.849050 [ 270 ] {5a9684ad-3bb2-4a26-b3d1-fee414c87260} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.005194 sec., 31382.364266461303 rows/sec., 2.19 MiB/sec. | ||
| 11196 | 2025.01.30 20:25:32.849178 [ 270 ] {5a9684ad-3bb2-4a26-b3d1-fee414c87260} <Debug> TCPHandler: Processed in 0.005586225 sec. | ||
| 11197 | 2025.01.30 20:25:32.849178 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11198 | 2025.01.30 20:25:32.849381 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11199 | 2025.01.30 20:25:32.849563 [ 271 ] {bed1b978-62f8-4e89-8a3f-09c93ee00f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11200 | 2025.01.30 20:25:32.849710 [ 271 ] {bed1b978-62f8-4e89-8a3f-09c93ee00f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11201 | 2025.01.30 20:25:32.849752 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11202 | 2025.01.30 20:25:32.850055 [ 194 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_86_17} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11203 | 2025.01.30 20:25:32.850256 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11204 | 2025.01.30 20:25:32.851225 [ 271 ] {bed1b978-62f8-4e89-8a3f-09c93ee00f6e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11205 | 2025.01.30 20:25:32.851269 [ 271 ] {bed1b978-62f8-4e89-8a3f-09c93ee00f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11206 | 2025.01.30 20:25:32.851906 [ 271 ] {bed1b978-62f8-4e89-8a3f-09c93ee00f6e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11207 | 2025.01.30 20:25:32.852160 [ 271 ] {bed1b978-62f8-4e89-8a3f-09c93ee00f6e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11208 | 2025.01.30 20:25:32.852395 [ 271 ] {bed1b978-62f8-4e89-8a3f-09c93ee00f6e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002887 sec., 2771.042604780049 rows/sec., 4.97 MiB/sec. | ||
| 11209 | 2025.01.30 20:25:32.852577 [ 271 ] {bed1b978-62f8-4e89-8a3f-09c93ee00f6e} <Debug> TCPHandler: Processed in 0.003284991 sec. | ||
| 11210 | 2025.01.30 20:25:32.852920 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11211 | 2025.01.30 20:25:32.853113 [ 270 ] {7e7edbdd-49b2-41e8-9aa1-4669cc76d818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11212 | 2025.01.30 20:25:32.853173 [ 270 ] {7e7edbdd-49b2-41e8-9aa1-4669cc76d818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11213 | 2025.01.30 20:25:32.853747 [ 270 ] {7e7edbdd-49b2-41e8-9aa1-4669cc76d818} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11214 | 2025.01.30 20:25:32.853786 [ 270 ] {7e7edbdd-49b2-41e8-9aa1-4669cc76d818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11215 | 2025.01.30 20:25:32.854152 [ 270 ] {7e7edbdd-49b2-41e8-9aa1-4669cc76d818} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11216 | 2025.01.30 20:25:32.854381 [ 270 ] {7e7edbdd-49b2-41e8-9aa1-4669cc76d818} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11217 | 2025.01.30 20:25:32.854551 [ 52 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11218 | 2025.01.30 20:25:32.854613 [ 52 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11219 | 2025.01.30 20:25:32.854622 [ 270 ] {7e7edbdd-49b2-41e8-9aa1-4669cc76d818} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 11220 | 2025.01.30 20:25:32.854644 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11221 | 2025.01.30 20:25:32.854796 [ 270 ] {7e7edbdd-49b2-41e8-9aa1-4669cc76d818} <Debug> TCPHandler: Processed in 0.002079388 sec. | ||
| 11222 | 2025.01.30 20:25:32.855004 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 11223 | 2025.01.30 20:25:32.855261 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11224 | 2025.01.30 20:25:32.855308 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4802 rows starting from the beginning of the part | ||
| 11225 | 2025.01.30 20:25:32.855411 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 11226 | 2025.01.30 20:25:32.855597 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 11227 | 2025.01.30 20:25:32.855747 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 11228 | 2025.01.30 20:25:32.855942 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 11229 | 2025.01.30 20:25:32.856071 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 11230 | 2025.01.30 20:25:32.857903 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5146 rows, containing 4 columns (4 merged, 0 gathered) in 0.003130267 sec., 1643949.2222228968 rows/sec., 108.29 MiB/sec. | ||
| 11231 | 2025.01.30 20:25:32.858217 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11232 | 2025.01.30 20:25:32.858479 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11233 | 2025.01.30 20:25:32.858551 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_81_16} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11234 | 2025.01.30 20:25:32.858618 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11235 | 2025.01.30 20:25:34.257721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 11236 | 2025.01.30 20:25:34.258479 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11237 | 2025.01.30 20:25:34.258528 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11238 | 2025.01.30 20:25:34.259081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11239 | 2025.01.30 20:25:34.259340 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11240 | 2025.01.30 20:25:34.259601 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 11241 | 2025.01.30 20:25:36.291326 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 11242 | 2025.01.30 20:25:36.311881 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11243 | 2025.01.30 20:25:36.311920 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11244 | 2025.01.30 20:25:36.319114 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11245 | 2025.01.30 20:25:36.319901 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11246 | 2025.01.30 20:25:36.323585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 11247 | 2025.01.30 20:25:36.890490 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1532 | ||
| 11248 | 2025.01.30 20:25:36.893656 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11249 | 2025.01.30 20:25:36.893703 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11250 | 2025.01.30 20:25:36.895187 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11251 | 2025.01.30 20:25:36.895507 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11252 | 2025.01.30 20:25:36.897786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1532 | ||
| 11253 | 2025.01.30 20:25:37.837901 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11254 | 2025.01.30 20:25:37.838205 [ 270 ] {430cd4c1-5ded-4012-aa4f-ba4766ebd5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11255 | 2025.01.30 20:25:37.838327 [ 270 ] {430cd4c1-5ded-4012-aa4f-ba4766ebd5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11256 | 2025.01.30 20:25:37.839295 [ 270 ] {430cd4c1-5ded-4012-aa4f-ba4766ebd5f0} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11257 | 2025.01.30 20:25:37.839339 [ 270 ] {430cd4c1-5ded-4012-aa4f-ba4766ebd5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11258 | 2025.01.30 20:25:37.839762 [ 270 ] {430cd4c1-5ded-4012-aa4f-ba4766ebd5f0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11259 | 2025.01.30 20:25:37.840011 [ 270 ] {430cd4c1-5ded-4012-aa4f-ba4766ebd5f0} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11260 | 2025.01.30 20:25:37.840213 [ 48 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 11261 | 2025.01.30 20:25:37.840273 [ 270 ] {430cd4c1-5ded-4012-aa4f-ba4766ebd5f0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00215 sec., 6511.627906976744 rows/sec., 468.75 KiB/sec. | ||
| 11262 | 2025.01.30 20:25:37.840305 [ 48 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11263 | 2025.01.30 20:25:37.840392 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11264 | 2025.01.30 20:25:37.840404 [ 270 ] {430cd4c1-5ded-4012-aa4f-ba4766ebd5f0} <Debug> TCPHandler: Processed in 0.002691415 sec. | ||
| 11265 | 2025.01.30 20:25:37.840605 [ 201 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 11266 | 2025.01.30 20:25:37.840727 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11267 | 2025.01.30 20:25:37.840745 [ 201 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11268 | 2025.01.30 20:25:37.840787 [ 201 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 11269 | 2025.01.30 20:25:37.840887 [ 201 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 11270 | 2025.01.30 20:25:37.840980 [ 271 ] {3e538d2c-c463-48c1-afb1-bdc2177c6769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11271 | 2025.01.30 20:25:37.841231 [ 271 ] {3e538d2c-c463-48c1-afb1-bdc2177c6769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11272 | 2025.01.30 20:25:37.841263 [ 201 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 11273 | 2025.01.30 20:25:37.841656 [ 201 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 11274 | 2025.01.30 20:25:37.841951 [ 201 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 11275 | 2025.01.30 20:25:37.843320 [ 271 ] {3e538d2c-c463-48c1-afb1-bdc2177c6769} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11276 | 2025.01.30 20:25:37.843374 [ 271 ] {3e538d2c-c463-48c1-afb1-bdc2177c6769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11277 | 2025.01.30 20:25:37.843526 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003029674 sec., 23104.796093573103 rows/sec., 1.71 MiB/sec. | ||
| 11278 | 2025.01.30 20:25:37.843782 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 11279 | 2025.01.30 20:25:37.844052 [ 271 ] {3e538d2c-c463-48c1-afb1-bdc2177c6769} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11280 | 2025.01.30 20:25:37.844327 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_29_7} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11281 | 2025.01.30 20:25:37.844500 [ 194 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_29_7} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 11282 | 2025.01.30 20:25:37.844505 [ 271 ] {3e538d2c-c463-48c1-afb1-bdc2177c6769} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11283 | 2025.01.30 20:25:37.844660 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11284 | 2025.01.30 20:25:37.844816 [ 271 ] {3e538d2c-c463-48c1-afb1-bdc2177c6769} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.003963 sec., 66868.53393893514 rows/sec., 5.89 MiB/sec. | ||
| 11285 | 2025.01.30 20:25:37.844935 [ 271 ] {3e538d2c-c463-48c1-afb1-bdc2177c6769} <Debug> TCPHandler: Processed in 0.00433816 sec. | ||
| 11286 | 2025.01.30 20:25:37.845224 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11287 | 2025.01.30 20:25:37.845487 [ 270 ] {25a89a09-3058-4102-9c0c-15fa739df517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11288 | 2025.01.30 20:25:37.845578 [ 270 ] {25a89a09-3058-4102-9c0c-15fa739df517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11289 | 2025.01.30 20:25:37.846315 [ 270 ] {25a89a09-3058-4102-9c0c-15fa739df517} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11290 | 2025.01.30 20:25:37.846355 [ 270 ] {25a89a09-3058-4102-9c0c-15fa739df517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11291 | 2025.01.30 20:25:37.846715 [ 270 ] {25a89a09-3058-4102-9c0c-15fa739df517} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11292 | 2025.01.30 20:25:37.846973 [ 270 ] {25a89a09-3058-4102-9c0c-15fa739df517} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11293 | 2025.01.30 20:25:37.847154 [ 48 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11294 | 2025.01.30 20:25:37.847215 [ 270 ] {25a89a09-3058-4102-9c0c-15fa739df517} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001776 sec., 21396.396396396398 rows/sec., 1.53 MiB/sec. | ||
| 11295 | 2025.01.30 20:25:37.847222 [ 48 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11296 | 2025.01.30 20:25:37.847304 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11297 | 2025.01.30 20:25:37.847347 [ 270 ] {25a89a09-3058-4102-9c0c-15fa739df517} <Debug> TCPHandler: Processed in 0.002296284 sec. | ||
| 11298 | 2025.01.30 20:25:37.847636 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11299 | 2025.01.30 20:25:37.847681 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 11300 | 2025.01.30 20:25:37.848009 [ 271 ] {f07a2476-7306-429f-8151-df8ef3b055e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11301 | 2025.01.30 20:25:37.848171 [ 271 ] {f07a2476-7306-429f-8151-df8ef3b055e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11302 | 2025.01.30 20:25:37.848237 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11303 | 2025.01.30 20:25:37.848368 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 64 rows starting from the beginning of the part | ||
| 11304 | 2025.01.30 20:25:37.849081 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 44 rows starting from the beginning of the part | ||
| 11305 | 2025.01.30 20:25:37.849850 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 11306 | 2025.01.30 20:25:37.850199 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 38 rows starting from the beginning of the part | ||
| 11307 | 2025.01.30 20:25:37.850406 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 14 rows starting from the beginning of the part | ||
| 11308 | 2025.01.30 20:25:37.850506 [ 197 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 38 rows starting from the beginning of the part | ||
| 11309 | 2025.01.30 20:25:37.851277 [ 271 ] {f07a2476-7306-429f-8151-df8ef3b055e5} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11310 | 2025.01.30 20:25:37.851322 [ 271 ] {f07a2476-7306-429f-8151-df8ef3b055e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11311 | 2025.01.30 20:25:37.851881 [ 271 ] {f07a2476-7306-429f-8151-df8ef3b055e5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 11312 | 2025.01.30 20:25:37.852264 [ 271 ] {f07a2476-7306-429f-8151-df8ef3b055e5} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11313 | 2025.01.30 20:25:37.852331 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.004936887 sec., 41726.6994363047 rows/sec., 3.14 MiB/sec. | ||
| 11314 | 2025.01.30 20:25:37.852562 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11315 | 2025.01.30 20:25:37.852621 [ 271 ] {f07a2476-7306-429f-8151-df8ef3b055e5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004738 sec., 2954.8332629801603 rows/sec., 206.94 KiB/sec. | ||
| 11316 | 2025.01.30 20:25:37.852736 [ 271 ] {f07a2476-7306-429f-8151-df8ef3b055e5} <Debug> TCPHandler: Processed in 0.005271897 sec. | ||
| 11317 | 2025.01.30 20:25:37.852968 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11318 | 2025.01.30 20:25:37.853110 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11319 | 2025.01.30 20:25:37.853221 [ 270 ] {9775910e-e3e3-40f5-b649-34a16db84104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11320 | 2025.01.30 20:25:37.853281 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_86_17} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11321 | 2025.01.30 20:25:37.853307 [ 270 ] {9775910e-e3e3-40f5-b649-34a16db84104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11322 | 2025.01.30 20:25:37.853477 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11323 | 2025.01.30 20:25:37.854107 [ 270 ] {9775910e-e3e3-40f5-b649-34a16db84104} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11324 | 2025.01.30 20:25:37.854151 [ 270 ] {9775910e-e3e3-40f5-b649-34a16db84104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11325 | 2025.01.30 20:25:37.854499 [ 270 ] {9775910e-e3e3-40f5-b649-34a16db84104} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11326 | 2025.01.30 20:25:37.854729 [ 270 ] {9775910e-e3e3-40f5-b649-34a16db84104} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11327 | 2025.01.30 20:25:37.854898 [ 48 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 11328 | 2025.01.30 20:25:37.854966 [ 48 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11329 | 2025.01.30 20:25:37.854974 [ 270 ] {9775910e-e3e3-40f5-b649-34a16db84104} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001825 sec., 7123.287671232877 rows/sec., 444.14 KiB/sec. | ||
| 11330 | 2025.01.30 20:25:37.855003 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11331 | 2025.01.30 20:25:37.855136 [ 270 ] {9775910e-e3e3-40f5-b649-34a16db84104} <Debug> TCPHandler: Processed in 0.002301154 sec. | ||
| 11332 | 2025.01.30 20:25:37.855246 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 11333 | 2025.01.30 20:25:37.855320 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11334 | 2025.01.30 20:25:37.855525 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11335 | 2025.01.30 20:25:37.855555 [ 271 ] {d854d730-be79-4bf8-9398-7e9768914eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11336 | 2025.01.30 20:25:37.855595 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 11337 | 2025.01.30 20:25:37.855648 [ 271 ] {d854d730-be79-4bf8-9398-7e9768914eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11338 | 2025.01.30 20:25:37.855962 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 11339 | 2025.01.30 20:25:37.856262 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 11340 | 2025.01.30 20:25:37.856652 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 11341 | 2025.01.30 20:25:37.857028 [ 196 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 11342 | 2025.01.30 20:25:37.858770 [ 271 ] {d854d730-be79-4bf8-9398-7e9768914eeb} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11343 | 2025.01.30 20:25:37.858844 [ 271 ] {d854d730-be79-4bf8-9398-7e9768914eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11344 | 2025.01.30 20:25:37.859571 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004432693 sec., 14663.772113250343 rows/sec., 971.56 KiB/sec. | ||
| 11345 | 2025.01.30 20:25:37.859830 [ 271 ] {d854d730-be79-4bf8-9398-7e9768914eeb} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11346 | 2025.01.30 20:25:37.859838 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 11347 | 2025.01.30 20:25:37.860270 [ 271 ] {d854d730-be79-4bf8-9398-7e9768914eeb} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11348 | 2025.01.30 20:25:37.860601 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_29_7} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11349 | 2025.01.30 20:25:37.860698 [ 271 ] {d854d730-be79-4bf8-9398-7e9768914eeb} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.005195 sec., 79499.5187680462 rows/sec., 5.67 MiB/sec. | ||
| 11350 | 2025.01.30 20:25:37.860920 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_29_7} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 11351 | 2025.01.30 20:25:37.861073 [ 271 ] {d854d730-be79-4bf8-9398-7e9768914eeb} <Debug> TCPHandler: Processed in 0.005831102 sec. | ||
| 11352 | 2025.01.30 20:25:37.861252 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11353 | 2025.01.30 20:25:37.861424 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11354 | 2025.01.30 20:25:37.861718 [ 270 ] {8314fa07-3299-4efa-8b55-054a129ea0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11355 | 2025.01.30 20:25:37.861809 [ 270 ] {8314fa07-3299-4efa-8b55-054a129ea0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11356 | 2025.01.30 20:25:37.862305 [ 270 ] {8314fa07-3299-4efa-8b55-054a129ea0a5} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11357 | 2025.01.30 20:25:37.862346 [ 270 ] {8314fa07-3299-4efa-8b55-054a129ea0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11358 | 2025.01.30 20:25:37.862726 [ 270 ] {8314fa07-3299-4efa-8b55-054a129ea0a5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11359 | 2025.01.30 20:25:37.862972 [ 270 ] {8314fa07-3299-4efa-8b55-054a129ea0a5} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11360 | 2025.01.30 20:25:37.863207 [ 270 ] {8314fa07-3299-4efa-8b55-054a129ea0a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 11361 | 2025.01.30 20:25:37.863336 [ 270 ] {8314fa07-3299-4efa-8b55-054a129ea0a5} <Debug> TCPHandler: Processed in 0.002129239 sec. | ||
| 11362 | 2025.01.30 20:25:37.863562 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11363 | 2025.01.30 20:25:37.863702 [ 271 ] {6fe9f2b6-6a6e-4832-b497-fdd8cf8f3482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11364 | 2025.01.30 20:25:37.863766 [ 271 ] {6fe9f2b6-6a6e-4832-b497-fdd8cf8f3482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11365 | 2025.01.30 20:25:37.864375 [ 271 ] {6fe9f2b6-6a6e-4832-b497-fdd8cf8f3482} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11366 | 2025.01.30 20:25:37.864416 [ 271 ] {6fe9f2b6-6a6e-4832-b497-fdd8cf8f3482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11367 | 2025.01.30 20:25:37.864849 [ 271 ] {6fe9f2b6-6a6e-4832-b497-fdd8cf8f3482} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11368 | 2025.01.30 20:25:37.865112 [ 271 ] {6fe9f2b6-6a6e-4832-b497-fdd8cf8f3482} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11369 | 2025.01.30 20:25:37.865296 [ 271 ] {6fe9f2b6-6a6e-4832-b497-fdd8cf8f3482} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001625 sec., 145846.15384615384 rows/sec., 9.78 MiB/sec. | ||
| 11370 | 2025.01.30 20:25:37.865348 [ 271 ] {6fe9f2b6-6a6e-4832-b497-fdd8cf8f3482} <Debug> TCPHandler: Processed in 0.001903693 sec. | ||
| 11371 | 2025.01.30 20:25:37.865496 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11372 | 2025.01.30 20:25:37.865616 [ 270 ] {48fb73ce-850e-4afd-b41a-db23d64a050a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11373 | 2025.01.30 20:25:37.865669 [ 270 ] {48fb73ce-850e-4afd-b41a-db23d64a050a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11374 | 2025.01.30 20:25:37.866210 [ 270 ] {48fb73ce-850e-4afd-b41a-db23d64a050a} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11375 | 2025.01.30 20:25:37.866249 [ 270 ] {48fb73ce-850e-4afd-b41a-db23d64a050a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11376 | 2025.01.30 20:25:37.866613 [ 270 ] {48fb73ce-850e-4afd-b41a-db23d64a050a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11377 | 2025.01.30 20:25:37.866853 [ 270 ] {48fb73ce-850e-4afd-b41a-db23d64a050a} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11378 | 2025.01.30 20:25:37.867075 [ 270 ] {48fb73ce-850e-4afd-b41a-db23d64a050a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001485 sec., 673.4006734006734 rows/sec., 45.38 KiB/sec. | ||
| 11379 | 2025.01.30 20:25:37.867125 [ 270 ] {48fb73ce-850e-4afd-b41a-db23d64a050a} <Debug> TCPHandler: Processed in 0.001688307 sec. | ||
| 11380 | 2025.01.30 20:25:37.867263 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11381 | 2025.01.30 20:25:37.867386 [ 271 ] {0a08ad43-6c13-470e-822e-504f63a82a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11382 | 2025.01.30 20:25:37.867467 [ 271 ] {0a08ad43-6c13-470e-822e-504f63a82a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11383 | 2025.01.30 20:25:37.868650 [ 271 ] {0a08ad43-6c13-470e-822e-504f63a82a11} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11384 | 2025.01.30 20:25:37.868687 [ 271 ] {0a08ad43-6c13-470e-822e-504f63a82a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11385 | 2025.01.30 20:25:37.869369 [ 271 ] {0a08ad43-6c13-470e-822e-504f63a82a11} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11386 | 2025.01.30 20:25:37.869638 [ 271 ] {0a08ad43-6c13-470e-822e-504f63a82a11} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11387 | 2025.01.30 20:25:37.869811 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11388 | 2025.01.30 20:25:37.869828 [ 271 ] {0a08ad43-6c13-470e-822e-504f63a82a11} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002469 sec., 12555.690562980964 rows/sec., 22.50 MiB/sec. | ||
| 11389 | 2025.01.30 20:25:37.869856 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11390 | 2025.01.30 20:25:37.869900 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11391 | 2025.01.30 20:25:37.870048 [ 271 ] {0a08ad43-6c13-470e-822e-504f63a82a11} <Debug> TCPHandler: Processed in 0.002840919 sec. | ||
| 11392 | 2025.01.30 20:25:37.870162 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 11393 | 2025.01.30 20:25:37.870266 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11394 | 2025.01.30 20:25:37.870494 [ 270 ] {bd46117b-7d84-4447-b890-8a31ece4bc63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11395 | 2025.01.30 20:25:37.870622 [ 270 ] {bd46117b-7d84-4447-b890-8a31ece4bc63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11396 | 2025.01.30 20:25:37.871141 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11397 | 2025.01.30 20:25:37.871389 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1591 rows starting from the beginning of the part | ||
| 11398 | 2025.01.30 20:25:37.872008 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 31 rows starting from the beginning of the part | ||
| 11399 | 2025.01.30 20:25:37.872730 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 11400 | 2025.01.30 20:25:37.872888 [ 270 ] {bd46117b-7d84-4447-b890-8a31ece4bc63} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11401 | 2025.01.30 20:25:37.873055 [ 270 ] {bd46117b-7d84-4447-b890-8a31ece4bc63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11402 | 2025.01.30 20:25:37.873384 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 31 rows starting from the beginning of the part | ||
| 11403 | 2025.01.30 20:25:37.874012 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 11404 | 2025.01.30 20:25:37.874730 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 31 rows starting from the beginning of the part | ||
| 11405 | 2025.01.30 20:25:37.875132 [ 270 ] {bd46117b-7d84-4447-b890-8a31ece4bc63} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11406 | 2025.01.30 20:25:37.876031 [ 270 ] {bd46117b-7d84-4447-b890-8a31ece4bc63} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11407 | 2025.01.30 20:25:37.876636 [ 270 ] {bd46117b-7d84-4447-b890-8a31ece4bc63} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006219 sec., 13185.399581926355 rows/sec., 857.53 KiB/sec. | ||
| 11408 | 2025.01.30 20:25:37.876777 [ 270 ] {bd46117b-7d84-4447-b890-8a31ece4bc63} <Debug> TCPHandler: Processed in 0.006598663 sec. | ||
| 11409 | 2025.01.30 20:25:37.885111 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1700 rows, containing 19 columns (19 merged, 0 gathered) in 0.015074808 sec., 112770.92219018644 rows/sec., 202.08 MiB/sec. | ||
| 11410 | 2025.01.30 20:25:37.887186 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11411 | 2025.01.30 20:25:37.887653 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11412 | 2025.01.30 20:25:37.887753 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11413 | 2025.01.30 20:25:37.887962 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.54 MiB. | ||
| 11414 | 2025.01.30 20:25:38.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.06 MiB, peak 263.57 MiB, free memory in arenas 0.00 B, will set to 253.63 MiB (RSS), difference: 3.57 MiB | ||
| 11415 | 2025.01.30 20:25:41.562690 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11416 | 2025.01.30 20:25:41.562785 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11417 | 2025.01.30 20:25:41.759756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 11418 | 2025.01.30 20:25:41.760503 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11419 | 2025.01.30 20:25:41.760552 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11420 | 2025.01.30 20:25:41.761080 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11421 | 2025.01.30 20:25:41.761340 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11422 | 2025.01.30 20:25:41.761547 [ 39 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11423 | 2025.01.30 20:25:41.761609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 11424 | 2025.01.30 20:25:41.761632 [ 39 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11425 | 2025.01.30 20:25:41.761667 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11426 | 2025.01.30 20:25:41.761822 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 11427 | 2025.01.30 20:25:41.762119 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11428 | 2025.01.30 20:25:41.762215 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 11429 | 2025.01.30 20:25:41.762474 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 11430 | 2025.01.30 20:25:41.762883 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 11431 | 2025.01.30 20:25:41.763196 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 11432 | 2025.01.30 20:25:41.763393 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 11433 | 2025.01.30 20:25:41.763554 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 11434 | 2025.01.30 20:25:41.766154 [ 199 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004413122 sec., 6855917.4208190935 rows/sec., 98.07 MiB/sec. | ||
| 11435 | 2025.01.30 20:25:41.766459 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11436 | 2025.01.30 20:25:41.766796 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11437 | 2025.01.30 20:25:41.766888 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_66_13} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11438 | 2025.01.30 20:25:41.766986 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 11439 | 2025.01.30 20:25:42.832092 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11440 | 2025.01.30 20:25:42.832281 [ 270 ] {e7be770e-5117-4b5f-a78d-d3fb01ecdda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11441 | 2025.01.30 20:25:42.832353 [ 270 ] {e7be770e-5117-4b5f-a78d-d3fb01ecdda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11442 | 2025.01.30 20:25:42.833162 [ 270 ] {e7be770e-5117-4b5f-a78d-d3fb01ecdda8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11443 | 2025.01.30 20:25:42.833206 [ 270 ] {e7be770e-5117-4b5f-a78d-d3fb01ecdda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11444 | 2025.01.30 20:25:42.833638 [ 270 ] {e7be770e-5117-4b5f-a78d-d3fb01ecdda8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11445 | 2025.01.30 20:25:42.833878 [ 270 ] {e7be770e-5117-4b5f-a78d-d3fb01ecdda8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11446 | 2025.01.30 20:25:42.834123 [ 270 ] {e7be770e-5117-4b5f-a78d-d3fb01ecdda8} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.00189 sec., 38095.2380952381 rows/sec., 3.06 MiB/sec. | ||
| 11447 | 2025.01.30 20:25:42.834207 [ 270 ] {e7be770e-5117-4b5f-a78d-d3fb01ecdda8} <Debug> TCPHandler: Processed in 0.002276123 sec. | ||
| 11448 | 2025.01.30 20:25:42.834493 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11449 | 2025.01.30 20:25:42.834701 [ 271 ] {9e839224-c951-4157-87f5-06bf12fc3dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11450 | 2025.01.30 20:25:42.834781 [ 271 ] {9e839224-c951-4157-87f5-06bf12fc3dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11451 | 2025.01.30 20:25:42.835535 [ 271 ] {9e839224-c951-4157-87f5-06bf12fc3dbe} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11452 | 2025.01.30 20:25:42.835581 [ 271 ] {9e839224-c951-4157-87f5-06bf12fc3dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11453 | 2025.01.30 20:25:42.836014 [ 271 ] {9e839224-c951-4157-87f5-06bf12fc3dbe} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11454 | 2025.01.30 20:25:42.836272 [ 271 ] {9e839224-c951-4157-87f5-06bf12fc3dbe} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11455 | 2025.01.30 20:25:42.836508 [ 271 ] {9e839224-c951-4157-87f5-06bf12fc3dbe} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001866 sec., 4287.245444801715 rows/sec., 322.38 KiB/sec. | ||
| 11456 | 2025.01.30 20:25:42.836568 [ 271 ] {9e839224-c951-4157-87f5-06bf12fc3dbe} <Debug> TCPHandler: Processed in 0.002228222 sec. | ||
| 11457 | 2025.01.30 20:25:42.836785 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11458 | 2025.01.30 20:25:42.837002 [ 270 ] {02aef32f-2b32-4e92-95b7-1749fb097073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11459 | 2025.01.30 20:25:42.837067 [ 270 ] {02aef32f-2b32-4e92-95b7-1749fb097073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11460 | 2025.01.30 20:25:42.837683 [ 270 ] {02aef32f-2b32-4e92-95b7-1749fb097073} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11461 | 2025.01.30 20:25:42.837722 [ 270 ] {02aef32f-2b32-4e92-95b7-1749fb097073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11462 | 2025.01.30 20:25:42.838079 [ 270 ] {02aef32f-2b32-4e92-95b7-1749fb097073} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11463 | 2025.01.30 20:25:42.838306 [ 270 ] {02aef32f-2b32-4e92-95b7-1749fb097073} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11464 | 2025.01.30 20:25:42.838522 [ 270 ] {02aef32f-2b32-4e92-95b7-1749fb097073} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001574 sec., 45743.329097839895 rows/sec., 3.57 MiB/sec. | ||
| 11465 | 2025.01.30 20:25:42.838573 [ 270 ] {02aef32f-2b32-4e92-95b7-1749fb097073} <Debug> TCPHandler: Processed in 0.001901112 sec. | ||
| 11466 | 2025.01.30 20:25:42.838715 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11467 | 2025.01.30 20:25:42.838833 [ 271 ] {af3c7ee3-ad1f-4477-afc9-3f2955e0c1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11468 | 2025.01.30 20:25:42.838888 [ 271 ] {af3c7ee3-ad1f-4477-afc9-3f2955e0c1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11469 | 2025.01.30 20:25:42.839482 [ 271 ] {af3c7ee3-ad1f-4477-afc9-3f2955e0c1c4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11470 | 2025.01.30 20:25:42.839523 [ 271 ] {af3c7ee3-ad1f-4477-afc9-3f2955e0c1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11471 | 2025.01.30 20:25:42.839937 [ 271 ] {af3c7ee3-ad1f-4477-afc9-3f2955e0c1c4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11472 | 2025.01.30 20:25:42.840182 [ 271 ] {af3c7ee3-ad1f-4477-afc9-3f2955e0c1c4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11473 | 2025.01.30 20:25:42.840400 [ 271 ] {af3c7ee3-ad1f-4477-afc9-3f2955e0c1c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 11474 | 2025.01.30 20:25:42.840466 [ 271 ] {af3c7ee3-ad1f-4477-afc9-3f2955e0c1c4} <Debug> TCPHandler: Processed in 0.00180642 sec. | ||
| 11475 | 2025.01.30 20:25:42.840668 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11476 | 2025.01.30 20:25:42.840821 [ 270 ] {44169bfe-1465-4e53-aa47-6affdaba6076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11477 | 2025.01.30 20:25:42.840902 [ 270 ] {44169bfe-1465-4e53-aa47-6affdaba6076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11478 | 2025.01.30 20:25:42.842021 [ 270 ] {44169bfe-1465-4e53-aa47-6affdaba6076} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11479 | 2025.01.30 20:25:42.842059 [ 270 ] {44169bfe-1465-4e53-aa47-6affdaba6076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11480 | 2025.01.30 20:25:42.842659 [ 270 ] {44169bfe-1465-4e53-aa47-6affdaba6076} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11481 | 2025.01.30 20:25:42.842910 [ 270 ] {44169bfe-1465-4e53-aa47-6affdaba6076} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11482 | 2025.01.30 20:25:42.843138 [ 270 ] {44169bfe-1465-4e53-aa47-6affdaba6076} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00234 sec., 3418.8034188034185 rows/sec., 6.13 MiB/sec. | ||
| 11483 | 2025.01.30 20:25:42.843237 [ 270 ] {44169bfe-1465-4e53-aa47-6affdaba6076} <Debug> TCPHandler: Processed in 0.002674434 sec. | ||
| 11484 | 2025.01.30 20:25:42.843388 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11485 | 2025.01.30 20:25:42.843527 [ 271 ] {bb6eff82-e897-4fbe-a433-5cf7e0999721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11486 | 2025.01.30 20:25:42.843589 [ 271 ] {bb6eff82-e897-4fbe-a433-5cf7e0999721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11487 | 2025.01.30 20:25:42.844157 [ 271 ] {bb6eff82-e897-4fbe-a433-5cf7e0999721} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11488 | 2025.01.30 20:25:42.844198 [ 271 ] {bb6eff82-e897-4fbe-a433-5cf7e0999721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11489 | 2025.01.30 20:25:42.844587 [ 271 ] {bb6eff82-e897-4fbe-a433-5cf7e0999721} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11490 | 2025.01.30 20:25:42.844866 [ 271 ] {bb6eff82-e897-4fbe-a433-5cf7e0999721} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11491 | 2025.01.30 20:25:42.845112 [ 271 ] {bb6eff82-e897-4fbe-a433-5cf7e0999721} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec. | ||
| 11492 | 2025.01.30 20:25:42.845188 [ 271 ] {bb6eff82-e897-4fbe-a433-5cf7e0999721} <Debug> TCPHandler: Processed in 0.001866462 sec. | ||
| 11493 | 2025.01.30 20:25:43.823644 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 11494 | 2025.01.30 20:25:43.845787 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11495 | 2025.01.30 20:25:43.845849 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11496 | 2025.01.30 20:25:43.853147 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11497 | 2025.01.30 20:25:43.853962 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11498 | 2025.01.30 20:25:43.854360 [ 36 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11499 | 2025.01.30 20:25:43.854505 [ 36 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11500 | 2025.01.30 20:25:43.854575 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11501 | 2025.01.30 20:25:43.855155 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 11502 | 2025.01.30 20:25:43.873637 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 11503 | 2025.01.30 20:25:43.875297 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11504 | 2025.01.30 20:25:43.876577 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 11505 | 2025.01.30 20:25:43.882114 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 11506 | 2025.01.30 20:25:43.887773 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 11507 | 2025.01.30 20:25:43.893403 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 11508 | 2025.01.30 20:25:43.899277 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 11509 | 2025.01.30 20:25:43.903950 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 11510 | 2025.01.30 20:25:43.966422 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.111705021 sec., 4458.17023748646 rows/sec., 23.05 MiB/sec. | ||
| 11511 | 2025.01.30 20:25:43.969890 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11512 | 2025.01.30 20:25:43.972871 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_66_13} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11513 | 2025.01.30 20:25:43.973006 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_66_13} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11514 | 2025.01.30 20:25:43.975422 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.26 MiB. | ||
| 11515 | 2025.01.30 20:25:46.897991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1566 | ||
| 11516 | 2025.01.30 20:25:46.901194 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11517 | 2025.01.30 20:25:46.901257 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11518 | 2025.01.30 20:25:46.902760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11519 | 2025.01.30 20:25:46.903089 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11520 | 2025.01.30 20:25:46.904624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1566 | ||
| 11521 | 2025.01.30 20:25:47.529149 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11522 | 2025.01.30 20:25:47.529357 [ 270 ] {4ba2b874-1e32-4746-8c08-53c663b5d3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11523 | 2025.01.30 20:25:47.529438 [ 270 ] {4ba2b874-1e32-4746-8c08-53c663b5d3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11524 | 2025.01.30 20:25:47.530267 [ 270 ] {4ba2b874-1e32-4746-8c08-53c663b5d3d3} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11525 | 2025.01.30 20:25:47.530313 [ 270 ] {4ba2b874-1e32-4746-8c08-53c663b5d3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11526 | 2025.01.30 20:25:47.530743 [ 270 ] {4ba2b874-1e32-4746-8c08-53c663b5d3d3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11527 | 2025.01.30 20:25:47.530998 [ 270 ] {4ba2b874-1e32-4746-8c08-53c663b5d3d3} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11528 | 2025.01.30 20:25:47.531229 [ 270 ] {4ba2b874-1e32-4746-8c08-53c663b5d3d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec. | ||
| 11529 | 2025.01.30 20:25:47.531285 [ 270 ] {4ba2b874-1e32-4746-8c08-53c663b5d3d3} <Debug> TCPHandler: Processed in 0.002272723 sec. | ||
| 11530 | 2025.01.30 20:25:47.531554 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11531 | 2025.01.30 20:25:47.531746 [ 271 ] {1ff64b7e-f980-464e-a88d-f27841974c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11532 | 2025.01.30 20:25:47.531820 [ 271 ] {1ff64b7e-f980-464e-a88d-f27841974c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11533 | 2025.01.30 20:25:47.532549 [ 271 ] {1ff64b7e-f980-464e-a88d-f27841974c68} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11534 | 2025.01.30 20:25:47.532589 [ 271 ] {1ff64b7e-f980-464e-a88d-f27841974c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11535 | 2025.01.30 20:25:47.533024 [ 271 ] {1ff64b7e-f980-464e-a88d-f27841974c68} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11536 | 2025.01.30 20:25:47.533285 [ 271 ] {1ff64b7e-f980-464e-a88d-f27841974c68} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11537 | 2025.01.30 20:25:47.533496 [ 271 ] {1ff64b7e-f980-464e-a88d-f27841974c68} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001802 sec., 3329.6337402885683 rows/sec., 271.51 KiB/sec. | ||
| 11538 | 2025.01.30 20:25:47.533619 [ 271 ] {1ff64b7e-f980-464e-a88d-f27841974c68} <Debug> TCPHandler: Processed in 0.002195551 sec. | ||
| 11539 | 2025.01.30 20:25:47.533800 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11540 | 2025.01.30 20:25:47.533937 [ 270 ] {878c0657-39f0-4847-9ada-2ea4de681dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11541 | 2025.01.30 20:25:47.533995 [ 270 ] {878c0657-39f0-4847-9ada-2ea4de681dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11542 | 2025.01.30 20:25:47.535328 [ 270 ] {878c0657-39f0-4847-9ada-2ea4de681dd8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11543 | 2025.01.30 20:25:47.535368 [ 270 ] {878c0657-39f0-4847-9ada-2ea4de681dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11544 | 2025.01.30 20:25:47.535820 [ 270 ] {878c0657-39f0-4847-9ada-2ea4de681dd8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11545 | 2025.01.30 20:25:47.536059 [ 270 ] {878c0657-39f0-4847-9ada-2ea4de681dd8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11546 | 2025.01.30 20:25:47.536275 [ 270 ] {878c0657-39f0-4847-9ada-2ea4de681dd8} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002369 sec., 594343.6048965808 rows/sec., 49.75 MiB/sec. | ||
| 11547 | 2025.01.30 20:25:47.536328 [ 270 ] {878c0657-39f0-4847-9ada-2ea4de681dd8} <Debug> TCPHandler: Processed in 0.002597372 sec. | ||
| 11548 | 2025.01.30 20:25:47.536501 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11549 | 2025.01.30 20:25:47.536645 [ 271 ] {4f8dbea6-6e90-4029-98f2-7d86a387d262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11550 | 2025.01.30 20:25:47.536705 [ 271 ] {4f8dbea6-6e90-4029-98f2-7d86a387d262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11551 | 2025.01.30 20:25:47.537387 [ 271 ] {4f8dbea6-6e90-4029-98f2-7d86a387d262} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2025.01.30 20:25:47.537425 [ 271 ] {4f8dbea6-6e90-4029-98f2-7d86a387d262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11553 | 2025.01.30 20:25:47.537809 [ 271 ] {4f8dbea6-6e90-4029-98f2-7d86a387d262} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11554 | 2025.01.30 20:25:47.538058 [ 271 ] {4f8dbea6-6e90-4029-98f2-7d86a387d262} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2025.01.30 20:25:47.538233 [ 271 ] {4f8dbea6-6e90-4029-98f2-7d86a387d262} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001619 sec., 27177.26991970352 rows/sec., 1.93 MiB/sec. | ||
| 11556 | 2025.01.30 20:25:47.538284 [ 271 ] {4f8dbea6-6e90-4029-98f2-7d86a387d262} <Debug> TCPHandler: Processed in 0.001853991 sec. | ||
| 11557 | 2025.01.30 20:25:47.538475 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11558 | 2025.01.30 20:25:47.538673 [ 270 ] {fd775cd1-73b5-440c-b43b-1eff4ed3280f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11559 | 2025.01.30 20:25:47.538752 [ 270 ] {fd775cd1-73b5-440c-b43b-1eff4ed3280f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11560 | 2025.01.30 20:25:47.539614 [ 270 ] {fd775cd1-73b5-440c-b43b-1eff4ed3280f} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11561 | 2025.01.30 20:25:47.539653 [ 270 ] {fd775cd1-73b5-440c-b43b-1eff4ed3280f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11562 | 2025.01.30 20:25:47.540013 [ 270 ] {fd775cd1-73b5-440c-b43b-1eff4ed3280f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11563 | 2025.01.30 20:25:47.540248 [ 270 ] {fd775cd1-73b5-440c-b43b-1eff4ed3280f} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11564 | 2025.01.30 20:25:47.540461 [ 270 ] {fd775cd1-73b5-440c-b43b-1eff4ed3280f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001837 sec., 131736.52694610777 rows/sec., 8.93 MiB/sec. | ||
| 11565 | 2025.01.30 20:25:47.540512 [ 270 ] {fd775cd1-73b5-440c-b43b-1eff4ed3280f} <Debug> TCPHandler: Processed in 0.002135849 sec. | ||
| 11566 | 2025.01.30 20:25:47.540727 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11567 | 2025.01.30 20:25:47.540950 [ 271 ] {ad8a705a-c375-41e9-ab1c-c92bd077372e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11568 | 2025.01.30 20:25:47.541041 [ 271 ] {ad8a705a-c375-41e9-ab1c-c92bd077372e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11569 | 2025.01.30 20:25:47.541720 [ 271 ] {ad8a705a-c375-41e9-ab1c-c92bd077372e} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11570 | 2025.01.30 20:25:47.541756 [ 271 ] {ad8a705a-c375-41e9-ab1c-c92bd077372e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11571 | 2025.01.30 20:25:47.542119 [ 271 ] {ad8a705a-c375-41e9-ab1c-c92bd077372e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11572 | 2025.01.30 20:25:47.542373 [ 271 ] {ad8a705a-c375-41e9-ab1c-c92bd077372e} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11573 | 2025.01.30 20:25:47.542560 [ 271 ] {ad8a705a-c375-41e9-ab1c-c92bd077372e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec. | ||
| 11574 | 2025.01.30 20:25:47.542612 [ 271 ] {ad8a705a-c375-41e9-ab1c-c92bd077372e} <Debug> TCPHandler: Processed in 0.002000495 sec. | ||
| 11575 | 2025.01.30 20:25:47.542813 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11576 | 2025.01.30 20:25:47.543031 [ 270 ] {0483925c-049a-43cd-9c59-a997474e2454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11577 | 2025.01.30 20:25:47.543117 [ 270 ] {0483925c-049a-43cd-9c59-a997474e2454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11578 | 2025.01.30 20:25:47.544079 [ 270 ] {0483925c-049a-43cd-9c59-a997474e2454} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11579 | 2025.01.30 20:25:47.544119 [ 270 ] {0483925c-049a-43cd-9c59-a997474e2454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11580 | 2025.01.30 20:25:47.544527 [ 270 ] {0483925c-049a-43cd-9c59-a997474e2454} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11581 | 2025.01.30 20:25:47.544780 [ 270 ] {0483925c-049a-43cd-9c59-a997474e2454} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11582 | 2025.01.30 20:25:47.544987 [ 270 ] {0483925c-049a-43cd-9c59-a997474e2454} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.002008 sec., 435756.9721115538 rows/sec., 31.58 MiB/sec. | ||
| 11583 | 2025.01.30 20:25:47.545039 [ 270 ] {0483925c-049a-43cd-9c59-a997474e2454} <Debug> TCPHandler: Processed in 0.002335915 sec. | ||
| 11584 | 2025.01.30 20:25:47.545248 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11585 | 2025.01.30 20:25:47.545373 [ 271 ] {7c1d3439-decc-46af-90fd-49223bedf57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11586 | 2025.01.30 20:25:47.545424 [ 271 ] {7c1d3439-decc-46af-90fd-49223bedf57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11587 | 2025.01.30 20:25:47.545926 [ 271 ] {7c1d3439-decc-46af-90fd-49223bedf57d} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11588 | 2025.01.30 20:25:47.545962 [ 271 ] {7c1d3439-decc-46af-90fd-49223bedf57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11589 | 2025.01.30 20:25:47.546335 [ 271 ] {7c1d3439-decc-46af-90fd-49223bedf57d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11590 | 2025.01.30 20:25:47.546581 [ 271 ] {7c1d3439-decc-46af-90fd-49223bedf57d} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11591 | 2025.01.30 20:25:47.546793 [ 271 ] {7c1d3439-decc-46af-90fd-49223bedf57d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec. | ||
| 11592 | 2025.01.30 20:25:47.546923 [ 271 ] {7c1d3439-decc-46af-90fd-49223bedf57d} <Debug> TCPHandler: Processed in 0.001780829 sec. | ||
| 11593 | 2025.01.30 20:25:47.547154 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11594 | 2025.01.30 20:25:47.547286 [ 270 ] {3e2f35ec-7daa-475d-824f-f0cf85b80ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11595 | 2025.01.30 20:25:47.547345 [ 270 ] {3e2f35ec-7daa-475d-824f-f0cf85b80ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11596 | 2025.01.30 20:25:47.548232 [ 270 ] {3e2f35ec-7daa-475d-824f-f0cf85b80ae3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11597 | 2025.01.30 20:25:47.548270 [ 270 ] {3e2f35ec-7daa-475d-824f-f0cf85b80ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11598 | 2025.01.30 20:25:47.548709 [ 270 ] {3e2f35ec-7daa-475d-824f-f0cf85b80ae3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11599 | 2025.01.30 20:25:47.548945 [ 270 ] {3e2f35ec-7daa-475d-824f-f0cf85b80ae3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11600 | 2025.01.30 20:25:47.549191 [ 270 ] {3e2f35ec-7daa-475d-824f-f0cf85b80ae3} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001931 sec., 497151.73485240806 rows/sec., 33.22 MiB/sec. | ||
| 11601 | 2025.01.30 20:25:47.549267 [ 270 ] {3e2f35ec-7daa-475d-824f-f0cf85b80ae3} <Debug> TCPHandler: Processed in 0.002242802 sec. | ||
| 11602 | 2025.01.30 20:25:47.549507 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11603 | 2025.01.30 20:25:47.549755 [ 271 ] {74a707e1-2ca2-43ab-9d49-f5f208f97202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11604 | 2025.01.30 20:25:47.549851 [ 271 ] {74a707e1-2ca2-43ab-9d49-f5f208f97202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11605 | 2025.01.30 20:25:47.550502 [ 271 ] {74a707e1-2ca2-43ab-9d49-f5f208f97202} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11606 | 2025.01.30 20:25:47.550540 [ 271 ] {74a707e1-2ca2-43ab-9d49-f5f208f97202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11607 | 2025.01.30 20:25:47.550899 [ 271 ] {74a707e1-2ca2-43ab-9d49-f5f208f97202} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11608 | 2025.01.30 20:25:47.551142 [ 271 ] {74a707e1-2ca2-43ab-9d49-f5f208f97202} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11609 | 2025.01.30 20:25:47.551269 [ 32 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 11610 | 2025.01.30 20:25:47.551324 [ 32 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11611 | 2025.01.30 20:25:47.551333 [ 271 ] {74a707e1-2ca2-43ab-9d49-f5f208f97202} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001628 sec., 614.2506142506143 rows/sec., 41.39 KiB/sec. | ||
| 11612 | 2025.01.30 20:25:47.551353 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11613 | 2025.01.30 20:25:47.551399 [ 271 ] {74a707e1-2ca2-43ab-9d49-f5f208f97202} <Debug> TCPHandler: Processed in 0.002032107 sec. | ||
| 11614 | 2025.01.30 20:25:47.551651 [ 187 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 11615 | 2025.01.30 20:25:47.551653 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11616 | 2025.01.30 20:25:47.551918 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11617 | 2025.01.30 20:25:47.551956 [ 270 ] {d86f7986-7c1c-40b1-a323-d86d7b0c6bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11618 | 2025.01.30 20:25:47.551984 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part | ||
| 11619 | 2025.01.30 20:25:47.552303 [ 270 ] {d86f7986-7c1c-40b1-a323-d86d7b0c6bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11620 | 2025.01.30 20:25:47.552313 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 11621 | 2025.01.30 20:25:47.552680 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 11622 | 2025.01.30 20:25:47.553057 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 11623 | 2025.01.30 20:25:47.553426 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 11624 | 2025.01.30 20:25:47.553756 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 11625 | 2025.01.30 20:25:47.555704 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.004253067 sec., 7288.857664363152 rows/sec., 490.23 KiB/sec. | ||
| 11626 | 2025.01.30 20:25:47.555849 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 11627 | 2025.01.30 20:25:47.556032 [ 270 ] {d86f7986-7c1c-40b1-a323-d86d7b0c6bf7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11628 | 2025.01.30 20:25:47.556072 [ 270 ] {d86f7986-7c1c-40b1-a323-d86d7b0c6bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11629 | 2025.01.30 20:25:47.556230 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11630 | 2025.01.30 20:25:47.556354 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_31_6} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 11631 | 2025.01.30 20:25:47.556446 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11632 | 2025.01.30 20:25:47.556823 [ 270 ] {d86f7986-7c1c-40b1-a323-d86d7b0c6bf7} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11633 | 2025.01.30 20:25:47.557075 [ 270 ] {d86f7986-7c1c-40b1-a323-d86d7b0c6bf7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11634 | 2025.01.30 20:25:47.557287 [ 270 ] {d86f7986-7c1c-40b1-a323-d86d7b0c6bf7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005396 sec., 5744.996293550778 rows/sec., 10.29 MiB/sec. | ||
| 11635 | 2025.01.30 20:25:47.557453 [ 270 ] {d86f7986-7c1c-40b1-a323-d86d7b0c6bf7} <Debug> TCPHandler: Processed in 0.005952865 sec. | ||
| 11636 | 2025.01.30 20:25:47.557725 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11637 | 2025.01.30 20:25:47.558049 [ 271 ] {139adef7-22f5-40ca-8679-98d22d104283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11638 | 2025.01.30 20:25:47.558119 [ 271 ] {139adef7-22f5-40ca-8679-98d22d104283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11639 | 2025.01.30 20:25:47.558634 [ 271 ] {139adef7-22f5-40ca-8679-98d22d104283} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11640 | 2025.01.30 20:25:47.558673 [ 271 ] {139adef7-22f5-40ca-8679-98d22d104283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11641 | 2025.01.30 20:25:47.559052 [ 271 ] {139adef7-22f5-40ca-8679-98d22d104283} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11642 | 2025.01.30 20:25:47.559296 [ 271 ] {139adef7-22f5-40ca-8679-98d22d104283} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11643 | 2025.01.30 20:25:47.559523 [ 271 ] {139adef7-22f5-40ca-8679-98d22d104283} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001577 sec., 51997.46353836398 rows/sec., 3.30 MiB/sec. | ||
| 11644 | 2025.01.30 20:25:47.559575 [ 271 ] {139adef7-22f5-40ca-8679-98d22d104283} <Debug> TCPHandler: Processed in 0.002012436 sec. | ||
| 11645 | 2025.01.30 20:25:49.261723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 11646 | 2025.01.30 20:25:49.262462 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11647 | 2025.01.30 20:25:49.262502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. | ||
| 11648 | 2025.01.30 20:25:49.263026 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11649 | 2025.01.30 20:25:49.263292 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11650 | 2025.01.30 20:25:49.263509 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 11651 | 2025.01.30 20:25:51.373725 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 11652 | 2025.01.30 20:25:51.391795 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11653 | 2025.01.30 20:25:51.391854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11654 | 2025.01.30 20:25:51.399211 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11655 | 2025.01.30 20:25:51.399979 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11656 | 2025.01.30 20:25:51.402496 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 11657 | 2025.01.30 20:25:52.831017 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11658 | 2025.01.30 20:25:52.831214 [ 270 ] {5f205bb2-57fa-47ab-a1d1-6ad11bd3a21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11659 | 2025.01.30 20:25:52.831287 [ 270 ] {5f205bb2-57fa-47ab-a1d1-6ad11bd3a21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11660 | 2025.01.30 20:25:52.832137 [ 270 ] {5f205bb2-57fa-47ab-a1d1-6ad11bd3a21a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11661 | 2025.01.30 20:25:52.832189 [ 270 ] {5f205bb2-57fa-47ab-a1d1-6ad11bd3a21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11662 | 2025.01.30 20:25:52.832628 [ 270 ] {5f205bb2-57fa-47ab-a1d1-6ad11bd3a21a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11663 | 2025.01.30 20:25:52.832890 [ 270 ] {5f205bb2-57fa-47ab-a1d1-6ad11bd3a21a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11664 | 2025.01.30 20:25:52.833145 [ 270 ] {5f205bb2-57fa-47ab-a1d1-6ad11bd3a21a} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001986 sec., 36253.77643504532 rows/sec., 2.92 MiB/sec. | ||
| 11665 | 2025.01.30 20:25:52.833203 [ 270 ] {5f205bb2-57fa-47ab-a1d1-6ad11bd3a21a} <Debug> TCPHandler: Processed in 0.002324964 sec. | ||
| 11666 | 2025.01.30 20:25:52.833472 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11667 | 2025.01.30 20:25:52.833664 [ 271 ] {138840ff-e403-4715-a8ba-e159bd755a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11668 | 2025.01.30 20:25:52.833740 [ 271 ] {138840ff-e403-4715-a8ba-e159bd755a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11669 | 2025.01.30 20:25:52.834493 [ 271 ] {138840ff-e403-4715-a8ba-e159bd755a9d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11670 | 2025.01.30 20:25:52.834548 [ 271 ] {138840ff-e403-4715-a8ba-e159bd755a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11671 | 2025.01.30 20:25:52.834987 [ 271 ] {138840ff-e403-4715-a8ba-e159bd755a9d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11672 | 2025.01.30 20:25:52.835264 [ 271 ] {138840ff-e403-4715-a8ba-e159bd755a9d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11673 | 2025.01.30 20:25:52.835648 [ 271 ] {138840ff-e403-4715-a8ba-e159bd755a9d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002034 sec., 3933.1366764995087 rows/sec., 295.75 KiB/sec. | ||
| 11674 | 2025.01.30 20:25:52.835744 [ 271 ] {138840ff-e403-4715-a8ba-e159bd755a9d} <Debug> TCPHandler: Processed in 0.002409407 sec. | ||
| 11675 | 2025.01.30 20:25:52.835965 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11676 | 2025.01.30 20:25:52.836132 [ 270 ] {e44c1276-f618-46e7-90f5-f8a39bae4b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11677 | 2025.01.30 20:25:52.836181 [ 270 ] {e44c1276-f618-46e7-90f5-f8a39bae4b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11678 | 2025.01.30 20:25:52.836848 [ 270 ] {e44c1276-f618-46e7-90f5-f8a39bae4b75} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11679 | 2025.01.30 20:25:52.836888 [ 270 ] {e44c1276-f618-46e7-90f5-f8a39bae4b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11680 | 2025.01.30 20:25:52.837255 [ 270 ] {e44c1276-f618-46e7-90f5-f8a39bae4b75} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11681 | 2025.01.30 20:25:52.837569 [ 270 ] {e44c1276-f618-46e7-90f5-f8a39bae4b75} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11682 | 2025.01.30 20:25:52.837797 [ 270 ] {e44c1276-f618-46e7-90f5-f8a39bae4b75} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001696 sec., 42452.83018867925 rows/sec., 3.31 MiB/sec. | ||
| 11683 | 2025.01.30 20:25:52.837852 [ 270 ] {e44c1276-f618-46e7-90f5-f8a39bae4b75} <Debug> TCPHandler: Processed in 0.002002115 sec. | ||
| 11684 | 2025.01.30 20:25:52.838033 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11685 | 2025.01.30 20:25:52.838154 [ 271 ] {73455bae-8029-4ed3-bc48-06e05afcc4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11686 | 2025.01.30 20:25:52.838209 [ 271 ] {73455bae-8029-4ed3-bc48-06e05afcc4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11687 | 2025.01.30 20:25:52.838868 [ 271 ] {73455bae-8029-4ed3-bc48-06e05afcc4bb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11688 | 2025.01.30 20:25:52.838906 [ 271 ] {73455bae-8029-4ed3-bc48-06e05afcc4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11689 | 2025.01.30 20:25:52.839318 [ 271 ] {73455bae-8029-4ed3-bc48-06e05afcc4bb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11690 | 2025.01.30 20:25:52.839558 [ 271 ] {73455bae-8029-4ed3-bc48-06e05afcc4bb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11691 | 2025.01.30 20:25:52.839748 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11692 | 2025.01.30 20:25:52.839811 [ 271 ] {73455bae-8029-4ed3-bc48-06e05afcc4bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 11693 | 2025.01.30 20:25:52.839826 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11694 | 2025.01.30 20:25:52.839889 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11695 | 2025.01.30 20:25:52.839960 [ 271 ] {73455bae-8029-4ed3-bc48-06e05afcc4bb} <Debug> TCPHandler: Processed in 0.001983495 sec. | ||
| 11696 | 2025.01.30 20:25:52.840158 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 11697 | 2025.01.30 20:25:52.840252 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11698 | 2025.01.30 20:25:52.840631 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11699 | 2025.01.30 20:25:52.840760 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 26342 rows starting from the beginning of the part | ||
| 11700 | 2025.01.30 20:25:52.840877 [ 270 ] {87c7159b-9c5c-4df5-bdbb-68fb9eccc792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11701 | 2025.01.30 20:25:52.841217 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 163 rows starting from the beginning of the part | ||
| 11702 | 2025.01.30 20:25:52.841690 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 11703 | 2025.01.30 20:25:52.841986 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 11704 | 2025.01.30 20:25:52.842358 [ 270 ] {87c7159b-9c5c-4df5-bdbb-68fb9eccc792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11705 | 2025.01.30 20:25:52.842387 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 960 rows starting from the beginning of the part | ||
| 11706 | 2025.01.30 20:25:52.842790 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 11707 | 2025.01.30 20:25:52.845911 [ 270 ] {87c7159b-9c5c-4df5-bdbb-68fb9eccc792} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11708 | 2025.01.30 20:25:52.845987 [ 270 ] {87c7159b-9c5c-4df5-bdbb-68fb9eccc792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11709 | 2025.01.30 20:25:52.847580 [ 270 ] {87c7159b-9c5c-4df5-bdbb-68fb9eccc792} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11710 | 2025.01.30 20:25:52.848089 [ 270 ] {87c7159b-9c5c-4df5-bdbb-68fb9eccc792} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11711 | 2025.01.30 20:25:52.848445 [ 270 ] {87c7159b-9c5c-4df5-bdbb-68fb9eccc792} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007803 sec., 1025.2466999871845 rows/sec., 1.84 MiB/sec. | ||
| 11712 | 2025.01.30 20:25:52.848553 [ 270 ] {87c7159b-9c5c-4df5-bdbb-68fb9eccc792} <Debug> TCPHandler: Processed in 0.008450144 sec. | ||
| 11713 | 2025.01.30 20:25:52.848728 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11714 | 2025.01.30 20:25:52.848870 [ 271 ] {008e375d-b33e-42cf-86ea-265a7a7bf6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11715 | 2025.01.30 20:25:52.848928 [ 271 ] {008e375d-b33e-42cf-86ea-265a7a7bf6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11716 | 2025.01.30 20:25:52.849485 [ 271 ] {008e375d-b33e-42cf-86ea-265a7a7bf6f5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11717 | 2025.01.30 20:25:52.849527 [ 271 ] {008e375d-b33e-42cf-86ea-265a7a7bf6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11718 | 2025.01.30 20:25:52.850182 [ 271 ] {008e375d-b33e-42cf-86ea-265a7a7bf6f5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11719 | 2025.01.30 20:25:52.850469 [ 271 ] {008e375d-b33e-42cf-86ea-265a7a7bf6f5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11720 | 2025.01.30 20:25:52.850803 [ 271 ] {008e375d-b33e-42cf-86ea-265a7a7bf6f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001962 sec., 30581.039755351678 rows/sec., 2.06 MiB/sec. | ||
| 11721 | 2025.01.30 20:25:52.850894 [ 271 ] {008e375d-b33e-42cf-86ea-265a7a7bf6f5} <Debug> TCPHandler: Processed in 0.002219722 sec. | ||
| 11722 | 2025.01.30 20:25:52.852739 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28022 rows, containing 5 columns (5 merged, 0 gathered) in 0.012735933 sec., 2200231.4239561404 rows/sec., 148.85 MiB/sec. | ||
| 11723 | 2025.01.30 20:25:52.853122 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11724 | 2025.01.30 20:25:52.853426 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11725 | 2025.01.30 20:25:52.853511 [ 195 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11726 | 2025.01.30 20:25:52.853606 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 11727 | 2025.01.30 20:25:56.562841 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11728 | 2025.01.30 20:25:56.562900 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11729 | 2025.01.30 20:25:56.763656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 11730 | 2025.01.30 20:25:56.764320 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11731 | 2025.01.30 20:25:56.764370 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11732 | 2025.01.30 20:25:56.764892 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11733 | 2025.01.30 20:25:56.765159 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11734 | 2025.01.30 20:25:56.765356 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 11735 | 2025.01.30 20:25:56.904853 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1602 | ||
| 11736 | 2025.01.30 20:25:56.908184 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11737 | 2025.01.30 20:25:56.908245 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11738 | 2025.01.30 20:25:56.909711 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11739 | 2025.01.30 20:25:56.910008 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11740 | 2025.01.30 20:25:56.910240 [ 122 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11741 | 2025.01.30 20:25:56.910395 [ 122 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11742 | 2025.01.30 20:25:56.910458 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11743 | 2025.01.30 20:25:56.910933 [ 191 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 11744 | 2025.01.30 20:25:56.911443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1602 | ||
| 11745 | 2025.01.30 20:25:56.912031 [ 191 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11746 | 2025.01.30 20:25:56.912231 [ 191 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1426 rows starting from the beginning of the part | ||
| 11747 | 2025.01.30 20:25:56.912751 [ 191 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 11748 | 2025.01.30 20:25:56.913278 [ 191 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 11749 | 2025.01.30 20:25:56.913983 [ 191 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part | ||
| 11750 | 2025.01.30 20:25:56.914659 [ 191 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 11751 | 2025.01.30 20:25:56.915418 [ 191 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 36 rows starting from the beginning of the part | ||
| 11752 | 2025.01.30 20:25:56.924625 [ 188 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 72 columns (72 merged, 0 gathered) in 0.013982818 sec., 114569.18054715438 rows/sec., 89.03 MiB/sec. | ||
| 11753 | 2025.01.30 20:25:56.926172 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11754 | 2025.01.30 20:25:56.926909 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11755 | 2025.01.30 20:25:56.927002 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_46_9} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11756 | 2025.01.30 20:25:56.927223 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 11757 | 2025.01.30 20:25:57.837238 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11758 | 2025.01.30 20:25:57.837425 [ 270 ] {e359c7c9-8d83-403b-ab00-985200d90c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11759 | 2025.01.30 20:25:57.837497 [ 270 ] {e359c7c9-8d83-403b-ab00-985200d90c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11760 | 2025.01.30 20:25:57.838280 [ 270 ] {e359c7c9-8d83-403b-ab00-985200d90c53} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11761 | 2025.01.30 20:25:57.838329 [ 270 ] {e359c7c9-8d83-403b-ab00-985200d90c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11762 | 2025.01.30 20:25:57.838756 [ 270 ] {e359c7c9-8d83-403b-ab00-985200d90c53} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11763 | 2025.01.30 20:25:57.839001 [ 270 ] {e359c7c9-8d83-403b-ab00-985200d90c53} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11764 | 2025.01.30 20:25:57.839233 [ 270 ] {e359c7c9-8d83-403b-ab00-985200d90c53} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec. | ||
| 11765 | 2025.01.30 20:25:57.839292 [ 270 ] {e359c7c9-8d83-403b-ab00-985200d90c53} <Debug> TCPHandler: Processed in 0.002185681 sec. | ||
| 11766 | 2025.01.30 20:25:57.839552 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11767 | 2025.01.30 20:25:57.839736 [ 271 ] {c2136776-fadc-4b03-a7e6-7b8f7d9c074a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11768 | 2025.01.30 20:25:57.839808 [ 271 ] {c2136776-fadc-4b03-a7e6-7b8f7d9c074a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11769 | 2025.01.30 20:25:57.840709 [ 271 ] {c2136776-fadc-4b03-a7e6-7b8f7d9c074a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11770 | 2025.01.30 20:25:57.840758 [ 271 ] {c2136776-fadc-4b03-a7e6-7b8f7d9c074a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11771 | 2025.01.30 20:25:57.841206 [ 271 ] {c2136776-fadc-4b03-a7e6-7b8f7d9c074a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11772 | 2025.01.30 20:25:57.841457 [ 271 ] {c2136776-fadc-4b03-a7e6-7b8f7d9c074a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11773 | 2025.01.30 20:25:57.841657 [ 122 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11774 | 2025.01.30 20:25:57.841682 [ 271 ] {c2136776-fadc-4b03-a7e6-7b8f7d9c074a} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.001997 sec., 132699.0485728593 rows/sec., 11.69 MiB/sec. | ||
| 11775 | 2025.01.30 20:25:57.841734 [ 122 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11776 | 2025.01.30 20:25:57.841801 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11777 | 2025.01.30 20:25:57.841814 [ 271 ] {c2136776-fadc-4b03-a7e6-7b8f7d9c074a} <Debug> TCPHandler: Processed in 0.002396527 sec. | ||
| 11778 | 2025.01.30 20:25:57.842038 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 11779 | 2025.01.30 20:25:57.842048 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11780 | 2025.01.30 20:25:57.842313 [ 270 ] {31ff3633-f297-4bb0-b537-543263325c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11781 | 2025.01.30 20:25:57.842332 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11782 | 2025.01.30 20:25:57.842416 [ 270 ] {31ff3633-f297-4bb0-b537-543263325c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11783 | 2025.01.30 20:25:57.842422 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1432 rows starting from the beginning of the part | ||
| 11784 | 2025.01.30 20:25:57.842780 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 265 rows starting from the beginning of the part | ||
| 11785 | 2025.01.30 20:25:57.843046 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 72 rows starting from the beginning of the part | ||
| 11786 | 2025.01.30 20:25:57.843427 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1408 rows starting from the beginning of the part | ||
| 11787 | 2025.01.30 20:25:57.843852 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 72 rows starting from the beginning of the part | ||
| 11788 | 2025.01.30 20:25:57.844241 [ 190 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 265 rows starting from the beginning of the part | ||
| 11789 | 2025.01.30 20:25:57.845419 [ 270 ] {31ff3633-f297-4bb0-b537-543263325c03} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11790 | 2025.01.30 20:25:57.845479 [ 270 ] {31ff3633-f297-4bb0-b537-543263325c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11791 | 2025.01.30 20:25:57.846333 [ 270 ] {31ff3633-f297-4bb0-b537-543263325c03} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11792 | 2025.01.30 20:25:57.846814 [ 270 ] {31ff3633-f297-4bb0-b537-543263325c03} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11793 | 2025.01.30 20:25:57.847082 [ 270 ] {31ff3633-f297-4bb0-b537-543263325c03} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.004863 sec., 7814.106518609911 rows/sec., 573.13 KiB/sec. | ||
| 11794 | 2025.01.30 20:25:57.847228 [ 270 ] {31ff3633-f297-4bb0-b537-543263325c03} <Debug> TCPHandler: Processed in 0.005288777 sec. | ||
| 11795 | 2025.01.30 20:25:57.847463 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11796 | 2025.01.30 20:25:57.847917 [ 271 ] {552ae59d-566c-4665-ae0b-84736b209264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11797 | 2025.01.30 20:25:57.848086 [ 271 ] {552ae59d-566c-4665-ae0b-84736b209264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11798 | 2025.01.30 20:25:57.848558 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 5 columns (5 merged, 0 gathered) in 0.006637134 sec., 529445.3901337535 rows/sec., 46.62 MiB/sec. | ||
| 11799 | 2025.01.30 20:25:57.849031 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11800 | 2025.01.30 20:25:57.849680 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11801 | 2025.01.30 20:25:57.849870 [ 271 ] {552ae59d-566c-4665-ae0b-84736b209264} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11802 | 2025.01.30 20:25:57.849928 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_91_18} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11803 | 2025.01.30 20:25:57.849937 [ 271 ] {552ae59d-566c-4665-ae0b-84736b209264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11804 | 2025.01.30 20:25:57.850119 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 11805 | 2025.01.30 20:25:57.850450 [ 271 ] {552ae59d-566c-4665-ae0b-84736b209264} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11806 | 2025.01.30 20:25:57.850688 [ 271 ] {552ae59d-566c-4665-ae0b-84736b209264} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11807 | 2025.01.30 20:25:57.850908 [ 271 ] {552ae59d-566c-4665-ae0b-84736b209264} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003147 sec., 4448.681283762313 rows/sec., 311.56 KiB/sec. | ||
| 11808 | 2025.01.30 20:25:57.850963 [ 271 ] {552ae59d-566c-4665-ae0b-84736b209264} <Debug> TCPHandler: Processed in 0.003623851 sec. | ||
| 11809 | 2025.01.30 20:25:57.851123 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11810 | 2025.01.30 20:25:57.851240 [ 270 ] {04a468b7-13e0-4984-97f7-6e396e21ba80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11811 | 2025.01.30 20:25:57.851289 [ 270 ] {04a468b7-13e0-4984-97f7-6e396e21ba80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11812 | 2025.01.30 20:25:57.851872 [ 270 ] {04a468b7-13e0-4984-97f7-6e396e21ba80} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11813 | 2025.01.30 20:25:57.851910 [ 270 ] {04a468b7-13e0-4984-97f7-6e396e21ba80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11814 | 2025.01.30 20:25:57.852255 [ 270 ] {04a468b7-13e0-4984-97f7-6e396e21ba80} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11815 | 2025.01.30 20:25:57.852491 [ 270 ] {04a468b7-13e0-4984-97f7-6e396e21ba80} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11816 | 2025.01.30 20:25:57.852698 [ 270 ] {04a468b7-13e0-4984-97f7-6e396e21ba80} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001482 sec., 8771.929824561403 rows/sec., 546.93 KiB/sec. | ||
| 11817 | 2025.01.30 20:25:57.852748 [ 270 ] {04a468b7-13e0-4984-97f7-6e396e21ba80} <Debug> TCPHandler: Processed in 0.001683346 sec. | ||
| 11818 | 2025.01.30 20:25:57.852900 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11819 | 2025.01.30 20:25:57.853018 [ 271 ] {8895a5d0-03cf-492b-b981-c8dd65ddc18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11820 | 2025.01.30 20:25:57.853066 [ 271 ] {8895a5d0-03cf-492b-b981-c8dd65ddc18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11821 | 2025.01.30 20:25:57.853835 [ 271 ] {8895a5d0-03cf-492b-b981-c8dd65ddc18c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11822 | 2025.01.30 20:25:57.853876 [ 271 ] {8895a5d0-03cf-492b-b981-c8dd65ddc18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11823 | 2025.01.30 20:25:57.854248 [ 271 ] {8895a5d0-03cf-492b-b981-c8dd65ddc18c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11824 | 2025.01.30 20:25:57.854483 [ 271 ] {8895a5d0-03cf-492b-b981-c8dd65ddc18c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11825 | 2025.01.30 20:25:57.854662 [ 122 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11826 | 2025.01.30 20:25:57.854704 [ 271 ] {8895a5d0-03cf-492b-b981-c8dd65ddc18c} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001705 sec., 242228.73900293256 rows/sec., 17.28 MiB/sec. | ||
| 11827 | 2025.01.30 20:25:57.854719 [ 122 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11828 | 2025.01.30 20:25:57.854783 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11829 | 2025.01.30 20:25:57.854832 [ 271 ] {8895a5d0-03cf-492b-b981-c8dd65ddc18c} <Debug> TCPHandler: Processed in 0.001991885 sec. | ||
| 11830 | 2025.01.30 20:25:57.854977 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 11831 | 2025.01.30 20:25:57.855036 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11832 | 2025.01.30 20:25:57.855115 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11833 | 2025.01.30 20:25:57.855204 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 11834 | 2025.01.30 20:25:57.855238 [ 270 ] {33872c7c-7884-4538-acee-e8dc8a5d9fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11835 | 2025.01.30 20:25:57.855366 [ 270 ] {33872c7c-7884-4538-acee-e8dc8a5d9fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11836 | 2025.01.30 20:25:57.855612 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 413 rows starting from the beginning of the part | ||
| 11837 | 2025.01.30 20:25:57.856078 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 72 rows starting from the beginning of the part | ||
| 11838 | 2025.01.30 20:25:57.856467 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 875 rows starting from the beginning of the part | ||
| 11839 | 2025.01.30 20:25:57.856747 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 72 rows starting from the beginning of the part | ||
| 11840 | 2025.01.30 20:25:57.857106 [ 201 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 413 rows starting from the beginning of the part | ||
| 11841 | 2025.01.30 20:25:57.857738 [ 270 ] {33872c7c-7884-4538-acee-e8dc8a5d9fe2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11842 | 2025.01.30 20:25:57.857795 [ 270 ] {33872c7c-7884-4538-acee-e8dc8a5d9fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11843 | 2025.01.30 20:25:57.858598 [ 270 ] {33872c7c-7884-4538-acee-e8dc8a5d9fe2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11844 | 2025.01.30 20:25:57.859125 [ 270 ] {33872c7c-7884-4538-acee-e8dc8a5d9fe2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11845 | 2025.01.30 20:25:57.859425 [ 122 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 11846 | 2025.01.30 20:25:57.859504 [ 122 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11847 | 2025.01.30 20:25:57.859551 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11848 | 2025.01.30 20:25:57.859602 [ 270 ] {33872c7c-7884-4538-acee-e8dc8a5d9fe2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004413 sec., 1359.6193065941536 rows/sec., 71.03 KiB/sec. | ||
| 11849 | 2025.01.30 20:25:57.860183 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 11850 | 2025.01.30 20:25:57.860246 [ 270 ] {33872c7c-7884-4538-acee-e8dc8a5d9fe2} <Debug> TCPHandler: Processed in 0.005268556 sec. | ||
| 11851 | 2025.01.30 20:25:57.860737 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11852 | 2025.01.30 20:25:57.861039 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11853 | 2025.01.30 20:25:57.861237 [ 271 ] {86c48711-f6ba-4a82-83b6-f9d85810490d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11854 | 2025.01.30 20:25:57.861256 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 11855 | 2025.01.30 20:25:57.861404 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2758 rows, containing 5 columns (5 merged, 0 gathered) in 0.00650859 sec., 423747.6934328326 rows/sec., 32.34 MiB/sec. | ||
| 11856 | 2025.01.30 20:25:57.861458 [ 271 ] {86c48711-f6ba-4a82-83b6-f9d85810490d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11857 | 2025.01.30 20:25:57.861778 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 11858 | 2025.01.30 20:25:57.861857 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11859 | 2025.01.30 20:25:57.862346 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 11860 | 2025.01.30 20:25:57.862825 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 11861 | 2025.01.30 20:25:57.863238 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11862 | 2025.01.30 20:25:57.863319 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 11863 | 2025.01.30 20:25:57.863675 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 11864 | 2025.01.30 20:25:57.863703 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_91_18} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11865 | 2025.01.30 20:25:57.864169 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11866 | 2025.01.30 20:25:57.865513 [ 271 ] {86c48711-f6ba-4a82-83b6-f9d85810490d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11867 | 2025.01.30 20:25:57.865590 [ 271 ] {86c48711-f6ba-4a82-83b6-f9d85810490d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11868 | 2025.01.30 20:25:57.866804 [ 196 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.007112877 sec., 26149.756280053767 rows/sec., 1.33 MiB/sec. | ||
| 11869 | 2025.01.30 20:25:57.866874 [ 271 ] {86c48711-f6ba-4a82-83b6-f9d85810490d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11870 | 2025.01.30 20:25:57.866993 [ 200 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 11871 | 2025.01.30 20:25:57.867385 [ 271 ] {86c48711-f6ba-4a82-83b6-f9d85810490d} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11872 | 2025.01.30 20:25:57.867509 [ 200 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11873 | 2025.01.30 20:25:57.867773 [ 200 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_31_6} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 11874 | 2025.01.30 20:25:57.867812 [ 271 ] {86c48711-f6ba-4a82-83b6-f9d85810490d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006719 sec., 35273.10611698169 rows/sec., 2.36 MiB/sec. | ||
| 11875 | 2025.01.30 20:25:57.867931 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11876 | 2025.01.30 20:25:57.868033 [ 271 ] {86c48711-f6ba-4a82-83b6-f9d85810490d} <Debug> TCPHandler: Processed in 0.00758209 sec. | ||
| 11877 | 2025.01.30 20:25:57.868207 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11878 | 2025.01.30 20:25:57.868328 [ 270 ] {caf4c8f3-a76f-40bd-a7ea-83d0810c7f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11879 | 2025.01.30 20:25:57.868382 [ 270 ] {caf4c8f3-a76f-40bd-a7ea-83d0810c7f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11880 | 2025.01.30 20:25:57.868893 [ 270 ] {caf4c8f3-a76f-40bd-a7ea-83d0810c7f84} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11881 | 2025.01.30 20:25:57.868934 [ 270 ] {caf4c8f3-a76f-40bd-a7ea-83d0810c7f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11882 | 2025.01.30 20:25:57.869296 [ 270 ] {caf4c8f3-a76f-40bd-a7ea-83d0810c7f84} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 11883 | 2025.01.30 20:25:57.869536 [ 270 ] {caf4c8f3-a76f-40bd-a7ea-83d0810c7f84} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11884 | 2025.01.30 20:25:57.869757 [ 270 ] {caf4c8f3-a76f-40bd-a7ea-83d0810c7f84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 11885 | 2025.01.30 20:25:57.869807 [ 270 ] {caf4c8f3-a76f-40bd-a7ea-83d0810c7f84} <Debug> TCPHandler: Processed in 0.001662376 sec. | ||
| 11886 | 2025.01.30 20:25:57.869970 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11887 | 2025.01.30 20:25:57.870098 [ 271 ] {d0ef1e1a-8975-4713-a9da-8d9dfa9a9c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11888 | 2025.01.30 20:25:57.870182 [ 271 ] {d0ef1e1a-8975-4713-a9da-8d9dfa9a9c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11889 | 2025.01.30 20:25:57.871401 [ 271 ] {d0ef1e1a-8975-4713-a9da-8d9dfa9a9c36} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11890 | 2025.01.30 20:25:57.871441 [ 271 ] {d0ef1e1a-8975-4713-a9da-8d9dfa9a9c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11891 | 2025.01.30 20:25:57.872112 [ 271 ] {d0ef1e1a-8975-4713-a9da-8d9dfa9a9c36} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11892 | 2025.01.30 20:25:57.872373 [ 271 ] {d0ef1e1a-8975-4713-a9da-8d9dfa9a9c36} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11893 | 2025.01.30 20:25:57.872625 [ 271 ] {d0ef1e1a-8975-4713-a9da-8d9dfa9a9c36} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00256 sec., 12109.374999999998 rows/sec., 21.70 MiB/sec. | ||
| 11894 | 2025.01.30 20:25:57.872729 [ 271 ] {d0ef1e1a-8975-4713-a9da-8d9dfa9a9c36} <Debug> TCPHandler: Processed in 0.002820328 sec. | ||
| 11895 | 2025.01.30 20:25:57.872893 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11896 | 2025.01.30 20:25:57.873033 [ 270 ] {5ce6da8b-8fef-40e1-926c-f0ab4f22109c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11897 | 2025.01.30 20:25:57.873097 [ 270 ] {5ce6da8b-8fef-40e1-926c-f0ab4f22109c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11898 | 2025.01.30 20:25:57.873710 [ 270 ] {5ce6da8b-8fef-40e1-926c-f0ab4f22109c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11899 | 2025.01.30 20:25:57.873750 [ 270 ] {5ce6da8b-8fef-40e1-926c-f0ab4f22109c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11900 | 2025.01.30 20:25:57.874181 [ 270 ] {5ce6da8b-8fef-40e1-926c-f0ab4f22109c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11901 | 2025.01.30 20:25:57.874497 [ 270 ] {5ce6da8b-8fef-40e1-926c-f0ab4f22109c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11902 | 2025.01.30 20:25:57.874718 [ 122 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11903 | 2025.01.30 20:25:57.874783 [ 270 ] {5ce6da8b-8fef-40e1-926c-f0ab4f22109c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001772 sec., 46275.39503386005 rows/sec., 2.94 MiB/sec. | ||
| 11904 | 2025.01.30 20:25:57.874788 [ 122 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11905 | 2025.01.30 20:25:57.874866 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11906 | 2025.01.30 20:25:57.874932 [ 270 ] {5ce6da8b-8fef-40e1-926c-f0ab4f22109c} <Debug> TCPHandler: Processed in 0.002108188 sec. | ||
| 11907 | 2025.01.30 20:25:57.875454 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 11908 | 2025.01.30 20:25:57.875922 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11909 | 2025.01.30 20:25:57.876045 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5146 rows starting from the beginning of the part | ||
| 11910 | 2025.01.30 20:25:57.876371 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 11911 | 2025.01.30 20:25:57.876710 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 11912 | 2025.01.30 20:25:57.876872 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 11913 | 2025.01.30 20:25:57.877124 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 11914 | 2025.01.30 20:25:57.877273 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
| 11915 | 2025.01.30 20:25:57.879224 [ 200 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5512 rows, containing 4 columns (4 merged, 0 gathered) in 0.004234298 sec., 1301750.608955723 rows/sec., 85.65 MiB/sec. | ||
| 11916 | 2025.01.30 20:25:57.879568 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11917 | 2025.01.30 20:25:57.879882 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_86_17} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11918 | 2025.01.30 20:25:57.879989 [ 198 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_86_17} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11919 | 2025.01.30 20:25:57.880071 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11920 | 2025.01.30 20:25:58.181346 [ 112 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11921 | 2025.01.30 20:25:58.181407 [ 112 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11922 | 2025.01.30 20:25:58.181429 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11923 | 2025.01.30 20:25:58.181646 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 11924 | 2025.01.30 20:25:58.181833 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11925 | 2025.01.30 20:25:58.181869 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 11926 | 2025.01.30 20:25:58.181967 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 11927 | 2025.01.30 20:25:58.182054 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 11928 | 2025.01.30 20:25:58.182294 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 11929 | 2025.01.30 20:25:58.182486 [ 187 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 11930 | 2025.01.30 20:25:58.183419 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001915643 sec., 21924.753202971533 rows/sec., 1.83 MiB/sec. | ||
| 11931 | 2025.01.30 20:25:58.183605 [ 193 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11932 | 2025.01.30 20:25:58.183965 [ 193 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11933 | 2025.01.30 20:25:58.184062 [ 193 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_21_5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11934 | 2025.01.30 20:25:58.184174 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11935 | 2025.01.30 20:25:58.902568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 11936 | 2025.01.30 20:25:58.922589 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11937 | 2025.01.30 20:25:58.922655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. | ||
| 11938 | 2025.01.30 20:25:58.931398 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11939 | 2025.01.30 20:25:58.932205 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11940 | 2025.01.30 20:25:58.935714 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 11941 | 2025.01.30 20:26:02.831782 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11942 | 2025.01.30 20:26:02.831996 [ 270 ] {1821b828-cc27-4b62-a2ea-da41d93250ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11943 | 2025.01.30 20:26:02.832069 [ 270 ] {1821b828-cc27-4b62-a2ea-da41d93250ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11944 | 2025.01.30 20:26:02.832843 [ 270 ] {1821b828-cc27-4b62-a2ea-da41d93250ac} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11945 | 2025.01.30 20:26:02.832895 [ 270 ] {1821b828-cc27-4b62-a2ea-da41d93250ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 11946 | 2025.01.30 20:26:02.833351 [ 270 ] {1821b828-cc27-4b62-a2ea-da41d93250ac} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11947 | 2025.01.30 20:26:02.833600 [ 270 ] {1821b828-cc27-4b62-a2ea-da41d93250ac} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11948 | 2025.01.30 20:26:02.833841 [ 270 ] {1821b828-cc27-4b62-a2ea-da41d93250ac} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001901 sec., 37874.80273540242 rows/sec., 3.05 MiB/sec. | ||
| 11949 | 2025.01.30 20:26:02.833898 [ 270 ] {1821b828-cc27-4b62-a2ea-da41d93250ac} <Debug> TCPHandler: Processed in 0.002252573 sec. | ||
| 11950 | 2025.01.30 20:26:02.834158 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11951 | 2025.01.30 20:26:02.834352 [ 271 ] {a93823cb-595a-475e-aaee-7dc3d53c5061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11952 | 2025.01.30 20:26:02.834429 [ 271 ] {a93823cb-595a-475e-aaee-7dc3d53c5061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11953 | 2025.01.30 20:26:02.835151 [ 271 ] {a93823cb-595a-475e-aaee-7dc3d53c5061} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11954 | 2025.01.30 20:26:02.835204 [ 271 ] {a93823cb-595a-475e-aaee-7dc3d53c5061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 11955 | 2025.01.30 20:26:02.835634 [ 271 ] {a93823cb-595a-475e-aaee-7dc3d53c5061} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11956 | 2025.01.30 20:26:02.835891 [ 271 ] {a93823cb-595a-475e-aaee-7dc3d53c5061} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11957 | 2025.01.30 20:26:02.836077 [ 128 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11958 | 2025.01.30 20:26:02.836145 [ 271 ] {a93823cb-595a-475e-aaee-7dc3d53c5061} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001839 sec., 4350.190320826537 rows/sec., 327.11 KiB/sec. | ||
| 11959 | 2025.01.30 20:26:02.836176 [ 128 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11960 | 2025.01.30 20:26:02.836255 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 11961 | 2025.01.30 20:26:02.836281 [ 271 ] {a93823cb-595a-475e-aaee-7dc3d53c5061} <Debug> TCPHandler: Processed in 0.002253953 sec. | ||
| 11962 | 2025.01.30 20:26:02.836507 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 11963 | 2025.01.30 20:26:02.836514 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11964 | 2025.01.30 20:26:02.836800 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11965 | 2025.01.30 20:26:02.836807 [ 270 ] {5816f999-b6bb-4853-b3cb-d0d7b66b7f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11966 | 2025.01.30 20:26:02.836860 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 64 rows starting from the beginning of the part | ||
| 11967 | 2025.01.30 20:26:02.836899 [ 270 ] {5816f999-b6bb-4853-b3cb-d0d7b66b7f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11968 | 2025.01.30 20:26:02.837250 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part | ||
| 11969 | 2025.01.30 20:26:02.837552 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 44 rows starting from the beginning of the part | ||
| 11970 | 2025.01.30 20:26:02.837937 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part | ||
| 11971 | 2025.01.30 20:26:02.838309 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 38 rows starting from the beginning of the part | ||
| 11972 | 2025.01.30 20:26:02.838631 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part | ||
| 11973 | 2025.01.30 20:26:02.839914 [ 270 ] {5816f999-b6bb-4853-b3cb-d0d7b66b7f59} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11974 | 2025.01.30 20:26:02.839992 [ 270 ] {5816f999-b6bb-4853-b3cb-d0d7b66b7f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 11975 | 2025.01.30 20:26:02.841023 [ 270 ] {5816f999-b6bb-4853-b3cb-d0d7b66b7f59} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11976 | 2025.01.30 20:26:02.841441 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005096011 sec., 33359.425637032575 rows/sec., 2.51 MiB/sec. | ||
| 11977 | 2025.01.30 20:26:02.841559 [ 270 ] {5816f999-b6bb-4853-b3cb-d0d7b66b7f59} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11978 | 2025.01.30 20:26:02.841692 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11979 | 2025.01.30 20:26:02.842005 [ 270 ] {5816f999-b6bb-4853-b3cb-d0d7b66b7f59} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005296 sec., 13595.166163141994 rows/sec., 1.06 MiB/sec. | ||
| 11980 | 2025.01.30 20:26:02.842171 [ 270 ] {5816f999-b6bb-4853-b3cb-d0d7b66b7f59} <Debug> TCPHandler: Processed in 0.00577932 sec. | ||
| 11981 | 2025.01.30 20:26:02.842362 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11982 | 2025.01.30 20:26:02.842370 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11983 | 2025.01.30 20:26:02.842465 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_91_18} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11984 | 2025.01.30 20:26:02.842543 [ 271 ] {1055bf4d-f045-4a89-b036-9b13fb785676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11985 | 2025.01.30 20:26:02.842576 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11986 | 2025.01.30 20:26:02.842620 [ 271 ] {1055bf4d-f045-4a89-b036-9b13fb785676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11987 | 2025.01.30 20:26:02.843204 [ 271 ] {1055bf4d-f045-4a89-b036-9b13fb785676} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11988 | 2025.01.30 20:26:02.843241 [ 271 ] {1055bf4d-f045-4a89-b036-9b13fb785676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 11989 | 2025.01.30 20:26:02.843631 [ 271 ] {1055bf4d-f045-4a89-b036-9b13fb785676} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11990 | 2025.01.30 20:26:02.843864 [ 271 ] {1055bf4d-f045-4a89-b036-9b13fb785676} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11991 | 2025.01.30 20:26:02.844081 [ 271 ] {1055bf4d-f045-4a89-b036-9b13fb785676} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
| 11992 | 2025.01.30 20:26:02.844131 [ 271 ] {1055bf4d-f045-4a89-b036-9b13fb785676} <Debug> TCPHandler: Processed in 0.001850871 sec. | ||
| 11993 | 2025.01.30 20:26:02.844285 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11994 | 2025.01.30 20:26:02.844435 [ 270 ] {10867ae4-69c2-4e9d-aaa2-84d94a62e478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11995 | 2025.01.30 20:26:02.844529 [ 270 ] {10867ae4-69c2-4e9d-aaa2-84d94a62e478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11996 | 2025.01.30 20:26:02.845709 [ 270 ] {10867ae4-69c2-4e9d-aaa2-84d94a62e478} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11997 | 2025.01.30 20:26:02.845750 [ 270 ] {10867ae4-69c2-4e9d-aaa2-84d94a62e478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 11998 | 2025.01.30 20:26:02.846390 [ 270 ] {10867ae4-69c2-4e9d-aaa2-84d94a62e478} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11999 | 2025.01.30 20:26:02.846653 [ 270 ] {10867ae4-69c2-4e9d-aaa2-84d94a62e478} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12000 | 2025.01.30 20:26:02.846842 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12001 | 2025.01.30 20:26:02.846905 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12002 | 2025.01.30 20:26:02.846931 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12003 | 2025.01.30 20:26:02.846953 [ 270 ] {10867ae4-69c2-4e9d-aaa2-84d94a62e478} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002545 sec., 3143.418467583497 rows/sec., 5.63 MiB/sec. | ||
| 12004 | 2025.01.30 20:26:02.847362 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 12005 | 2025.01.30 20:26:02.847380 [ 270 ] {10867ae4-69c2-4e9d-aaa2-84d94a62e478} <Debug> TCPHandler: Processed in 0.003157728 sec. | ||
| 12006 | 2025.01.30 20:26:02.847641 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12007 | 2025.01.30 20:26:02.847883 [ 271 ] {323581df-ec71-4e03-8156-978fe7fdfcad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12008 | 2025.01.30 20:26:02.847996 [ 271 ] {323581df-ec71-4e03-8156-978fe7fdfcad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12009 | 2025.01.30 20:26:02.848238 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12010 | 2025.01.30 20:26:02.848486 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1700 rows starting from the beginning of the part | ||
| 12011 | 2025.01.30 20:26:02.849252 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part | ||
| 12012 | 2025.01.30 20:26:02.849978 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 31 rows starting from the beginning of the part | ||
| 12013 | 2025.01.30 20:26:02.850014 [ 271 ] {323581df-ec71-4e03-8156-978fe7fdfcad} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12014 | 2025.01.30 20:26:02.850093 [ 271 ] {323581df-ec71-4e03-8156-978fe7fdfcad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12015 | 2025.01.30 20:26:02.850606 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part | ||
| 12016 | 2025.01.30 20:26:02.851309 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 31 rows starting from the beginning of the part | ||
| 12017 | 2025.01.30 20:26:02.851519 [ 271 ] {323581df-ec71-4e03-8156-978fe7fdfcad} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12018 | 2025.01.30 20:26:02.851849 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part | ||
| 12019 | 2025.01.30 20:26:02.852332 [ 271 ] {323581df-ec71-4e03-8156-978fe7fdfcad} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12020 | 2025.01.30 20:26:02.852975 [ 271 ] {323581df-ec71-4e03-8156-978fe7fdfcad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005168 sec., 11609.907120743035 rows/sec., 801.20 KiB/sec. | ||
| 12021 | 2025.01.30 20:26:02.853078 [ 271 ] {323581df-ec71-4e03-8156-978fe7fdfcad} <Debug> TCPHandler: Processed in 0.005535104 sec. | ||
| 12022 | 2025.01.30 20:26:02.861668 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1786 rows, containing 19 columns (19 merged, 0 gathered) in 0.014633627 sec., 122047.66460153727 rows/sec., 218.70 MiB/sec. | ||
| 12023 | 2025.01.30 20:26:02.863224 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12024 | 2025.01.30 20:26:02.863657 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12025 | 2025.01.30 20:26:02.863742 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12026 | 2025.01.30 20:26:02.863893 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.13 MiB. | ||
| 12027 | 2025.01.30 20:26:03.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.84 MiB, peak 273.93 MiB, free memory in arenas 0.00 B, will set to 260.75 MiB (RSS), difference: 3.91 MiB | ||
| 12028 | 2025.01.30 20:26:04.265505 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 12029 | 2025.01.30 20:26:04.266313 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12030 | 2025.01.30 20:26:04.266367 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12031 | 2025.01.30 20:26:04.266906 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12032 | 2025.01.30 20:26:04.267180 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12033 | 2025.01.30 20:26:04.267424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 12034 | 2025.01.30 20:26:06.435789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 12035 | 2025.01.30 20:26:06.456928 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12036 | 2025.01.30 20:26:06.456982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12037 | 2025.01.30 20:26:06.464338 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12038 | 2025.01.30 20:26:06.465098 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12039 | 2025.01.30 20:26:06.469028 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 12040 | 2025.01.30 20:26:06.911673 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1636 | ||
| 12041 | 2025.01.30 20:26:06.914817 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12042 | 2025.01.30 20:26:06.914864 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12043 | 2025.01.30 20:26:06.916353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12044 | 2025.01.30 20:26:06.916683 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12045 | 2025.01.30 20:26:06.917231 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1636 | ||
| 12046 | 2025.01.30 20:26:07.837069 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12047 | 2025.01.30 20:26:07.837262 [ 270 ] {089e868b-cc3c-40cc-8373-90f3b709d871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12048 | 2025.01.30 20:26:07.837335 [ 270 ] {089e868b-cc3c-40cc-8373-90f3b709d871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12049 | 2025.01.30 20:26:07.838129 [ 270 ] {089e868b-cc3c-40cc-8373-90f3b709d871} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12050 | 2025.01.30 20:26:07.838171 [ 270 ] {089e868b-cc3c-40cc-8373-90f3b709d871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12051 | 2025.01.30 20:26:07.838602 [ 270 ] {089e868b-cc3c-40cc-8373-90f3b709d871} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12052 | 2025.01.30 20:26:07.838854 [ 270 ] {089e868b-cc3c-40cc-8373-90f3b709d871} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12053 | 2025.01.30 20:26:07.839049 [ 270 ] {089e868b-cc3c-40cc-8373-90f3b709d871} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec. | ||
| 12054 | 2025.01.30 20:26:07.839104 [ 270 ] {089e868b-cc3c-40cc-8373-90f3b709d871} <Debug> TCPHandler: Processed in 0.00217246 sec. | ||
| 12055 | 2025.01.30 20:26:07.839351 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12056 | 2025.01.30 20:26:07.839540 [ 271 ] {6880995c-cf26-4965-84a3-1ebfef3f76f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12057 | 2025.01.30 20:26:07.839613 [ 271 ] {6880995c-cf26-4965-84a3-1ebfef3f76f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12058 | 2025.01.30 20:26:07.840558 [ 271 ] {6880995c-cf26-4965-84a3-1ebfef3f76f5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12059 | 2025.01.30 20:26:07.840614 [ 271 ] {6880995c-cf26-4965-84a3-1ebfef3f76f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12060 | 2025.01.30 20:26:07.841125 [ 271 ] {6880995c-cf26-4965-84a3-1ebfef3f76f5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12061 | 2025.01.30 20:26:07.841384 [ 271 ] {6880995c-cf26-4965-84a3-1ebfef3f76f5} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12062 | 2025.01.30 20:26:07.841623 [ 271 ] {6880995c-cf26-4965-84a3-1ebfef3f76f5} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002136 sec., 124063.67041198503 rows/sec., 10.92 MiB/sec. | ||
| 12063 | 2025.01.30 20:26:07.841680 [ 271 ] {6880995c-cf26-4965-84a3-1ebfef3f76f5} <Debug> TCPHandler: Processed in 0.002459569 sec. | ||
| 12064 | 2025.01.30 20:26:07.841832 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12065 | 2025.01.30 20:26:07.841954 [ 270 ] {71d3310e-e550-47e6-9066-bc6918af1c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12066 | 2025.01.30 20:26:07.842007 [ 270 ] {71d3310e-e550-47e6-9066-bc6918af1c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12067 | 2025.01.30 20:26:07.842733 [ 270 ] {71d3310e-e550-47e6-9066-bc6918af1c01} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12068 | 2025.01.30 20:26:07.842778 [ 270 ] {71d3310e-e550-47e6-9066-bc6918af1c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12069 | 2025.01.30 20:26:07.843183 [ 270 ] {71d3310e-e550-47e6-9066-bc6918af1c01} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12070 | 2025.01.30 20:26:07.843426 [ 270 ] {71d3310e-e550-47e6-9066-bc6918af1c01} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12071 | 2025.01.30 20:26:07.843604 [ 270 ] {71d3310e-e550-47e6-9066-bc6918af1c01} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001675 sec., 22686.567164179105 rows/sec., 1.62 MiB/sec. | ||
| 12072 | 2025.01.30 20:26:07.843654 [ 270 ] {71d3310e-e550-47e6-9066-bc6918af1c01} <Debug> TCPHandler: Processed in 0.001879432 sec. | ||
| 12073 | 2025.01.30 20:26:07.843813 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12074 | 2025.01.30 20:26:07.843932 [ 271 ] {c501f0fc-d3e4-48f3-b246-23e1f673b789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12075 | 2025.01.30 20:26:07.843981 [ 271 ] {c501f0fc-d3e4-48f3-b246-23e1f673b789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12076 | 2025.01.30 20:26:07.844666 [ 271 ] {c501f0fc-d3e4-48f3-b246-23e1f673b789} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12077 | 2025.01.30 20:26:07.844715 [ 271 ] {c501f0fc-d3e4-48f3-b246-23e1f673b789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12078 | 2025.01.30 20:26:07.845126 [ 271 ] {c501f0fc-d3e4-48f3-b246-23e1f673b789} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12079 | 2025.01.30 20:26:07.845362 [ 271 ] {c501f0fc-d3e4-48f3-b246-23e1f673b789} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12080 | 2025.01.30 20:26:07.845570 [ 271 ] {c501f0fc-d3e4-48f3-b246-23e1f673b789} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001662 sec., 8423.58604091456 rows/sec., 589.93 KiB/sec. | ||
| 12081 | 2025.01.30 20:26:07.845622 [ 271 ] {c501f0fc-d3e4-48f3-b246-23e1f673b789} <Debug> TCPHandler: Processed in 0.001869752 sec. | ||
| 12082 | 2025.01.30 20:26:07.845773 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12083 | 2025.01.30 20:26:07.845892 [ 270 ] {0672124c-2eae-4e99-8d59-02403f76f9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12084 | 2025.01.30 20:26:07.845941 [ 270 ] {0672124c-2eae-4e99-8d59-02403f76f9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12085 | 2025.01.30 20:26:07.846620 [ 270 ] {0672124c-2eae-4e99-8d59-02403f76f9c2} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12086 | 2025.01.30 20:26:07.846668 [ 270 ] {0672124c-2eae-4e99-8d59-02403f76f9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12087 | 2025.01.30 20:26:07.847076 [ 270 ] {0672124c-2eae-4e99-8d59-02403f76f9c2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12088 | 2025.01.30 20:26:07.847308 [ 270 ] {0672124c-2eae-4e99-8d59-02403f76f9c2} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12089 | 2025.01.30 20:26:07.847543 [ 270 ] {0672124c-2eae-4e99-8d59-02403f76f9c2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001669 sec., 7789.095266626723 rows/sec., 485.65 KiB/sec. | ||
| 12090 | 2025.01.30 20:26:07.847636 [ 270 ] {0672124c-2eae-4e99-8d59-02403f76f9c2} <Debug> TCPHandler: Processed in 0.001923074 sec. | ||
| 12091 | 2025.01.30 20:26:07.847857 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12092 | 2025.01.30 20:26:07.848031 [ 271 ] {2a18fb9b-99f1-4afb-ae5f-1bf069e7bfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12093 | 2025.01.30 20:26:07.848079 [ 271 ] {2a18fb9b-99f1-4afb-ae5f-1bf069e7bfa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12094 | 2025.01.30 20:26:07.848833 [ 271 ] {2a18fb9b-99f1-4afb-ae5f-1bf069e7bfa5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12095 | 2025.01.30 20:26:07.848873 [ 271 ] {2a18fb9b-99f1-4afb-ae5f-1bf069e7bfa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12096 | 2025.01.30 20:26:07.849266 [ 271 ] {2a18fb9b-99f1-4afb-ae5f-1bf069e7bfa5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12097 | 2025.01.30 20:26:07.849507 [ 271 ] {2a18fb9b-99f1-4afb-ae5f-1bf069e7bfa5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12098 | 2025.01.30 20:26:07.849718 [ 271 ] {2a18fb9b-99f1-4afb-ae5f-1bf069e7bfa5} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.00171 sec., 241520.46783625733 rows/sec., 17.23 MiB/sec. | ||
| 12099 | 2025.01.30 20:26:07.849769 [ 271 ] {2a18fb9b-99f1-4afb-ae5f-1bf069e7bfa5} <Debug> TCPHandler: Processed in 0.002040737 sec. | ||
| 12100 | 2025.01.30 20:26:07.849929 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12101 | 2025.01.30 20:26:07.850057 [ 270 ] {aa74d5e5-75c1-4ecf-9e32-4ab369f05bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12102 | 2025.01.30 20:26:07.850117 [ 270 ] {aa74d5e5-75c1-4ecf-9e32-4ab369f05bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12103 | 2025.01.30 20:26:07.850693 [ 270 ] {aa74d5e5-75c1-4ecf-9e32-4ab369f05bdd} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12104 | 2025.01.30 20:26:07.850740 [ 270 ] {aa74d5e5-75c1-4ecf-9e32-4ab369f05bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12105 | 2025.01.30 20:26:07.851144 [ 270 ] {aa74d5e5-75c1-4ecf-9e32-4ab369f05bdd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12106 | 2025.01.30 20:26:07.851385 [ 270 ] {aa74d5e5-75c1-4ecf-9e32-4ab369f05bdd} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12107 | 2025.01.30 20:26:07.851602 [ 270 ] {aa74d5e5-75c1-4ecf-9e32-4ab369f05bdd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 199.03 KiB/sec. | ||
| 12108 | 2025.01.30 20:26:07.851652 [ 270 ] {aa74d5e5-75c1-4ecf-9e32-4ab369f05bdd} <Debug> TCPHandler: Processed in 0.001781799 sec. | ||
| 12109 | 2025.01.30 20:26:07.851803 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12110 | 2025.01.30 20:26:07.851921 [ 271 ] {3ca80083-5c90-4cee-b913-1ef651b38afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12111 | 2025.01.30 20:26:07.851976 [ 271 ] {3ca80083-5c90-4cee-b913-1ef651b38afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12112 | 2025.01.30 20:26:07.852689 [ 271 ] {3ca80083-5c90-4cee-b913-1ef651b38afe} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12113 | 2025.01.30 20:26:07.852734 [ 271 ] {3ca80083-5c90-4cee-b913-1ef651b38afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12114 | 2025.01.30 20:26:07.853170 [ 271 ] {3ca80083-5c90-4cee-b913-1ef651b38afe} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12115 | 2025.01.30 20:26:07.853411 [ 271 ] {3ca80083-5c90-4cee-b913-1ef651b38afe} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12116 | 2025.01.30 20:26:07.853633 [ 271 ] {3ca80083-5c90-4cee-b913-1ef651b38afe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001734 sec., 136678.20069204152 rows/sec., 9.16 MiB/sec. | ||
| 12117 | 2025.01.30 20:26:07.853725 [ 271 ] {3ca80083-5c90-4cee-b913-1ef651b38afe} <Debug> TCPHandler: Processed in 0.001981405 sec. | ||
| 12118 | 2025.01.30 20:26:07.853921 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12119 | 2025.01.30 20:26:07.854216 [ 270 ] {62703775-3f6d-4f73-b814-f7af18f6955a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12120 | 2025.01.30 20:26:07.854329 [ 270 ] {62703775-3f6d-4f73-b814-f7af18f6955a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12121 | 2025.01.30 20:26:07.854825 [ 270 ] {62703775-3f6d-4f73-b814-f7af18f6955a} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12122 | 2025.01.30 20:26:07.854864 [ 270 ] {62703775-3f6d-4f73-b814-f7af18f6955a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12123 | 2025.01.30 20:26:07.855223 [ 270 ] {62703775-3f6d-4f73-b814-f7af18f6955a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12124 | 2025.01.30 20:26:07.855464 [ 270 ] {62703775-3f6d-4f73-b814-f7af18f6955a} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12125 | 2025.01.30 20:26:07.855676 [ 270 ] {62703775-3f6d-4f73-b814-f7af18f6955a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec. | ||
| 12126 | 2025.01.30 20:26:07.855724 [ 270 ] {62703775-3f6d-4f73-b814-f7af18f6955a} <Debug> TCPHandler: Processed in 0.001908393 sec. | ||
| 12127 | 2025.01.30 20:26:07.855878 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12128 | 2025.01.30 20:26:07.856001 [ 271 ] {4e19ba5f-4d09-4046-8b49-cbf273ce07df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12129 | 2025.01.30 20:26:07.856084 [ 271 ] {4e19ba5f-4d09-4046-8b49-cbf273ce07df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12130 | 2025.01.30 20:26:07.857270 [ 271 ] {4e19ba5f-4d09-4046-8b49-cbf273ce07df} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12131 | 2025.01.30 20:26:07.857309 [ 271 ] {4e19ba5f-4d09-4046-8b49-cbf273ce07df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12132 | 2025.01.30 20:26:07.857958 [ 271 ] {4e19ba5f-4d09-4046-8b49-cbf273ce07df} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12133 | 2025.01.30 20:26:07.858211 [ 271 ] {4e19ba5f-4d09-4046-8b49-cbf273ce07df} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12134 | 2025.01.30 20:26:07.858440 [ 271 ] {4e19ba5f-4d09-4046-8b49-cbf273ce07df} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002465 sec., 12576.064908722108 rows/sec., 22.54 MiB/sec. | ||
| 12135 | 2025.01.30 20:26:07.858538 [ 271 ] {4e19ba5f-4d09-4046-8b49-cbf273ce07df} <Debug> TCPHandler: Processed in 0.002719435 sec. | ||
| 12136 | 2025.01.30 20:26:07.858692 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12137 | 2025.01.30 20:26:07.858814 [ 270 ] {5accbc8b-4fb2-4c1b-a7c4-d9622b1a77e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12138 | 2025.01.30 20:26:07.858864 [ 270 ] {5accbc8b-4fb2-4c1b-a7c4-d9622b1a77e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12139 | 2025.01.30 20:26:07.859372 [ 270 ] {5accbc8b-4fb2-4c1b-a7c4-d9622b1a77e2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12140 | 2025.01.30 20:26:07.859412 [ 270 ] {5accbc8b-4fb2-4c1b-a7c4-d9622b1a77e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12141 | 2025.01.30 20:26:07.859782 [ 270 ] {5accbc8b-4fb2-4c1b-a7c4-d9622b1a77e2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12142 | 2025.01.30 20:26:07.860011 [ 270 ] {5accbc8b-4fb2-4c1b-a7c4-d9622b1a77e2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12143 | 2025.01.30 20:26:07.860250 [ 270 ] {5accbc8b-4fb2-4c1b-a7c4-d9622b1a77e2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001457 sec., 56280.02745367193 rows/sec., 3.57 MiB/sec. | ||
| 12144 | 2025.01.30 20:26:07.860338 [ 270 ] {5accbc8b-4fb2-4c1b-a7c4-d9622b1a77e2} <Debug> TCPHandler: Processed in 0.001701827 sec. | ||
| 12145 | 2025.01.30 20:26:11.562960 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12146 | 2025.01.30 20:26:11.563029 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12147 | 2025.01.30 20:26:11.767584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 12148 | 2025.01.30 20:26:11.768649 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12149 | 2025.01.30 20:26:11.768695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12150 | 2025.01.30 20:26:11.769205 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12151 | 2025.01.30 20:26:11.769454 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12152 | 2025.01.30 20:26:11.769641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 12153 | 2025.01.30 20:26:11.775163 [ 222 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12154 | 2025.01.30 20:26:11.775216 [ 222 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12155 | 2025.01.30 20:26:11.781244 [ 222 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12156 | 2025.01.30 20:26:12.831537 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12157 | 2025.01.30 20:26:12.831734 [ 270 ] {446b3458-2e25-49d2-bdda-12fe6b086b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12158 | 2025.01.30 20:26:12.831806 [ 270 ] {446b3458-2e25-49d2-bdda-12fe6b086b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12159 | 2025.01.30 20:26:12.832612 [ 270 ] {446b3458-2e25-49d2-bdda-12fe6b086b9d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12160 | 2025.01.30 20:26:12.832662 [ 270 ] {446b3458-2e25-49d2-bdda-12fe6b086b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12161 | 2025.01.30 20:26:12.833100 [ 270 ] {446b3458-2e25-49d2-bdda-12fe6b086b9d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12162 | 2025.01.30 20:26:12.833359 [ 270 ] {446b3458-2e25-49d2-bdda-12fe6b086b9d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12163 | 2025.01.30 20:26:12.833562 [ 270 ] {446b3458-2e25-49d2-bdda-12fe6b086b9d} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001885 sec., 38196.28647214854 rows/sec., 3.07 MiB/sec. | ||
| 12164 | 2025.01.30 20:26:12.833620 [ 270 ] {446b3458-2e25-49d2-bdda-12fe6b086b9d} <Debug> TCPHandler: Processed in 0.002223082 sec. | ||
| 12165 | 2025.01.30 20:26:12.833879 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12166 | 2025.01.30 20:26:12.834076 [ 271 ] {2dcb627a-a39b-42e3-a4ee-62f80a2e866e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12167 | 2025.01.30 20:26:12.834149 [ 271 ] {2dcb627a-a39b-42e3-a4ee-62f80a2e866e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12168 | 2025.01.30 20:26:12.834890 [ 271 ] {2dcb627a-a39b-42e3-a4ee-62f80a2e866e} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12169 | 2025.01.30 20:26:12.834938 [ 271 ] {2dcb627a-a39b-42e3-a4ee-62f80a2e866e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12170 | 2025.01.30 20:26:12.835390 [ 271 ] {2dcb627a-a39b-42e3-a4ee-62f80a2e866e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12171 | 2025.01.30 20:26:12.835645 [ 271 ] {2dcb627a-a39b-42e3-a4ee-62f80a2e866e} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12172 | 2025.01.30 20:26:12.835877 [ 271 ] {2dcb627a-a39b-42e3-a4ee-62f80a2e866e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001855 sec., 4312.66846361186 rows/sec., 324.29 KiB/sec. | ||
| 12173 | 2025.01.30 20:26:12.835934 [ 271 ] {2dcb627a-a39b-42e3-a4ee-62f80a2e866e} <Debug> TCPHandler: Processed in 0.002191 sec. | ||
| 12174 | 2025.01.30 20:26:12.836086 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12175 | 2025.01.30 20:26:12.836209 [ 270 ] {5df63531-448d-4423-9f48-5243acbd79b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12176 | 2025.01.30 20:26:12.836260 [ 270 ] {5df63531-448d-4423-9f48-5243acbd79b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12177 | 2025.01.30 20:26:12.836900 [ 270 ] {5df63531-448d-4423-9f48-5243acbd79b0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2025.01.30 20:26:12.836939 [ 270 ] {5df63531-448d-4423-9f48-5243acbd79b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12179 | 2025.01.30 20:26:12.837310 [ 270 ] {5df63531-448d-4423-9f48-5243acbd79b0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12180 | 2025.01.30 20:26:12.837563 [ 270 ] {5df63531-448d-4423-9f48-5243acbd79b0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2025.01.30 20:26:12.837740 [ 270 ] {5df63531-448d-4423-9f48-5243acbd79b0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001556 sec., 46272.49357326478 rows/sec., 3.61 MiB/sec. | ||
| 12182 | 2025.01.30 20:26:12.837791 [ 270 ] {5df63531-448d-4423-9f48-5243acbd79b0} <Debug> TCPHandler: Processed in 0.001763749 sec. | ||
| 12183 | 2025.01.30 20:26:12.837955 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12184 | 2025.01.30 20:26:12.838076 [ 271 ] {28f6a634-ca47-4290-a7ce-06ecb8d0cd66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12185 | 2025.01.30 20:26:12.838132 [ 271 ] {28f6a634-ca47-4290-a7ce-06ecb8d0cd66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12186 | 2025.01.30 20:26:12.838808 [ 271 ] {28f6a634-ca47-4290-a7ce-06ecb8d0cd66} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2025.01.30 20:26:12.838855 [ 271 ] {28f6a634-ca47-4290-a7ce-06ecb8d0cd66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12188 | 2025.01.30 20:26:12.839312 [ 271 ] {28f6a634-ca47-4290-a7ce-06ecb8d0cd66} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12189 | 2025.01.30 20:26:12.839560 [ 271 ] {28f6a634-ca47-4290-a7ce-06ecb8d0cd66} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12190 | 2025.01.30 20:26:12.839788 [ 271 ] {28f6a634-ca47-4290-a7ce-06ecb8d0cd66} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec. | ||
| 12191 | 2025.01.30 20:26:12.839842 [ 271 ] {28f6a634-ca47-4290-a7ce-06ecb8d0cd66} <Debug> TCPHandler: Processed in 0.001945064 sec. | ||
| 12192 | 2025.01.30 20:26:12.840016 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12193 | 2025.01.30 20:26:12.840141 [ 270 ] {b0df3a9c-4a17-4bac-8c25-cd16afc64eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12194 | 2025.01.30 20:26:12.840226 [ 270 ] {b0df3a9c-4a17-4bac-8c25-cd16afc64eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12195 | 2025.01.30 20:26:12.841499 [ 270 ] {b0df3a9c-4a17-4bac-8c25-cd16afc64eac} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12196 | 2025.01.30 20:26:12.841537 [ 270 ] {b0df3a9c-4a17-4bac-8c25-cd16afc64eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12197 | 2025.01.30 20:26:12.842156 [ 270 ] {b0df3a9c-4a17-4bac-8c25-cd16afc64eac} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12198 | 2025.01.30 20:26:12.842416 [ 270 ] {b0df3a9c-4a17-4bac-8c25-cd16afc64eac} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12199 | 2025.01.30 20:26:12.842618 [ 270 ] {b0df3a9c-4a17-4bac-8c25-cd16afc64eac} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002504 sec., 3194.8881789137376 rows/sec., 5.73 MiB/sec. | ||
| 12200 | 2025.01.30 20:26:12.842710 [ 270 ] {b0df3a9c-4a17-4bac-8c25-cd16afc64eac} <Debug> TCPHandler: Processed in 0.002752816 sec. | ||
| 12201 | 2025.01.30 20:26:12.842876 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12202 | 2025.01.30 20:26:12.843016 [ 271 ] {712dba90-9eae-43e6-bbf6-fd12d29353c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12203 | 2025.01.30 20:26:12.843078 [ 271 ] {712dba90-9eae-43e6-bbf6-fd12d29353c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12204 | 2025.01.30 20:26:12.843605 [ 271 ] {712dba90-9eae-43e6-bbf6-fd12d29353c7} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12205 | 2025.01.30 20:26:12.843644 [ 271 ] {712dba90-9eae-43e6-bbf6-fd12d29353c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12206 | 2025.01.30 20:26:12.844014 [ 271 ] {712dba90-9eae-43e6-bbf6-fd12d29353c7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12207 | 2025.01.30 20:26:12.844250 [ 271 ] {712dba90-9eae-43e6-bbf6-fd12d29353c7} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12208 | 2025.01.30 20:26:12.844454 [ 271 ] {712dba90-9eae-43e6-bbf6-fd12d29353c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 12209 | 2025.01.30 20:26:12.844502 [ 271 ] {712dba90-9eae-43e6-bbf6-fd12d29353c7} <Debug> TCPHandler: Processed in 0.001694647 sec. | ||
| 12210 | 2025.01.30 20:26:13.311273 [ 219 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12211 | 2025.01.30 20:26:13.311323 [ 219 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12212 | 2025.01.30 20:26:13.312815 [ 219 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 12213 | 2025.01.30 20:26:13.969111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 12214 | 2025.01.30 20:26:13.989286 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12215 | 2025.01.30 20:26:13.989345 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12216 | 2025.01.30 20:26:13.996463 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12217 | 2025.01.30 20:26:13.997222 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12218 | 2025.01.30 20:26:13.999921 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 12219 | 2025.01.30 20:26:16.917555 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1670 | ||
| 12220 | 2025.01.30 20:26:16.920890 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12221 | 2025.01.30 20:26:16.920943 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12222 | 2025.01.30 20:26:16.922447 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12223 | 2025.01.30 20:26:16.922750 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12224 | 2025.01.30 20:26:16.923662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1670 | ||
| 12225 | 2025.01.30 20:26:17.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.91 MiB, peak 273.93 MiB, free memory in arenas 0.00 B, will set to 260.91 MiB (RSS), difference: 4.00 MiB | ||
| 12226 | 2025.01.30 20:26:17.526023 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12227 | 2025.01.30 20:26:17.526337 [ 270 ] {0c1e5934-1e38-4e11-8501-3d971a0743cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12228 | 2025.01.30 20:26:17.526448 [ 270 ] {0c1e5934-1e38-4e11-8501-3d971a0743cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12229 | 2025.01.30 20:26:17.527227 [ 270 ] {0c1e5934-1e38-4e11-8501-3d971a0743cd} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12230 | 2025.01.30 20:26:17.527280 [ 270 ] {0c1e5934-1e38-4e11-8501-3d971a0743cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12231 | 2025.01.30 20:26:17.527718 [ 270 ] {0c1e5934-1e38-4e11-8501-3d971a0743cd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12232 | 2025.01.30 20:26:17.527976 [ 270 ] {0c1e5934-1e38-4e11-8501-3d971a0743cd} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12233 | 2025.01.30 20:26:17.528189 [ 138 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 12234 | 2025.01.30 20:26:17.528254 [ 270 ] {0c1e5934-1e38-4e11-8501-3d971a0743cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002005 sec., 6982.543640897756 rows/sec., 502.65 KiB/sec. | ||
| 12235 | 2025.01.30 20:26:17.528282 [ 138 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2025.01.30 20:26:17.528352 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12237 | 2025.01.30 20:26:17.528373 [ 270 ] {0c1e5934-1e38-4e11-8501-3d971a0743cd} <Debug> TCPHandler: Processed in 0.00253876 sec. | ||
| 12238 | 2025.01.30 20:26:17.528516 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 12239 | 2025.01.30 20:26:17.528637 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12240 | 2025.01.30 20:26:17.528668 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 12241 | 2025.01.30 20:26:17.528779 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12242 | 2025.01.30 20:26:17.528822 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 12243 | 2025.01.30 20:26:17.529160 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 12244 | 2025.01.30 20:26:17.529590 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 12245 | 2025.01.30 20:26:17.529657 [ 271 ] {cc6b2765-2bc5-4595-8207-1ae0ec98d4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12246 | 2025.01.30 20:26:17.529928 [ 271 ] {cc6b2765-2bc5-4595-8207-1ae0ec98d4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12247 | 2025.01.30 20:26:17.529969 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 12248 | 2025.01.30 20:26:17.532348 [ 271 ] {cc6b2765-2bc5-4595-8207-1ae0ec98d4f5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12249 | 2025.01.30 20:26:17.532436 [ 271 ] {cc6b2765-2bc5-4595-8207-1ae0ec98d4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12250 | 2025.01.30 20:26:17.532770 [ 199 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00432337 sec., 16191.073167459645 rows/sec., 1.20 MiB/sec. | ||
| 12251 | 2025.01.30 20:26:17.533067 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 12252 | 2025.01.30 20:26:17.533382 [ 271 ] {cc6b2765-2bc5-4595-8207-1ae0ec98d4f5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12253 | 2025.01.30 20:26:17.533758 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_33_8} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12254 | 2025.01.30 20:26:17.533922 [ 271 ] {cc6b2765-2bc5-4595-8207-1ae0ec98d4f5} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12255 | 2025.01.30 20:26:17.533961 [ 188 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_33_8} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 12256 | 2025.01.30 20:26:17.534186 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12257 | 2025.01.30 20:26:17.534411 [ 271 ] {cc6b2765-2bc5-4595-8207-1ae0ec98d4f5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005069 sec., 1183.6654172420597 rows/sec., 96.52 KiB/sec. | ||
| 12258 | 2025.01.30 20:26:17.534585 [ 271 ] {cc6b2765-2bc5-4595-8207-1ae0ec98d4f5} <Debug> TCPHandler: Processed in 0.006051738 sec. | ||
| 12259 | 2025.01.30 20:26:17.534837 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12260 | 2025.01.30 20:26:17.535065 [ 270 ] {c2f710c5-7e2e-40b1-bf1d-9c6514b5af99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12261 | 2025.01.30 20:26:17.535158 [ 270 ] {c2f710c5-7e2e-40b1-bf1d-9c6514b5af99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12262 | 2025.01.30 20:26:17.536620 [ 270 ] {c2f710c5-7e2e-40b1-bf1d-9c6514b5af99} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12263 | 2025.01.30 20:26:17.536660 [ 270 ] {c2f710c5-7e2e-40b1-bf1d-9c6514b5af99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12264 | 2025.01.30 20:26:17.537124 [ 270 ] {c2f710c5-7e2e-40b1-bf1d-9c6514b5af99} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12265 | 2025.01.30 20:26:17.537366 [ 270 ] {c2f710c5-7e2e-40b1-bf1d-9c6514b5af99} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12266 | 2025.01.30 20:26:17.537582 [ 270 ] {c2f710c5-7e2e-40b1-bf1d-9c6514b5af99} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002575 sec., 546796.1165048544 rows/sec., 45.77 MiB/sec. | ||
| 12267 | 2025.01.30 20:26:17.537635 [ 270 ] {c2f710c5-7e2e-40b1-bf1d-9c6514b5af99} <Debug> TCPHandler: Processed in 0.00290947 sec. | ||
| 12268 | 2025.01.30 20:26:17.537852 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12269 | 2025.01.30 20:26:17.538078 [ 271 ] {669b69b9-1d38-402d-91ac-e39354d57bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12270 | 2025.01.30 20:26:17.538169 [ 271 ] {669b69b9-1d38-402d-91ac-e39354d57bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12271 | 2025.01.30 20:26:17.538893 [ 271 ] {669b69b9-1d38-402d-91ac-e39354d57bcf} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12272 | 2025.01.30 20:26:17.538933 [ 271 ] {669b69b9-1d38-402d-91ac-e39354d57bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12273 | 2025.01.30 20:26:17.539302 [ 271 ] {669b69b9-1d38-402d-91ac-e39354d57bcf} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12274 | 2025.01.30 20:26:17.539549 [ 271 ] {669b69b9-1d38-402d-91ac-e39354d57bcf} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12275 | 2025.01.30 20:26:17.539798 [ 271 ] {669b69b9-1d38-402d-91ac-e39354d57bcf} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001775 sec., 24788.732394366194 rows/sec., 1.76 MiB/sec. | ||
| 12276 | 2025.01.30 20:26:17.539863 [ 271 ] {669b69b9-1d38-402d-91ac-e39354d57bcf} <Debug> TCPHandler: Processed in 0.002124599 sec. | ||
| 12277 | 2025.01.30 20:26:17.540087 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12278 | 2025.01.30 20:26:17.540299 [ 270 ] {5136555b-1eaa-4173-8f67-ef8329bedafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12279 | 2025.01.30 20:26:17.540356 [ 270 ] {5136555b-1eaa-4173-8f67-ef8329bedafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12280 | 2025.01.30 20:26:17.541041 [ 270 ] {5136555b-1eaa-4173-8f67-ef8329bedafe} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12281 | 2025.01.30 20:26:17.541082 [ 270 ] {5136555b-1eaa-4173-8f67-ef8329bedafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12282 | 2025.01.30 20:26:17.541471 [ 270 ] {5136555b-1eaa-4173-8f67-ef8329bedafe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12283 | 2025.01.30 20:26:17.541710 [ 270 ] {5136555b-1eaa-4173-8f67-ef8329bedafe} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12284 | 2025.01.30 20:26:17.541875 [ 138 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 12285 | 2025.01.30 20:26:17.541937 [ 138 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12286 | 2025.01.30 20:26:17.541963 [ 270 ] {5136555b-1eaa-4173-8f67-ef8329bedafe} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001699 sec., 142436.72748675692 rows/sec., 9.65 MiB/sec. | ||
| 12287 | 2025.01.30 20:26:17.541979 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12288 | 2025.01.30 20:26:17.542116 [ 270 ] {5136555b-1eaa-4173-8f67-ef8329bedafe} <Debug> TCPHandler: Processed in 0.00215895 sec. | ||
| 12289 | 2025.01.30 20:26:17.542226 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 12290 | 2025.01.30 20:26:17.542308 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12291 | 2025.01.30 20:26:17.542400 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12292 | 2025.01.30 20:26:17.542474 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part | ||
| 12293 | 2025.01.30 20:26:17.542711 [ 271 ] {a464d57d-8fe9-4c37-bf8f-9ccf16fa4ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12294 | 2025.01.30 20:26:17.542799 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 12295 | 2025.01.30 20:26:17.542979 [ 271 ] {a464d57d-8fe9-4c37-bf8f-9ccf16fa4ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12296 | 2025.01.30 20:26:17.543153 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
| 12297 | 2025.01.30 20:26:17.543534 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 12298 | 2025.01.30 20:26:17.543936 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 12299 | 2025.01.30 20:26:17.544266 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
| 12300 | 2025.01.30 20:26:17.546014 [ 271 ] {a464d57d-8fe9-4c37-bf8f-9ccf16fa4ada} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12301 | 2025.01.30 20:26:17.546093 [ 271 ] {a464d57d-8fe9-4c37-bf8f-9ccf16fa4ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12302 | 2025.01.30 20:26:17.547049 [ 271 ] {a464d57d-8fe9-4c37-bf8f-9ccf16fa4ada} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12303 | 2025.01.30 20:26:17.547334 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005224725 sec., 147184.78006019455 rows/sec., 10.54 MiB/sec. | ||
| 12304 | 2025.01.30 20:26:17.547518 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 12305 | 2025.01.30 20:26:17.547592 [ 271 ] {a464d57d-8fe9-4c37-bf8f-9ccf16fa4ada} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12306 | 2025.01.30 20:26:17.547926 [ 138 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 12307 | 2025.01.30 20:26:17.548088 [ 138 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12308 | 2025.01.30 20:26:17.548153 [ 271 ] {a464d57d-8fe9-4c37-bf8f-9ccf16fa4ada} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005621 sec., 2312.7557374132716 rows/sec., 144.20 KiB/sec. | ||
| 12309 | 2025.01.30 20:26:17.548181 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12310 | 2025.01.30 20:26:17.548200 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12311 | 2025.01.30 20:26:17.548404 [ 271 ] {a464d57d-8fe9-4c37-bf8f-9ccf16fa4ada} <Debug> TCPHandler: Processed in 0.006166701 sec. | ||
| 12312 | 2025.01.30 20:26:17.548618 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_36_7} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 12313 | 2025.01.30 20:26:17.548742 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 12314 | 2025.01.30 20:26:17.548815 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12315 | 2025.01.30 20:26:17.548846 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 12316 | 2025.01.30 20:26:17.549072 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12317 | 2025.01.30 20:26:17.549111 [ 270 ] {fc0a7dea-0074-46a1-8da9-e28fb41b588d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12318 | 2025.01.30 20:26:17.549137 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 12319 | 2025.01.30 20:26:17.549211 [ 270 ] {fc0a7dea-0074-46a1-8da9-e28fb41b588d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12320 | 2025.01.30 20:26:17.549503 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 12321 | 2025.01.30 20:26:17.549804 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 12322 | 2025.01.30 20:26:17.550106 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 12323 | 2025.01.30 20:26:17.550395 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 12324 | 2025.01.30 20:26:17.552726 [ 270 ] {fc0a7dea-0074-46a1-8da9-e28fb41b588d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2025.01.30 20:26:17.552745 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004269829 sec., 15223.092072305471 rows/sec., 1008.62 KiB/sec. | ||
| 12326 | 2025.01.30 20:26:17.552776 [ 270 ] {fc0a7dea-0074-46a1-8da9-e28fb41b588d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12327 | 2025.01.30 20:26:17.552890 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 12328 | 2025.01.30 20:26:17.553229 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_33_8} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12329 | 2025.01.30 20:26:17.553298 [ 270 ] {fc0a7dea-0074-46a1-8da9-e28fb41b588d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12330 | 2025.01.30 20:26:17.553330 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_33_8} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 12331 | 2025.01.30 20:26:17.553436 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12332 | 2025.01.30 20:26:17.553603 [ 270 ] {fc0a7dea-0074-46a1-8da9-e28fb41b588d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12333 | 2025.01.30 20:26:17.553855 [ 270 ] {fc0a7dea-0074-46a1-8da9-e28fb41b588d} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.004824 sec., 181384.74295190713 rows/sec., 13.15 MiB/sec. | ||
| 12334 | 2025.01.30 20:26:17.553917 [ 270 ] {fc0a7dea-0074-46a1-8da9-e28fb41b588d} <Debug> TCPHandler: Processed in 0.005327248 sec. | ||
| 12335 | 2025.01.30 20:26:17.554109 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12336 | 2025.01.30 20:26:17.554248 [ 271 ] {26ccc7af-aff5-4abb-bc59-c8376c1c8443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12337 | 2025.01.30 20:26:17.554309 [ 271 ] {26ccc7af-aff5-4abb-bc59-c8376c1c8443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12338 | 2025.01.30 20:26:17.554822 [ 271 ] {26ccc7af-aff5-4abb-bc59-c8376c1c8443} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12339 | 2025.01.30 20:26:17.554864 [ 271 ] {26ccc7af-aff5-4abb-bc59-c8376c1c8443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12340 | 2025.01.30 20:26:17.555240 [ 271 ] {26ccc7af-aff5-4abb-bc59-c8376c1c8443} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12341 | 2025.01.30 20:26:17.555502 [ 271 ] {26ccc7af-aff5-4abb-bc59-c8376c1c8443} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12342 | 2025.01.30 20:26:17.555716 [ 271 ] {26ccc7af-aff5-4abb-bc59-c8376c1c8443} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 12343 | 2025.01.30 20:26:17.555766 [ 271 ] {26ccc7af-aff5-4abb-bc59-c8376c1c8443} <Debug> TCPHandler: Processed in 0.001726888 sec. | ||
| 12344 | 2025.01.30 20:26:17.555908 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12345 | 2025.01.30 20:26:17.556026 [ 270 ] {f40240e4-08e5-468f-adee-e79362aa00c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12346 | 2025.01.30 20:26:17.556079 [ 270 ] {f40240e4-08e5-468f-adee-e79362aa00c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12347 | 2025.01.30 20:26:17.556866 [ 270 ] {f40240e4-08e5-468f-adee-e79362aa00c4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12348 | 2025.01.30 20:26:17.556907 [ 270 ] {f40240e4-08e5-468f-adee-e79362aa00c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12349 | 2025.01.30 20:26:17.557357 [ 270 ] {f40240e4-08e5-468f-adee-e79362aa00c4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12350 | 2025.01.30 20:26:17.557641 [ 270 ] {f40240e4-08e5-468f-adee-e79362aa00c4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12351 | 2025.01.30 20:26:17.557819 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12352 | 2025.01.30 20:26:17.557877 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12353 | 2025.01.30 20:26:17.557891 [ 270 ] {f40240e4-08e5-468f-adee-e79362aa00c4} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001878 sec., 511182.10862619814 rows/sec., 34.16 MiB/sec. | ||
| 12354 | 2025.01.30 20:26:17.557920 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12355 | 2025.01.30 20:26:17.558014 [ 270 ] {f40240e4-08e5-468f-adee-e79362aa00c4} <Debug> TCPHandler: Processed in 0.002164061 sec. | ||
| 12356 | 2025.01.30 20:26:17.558129 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 12357 | 2025.01.30 20:26:17.558289 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12358 | 2025.01.30 20:26:17.558307 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12359 | 2025.01.30 20:26:17.558435 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 28022 rows starting from the beginning of the part | ||
| 12360 | 2025.01.30 20:26:17.558745 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 12361 | 2025.01.30 20:26:17.558764 [ 271 ] {8c960ae5-0157-40f7-86e5-9ade7aac9889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12362 | 2025.01.30 20:26:17.558970 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 12363 | 2025.01.30 20:26:17.559002 [ 271 ] {8c960ae5-0157-40f7-86e5-9ade7aac9889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12364 | 2025.01.30 20:26:17.559321 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 12365 | 2025.01.30 20:26:17.559710 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 12366 | 2025.01.30 20:26:17.560183 [ 187 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 960 rows starting from the beginning of the part | ||
| 12367 | 2025.01.30 20:26:17.561238 [ 271 ] {8c960ae5-0157-40f7-86e5-9ade7aac9889} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12368 | 2025.01.30 20:26:17.561327 [ 271 ] {8c960ae5-0157-40f7-86e5-9ade7aac9889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12369 | 2025.01.30 20:26:17.561924 [ 271 ] {8c960ae5-0157-40f7-86e5-9ade7aac9889} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 12370 | 2025.01.30 20:26:17.562231 [ 271 ] {8c960ae5-0157-40f7-86e5-9ade7aac9889} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12371 | 2025.01.30 20:26:17.562814 [ 271 ] {8c960ae5-0157-40f7-86e5-9ade7aac9889} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004204 sec., 237.86869647954327 rows/sec., 16.03 KiB/sec. | ||
| 12372 | 2025.01.30 20:26:17.563101 [ 271 ] {8c960ae5-0157-40f7-86e5-9ade7aac9889} <Debug> TCPHandler: Processed in 0.004967448 sec. | ||
| 12373 | 2025.01.30 20:26:17.563402 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12374 | 2025.01.30 20:26:17.563761 [ 270 ] {3d140233-e526-49c7-89ba-819060b97c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12375 | 2025.01.30 20:26:17.563893 [ 270 ] {3d140233-e526-49c7-89ba-819060b97c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12376 | 2025.01.30 20:26:17.565414 [ 270 ] {3d140233-e526-49c7-89ba-819060b97c29} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12377 | 2025.01.30 20:26:17.565454 [ 270 ] {3d140233-e526-49c7-89ba-819060b97c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12378 | 2025.01.30 20:26:17.566194 [ 270 ] {3d140233-e526-49c7-89ba-819060b97c29} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12379 | 2025.01.30 20:26:17.566599 [ 270 ] {3d140233-e526-49c7-89ba-819060b97c29} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12380 | 2025.01.30 20:26:17.566886 [ 270 ] {3d140233-e526-49c7-89ba-819060b97c29} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003217 sec., 9636.307118433324 rows/sec., 17.27 MiB/sec. | ||
| 12381 | 2025.01.30 20:26:17.567213 [ 270 ] {3d140233-e526-49c7-89ba-819060b97c29} <Debug> TCPHandler: Processed in 0.003985911 sec. | ||
| 12382 | 2025.01.30 20:26:17.567466 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12383 | 2025.01.30 20:26:17.567802 [ 271 ] {e6975062-0597-46c3-a717-ee878c207632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12384 | 2025.01.30 20:26:17.567872 [ 271 ] {e6975062-0597-46c3-a717-ee878c207632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12385 | 2025.01.30 20:26:17.568519 [ 271 ] {e6975062-0597-46c3-a717-ee878c207632} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12386 | 2025.01.30 20:26:17.568558 [ 271 ] {e6975062-0597-46c3-a717-ee878c207632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12387 | 2025.01.30 20:26:17.568938 [ 271 ] {e6975062-0597-46c3-a717-ee878c207632} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12388 | 2025.01.30 20:26:17.569204 [ 271 ] {e6975062-0597-46c3-a717-ee878c207632} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12389 | 2025.01.30 20:26:17.569533 [ 271 ] {e6975062-0597-46c3-a717-ee878c207632} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001783 sec., 45989.90465507571 rows/sec., 2.92 MiB/sec. | ||
| 12390 | 2025.01.30 20:26:17.569701 [ 271 ] {e6975062-0597-46c3-a717-ee878c207632} <Debug> TCPHandler: Processed in 0.002358796 sec. | ||
| 12391 | 2025.01.30 20:26:17.569794 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29776 rows, containing 5 columns (5 merged, 0 gathered) in 0.011750126 sec., 2534100.4853905397 rows/sec., 171.40 MiB/sec. | ||
| 12392 | 2025.01.30 20:26:17.570359 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12393 | 2025.01.30 20:26:17.570703 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12394 | 2025.01.30 20:26:17.570800 [ 194 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12395 | 2025.01.30 20:26:17.570907 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 12396 | 2025.01.30 20:26:19.269763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 12397 | 2025.01.30 20:26:19.270415 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12398 | 2025.01.30 20:26:19.270456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12399 | 2025.01.30 20:26:19.270988 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12400 | 2025.01.30 20:26:19.271244 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12401 | 2025.01.30 20:26:19.271420 [ 134 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12402 | 2025.01.30 20:26:19.271451 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 12403 | 2025.01.30 20:26:19.271474 [ 134 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12404 | 2025.01.30 20:26:19.271503 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12405 | 2025.01.30 20:26:19.271714 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 12406 | 2025.01.30 20:26:19.272113 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12407 | 2025.01.30 20:26:19.272241 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 12408 | 2025.01.30 20:26:19.272544 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 12409 | 2025.01.30 20:26:19.272868 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 12410 | 2025.01.30 20:26:19.273247 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 12411 | 2025.01.30 20:26:19.273495 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 12412 | 2025.01.30 20:26:19.273605 [ 196 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 12413 | 2025.01.30 20:26:19.276217 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004633399 sec., 7030260.0747313155 rows/sec., 100.57 MiB/sec. | ||
| 12414 | 2025.01.30 20:26:19.276916 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12415 | 2025.01.30 20:26:19.277532 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12416 | 2025.01.30 20:26:19.277633 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_71_14} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12417 | 2025.01.30 20:26:19.277755 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 12418 | 2025.01.30 20:26:21.499991 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 12419 | 2025.01.30 20:26:21.521036 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12420 | 2025.01.30 20:26:21.521079 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12421 | 2025.01.30 20:26:21.528151 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12422 | 2025.01.30 20:26:21.528893 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12423 | 2025.01.30 20:26:21.529390 [ 130 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12424 | 2025.01.30 20:26:21.529578 [ 130 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12425 | 2025.01.30 20:26:21.529665 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12426 | 2025.01.30 20:26:21.530431 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 12427 | 2025.01.30 20:26:21.542619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 12428 | 2025.01.30 20:26:21.544642 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12429 | 2025.01.30 20:26:21.545819 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 12430 | 2025.01.30 20:26:21.551145 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 12431 | 2025.01.30 20:26:21.556664 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 12432 | 2025.01.30 20:26:21.562304 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 12433 | 2025.01.30 20:26:21.568402 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 12434 | 2025.01.30 20:26:21.574423 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 12435 | 2025.01.30 20:26:21.636580 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.106737701 sec., 5012.2870830804195 rows/sec., 25.92 MiB/sec. | ||
| 12436 | 2025.01.30 20:26:21.639803 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12437 | 2025.01.30 20:26:21.642759 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12438 | 2025.01.30 20:26:21.642882 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_71_14} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12439 | 2025.01.30 20:26:21.645611 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 12440 | 2025.01.30 20:26:22.832051 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12441 | 2025.01.30 20:26:22.832263 [ 270 ] {d544c174-0131-481e-b9d6-24aea9749d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12442 | 2025.01.30 20:26:22.832344 [ 270 ] {d544c174-0131-481e-b9d6-24aea9749d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12443 | 2025.01.30 20:26:22.833123 [ 270 ] {d544c174-0131-481e-b9d6-24aea9749d1a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12444 | 2025.01.30 20:26:22.833174 [ 270 ] {d544c174-0131-481e-b9d6-24aea9749d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12445 | 2025.01.30 20:26:22.833613 [ 270 ] {d544c174-0131-481e-b9d6-24aea9749d1a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12446 | 2025.01.30 20:26:22.833862 [ 270 ] {d544c174-0131-481e-b9d6-24aea9749d1a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12447 | 2025.01.30 20:26:22.834095 [ 129 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12448 | 2025.01.30 20:26:22.834123 [ 270 ] {d544c174-0131-481e-b9d6-24aea9749d1a} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001918 sec., 37539.10323253389 rows/sec., 3.02 MiB/sec. | ||
| 12449 | 2025.01.30 20:26:22.834252 [ 129 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12450 | 2025.01.30 20:26:22.834297 [ 270 ] {d544c174-0131-481e-b9d6-24aea9749d1a} <Debug> TCPHandler: Processed in 0.002383776 sec. | ||
| 12451 | 2025.01.30 20:26:22.834341 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12452 | 2025.01.30 20:26:22.834570 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 12453 | 2025.01.30 20:26:22.834627 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12454 | 2025.01.30 20:26:22.834781 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12455 | 2025.01.30 20:26:22.834833 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1432 rows starting from the beginning of the part | ||
| 12456 | 2025.01.30 20:26:22.834851 [ 271 ] {1a86c8cc-7cd3-4bec-89ae-92c8074788f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12457 | 2025.01.30 20:26:22.834957 [ 271 ] {1a86c8cc-7cd3-4bec-89ae-92c8074788f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12458 | 2025.01.30 20:26:22.834976 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 72 rows starting from the beginning of the part | ||
| 12459 | 2025.01.30 20:26:22.835242 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 265 rows starting from the beginning of the part | ||
| 12460 | 2025.01.30 20:26:22.835374 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 72 rows starting from the beginning of the part | ||
| 12461 | 2025.01.30 20:26:22.835809 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1408 rows starting from the beginning of the part | ||
| 12462 | 2025.01.30 20:26:22.836062 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 72 rows starting from the beginning of the part | ||
| 12463 | 2025.01.30 20:26:22.836943 [ 271 ] {1a86c8cc-7cd3-4bec-89ae-92c8074788f0} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12464 | 2025.01.30 20:26:22.836993 [ 271 ] {1a86c8cc-7cd3-4bec-89ae-92c8074788f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12465 | 2025.01.30 20:26:22.837549 [ 271 ] {1a86c8cc-7cd3-4bec-89ae-92c8074788f0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12466 | 2025.01.30 20:26:22.837819 [ 271 ] {1a86c8cc-7cd3-4bec-89ae-92c8074788f0} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12467 | 2025.01.30 20:26:22.838060 [ 271 ] {1a86c8cc-7cd3-4bec-89ae-92c8074788f0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003262 sec., 2452.4831391784182 rows/sec., 184.42 KiB/sec. | ||
| 12468 | 2025.01.30 20:26:22.838252 [ 271 ] {1a86c8cc-7cd3-4bec-89ae-92c8074788f0} <Debug> TCPHandler: Processed in 0.003822346 sec. | ||
| 12469 | 2025.01.30 20:26:22.838807 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12470 | 2025.01.30 20:26:22.838945 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.004464964 sec., 743790.9913719349 rows/sec., 65.21 MiB/sec. | ||
| 12471 | 2025.01.30 20:26:22.839356 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12472 | 2025.01.30 20:26:22.839441 [ 270 ] {4d363041-edc4-4a44-b394-599bf1e387af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12473 | 2025.01.30 20:26:22.839834 [ 270 ] {4d363041-edc4-4a44-b394-599bf1e387af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12474 | 2025.01.30 20:26:22.840170 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12475 | 2025.01.30 20:26:22.840422 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_96_19} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12476 | 2025.01.30 20:26:22.840609 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 12477 | 2025.01.30 20:26:22.841016 [ 270 ] {4d363041-edc4-4a44-b394-599bf1e387af} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12478 | 2025.01.30 20:26:22.841061 [ 270 ] {4d363041-edc4-4a44-b394-599bf1e387af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12479 | 2025.01.30 20:26:22.841430 [ 270 ] {4d363041-edc4-4a44-b394-599bf1e387af} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12480 | 2025.01.30 20:26:22.841668 [ 270 ] {4d363041-edc4-4a44-b394-599bf1e387af} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12481 | 2025.01.30 20:26:22.841823 [ 129 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12482 | 2025.01.30 20:26:22.841886 [ 129 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12483 | 2025.01.30 20:26:22.841918 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12484 | 2025.01.30 20:26:22.841925 [ 270 ] {4d363041-edc4-4a44-b394-599bf1e387af} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002743 sec., 26248.632883703973 rows/sec., 2.05 MiB/sec. | ||
| 12485 | 2025.01.30 20:26:22.842130 [ 270 ] {4d363041-edc4-4a44-b394-599bf1e387af} <Debug> TCPHandler: Processed in 0.003763315 sec. | ||
| 12486 | 2025.01.30 20:26:22.842210 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 12487 | 2025.01.30 20:26:22.842297 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12488 | 2025.01.30 20:26:22.842488 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12489 | 2025.01.30 20:26:22.842540 [ 271 ] {a98349c1-a83e-4e47-97a6-99172e84652a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12490 | 2025.01.30 20:26:22.842562 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 12491 | 2025.01.30 20:26:22.842653 [ 271 ] {a98349c1-a83e-4e47-97a6-99172e84652a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12492 | 2025.01.30 20:26:22.842872 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 72 rows starting from the beginning of the part | ||
| 12493 | 2025.01.30 20:26:22.843257 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 413 rows starting from the beginning of the part | ||
| 12494 | 2025.01.30 20:26:22.843712 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 72 rows starting from the beginning of the part | ||
| 12495 | 2025.01.30 20:26:22.844003 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 875 rows starting from the beginning of the part | ||
| 12496 | 2025.01.30 20:26:22.844406 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 72 rows starting from the beginning of the part | ||
| 12497 | 2025.01.30 20:26:22.845464 [ 271 ] {a98349c1-a83e-4e47-97a6-99172e84652a} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12498 | 2025.01.30 20:26:22.845543 [ 271 ] {a98349c1-a83e-4e47-97a6-99172e84652a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12499 | 2025.01.30 20:26:22.846555 [ 271 ] {a98349c1-a83e-4e47-97a6-99172e84652a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12500 | 2025.01.30 20:26:22.846973 [ 271 ] {a98349c1-a83e-4e47-97a6-99172e84652a} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12501 | 2025.01.30 20:26:22.847248 [ 271 ] {a98349c1-a83e-4e47-97a6-99172e84652a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004745 sec., 33719.70495258166 rows/sec., 2.35 MiB/sec. | ||
| 12502 | 2025.01.30 20:26:22.847529 [ 271 ] {a98349c1-a83e-4e47-97a6-99172e84652a} <Debug> TCPHandler: Processed in 0.005289007 sec. | ||
| 12503 | 2025.01.30 20:26:22.847813 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12504 | 2025.01.30 20:26:22.847833 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005820482 sec., 415257.70546150644 rows/sec., 31.85 MiB/sec. | ||
| 12505 | 2025.01.30 20:26:22.847949 [ 270 ] {bb051d93-4585-4a91-a975-8ea8dc646113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12506 | 2025.01.30 20:26:22.848048 [ 270 ] {bb051d93-4585-4a91-a975-8ea8dc646113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12507 | 2025.01.30 20:26:22.848074 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12508 | 2025.01.30 20:26:22.848629 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12509 | 2025.01.30 20:26:22.848770 [ 195 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_96_19} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12510 | 2025.01.30 20:26:22.848890 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12511 | 2025.01.30 20:26:22.849539 [ 270 ] {bb051d93-4585-4a91-a975-8ea8dc646113} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12512 | 2025.01.30 20:26:22.849578 [ 270 ] {bb051d93-4585-4a91-a975-8ea8dc646113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12513 | 2025.01.30 20:26:22.850205 [ 270 ] {bb051d93-4585-4a91-a975-8ea8dc646113} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12514 | 2025.01.30 20:26:22.850491 [ 270 ] {bb051d93-4585-4a91-a975-8ea8dc646113} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12515 | 2025.01.30 20:26:22.850740 [ 270 ] {bb051d93-4585-4a91-a975-8ea8dc646113} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002817 sec., 2839.900603478878 rows/sec., 5.09 MiB/sec. | ||
| 12516 | 2025.01.30 20:26:22.850839 [ 270 ] {bb051d93-4585-4a91-a975-8ea8dc646113} <Debug> TCPHandler: Processed in 0.003172578 sec. | ||
| 12517 | 2025.01.30 20:26:22.851024 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12518 | 2025.01.30 20:26:22.851164 [ 271 ] {e8a27a0c-f032-4866-8b04-b4a563adbf79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12519 | 2025.01.30 20:26:22.851224 [ 271 ] {e8a27a0c-f032-4866-8b04-b4a563adbf79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12520 | 2025.01.30 20:26:22.851809 [ 271 ] {e8a27a0c-f032-4866-8b04-b4a563adbf79} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12521 | 2025.01.30 20:26:22.851846 [ 271 ] {e8a27a0c-f032-4866-8b04-b4a563adbf79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12522 | 2025.01.30 20:26:22.852221 [ 271 ] {e8a27a0c-f032-4866-8b04-b4a563adbf79} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12523 | 2025.01.30 20:26:22.852459 [ 271 ] {e8a27a0c-f032-4866-8b04-b4a563adbf79} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12524 | 2025.01.30 20:26:22.852592 [ 129 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12525 | 2025.01.30 20:26:22.852633 [ 129 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12526 | 2025.01.30 20:26:22.852651 [ 271 ] {e8a27a0c-f032-4866-8b04-b4a563adbf79} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001517 sec., 39551.74686882004 rows/sec., 2.67 MiB/sec. | ||
| 12527 | 2025.01.30 20:26:22.852662 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. | ||
| 12528 | 2025.01.30 20:26:22.852753 [ 271 ] {e8a27a0c-f032-4866-8b04-b4a563adbf79} <Debug> TCPHandler: Processed in 0.00179465 sec. | ||
| 12529 | 2025.01.30 20:26:22.852910 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 12530 | 2025.01.30 20:26:22.853047 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12531 | 2025.01.30 20:26:22.853083 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5512 rows starting from the beginning of the part | ||
| 12532 | 2025.01.30 20:26:22.853202 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 12533 | 2025.01.30 20:26:22.853387 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
| 12534 | 2025.01.30 20:26:22.853598 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 12535 | 2025.01.30 20:26:22.853745 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 12536 | 2025.01.30 20:26:22.853855 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 12537 | 2025.01.30 20:26:22.855899 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5856 rows, containing 4 columns (4 merged, 0 gathered) in 0.003133457 sec., 1868862.409792124 rows/sec., 122.94 MiB/sec. | ||
| 12538 | 2025.01.30 20:26:22.856275 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12539 | 2025.01.30 20:26:22.856580 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12540 | 2025.01.30 20:26:22.856667 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_91_18} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12541 | 2025.01.30 20:26:22.856753 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 12542 | 2025.01.30 20:26:26.563089 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12543 | 2025.01.30 20:26:26.563185 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12544 | 2025.01.30 20:26:26.771582 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 12545 | 2025.01.30 20:26:26.772242 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12546 | 2025.01.30 20:26:26.772294 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12547 | 2025.01.30 20:26:26.772832 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12548 | 2025.01.30 20:26:26.773094 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12549 | 2025.01.30 20:26:26.773399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 12550 | 2025.01.30 20:26:26.923886 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1706 | ||
| 12551 | 2025.01.30 20:26:26.927077 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2025.01.30 20:26:26.927132 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12553 | 2025.01.30 20:26:26.928640 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12554 | 2025.01.30 20:26:26.928947 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12555 | 2025.01.30 20:26:26.929499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1706 | ||
| 12556 | 2025.01.30 20:26:27.837822 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12557 | 2025.01.30 20:26:27.838018 [ 270 ] {791cea0b-c62c-45fa-a850-c6471bb9e94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12558 | 2025.01.30 20:26:27.838111 [ 270 ] {791cea0b-c62c-45fa-a850-c6471bb9e94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12559 | 2025.01.30 20:26:27.839039 [ 270 ] {791cea0b-c62c-45fa-a850-c6471bb9e94f} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12560 | 2025.01.30 20:26:27.839085 [ 270 ] {791cea0b-c62c-45fa-a850-c6471bb9e94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12561 | 2025.01.30 20:26:27.839529 [ 270 ] {791cea0b-c62c-45fa-a850-c6471bb9e94f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 12562 | 2025.01.30 20:26:27.839788 [ 270 ] {791cea0b-c62c-45fa-a850-c6471bb9e94f} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12563 | 2025.01.30 20:26:27.840056 [ 270 ] {791cea0b-c62c-45fa-a850-c6471bb9e94f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002084 sec., 6717.85028790787 rows/sec., 483.60 KiB/sec. | ||
| 12564 | 2025.01.30 20:26:27.840227 [ 270 ] {791cea0b-c62c-45fa-a850-c6471bb9e94f} <Debug> TCPHandler: Processed in 0.00254217 sec. | ||
| 12565 | 2025.01.30 20:26:27.840547 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12566 | 2025.01.30 20:26:27.840736 [ 271 ] {82bbff5f-84d8-4fe5-b8c7-44e968f0bd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12567 | 2025.01.30 20:26:27.840807 [ 271 ] {82bbff5f-84d8-4fe5-b8c7-44e968f0bd46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12568 | 2025.01.30 20:26:27.841729 [ 271 ] {82bbff5f-84d8-4fe5-b8c7-44e968f0bd46} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12569 | 2025.01.30 20:26:27.841770 [ 271 ] {82bbff5f-84d8-4fe5-b8c7-44e968f0bd46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12570 | 2025.01.30 20:26:27.842227 [ 271 ] {82bbff5f-84d8-4fe5-b8c7-44e968f0bd46} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12571 | 2025.01.30 20:26:27.842482 [ 271 ] {82bbff5f-84d8-4fe5-b8c7-44e968f0bd46} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12572 | 2025.01.30 20:26:27.842696 [ 271 ] {82bbff5f-84d8-4fe5-b8c7-44e968f0bd46} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002006 sec., 132103.6889332004 rows/sec., 11.63 MiB/sec. | ||
| 12573 | 2025.01.30 20:26:27.842783 [ 271 ] {82bbff5f-84d8-4fe5-b8c7-44e968f0bd46} <Debug> TCPHandler: Processed in 0.002374396 sec. | ||
| 12574 | 2025.01.30 20:26:27.843014 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12575 | 2025.01.30 20:26:27.843321 [ 270 ] {5aee546b-2a4a-4b32-81e0-9d3bb06c4c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12576 | 2025.01.30 20:26:27.843414 [ 270 ] {5aee546b-2a4a-4b32-81e0-9d3bb06c4c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12577 | 2025.01.30 20:26:27.844033 [ 270 ] {5aee546b-2a4a-4b32-81e0-9d3bb06c4c7d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12578 | 2025.01.30 20:26:27.844075 [ 270 ] {5aee546b-2a4a-4b32-81e0-9d3bb06c4c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12579 | 2025.01.30 20:26:27.844441 [ 270 ] {5aee546b-2a4a-4b32-81e0-9d3bb06c4c7d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12580 | 2025.01.30 20:26:27.844680 [ 270 ] {5aee546b-2a4a-4b32-81e0-9d3bb06c4c7d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12581 | 2025.01.30 20:26:27.844866 [ 121 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12582 | 2025.01.30 20:26:27.844902 [ 270 ] {5aee546b-2a4a-4b32-81e0-9d3bb06c4c7d} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001695 sec., 22418.8790560472 rows/sec., 1.61 MiB/sec. | ||
| 12583 | 2025.01.30 20:26:27.844926 [ 121 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12584 | 2025.01.30 20:26:27.844991 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12585 | 2025.01.30 20:26:27.845015 [ 270 ] {5aee546b-2a4a-4b32-81e0-9d3bb06c4c7d} <Debug> TCPHandler: Processed in 0.002123199 sec. | ||
| 12586 | 2025.01.30 20:26:27.845180 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 12587 | 2025.01.30 20:26:27.845199 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12588 | 2025.01.30 20:26:27.845437 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12589 | 2025.01.30 20:26:27.845449 [ 271 ] {b4831f56-6f56-4aff-97ea-660c9c4f1364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12590 | 2025.01.30 20:26:27.845530 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 64 rows starting from the beginning of the part | ||
| 12591 | 2025.01.30 20:26:27.845550 [ 271 ] {b4831f56-6f56-4aff-97ea-660c9c4f1364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12592 | 2025.01.30 20:26:27.846002 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 38 rows starting from the beginning of the part | ||
| 12593 | 2025.01.30 20:26:27.846344 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part | ||
| 12594 | 2025.01.30 20:26:27.846776 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 44 rows starting from the beginning of the part | ||
| 12595 | 2025.01.30 20:26:27.847144 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 12596 | 2025.01.30 20:26:27.847474 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 38 rows starting from the beginning of the part | ||
| 12597 | 2025.01.30 20:26:27.848411 [ 271 ] {b4831f56-6f56-4aff-97ea-660c9c4f1364} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12598 | 2025.01.30 20:26:27.848477 [ 271 ] {b4831f56-6f56-4aff-97ea-660c9c4f1364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12599 | 2025.01.30 20:26:27.849417 [ 271 ] {b4831f56-6f56-4aff-97ea-660c9c4f1364} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12600 | 2025.01.30 20:26:27.850090 [ 271 ] {b4831f56-6f56-4aff-97ea-660c9c4f1364} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12601 | 2025.01.30 20:26:27.850152 [ 189 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005069951 sec., 39448.113009376226 rows/sec., 2.97 MiB/sec. | ||
| 12602 | 2025.01.30 20:26:27.850433 [ 271 ] {b4831f56-6f56-4aff-97ea-660c9c4f1364} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005069 sec., 2761.8859735648057 rows/sec., 193.42 KiB/sec. | ||
| 12603 | 2025.01.30 20:26:27.850446 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12604 | 2025.01.30 20:26:27.850633 [ 271 ] {b4831f56-6f56-4aff-97ea-660c9c4f1364} <Debug> TCPHandler: Processed in 0.005512053 sec. | ||
| 12605 | 2025.01.30 20:26:27.850820 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12606 | 2025.01.30 20:26:27.850944 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12607 | 2025.01.30 20:26:27.850955 [ 270 ] {2915a736-bb42-4854-b1d2-597f8665b59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12608 | 2025.01.30 20:26:27.851016 [ 270 ] {2915a736-bb42-4854-b1d2-597f8665b59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12609 | 2025.01.30 20:26:27.851046 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_96_19} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12610 | 2025.01.30 20:26:27.851142 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12611 | 2025.01.30 20:26:27.851625 [ 270 ] {2915a736-bb42-4854-b1d2-597f8665b59e} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12612 | 2025.01.30 20:26:27.851664 [ 270 ] {2915a736-bb42-4854-b1d2-597f8665b59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12613 | 2025.01.30 20:26:27.852014 [ 270 ] {2915a736-bb42-4854-b1d2-597f8665b59e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 12614 | 2025.01.30 20:26:27.852260 [ 270 ] {2915a736-bb42-4854-b1d2-597f8665b59e} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12615 | 2025.01.30 20:26:27.852482 [ 270 ] {2915a736-bb42-4854-b1d2-597f8665b59e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec. | ||
| 12616 | 2025.01.30 20:26:27.852538 [ 270 ] {2915a736-bb42-4854-b1d2-597f8665b59e} <Debug> TCPHandler: Processed in 0.00179325 sec. | ||
| 12617 | 2025.01.30 20:26:27.852685 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12618 | 2025.01.30 20:26:27.852803 [ 271 ] {3ff20753-53b2-4fcb-a00c-250652111b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12619 | 2025.01.30 20:26:27.852859 [ 271 ] {3ff20753-53b2-4fcb-a00c-250652111b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12620 | 2025.01.30 20:26:27.853784 [ 271 ] {3ff20753-53b2-4fcb-a00c-250652111b28} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12621 | 2025.01.30 20:26:27.853826 [ 271 ] {3ff20753-53b2-4fcb-a00c-250652111b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12622 | 2025.01.30 20:26:27.854236 [ 271 ] {3ff20753-53b2-4fcb-a00c-250652111b28} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12623 | 2025.01.30 20:26:27.854491 [ 271 ] {3ff20753-53b2-4fcb-a00c-250652111b28} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12624 | 2025.01.30 20:26:27.854682 [ 271 ] {3ff20753-53b2-4fcb-a00c-250652111b28} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001903 sec., 217025.74881765633 rows/sec., 15.48 MiB/sec. | ||
| 12625 | 2025.01.30 20:26:27.854739 [ 271 ] {3ff20753-53b2-4fcb-a00c-250652111b28} <Debug> TCPHandler: Processed in 0.002111589 sec. | ||
| 12626 | 2025.01.30 20:26:27.854910 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12627 | 2025.01.30 20:26:27.855049 [ 270 ] {d4a442ea-f9b8-4eb0-80c1-210a1ae9fac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12628 | 2025.01.30 20:26:27.855108 [ 270 ] {d4a442ea-f9b8-4eb0-80c1-210a1ae9fac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12629 | 2025.01.30 20:26:27.855688 [ 270 ] {d4a442ea-f9b8-4eb0-80c1-210a1ae9fac9} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12630 | 2025.01.30 20:26:27.855736 [ 270 ] {d4a442ea-f9b8-4eb0-80c1-210a1ae9fac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12631 | 2025.01.30 20:26:27.856113 [ 270 ] {d4a442ea-f9b8-4eb0-80c1-210a1ae9fac9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 12632 | 2025.01.30 20:26:27.856348 [ 270 ] {d4a442ea-f9b8-4eb0-80c1-210a1ae9fac9} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12633 | 2025.01.30 20:26:27.856589 [ 270 ] {d4a442ea-f9b8-4eb0-80c1-210a1ae9fac9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 200.69 KiB/sec. | ||
| 12634 | 2025.01.30 20:26:27.856684 [ 270 ] {d4a442ea-f9b8-4eb0-80c1-210a1ae9fac9} <Debug> TCPHandler: Processed in 0.001841782 sec. | ||
| 12635 | 2025.01.30 20:26:27.856928 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12636 | 2025.01.30 20:26:27.857072 [ 271 ] {b7eacab6-edf5-44c0-ace4-a4b588f593eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12637 | 2025.01.30 20:26:27.857137 [ 271 ] {b7eacab6-edf5-44c0-ace4-a4b588f593eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12638 | 2025.01.30 20:26:27.857829 [ 271 ] {b7eacab6-edf5-44c0-ace4-a4b588f593eb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12639 | 2025.01.30 20:26:27.857867 [ 271 ] {b7eacab6-edf5-44c0-ace4-a4b588f593eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12640 | 2025.01.30 20:26:27.858266 [ 271 ] {b7eacab6-edf5-44c0-ace4-a4b588f593eb} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12641 | 2025.01.30 20:26:27.858502 [ 271 ] {b7eacab6-edf5-44c0-ace4-a4b588f593eb} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12642 | 2025.01.30 20:26:27.858683 [ 271 ] {b7eacab6-edf5-44c0-ace4-a4b588f593eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec. | ||
| 12643 | 2025.01.30 20:26:27.858736 [ 271 ] {b7eacab6-edf5-44c0-ace4-a4b588f593eb} <Debug> TCPHandler: Processed in 0.001938504 sec. | ||
| 12644 | 2025.01.30 20:26:27.858903 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12645 | 2025.01.30 20:26:27.859039 [ 270 ] {23daa95d-8d32-4ad7-b904-7bf7ce14303a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12646 | 2025.01.30 20:26:27.859100 [ 270 ] {23daa95d-8d32-4ad7-b904-7bf7ce14303a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12647 | 2025.01.30 20:26:27.859662 [ 270 ] {23daa95d-8d32-4ad7-b904-7bf7ce14303a} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12648 | 2025.01.30 20:26:27.859710 [ 270 ] {23daa95d-8d32-4ad7-b904-7bf7ce14303a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12649 | 2025.01.30 20:26:27.860080 [ 270 ] {23daa95d-8d32-4ad7-b904-7bf7ce14303a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12650 | 2025.01.30 20:26:27.860312 [ 270 ] {23daa95d-8d32-4ad7-b904-7bf7ce14303a} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12651 | 2025.01.30 20:26:27.860541 [ 270 ] {23daa95d-8d32-4ad7-b904-7bf7ce14303a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec. | ||
| 12652 | 2025.01.30 20:26:27.860620 [ 270 ] {23daa95d-8d32-4ad7-b904-7bf7ce14303a} <Debug> TCPHandler: Processed in 0.00178895 sec. | ||
| 12653 | 2025.01.30 20:26:27.860841 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12654 | 2025.01.30 20:26:27.860994 [ 271 ] {d0ca6d68-b2e9-41c0-8367-347e6e4db258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12655 | 2025.01.30 20:26:27.861076 [ 271 ] {d0ca6d68-b2e9-41c0-8367-347e6e4db258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12656 | 2025.01.30 20:26:27.862215 [ 271 ] {d0ca6d68-b2e9-41c0-8367-347e6e4db258} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12657 | 2025.01.30 20:26:27.862253 [ 271 ] {d0ca6d68-b2e9-41c0-8367-347e6e4db258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12658 | 2025.01.30 20:26:27.862902 [ 271 ] {d0ca6d68-b2e9-41c0-8367-347e6e4db258} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12659 | 2025.01.30 20:26:27.863220 [ 271 ] {d0ca6d68-b2e9-41c0-8367-347e6e4db258} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12660 | 2025.01.30 20:26:27.863465 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12661 | 2025.01.30 20:26:27.863532 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12662 | 2025.01.30 20:26:27.863575 [ 271 ] {d0ca6d68-b2e9-41c0-8367-347e6e4db258} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002583 sec., 12001.548586914441 rows/sec., 21.51 MiB/sec. | ||
| 12663 | 2025.01.30 20:26:27.863583 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12664 | 2025.01.30 20:26:27.863849 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 12665 | 2025.01.30 20:26:27.863863 [ 271 ] {d0ca6d68-b2e9-41c0-8367-347e6e4db258} <Debug> TCPHandler: Processed in 0.003142408 sec. | ||
| 12666 | 2025.01.30 20:26:27.864081 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12667 | 2025.01.30 20:26:27.864327 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12668 | 2025.01.30 20:26:27.864342 [ 270 ] {c52beaf6-e431-434c-ade7-e64808b6e6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12669 | 2025.01.30 20:26:27.864442 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1786 rows starting from the beginning of the part | ||
| 12670 | 2025.01.30 20:26:27.864456 [ 270 ] {c52beaf6-e431-434c-ade7-e64808b6e6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12671 | 2025.01.30 20:26:27.865332 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 31 rows starting from the beginning of the part | ||
| 12672 | 2025.01.30 20:26:27.865867 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part | ||
| 12673 | 2025.01.30 20:26:27.866656 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 31 rows starting from the beginning of the part | ||
| 12674 | 2025.01.30 20:26:27.866801 [ 270 ] {c52beaf6-e431-434c-ade7-e64808b6e6ca} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12675 | 2025.01.30 20:26:27.866905 [ 270 ] {c52beaf6-e431-434c-ade7-e64808b6e6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12676 | 2025.01.30 20:26:27.867239 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 12677 | 2025.01.30 20:26:27.867790 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 31 rows starting from the beginning of the part | ||
| 12678 | 2025.01.30 20:26:27.868607 [ 270 ] {c52beaf6-e431-434c-ade7-e64808b6e6ca} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12679 | 2025.01.30 20:26:27.869061 [ 270 ] {c52beaf6-e431-434c-ade7-e64808b6e6ca} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12680 | 2025.01.30 20:26:27.869619 [ 270 ] {c52beaf6-e431-434c-ade7-e64808b6e6ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005341 sec., 15352.930162890843 rows/sec., 998.50 KiB/sec. | ||
| 12681 | 2025.01.30 20:26:27.869760 [ 270 ] {c52beaf6-e431-434c-ade7-e64808b6e6ca} <Debug> TCPHandler: Processed in 0.005794611 sec. | ||
| 12682 | 2025.01.30 20:26:27.877128 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1895 rows, containing 19 columns (19 merged, 0 gathered) in 0.013409033 sec., 141322.64422050418 rows/sec., 253.24 MiB/sec. | ||
| 12683 | 2025.01.30 20:26:27.878945 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12684 | 2025.01.30 20:26:27.879406 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12685 | 2025.01.30 20:26:27.879502 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12686 | 2025.01.30 20:26:27.879670 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.35 MiB. | ||
| 12687 | 2025.01.30 20:26:28.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.59 MiB, peak 279.91 MiB, free memory in arenas 0.00 B, will set to 263.71 MiB (RSS), difference: 1.11 MiB | ||
| 12688 | 2025.01.30 20:26:29.042699 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 12689 | 2025.01.30 20:26:29.063952 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12690 | 2025.01.30 20:26:29.064008 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12691 | 2025.01.30 20:26:29.071262 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12692 | 2025.01.30 20:26:29.072034 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2025.01.30 20:26:29.074732 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 12694 | 2025.01.30 20:26:32.831634 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12695 | 2025.01.30 20:26:32.831836 [ 270 ] {bfd16815-74a5-4d2d-8ab7-eaa3cd429ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12696 | 2025.01.30 20:26:32.831907 [ 270 ] {bfd16815-74a5-4d2d-8ab7-eaa3cd429ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12697 | 2025.01.30 20:26:32.832680 [ 270 ] {bfd16815-74a5-4d2d-8ab7-eaa3cd429ac7} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12698 | 2025.01.30 20:26:32.832732 [ 270 ] {bfd16815-74a5-4d2d-8ab7-eaa3cd429ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12699 | 2025.01.30 20:26:32.833159 [ 270 ] {bfd16815-74a5-4d2d-8ab7-eaa3cd429ac7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12700 | 2025.01.30 20:26:32.833409 [ 270 ] {bfd16815-74a5-4d2d-8ab7-eaa3cd429ac7} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12701 | 2025.01.30 20:26:32.833676 [ 270 ] {bfd16815-74a5-4d2d-8ab7-eaa3cd429ac7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001884 sec., 3184.7133757961783 rows/sec., 259.69 KiB/sec. | ||
| 12702 | 2025.01.30 20:26:32.833868 [ 270 ] {bfd16815-74a5-4d2d-8ab7-eaa3cd429ac7} <Debug> TCPHandler: Processed in 0.002359856 sec. | ||
| 12703 | 2025.01.30 20:26:32.834173 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12704 | 2025.01.30 20:26:32.834420 [ 271 ] {6e0f3710-24d9-4bb3-96ea-c7a154489a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12705 | 2025.01.30 20:26:32.834521 [ 271 ] {6e0f3710-24d9-4bb3-96ea-c7a154489a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12706 | 2025.01.30 20:26:32.835421 [ 271 ] {6e0f3710-24d9-4bb3-96ea-c7a154489a47} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12707 | 2025.01.30 20:26:32.835470 [ 271 ] {6e0f3710-24d9-4bb3-96ea-c7a154489a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12708 | 2025.01.30 20:26:32.835931 [ 271 ] {6e0f3710-24d9-4bb3-96ea-c7a154489a47} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12709 | 2025.01.30 20:26:32.836191 [ 271 ] {6e0f3710-24d9-4bb3-96ea-c7a154489a47} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12710 | 2025.01.30 20:26:32.836439 [ 271 ] {6e0f3710-24d9-4bb3-96ea-c7a154489a47} <Debug> executeQuery: Read 75 rows, 6.15 KiB in 0.002092 sec., 35850.8604206501 rows/sec., 2.87 MiB/sec. | ||
| 12711 | 2025.01.30 20:26:32.836499 [ 271 ] {6e0f3710-24d9-4bb3-96ea-c7a154489a47} <Debug> TCPHandler: Processed in 0.002481229 sec. | ||
| 12712 | 2025.01.30 20:26:32.836678 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12713 | 2025.01.30 20:26:32.836819 [ 270 ] {48e30b15-b8f7-4111-a619-aa165b2792e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12714 | 2025.01.30 20:26:32.836877 [ 270 ] {48e30b15-b8f7-4111-a619-aa165b2792e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12715 | 2025.01.30 20:26:32.837493 [ 270 ] {48e30b15-b8f7-4111-a619-aa165b2792e2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12716 | 2025.01.30 20:26:32.837533 [ 270 ] {48e30b15-b8f7-4111-a619-aa165b2792e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12717 | 2025.01.30 20:26:32.837900 [ 270 ] {48e30b15-b8f7-4111-a619-aa165b2792e2} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12718 | 2025.01.30 20:26:32.838151 [ 270 ] {48e30b15-b8f7-4111-a619-aa165b2792e2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12719 | 2025.01.30 20:26:32.838373 [ 270 ] {48e30b15-b8f7-4111-a619-aa165b2792e2} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001585 sec., 8832.807570977919 rows/sec., 643.85 KiB/sec. | ||
| 12720 | 2025.01.30 20:26:32.838428 [ 270 ] {48e30b15-b8f7-4111-a619-aa165b2792e2} <Debug> TCPHandler: Processed in 0.00182152 sec. | ||
| 12721 | 2025.01.30 20:26:32.838602 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12722 | 2025.01.30 20:26:32.838754 [ 271 ] {909bc71f-2bab-4dfb-870c-3660b9c457eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12723 | 2025.01.30 20:26:32.838822 [ 271 ] {909bc71f-2bab-4dfb-870c-3660b9c457eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12724 | 2025.01.30 20:26:32.839675 [ 271 ] {909bc71f-2bab-4dfb-870c-3660b9c457eb} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12725 | 2025.01.30 20:26:32.839728 [ 271 ] {909bc71f-2bab-4dfb-870c-3660b9c457eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12726 | 2025.01.30 20:26:32.840263 [ 271 ] {909bc71f-2bab-4dfb-870c-3660b9c457eb} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12727 | 2025.01.30 20:26:32.840641 [ 271 ] {909bc71f-2bab-4dfb-870c-3660b9c457eb} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12728 | 2025.01.30 20:26:32.840925 [ 271 ] {909bc71f-2bab-4dfb-870c-3660b9c457eb} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.002203 sec., 35406.264185201995 rows/sec., 2.77 MiB/sec. | ||
| 12729 | 2025.01.30 20:26:32.841002 [ 271 ] {909bc71f-2bab-4dfb-870c-3660b9c457eb} <Debug> TCPHandler: Processed in 0.002473919 sec. | ||
| 12730 | 2025.01.30 20:26:32.841179 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12731 | 2025.01.30 20:26:32.841317 [ 270 ] {a436cf6f-4b90-45d5-bcde-745b87205e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12732 | 2025.01.30 20:26:32.841379 [ 270 ] {a436cf6f-4b90-45d5-bcde-745b87205e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12733 | 2025.01.30 20:26:32.842047 [ 270 ] {a436cf6f-4b90-45d5-bcde-745b87205e51} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12734 | 2025.01.30 20:26:32.842086 [ 270 ] {a436cf6f-4b90-45d5-bcde-745b87205e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12735 | 2025.01.30 20:26:32.842490 [ 270 ] {a436cf6f-4b90-45d5-bcde-745b87205e51} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12736 | 2025.01.30 20:26:32.842725 [ 270 ] {a436cf6f-4b90-45d5-bcde-745b87205e51} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12737 | 2025.01.30 20:26:32.842951 [ 270 ] {a436cf6f-4b90-45d5-bcde-745b87205e51} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001666 sec., 97839.13565426171 rows/sec., 6.81 MiB/sec. | ||
| 12738 | 2025.01.30 20:26:32.843004 [ 270 ] {a436cf6f-4b90-45d5-bcde-745b87205e51} <Debug> TCPHandler: Processed in 0.001892302 sec. | ||
| 12739 | 2025.01.30 20:26:32.843171 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12740 | 2025.01.30 20:26:32.843321 [ 271 ] {9f90478c-869d-41c0-a7d7-491c6a1a4199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12741 | 2025.01.30 20:26:32.843445 [ 271 ] {9f90478c-869d-41c0-a7d7-491c6a1a4199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12742 | 2025.01.30 20:26:32.844699 [ 271 ] {9f90478c-869d-41c0-a7d7-491c6a1a4199} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12743 | 2025.01.30 20:26:32.844741 [ 271 ] {9f90478c-869d-41c0-a7d7-491c6a1a4199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12744 | 2025.01.30 20:26:32.845370 [ 271 ] {9f90478c-869d-41c0-a7d7-491c6a1a4199} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12745 | 2025.01.30 20:26:32.845629 [ 271 ] {9f90478c-869d-41c0-a7d7-491c6a1a4199} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12746 | 2025.01.30 20:26:32.845836 [ 271 ] {9f90478c-869d-41c0-a7d7-491c6a1a4199} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002549 sec., 3138.485680659082 rows/sec., 5.62 MiB/sec. | ||
| 12747 | 2025.01.30 20:26:32.845959 [ 271 ] {9f90478c-869d-41c0-a7d7-491c6a1a4199} <Debug> TCPHandler: Processed in 0.002859279 sec. | ||
| 12748 | 2025.01.30 20:26:32.846193 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12749 | 2025.01.30 20:26:32.846393 [ 270 ] {7b9c5b33-faf5-4a95-9da9-1d555af4fa6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12750 | 2025.01.30 20:26:32.846455 [ 270 ] {7b9c5b33-faf5-4a95-9da9-1d555af4fa6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12751 | 2025.01.30 20:26:32.847037 [ 270 ] {7b9c5b33-faf5-4a95-9da9-1d555af4fa6d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12752 | 2025.01.30 20:26:32.847076 [ 270 ] {7b9c5b33-faf5-4a95-9da9-1d555af4fa6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12753 | 2025.01.30 20:26:32.847449 [ 270 ] {7b9c5b33-faf5-4a95-9da9-1d555af4fa6d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12754 | 2025.01.30 20:26:32.847688 [ 270 ] {7b9c5b33-faf5-4a95-9da9-1d555af4fa6d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12755 | 2025.01.30 20:26:32.847905 [ 270 ] {7b9c5b33-faf5-4a95-9da9-1d555af4fa6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 12756 | 2025.01.30 20:26:32.847955 [ 270 ] {7b9c5b33-faf5-4a95-9da9-1d555af4fa6d} <Debug> TCPHandler: Processed in 0.001876572 sec. | ||
| 12757 | 2025.01.30 20:26:34.273529 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 12758 | 2025.01.30 20:26:34.274189 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12759 | 2025.01.30 20:26:34.274228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12760 | 2025.01.30 20:26:34.274742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12761 | 2025.01.30 20:26:34.274993 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12762 | 2025.01.30 20:26:34.275174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 12763 | 2025.01.30 20:26:36.574814 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 | ||
| 12764 | 2025.01.30 20:26:36.596184 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12765 | 2025.01.30 20:26:36.596235 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12766 | 2025.01.30 20:26:36.603539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12767 | 2025.01.30 20:26:36.604313 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12768 | 2025.01.30 20:26:36.607540 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 550 | ||
| 12769 | 2025.01.30 20:26:36.929735 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1742 | ||
| 12770 | 2025.01.30 20:26:36.933047 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12771 | 2025.01.30 20:26:36.933104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12772 | 2025.01.30 20:26:36.934660 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12773 | 2025.01.30 20:26:36.934966 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12774 | 2025.01.30 20:26:36.937094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1742 | ||
| 12775 | 2025.01.30 20:26:37.837643 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12776 | 2025.01.30 20:26:37.837861 [ 270 ] {bbf62125-9e37-4791-93c7-602733b3ece0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12777 | 2025.01.30 20:26:37.837942 [ 270 ] {bbf62125-9e37-4791-93c7-602733b3ece0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12778 | 2025.01.30 20:26:37.838710 [ 270 ] {bbf62125-9e37-4791-93c7-602733b3ece0} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12779 | 2025.01.30 20:26:37.838759 [ 270 ] {bbf62125-9e37-4791-93c7-602733b3ece0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12780 | 2025.01.30 20:26:37.839204 [ 270 ] {bbf62125-9e37-4791-93c7-602733b3ece0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12781 | 2025.01.30 20:26:37.839477 [ 270 ] {bbf62125-9e37-4791-93c7-602733b3ece0} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12782 | 2025.01.30 20:26:37.839717 [ 270 ] {bbf62125-9e37-4791-93c7-602733b3ece0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec. | ||
| 12783 | 2025.01.30 20:26:37.839773 [ 270 ] {bbf62125-9e37-4791-93c7-602733b3ece0} <Debug> TCPHandler: Processed in 0.002273893 sec. | ||
| 12784 | 2025.01.30 20:26:37.840025 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12785 | 2025.01.30 20:26:37.840229 [ 271 ] {02d3b115-15be-43d4-927a-e628d2d94f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12786 | 2025.01.30 20:26:37.840306 [ 271 ] {02d3b115-15be-43d4-927a-e628d2d94f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12787 | 2025.01.30 20:26:37.841195 [ 271 ] {02d3b115-15be-43d4-927a-e628d2d94f9d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12788 | 2025.01.30 20:26:37.841252 [ 271 ] {02d3b115-15be-43d4-927a-e628d2d94f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12789 | 2025.01.30 20:26:37.841744 [ 271 ] {02d3b115-15be-43d4-927a-e628d2d94f9d} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12790 | 2025.01.30 20:26:37.842010 [ 271 ] {02d3b115-15be-43d4-927a-e628d2d94f9d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12791 | 2025.01.30 20:26:37.842252 [ 271 ] {02d3b115-15be-43d4-927a-e628d2d94f9d} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002077 sec., 127587.86711603275 rows/sec., 11.24 MiB/sec. | ||
| 12792 | 2025.01.30 20:26:37.842328 [ 271 ] {02d3b115-15be-43d4-927a-e628d2d94f9d} <Debug> TCPHandler: Processed in 0.002439627 sec. | ||
| 12793 | 2025.01.30 20:26:37.842528 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12794 | 2025.01.30 20:26:37.842754 [ 270 ] {e5e5cbda-070b-4654-b23d-5b1013833848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12795 | 2025.01.30 20:26:37.842846 [ 270 ] {e5e5cbda-070b-4654-b23d-5b1013833848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12796 | 2025.01.30 20:26:37.843777 [ 270 ] {e5e5cbda-070b-4654-b23d-5b1013833848} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12797 | 2025.01.30 20:26:37.843828 [ 270 ] {e5e5cbda-070b-4654-b23d-5b1013833848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12798 | 2025.01.30 20:26:37.844267 [ 270 ] {e5e5cbda-070b-4654-b23d-5b1013833848} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12799 | 2025.01.30 20:26:37.844509 [ 270 ] {e5e5cbda-070b-4654-b23d-5b1013833848} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12800 | 2025.01.30 20:26:37.844734 [ 270 ] {e5e5cbda-070b-4654-b23d-5b1013833848} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.002035 sec., 18673.218673218675 rows/sec., 1.34 MiB/sec. | ||
| 12801 | 2025.01.30 20:26:37.844789 [ 270 ] {e5e5cbda-070b-4654-b23d-5b1013833848} <Debug> TCPHandler: Processed in 0.002373556 sec. | ||
| 12802 | 2025.01.30 20:26:37.844958 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12803 | 2025.01.30 20:26:37.845122 [ 271 ] {3f196ee5-b867-403f-a2c0-5af9a6a4fa05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12804 | 2025.01.30 20:26:37.845188 [ 271 ] {3f196ee5-b867-403f-a2c0-5af9a6a4fa05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12805 | 2025.01.30 20:26:37.845838 [ 271 ] {3f196ee5-b867-403f-a2c0-5af9a6a4fa05} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12806 | 2025.01.30 20:26:37.845884 [ 271 ] {3f196ee5-b867-403f-a2c0-5af9a6a4fa05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12807 | 2025.01.30 20:26:37.846282 [ 271 ] {3f196ee5-b867-403f-a2c0-5af9a6a4fa05} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12808 | 2025.01.30 20:26:37.846538 [ 271 ] {3f196ee5-b867-403f-a2c0-5af9a6a4fa05} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12809 | 2025.01.30 20:26:37.846780 [ 271 ] {3f196ee5-b867-403f-a2c0-5af9a6a4fa05} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001696 sec., 8254.716981132075 rows/sec., 578.11 KiB/sec. | ||
| 12810 | 2025.01.30 20:26:37.846847 [ 271 ] {3f196ee5-b867-403f-a2c0-5af9a6a4fa05} <Debug> TCPHandler: Processed in 0.001966015 sec. | ||
| 12811 | 2025.01.30 20:26:37.846990 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12812 | 2025.01.30 20:26:37.847107 [ 270 ] {9f862f0b-45ed-49ca-880d-25a3c896cf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12813 | 2025.01.30 20:26:37.847156 [ 270 ] {9f862f0b-45ed-49ca-880d-25a3c896cf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12814 | 2025.01.30 20:26:37.847752 [ 270 ] {9f862f0b-45ed-49ca-880d-25a3c896cf28} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12815 | 2025.01.30 20:26:37.847793 [ 270 ] {9f862f0b-45ed-49ca-880d-25a3c896cf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12816 | 2025.01.30 20:26:37.848155 [ 270 ] {9f862f0b-45ed-49ca-880d-25a3c896cf28} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12817 | 2025.01.30 20:26:37.848409 [ 270 ] {9f862f0b-45ed-49ca-880d-25a3c896cf28} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12818 | 2025.01.30 20:26:37.848627 [ 270 ] {9f862f0b-45ed-49ca-880d-25a3c896cf28} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001543 sec., 8425.145819831496 rows/sec., 525.31 KiB/sec. | ||
| 12819 | 2025.01.30 20:26:37.848681 [ 270 ] {9f862f0b-45ed-49ca-880d-25a3c896cf28} <Debug> TCPHandler: Processed in 0.001748789 sec. | ||
| 12820 | 2025.01.30 20:26:37.848827 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12821 | 2025.01.30 20:26:37.848949 [ 271 ] {499098d3-b366-4bfb-adc4-de60524afed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12822 | 2025.01.30 20:26:37.849002 [ 271 ] {499098d3-b366-4bfb-adc4-de60524afed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12823 | 2025.01.30 20:26:37.849735 [ 271 ] {499098d3-b366-4bfb-adc4-de60524afed8} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12824 | 2025.01.30 20:26:37.849776 [ 271 ] {499098d3-b366-4bfb-adc4-de60524afed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12825 | 2025.01.30 20:26:37.850182 [ 271 ] {499098d3-b366-4bfb-adc4-de60524afed8} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12826 | 2025.01.30 20:26:37.850431 [ 271 ] {499098d3-b366-4bfb-adc4-de60524afed8} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12827 | 2025.01.30 20:26:37.850649 [ 271 ] {499098d3-b366-4bfb-adc4-de60524afed8} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001726 sec., 239281.5758980301 rows/sec., 17.07 MiB/sec. | ||
| 12828 | 2025.01.30 20:26:37.850700 [ 271 ] {499098d3-b366-4bfb-adc4-de60524afed8} <Debug> TCPHandler: Processed in 0.001934744 sec. | ||
| 12829 | 2025.01.30 20:26:37.850851 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12830 | 2025.01.30 20:26:37.850970 [ 270 ] {779f8059-7598-4e72-8755-2b273d89813e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12831 | 2025.01.30 20:26:37.851021 [ 270 ] {779f8059-7598-4e72-8755-2b273d89813e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12832 | 2025.01.30 20:26:37.851520 [ 270 ] {779f8059-7598-4e72-8755-2b273d89813e} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12833 | 2025.01.30 20:26:37.851561 [ 270 ] {779f8059-7598-4e72-8755-2b273d89813e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12834 | 2025.01.30 20:26:37.851944 [ 270 ] {779f8059-7598-4e72-8755-2b273d89813e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12835 | 2025.01.30 20:26:37.852189 [ 270 ] {779f8059-7598-4e72-8755-2b273d89813e} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12836 | 2025.01.30 20:26:37.852407 [ 270 ] {779f8059-7598-4e72-8755-2b273d89813e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec. | ||
| 12837 | 2025.01.30 20:26:37.852459 [ 270 ] {779f8059-7598-4e72-8755-2b273d89813e} <Debug> TCPHandler: Processed in 0.001667986 sec. | ||
| 12838 | 2025.01.30 20:26:37.852612 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12839 | 2025.01.30 20:26:37.852751 [ 271 ] {284935ce-6198-4566-83ae-5e72caf24890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12840 | 2025.01.30 20:26:37.852814 [ 271 ] {284935ce-6198-4566-83ae-5e72caf24890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12841 | 2025.01.30 20:26:37.853458 [ 271 ] {284935ce-6198-4566-83ae-5e72caf24890} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12842 | 2025.01.30 20:26:37.853498 [ 271 ] {284935ce-6198-4566-83ae-5e72caf24890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12843 | 2025.01.30 20:26:37.853902 [ 271 ] {284935ce-6198-4566-83ae-5e72caf24890} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12844 | 2025.01.30 20:26:37.854146 [ 271 ] {284935ce-6198-4566-83ae-5e72caf24890} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12845 | 2025.01.30 20:26:37.854368 [ 271 ] {284935ce-6198-4566-83ae-5e72caf24890} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec. | ||
| 12846 | 2025.01.30 20:26:37.854421 [ 271 ] {284935ce-6198-4566-83ae-5e72caf24890} <Debug> TCPHandler: Processed in 0.001878262 sec. | ||
| 12847 | 2025.01.30 20:26:37.854575 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12848 | 2025.01.30 20:26:37.854695 [ 270 ] {e2c5fbcb-6a65-43dd-b4b8-18937e1eb446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12849 | 2025.01.30 20:26:37.854747 [ 270 ] {e2c5fbcb-6a65-43dd-b4b8-18937e1eb446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12850 | 2025.01.30 20:26:37.855224 [ 270 ] {e2c5fbcb-6a65-43dd-b4b8-18937e1eb446} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12851 | 2025.01.30 20:26:37.855264 [ 270 ] {e2c5fbcb-6a65-43dd-b4b8-18937e1eb446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12852 | 2025.01.30 20:26:37.855636 [ 270 ] {e2c5fbcb-6a65-43dd-b4b8-18937e1eb446} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12853 | 2025.01.30 20:26:37.855873 [ 270 ] {e2c5fbcb-6a65-43dd-b4b8-18937e1eb446} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12854 | 2025.01.30 20:26:37.856050 [ 42 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 12855 | 2025.01.30 20:26:37.856107 [ 270 ] {e2c5fbcb-6a65-43dd-b4b8-18937e1eb446} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 12856 | 2025.01.30 20:26:37.856125 [ 42 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12857 | 2025.01.30 20:26:37.856188 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12858 | 2025.01.30 20:26:37.856232 [ 270 ] {e2c5fbcb-6a65-43dd-b4b8-18937e1eb446} <Debug> TCPHandler: Processed in 0.001713907 sec. | ||
| 12859 | 2025.01.30 20:26:37.856473 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12860 | 2025.01.30 20:26:37.856483 [ 194 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 12861 | 2025.01.30 20:26:37.856725 [ 271 ] {0ea4a0a4-d95a-4f8a-b419-6a3dc859b5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12862 | 2025.01.30 20:26:37.856747 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12863 | 2025.01.30 20:26:37.856828 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
| 12864 | 2025.01.30 20:26:37.856921 [ 271 ] {0ea4a0a4-d95a-4f8a-b419-6a3dc859b5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12865 | 2025.01.30 20:26:37.857047 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 12866 | 2025.01.30 20:26:37.857410 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 12867 | 2025.01.30 20:26:37.857713 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 12868 | 2025.01.30 20:26:37.858258 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 12869 | 2025.01.30 20:26:37.858707 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 12870 | 2025.01.30 20:26:37.864070 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.007775055 sec., 4630.192326613766 rows/sec., 311.49 KiB/sec. | ||
| 12871 | 2025.01.30 20:26:37.864283 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 12872 | 2025.01.30 20:26:37.864876 [ 271 ] {0ea4a0a4-d95a-4f8a-b419-6a3dc859b5b5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2025.01.30 20:26:37.864947 [ 271 ] {0ea4a0a4-d95a-4f8a-b419-6a3dc859b5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12874 | 2025.01.30 20:26:37.864944 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12875 | 2025.01.30 20:26:37.865157 [ 194 ] {048504a0-b795-409f-841d-691020bab982::all_1_36_7} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 12876 | 2025.01.30 20:26:37.865340 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12877 | 2025.01.30 20:26:37.865938 [ 271 ] {0ea4a0a4-d95a-4f8a-b419-6a3dc859b5b5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12878 | 2025.01.30 20:26:37.866217 [ 271 ] {0ea4a0a4-d95a-4f8a-b419-6a3dc859b5b5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12879 | 2025.01.30 20:26:37.866472 [ 271 ] {0ea4a0a4-d95a-4f8a-b419-6a3dc859b5b5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.009845 sec., 3148.8065007618084 rows/sec., 5.64 MiB/sec. | ||
| 12880 | 2025.01.30 20:26:37.866608 [ 271 ] {0ea4a0a4-d95a-4f8a-b419-6a3dc859b5b5} <Debug> TCPHandler: Processed in 0.010264485 sec. | ||
| 12881 | 2025.01.30 20:26:37.866763 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12882 | 2025.01.30 20:26:37.866883 [ 270 ] {1c5e1281-d0fe-440d-ba2a-96a9e4737f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12883 | 2025.01.30 20:26:37.866933 [ 270 ] {1c5e1281-d0fe-440d-ba2a-96a9e4737f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12884 | 2025.01.30 20:26:37.867438 [ 270 ] {1c5e1281-d0fe-440d-ba2a-96a9e4737f88} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12885 | 2025.01.30 20:26:37.867478 [ 270 ] {1c5e1281-d0fe-440d-ba2a-96a9e4737f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12886 | 2025.01.30 20:26:37.867871 [ 270 ] {1c5e1281-d0fe-440d-ba2a-96a9e4737f88} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12887 | 2025.01.30 20:26:37.868120 [ 270 ] {1c5e1281-d0fe-440d-ba2a-96a9e4737f88} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12888 | 2025.01.30 20:26:37.868339 [ 270 ] {1c5e1281-d0fe-440d-ba2a-96a9e4737f88} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
| 12889 | 2025.01.30 20:26:37.868392 [ 270 ] {1c5e1281-d0fe-440d-ba2a-96a9e4737f88} <Debug> TCPHandler: Processed in 0.001688507 sec. | ||
| 12890 | 2025.01.30 20:26:41.563437 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12891 | 2025.01.30 20:26:41.563531 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12892 | 2025.01.30 20:26:41.775333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 12893 | 2025.01.30 20:26:41.776418 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12894 | 2025.01.30 20:26:41.776471 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12895 | 2025.01.30 20:26:41.777009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12896 | 2025.01.30 20:26:41.777264 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12897 | 2025.01.30 20:26:41.777559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 12898 | 2025.01.30 20:26:42.832411 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12899 | 2025.01.30 20:26:42.832628 [ 270 ] {2006786c-8bf6-4362-8c33-77154d899fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12900 | 2025.01.30 20:26:42.832710 [ 270 ] {2006786c-8bf6-4362-8c33-77154d899fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12901 | 2025.01.30 20:26:42.833557 [ 270 ] {2006786c-8bf6-4362-8c33-77154d899fe2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12902 | 2025.01.30 20:26:42.833609 [ 270 ] {2006786c-8bf6-4362-8c33-77154d899fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12903 | 2025.01.30 20:26:42.834052 [ 270 ] {2006786c-8bf6-4362-8c33-77154d899fe2} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12904 | 2025.01.30 20:26:42.834320 [ 270 ] {2006786c-8bf6-4362-8c33-77154d899fe2} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12905 | 2025.01.30 20:26:42.834551 [ 270 ] {2006786c-8bf6-4362-8c33-77154d899fe2} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001977 sec., 36418.81638846738 rows/sec., 2.93 MiB/sec. | ||
| 12906 | 2025.01.30 20:26:42.834618 [ 270 ] {2006786c-8bf6-4362-8c33-77154d899fe2} <Debug> TCPHandler: Processed in 0.002352785 sec. | ||
| 12907 | 2025.01.30 20:26:42.834887 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12908 | 2025.01.30 20:26:42.835131 [ 271 ] {325aae1d-f1ee-4116-b8bb-42f894e5942e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12909 | 2025.01.30 20:26:42.835212 [ 271 ] {325aae1d-f1ee-4116-b8bb-42f894e5942e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12910 | 2025.01.30 20:26:42.835974 [ 271 ] {325aae1d-f1ee-4116-b8bb-42f894e5942e} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12911 | 2025.01.30 20:26:42.836015 [ 271 ] {325aae1d-f1ee-4116-b8bb-42f894e5942e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12912 | 2025.01.30 20:26:42.836472 [ 271 ] {325aae1d-f1ee-4116-b8bb-42f894e5942e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12913 | 2025.01.30 20:26:42.836731 [ 271 ] {325aae1d-f1ee-4116-b8bb-42f894e5942e} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12914 | 2025.01.30 20:26:42.836935 [ 271 ] {325aae1d-f1ee-4116-b8bb-42f894e5942e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001863 sec., 4294.149221685453 rows/sec., 322.90 KiB/sec. | ||
| 12915 | 2025.01.30 20:26:42.836991 [ 271 ] {325aae1d-f1ee-4116-b8bb-42f894e5942e} <Debug> TCPHandler: Processed in 0.002269933 sec. | ||
| 12916 | 2025.01.30 20:26:42.837162 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12917 | 2025.01.30 20:26:42.837334 [ 270 ] {580c2aea-6100-4f63-a6a0-612f8e12c83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12918 | 2025.01.30 20:26:42.837403 [ 270 ] {580c2aea-6100-4f63-a6a0-612f8e12c83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12919 | 2025.01.30 20:26:42.838024 [ 270 ] {580c2aea-6100-4f63-a6a0-612f8e12c83c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12920 | 2025.01.30 20:26:42.838064 [ 270 ] {580c2aea-6100-4f63-a6a0-612f8e12c83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12921 | 2025.01.30 20:26:42.838436 [ 270 ] {580c2aea-6100-4f63-a6a0-612f8e12c83c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12922 | 2025.01.30 20:26:42.838676 [ 270 ] {580c2aea-6100-4f63-a6a0-612f8e12c83c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12923 | 2025.01.30 20:26:42.838901 [ 270 ] {580c2aea-6100-4f63-a6a0-612f8e12c83c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001607 sec., 44803.982576229 rows/sec., 3.50 MiB/sec. | ||
| 12924 | 2025.01.30 20:26:42.838955 [ 270 ] {580c2aea-6100-4f63-a6a0-612f8e12c83c} <Debug> TCPHandler: Processed in 0.001878933 sec. | ||
| 12925 | 2025.01.30 20:26:42.839089 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12926 | 2025.01.30 20:26:42.839207 [ 271 ] {5106b029-e964-4c5b-84ed-9a9b760b8826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12927 | 2025.01.30 20:26:42.839261 [ 271 ] {5106b029-e964-4c5b-84ed-9a9b760b8826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12928 | 2025.01.30 20:26:42.839836 [ 271 ] {5106b029-e964-4c5b-84ed-9a9b760b8826} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12929 | 2025.01.30 20:26:42.839873 [ 271 ] {5106b029-e964-4c5b-84ed-9a9b760b8826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12930 | 2025.01.30 20:26:42.840280 [ 271 ] {5106b029-e964-4c5b-84ed-9a9b760b8826} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12931 | 2025.01.30 20:26:42.840523 [ 271 ] {5106b029-e964-4c5b-84ed-9a9b760b8826} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12932 | 2025.01.30 20:26:42.840661 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12933 | 2025.01.30 20:26:42.840708 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12934 | 2025.01.30 20:26:42.840708 [ 271 ] {5106b029-e964-4c5b-84ed-9a9b760b8826} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
| 12935 | 2025.01.30 20:26:42.840738 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12936 | 2025.01.30 20:26:42.840783 [ 271 ] {5106b029-e964-4c5b-84ed-9a9b760b8826} <Debug> TCPHandler: Processed in 0.001749469 sec. | ||
| 12937 | 2025.01.30 20:26:42.841006 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12938 | 2025.01.30 20:26:42.841021 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 12939 | 2025.01.30 20:26:42.841214 [ 270 ] {a0ff9b80-1765-449a-9b18-4ec38f0e3003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12940 | 2025.01.30 20:26:42.841248 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12941 | 2025.01.30 20:26:42.841322 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 29776 rows starting from the beginning of the part | ||
| 12942 | 2025.01.30 20:26:42.841371 [ 270 ] {a0ff9b80-1765-449a-9b18-4ec38f0e3003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12943 | 2025.01.30 20:26:42.841580 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 12944 | 2025.01.30 20:26:42.841997 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
| 12945 | 2025.01.30 20:26:42.842405 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 163 rows starting from the beginning of the part | ||
| 12946 | 2025.01.30 20:26:42.842789 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
| 12947 | 2025.01.30 20:26:42.843124 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 12948 | 2025.01.30 20:26:42.844899 [ 270 ] {a0ff9b80-1765-449a-9b18-4ec38f0e3003} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12949 | 2025.01.30 20:26:42.844944 [ 270 ] {a0ff9b80-1765-449a-9b18-4ec38f0e3003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12950 | 2025.01.30 20:26:42.845902 [ 270 ] {a0ff9b80-1765-449a-9b18-4ec38f0e3003} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12951 | 2025.01.30 20:26:42.846180 [ 270 ] {a0ff9b80-1765-449a-9b18-4ec38f0e3003} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12952 | 2025.01.30 20:26:42.846497 [ 270 ] {a0ff9b80-1765-449a-9b18-4ec38f0e3003} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005339 sec., 1498.4079415620902 rows/sec., 2.69 MiB/sec. | ||
| 12953 | 2025.01.30 20:26:42.846595 [ 270 ] {a0ff9b80-1765-449a-9b18-4ec38f0e3003} <Debug> TCPHandler: Processed in 0.005718449 sec. | ||
| 12954 | 2025.01.30 20:26:42.846760 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12955 | 2025.01.30 20:26:42.847015 [ 271 ] {56a621f0-5257-4ac2-9f48-396afeb1804d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12956 | 2025.01.30 20:26:42.847091 [ 271 ] {56a621f0-5257-4ac2-9f48-396afeb1804d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12957 | 2025.01.30 20:26:42.847698 [ 271 ] {56a621f0-5257-4ac2-9f48-396afeb1804d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12958 | 2025.01.30 20:26:42.847750 [ 271 ] {56a621f0-5257-4ac2-9f48-396afeb1804d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12959 | 2025.01.30 20:26:42.848268 [ 271 ] {56a621f0-5257-4ac2-9f48-396afeb1804d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12960 | 2025.01.30 20:26:42.848613 [ 271 ] {56a621f0-5257-4ac2-9f48-396afeb1804d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12961 | 2025.01.30 20:26:42.848846 [ 271 ] {56a621f0-5257-4ac2-9f48-396afeb1804d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001927 sec., 31136.481577581733 rows/sec., 2.10 MiB/sec. | ||
| 12962 | 2025.01.30 20:26:42.848973 [ 271 ] {56a621f0-5257-4ac2-9f48-396afeb1804d} <Debug> TCPHandler: Processed in 0.002287304 sec. | ||
| 12963 | 2025.01.30 20:26:42.851153 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30733 rows, containing 5 columns (5 merged, 0 gathered) in 0.010314826 sec., 2979497.66675657 rows/sec., 201.59 MiB/sec. | ||
| 12964 | 2025.01.30 20:26:42.851718 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12965 | 2025.01.30 20:26:42.852051 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12966 | 2025.01.30 20:26:42.852146 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12967 | 2025.01.30 20:26:42.852253 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 12968 | 2025.01.30 20:26:44.107600 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 | ||
| 12969 | 2025.01.30 20:26:44.129514 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12970 | 2025.01.30 20:26:44.129565 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. | ||
| 12971 | 2025.01.30 20:26:44.136831 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12972 | 2025.01.30 20:26:44.137602 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12973 | 2025.01.30 20:26:44.140523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 12974 | 2025.01.30 20:26:46.937300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1776 | ||
| 12975 | 2025.01.30 20:26:46.940494 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12976 | 2025.01.30 20:26:46.940545 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 12977 | 2025.01.30 20:26:46.942046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12978 | 2025.01.30 20:26:46.942354 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12979 | 2025.01.30 20:26:46.942608 [ 108 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12980 | 2025.01.30 20:26:46.942740 [ 108 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12981 | 2025.01.30 20:26:46.942833 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 12982 | 2025.01.30 20:26:46.943419 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 12983 | 2025.01.30 20:26:46.943758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1776 | ||
| 12984 | 2025.01.30 20:26:46.944370 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12985 | 2025.01.30 20:26:46.944549 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1602 rows starting from the beginning of the part | ||
| 12986 | 2025.01.30 20:26:46.945220 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 34 rows starting from the beginning of the part | ||
| 12987 | 2025.01.30 20:26:46.945931 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part | ||
| 12988 | 2025.01.30 20:26:46.946601 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
| 12989 | 2025.01.30 20:26:46.947193 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part | ||
| 12990 | 2025.01.30 20:26:46.947818 [ 186 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 12991 | 2025.01.30 20:26:46.956228 [ 196 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 72 columns (72 merged, 0 gathered) in 0.013204716 sec., 134497.40229172667 rows/sec., 103.59 MiB/sec. | ||
| 12992 | 2025.01.30 20:26:46.958030 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12993 | 2025.01.30 20:26:46.958851 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12994 | 2025.01.30 20:26:46.958956 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_51_10} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12995 | 2025.01.30 20:26:46.959303 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 12996 | 2025.01.30 20:26:47.530265 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12997 | 2025.01.30 20:26:47.530479 [ 270 ] {b61909ce-b8f3-44e8-818c-44007f346593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12998 | 2025.01.30 20:26:47.530567 [ 270 ] {b61909ce-b8f3-44e8-818c-44007f346593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12999 | 2025.01.30 20:26:47.531313 [ 270 ] {b61909ce-b8f3-44e8-818c-44007f346593} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13000 | 2025.01.30 20:26:47.531358 [ 270 ] {b61909ce-b8f3-44e8-818c-44007f346593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13001 | 2025.01.30 20:26:47.531791 [ 270 ] {b61909ce-b8f3-44e8-818c-44007f346593} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 13002 | 2025.01.30 20:26:47.532055 [ 270 ] {b61909ce-b8f3-44e8-818c-44007f346593} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13003 | 2025.01.30 20:26:47.532290 [ 270 ] {b61909ce-b8f3-44e8-818c-44007f346593} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec. | ||
| 13004 | 2025.01.30 20:26:47.532348 [ 270 ] {b61909ce-b8f3-44e8-818c-44007f346593} <Debug> TCPHandler: Processed in 0.002223061 sec. | ||
| 13005 | 2025.01.30 20:26:47.532603 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13006 | 2025.01.30 20:26:47.532800 [ 271 ] {35038e31-cf77-48d2-aa16-1924baabb09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13007 | 2025.01.30 20:26:47.532874 [ 271 ] {35038e31-cf77-48d2-aa16-1924baabb09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13008 | 2025.01.30 20:26:47.533612 [ 271 ] {35038e31-cf77-48d2-aa16-1924baabb09f} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13009 | 2025.01.30 20:26:47.533663 [ 271 ] {35038e31-cf77-48d2-aa16-1924baabb09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13010 | 2025.01.30 20:26:47.534086 [ 271 ] {35038e31-cf77-48d2-aa16-1924baabb09f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13011 | 2025.01.30 20:26:47.534344 [ 271 ] {35038e31-cf77-48d2-aa16-1924baabb09f} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13012 | 2025.01.30 20:26:47.534570 [ 271 ] {35038e31-cf77-48d2-aa16-1924baabb09f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001816 sec., 3303.9647577092514 rows/sec., 269.42 KiB/sec. | ||
| 13013 | 2025.01.30 20:26:47.534662 [ 271 ] {35038e31-cf77-48d2-aa16-1924baabb09f} <Debug> TCPHandler: Processed in 0.002203111 sec. | ||
| 13014 | 2025.01.30 20:26:47.534950 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13015 | 2025.01.30 20:26:47.535180 [ 270 ] {45c5f6a2-0295-4d78-87a9-65f3821c1c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13016 | 2025.01.30 20:26:47.535269 [ 270 ] {45c5f6a2-0295-4d78-87a9-65f3821c1c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13017 | 2025.01.30 20:26:47.536730 [ 270 ] {45c5f6a2-0295-4d78-87a9-65f3821c1c28} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13018 | 2025.01.30 20:26:47.536768 [ 270 ] {45c5f6a2-0295-4d78-87a9-65f3821c1c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13019 | 2025.01.30 20:26:47.537212 [ 270 ] {45c5f6a2-0295-4d78-87a9-65f3821c1c28} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13020 | 2025.01.30 20:26:47.537459 [ 270 ] {45c5f6a2-0295-4d78-87a9-65f3821c1c28} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13021 | 2025.01.30 20:26:47.537667 [ 40 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13022 | 2025.01.30 20:26:47.537696 [ 270 ] {45c5f6a2-0295-4d78-87a9-65f3821c1c28} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002568 sec., 548286.6043613707 rows/sec., 45.89 MiB/sec. | ||
| 13023 | 2025.01.30 20:26:47.537755 [ 40 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13024 | 2025.01.30 20:26:47.537816 [ 270 ] {45c5f6a2-0295-4d78-87a9-65f3821c1c28} <Debug> TCPHandler: Processed in 0.003048835 sec. | ||
| 13025 | 2025.01.30 20:26:47.537834 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13026 | 2025.01.30 20:26:47.538125 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13027 | 2025.01.30 20:26:47.538155 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 13028 | 2025.01.30 20:26:47.538455 [ 271 ] {49ccabb9-e367-42f6-a8d9-365bec763899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13029 | 2025.01.30 20:26:47.538655 [ 271 ] {49ccabb9-e367-42f6-a8d9-365bec763899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13030 | 2025.01.30 20:26:47.538675 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13031 | 2025.01.30 20:26:47.538778 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1432 rows starting from the beginning of the part | ||
| 13032 | 2025.01.30 20:26:47.539030 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 265 rows starting from the beginning of the part | ||
| 13033 | 2025.01.30 20:26:47.539454 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 75 rows starting from the beginning of the part | ||
| 13034 | 2025.01.30 20:26:47.539865 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 265 rows starting from the beginning of the part | ||
| 13035 | 2025.01.30 20:26:47.540273 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 72 rows starting from the beginning of the part | ||
| 13036 | 2025.01.30 20:26:47.540549 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1408 rows starting from the beginning of the part | ||
| 13037 | 2025.01.30 20:26:47.541455 [ 271 ] {49ccabb9-e367-42f6-a8d9-365bec763899} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13038 | 2025.01.30 20:26:47.541518 [ 271 ] {49ccabb9-e367-42f6-a8d9-365bec763899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13039 | 2025.01.30 20:26:47.542299 [ 271 ] {49ccabb9-e367-42f6-a8d9-365bec763899} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13040 | 2025.01.30 20:26:47.542860 [ 271 ] {49ccabb9-e367-42f6-a8d9-365bec763899} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13041 | 2025.01.30 20:26:47.543195 [ 271 ] {49ccabb9-e367-42f6-a8d9-365bec763899} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.004845 sec., 9081.527347781217 rows/sec., 661.72 KiB/sec. | ||
| 13042 | 2025.01.30 20:26:47.543282 [ 271 ] {49ccabb9-e367-42f6-a8d9-365bec763899} <Debug> TCPHandler: Processed in 0.005297687 sec. | ||
| 13043 | 2025.01.30 20:26:47.543517 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13044 | 2025.01.30 20:26:47.543822 [ 270 ] {61cd84ad-0c4e-4b45-b6c8-398129fd7412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13045 | 2025.01.30 20:26:47.543965 [ 270 ] {61cd84ad-0c4e-4b45-b6c8-398129fd7412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13046 | 2025.01.30 20:26:47.544160 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3517 rows, containing 5 columns (5 merged, 0 gathered) in 0.006144711 sec., 572362.1501483145 rows/sec., 50.40 MiB/sec. | ||
| 13047 | 2025.01.30 20:26:47.544525 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13048 | 2025.01.30 20:26:47.545139 [ 270 ] {61cd84ad-0c4e-4b45-b6c8-398129fd7412} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13049 | 2025.01.30 20:26:47.545188 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13050 | 2025.01.30 20:26:47.545203 [ 270 ] {61cd84ad-0c4e-4b45-b6c8-398129fd7412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13051 | 2025.01.30 20:26:47.545449 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_101_20} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13052 | 2025.01.30 20:26:47.545663 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 13053 | 2025.01.30 20:26:47.545877 [ 270 ] {61cd84ad-0c4e-4b45-b6c8-398129fd7412} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13054 | 2025.01.30 20:26:47.546123 [ 270 ] {61cd84ad-0c4e-4b45-b6c8-398129fd7412} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13055 | 2025.01.30 20:26:47.546339 [ 270 ] {61cd84ad-0c4e-4b45-b6c8-398129fd7412} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002621 sec., 92331.1713086608 rows/sec., 6.26 MiB/sec. | ||
| 13056 | 2025.01.30 20:26:47.546397 [ 270 ] {61cd84ad-0c4e-4b45-b6c8-398129fd7412} <Debug> TCPHandler: Processed in 0.003005793 sec. | ||
| 13057 | 2025.01.30 20:26:47.546549 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13058 | 2025.01.30 20:26:47.546688 [ 271 ] {e37e3702-fba2-4d4f-87f3-02ec0a31527a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13059 | 2025.01.30 20:26:47.546746 [ 271 ] {e37e3702-fba2-4d4f-87f3-02ec0a31527a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13060 | 2025.01.30 20:26:47.547438 [ 271 ] {e37e3702-fba2-4d4f-87f3-02ec0a31527a} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13061 | 2025.01.30 20:26:47.547484 [ 271 ] {e37e3702-fba2-4d4f-87f3-02ec0a31527a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13062 | 2025.01.30 20:26:47.547861 [ 271 ] {e37e3702-fba2-4d4f-87f3-02ec0a31527a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 13063 | 2025.01.30 20:26:47.548097 [ 271 ] {e37e3702-fba2-4d4f-87f3-02ec0a31527a} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13064 | 2025.01.30 20:26:47.548275 [ 271 ] {e37e3702-fba2-4d4f-87f3-02ec0a31527a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec. | ||
| 13065 | 2025.01.30 20:26:47.548328 [ 271 ] {e37e3702-fba2-4d4f-87f3-02ec0a31527a} <Debug> TCPHandler: Processed in 0.001846142 sec. | ||
| 13066 | 2025.01.30 20:26:47.548466 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13067 | 2025.01.30 20:26:47.548586 [ 270 ] {20f43b32-2613-4be1-8b39-6d8a82df622f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13068 | 2025.01.30 20:26:47.548643 [ 270 ] {20f43b32-2613-4be1-8b39-6d8a82df622f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13069 | 2025.01.30 20:26:47.549717 [ 270 ] {20f43b32-2613-4be1-8b39-6d8a82df622f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13070 | 2025.01.30 20:26:47.549757 [ 270 ] {20f43b32-2613-4be1-8b39-6d8a82df622f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13071 | 2025.01.30 20:26:47.550172 [ 270 ] {20f43b32-2613-4be1-8b39-6d8a82df622f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13072 | 2025.01.30 20:26:47.550425 [ 270 ] {20f43b32-2613-4be1-8b39-6d8a82df622f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13073 | 2025.01.30 20:26:47.550604 [ 40 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13074 | 2025.01.30 20:26:47.550672 [ 40 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13075 | 2025.01.30 20:26:47.550682 [ 270 ] {20f43b32-2613-4be1-8b39-6d8a82df622f} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.002109 sec., 414888.57278330956 rows/sec., 30.07 MiB/sec. | ||
| 13076 | 2025.01.30 20:26:47.550704 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13077 | 2025.01.30 20:26:47.550842 [ 270 ] {20f43b32-2613-4be1-8b39-6d8a82df622f} <Debug> TCPHandler: Processed in 0.002438027 sec. | ||
| 13078 | 2025.01.30 20:26:47.550948 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 13079 | 2025.01.30 20:26:47.551097 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13080 | 2025.01.30 20:26:47.551263 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13081 | 2025.01.30 20:26:47.551403 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 13082 | 2025.01.30 20:26:47.551705 [ 271 ] {2f5f8e5a-04ad-424c-b3b6-c1e36bb5ab05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13083 | 2025.01.30 20:26:47.551957 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 413 rows starting from the beginning of the part | ||
| 13084 | 2025.01.30 20:26:47.552008 [ 271 ] {2f5f8e5a-04ad-424c-b3b6-c1e36bb5ab05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13085 | 2025.01.30 20:26:47.552548 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 78 rows starting from the beginning of the part | ||
| 13086 | 2025.01.30 20:26:47.553135 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 413 rows starting from the beginning of the part | ||
| 13087 | 2025.01.30 20:26:47.553628 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 72 rows starting from the beginning of the part | ||
| 13088 | 2025.01.30 20:26:47.554218 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 875 rows starting from the beginning of the part | ||
| 13089 | 2025.01.30 20:26:47.555362 [ 271 ] {2f5f8e5a-04ad-424c-b3b6-c1e36bb5ab05} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13090 | 2025.01.30 20:26:47.555427 [ 271 ] {2f5f8e5a-04ad-424c-b3b6-c1e36bb5ab05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13091 | 2025.01.30 20:26:47.556539 [ 271 ] {2f5f8e5a-04ad-424c-b3b6-c1e36bb5ab05} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 13092 | 2025.01.30 20:26:47.556895 [ 271 ] {2f5f8e5a-04ad-424c-b3b6-c1e36bb5ab05} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13093 | 2025.01.30 20:26:47.557045 [ 40 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 13094 | 2025.01.30 20:26:47.557139 [ 40 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13095 | 2025.01.30 20:26:47.557216 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13096 | 2025.01.30 20:26:47.557413 [ 271 ] {2f5f8e5a-04ad-424c-b3b6-c1e36bb5ab05} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005949 sec., 1008.5728693898134 rows/sec., 52.69 KiB/sec. | ||
| 13097 | 2025.01.30 20:26:47.557872 [ 271 ] {2f5f8e5a-04ad-424c-b3b6-c1e36bb5ab05} <Debug> TCPHandler: Processed in 0.006909892 sec. | ||
| 13098 | 2025.01.30 20:26:47.557891 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 13099 | 2025.01.30 20:26:47.558098 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 5 columns (5 merged, 0 gathered) in 0.007251521 sec., 381161.41427432944 rows/sec., 29.10 MiB/sec. | ||
| 13100 | 2025.01.30 20:26:47.558181 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13101 | 2025.01.30 20:26:47.558323 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13102 | 2025.01.30 20:26:47.558410 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13103 | 2025.01.30 20:26:47.558452 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 13104 | 2025.01.30 20:26:47.558477 [ 270 ] {47df1274-85b3-4b09-9e55-9281971974f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13105 | 2025.01.30 20:26:47.558701 [ 270 ] {47df1274-85b3-4b09-9e55-9281971974f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13106 | 2025.01.30 20:26:47.558897 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 13107 | 2025.01.30 20:26:47.559335 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 13108 | 2025.01.30 20:26:47.559675 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 13109 | 2025.01.30 20:26:47.559772 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13110 | 2025.01.30 20:26:47.559949 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 13111 | 2025.01.30 20:26:47.560267 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 13112 | 2025.01.30 20:26:47.560642 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_101_20} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13113 | 2025.01.30 20:26:47.561053 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 13114 | 2025.01.30 20:26:47.562694 [ 270 ] {47df1274-85b3-4b09-9e55-9281971974f0} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13115 | 2025.01.30 20:26:47.562789 [ 270 ] {47df1274-85b3-4b09-9e55-9281971974f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13116 | 2025.01.30 20:26:47.562992 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005579195 sec., 38715.26268574588 rows/sec., 1.98 MiB/sec. | ||
| 13117 | 2025.01.30 20:26:47.563168 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 13118 | 2025.01.30 20:26:47.563648 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13119 | 2025.01.30 20:26:47.563695 [ 270 ] {47df1274-85b3-4b09-9e55-9281971974f0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13120 | 2025.01.30 20:26:47.563781 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_36_7} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 13121 | 2025.01.30 20:26:47.563909 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13122 | 2025.01.30 20:26:47.564084 [ 270 ] {47df1274-85b3-4b09-9e55-9281971974f0} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13123 | 2025.01.30 20:26:47.564310 [ 270 ] {47df1274-85b3-4b09-9e55-9281971974f0} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.005947 sec., 161425.92903985202 rows/sec., 10.79 MiB/sec. | ||
| 13124 | 2025.01.30 20:26:47.564372 [ 270 ] {47df1274-85b3-4b09-9e55-9281971974f0} <Debug> TCPHandler: Processed in 0.006350357 sec. | ||
| 13125 | 2025.01.30 20:26:47.564545 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13126 | 2025.01.30 20:26:47.564679 [ 271 ] {2a60ae6c-d502-4171-8920-d0fab6274e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13127 | 2025.01.30 20:26:47.564740 [ 271 ] {2a60ae6c-d502-4171-8920-d0fab6274e13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13128 | 2025.01.30 20:26:47.565299 [ 271 ] {2a60ae6c-d502-4171-8920-d0fab6274e13} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13129 | 2025.01.30 20:26:47.565344 [ 271 ] {2a60ae6c-d502-4171-8920-d0fab6274e13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13130 | 2025.01.30 20:26:47.565751 [ 271 ] {2a60ae6c-d502-4171-8920-d0fab6274e13} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 13131 | 2025.01.30 20:26:47.565991 [ 271 ] {2a60ae6c-d502-4171-8920-d0fab6274e13} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13132 | 2025.01.30 20:26:47.566220 [ 271 ] {2a60ae6c-d502-4171-8920-d0fab6274e13} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec. | ||
| 13133 | 2025.01.30 20:26:47.566454 [ 271 ] {2a60ae6c-d502-4171-8920-d0fab6274e13} <Debug> TCPHandler: Processed in 0.001964644 sec. | ||
| 13134 | 2025.01.30 20:26:47.566635 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13135 | 2025.01.30 20:26:47.566771 [ 270 ] {20b7cffa-6522-4e9b-a39d-433f9eae4155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13136 | 2025.01.30 20:26:47.566858 [ 270 ] {20b7cffa-6522-4e9b-a39d-433f9eae4155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13137 | 2025.01.30 20:26:47.568131 [ 270 ] {20b7cffa-6522-4e9b-a39d-433f9eae4155} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13138 | 2025.01.30 20:26:47.568169 [ 270 ] {20b7cffa-6522-4e9b-a39d-433f9eae4155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13139 | 2025.01.30 20:26:47.568812 [ 270 ] {20b7cffa-6522-4e9b-a39d-433f9eae4155} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13140 | 2025.01.30 20:26:47.569077 [ 270 ] {20b7cffa-6522-4e9b-a39d-433f9eae4155} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13141 | 2025.01.30 20:26:47.569331 [ 270 ] {20b7cffa-6522-4e9b-a39d-433f9eae4155} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002588 sec., 11978.361669242659 rows/sec., 21.46 MiB/sec. | ||
| 13142 | 2025.01.30 20:26:47.569426 [ 270 ] {20b7cffa-6522-4e9b-a39d-433f9eae4155} <Debug> TCPHandler: Processed in 0.00286688 sec. | ||
| 13143 | 2025.01.30 20:26:47.569582 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13144 | 2025.01.30 20:26:47.569720 [ 271 ] {91266501-39f7-4cad-9897-a2491963d4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13145 | 2025.01.30 20:26:47.569780 [ 271 ] {91266501-39f7-4cad-9897-a2491963d4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13146 | 2025.01.30 20:26:47.570358 [ 271 ] {91266501-39f7-4cad-9897-a2491963d4dd} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13147 | 2025.01.30 20:26:47.570402 [ 271 ] {91266501-39f7-4cad-9897-a2491963d4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13148 | 2025.01.30 20:26:47.570817 [ 271 ] {91266501-39f7-4cad-9897-a2491963d4dd} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13149 | 2025.01.30 20:26:47.571054 [ 271 ] {91266501-39f7-4cad-9897-a2491963d4dd} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13150 | 2025.01.30 20:26:47.571185 [ 40 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13151 | 2025.01.30 20:26:47.571216 [ 40 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13152 | 2025.01.30 20:26:47.571236 [ 271 ] {91266501-39f7-4cad-9897-a2491963d4dd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001545 sec., 53074.43365695793 rows/sec., 3.37 MiB/sec. | ||
| 13153 | 2025.01.30 20:26:47.571240 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13154 | 2025.01.30 20:26:47.571336 [ 271 ] {91266501-39f7-4cad-9897-a2491963d4dd} <Debug> TCPHandler: Processed in 0.001821091 sec. | ||
| 13155 | 2025.01.30 20:26:47.571490 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 13156 | 2025.01.30 20:26:47.571771 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13157 | 2025.01.30 20:26:47.571867 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5856 rows starting from the beginning of the part | ||
| 13158 | 2025.01.30 20:26:47.572220 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 82 rows starting from the beginning of the part | ||
| 13159 | 2025.01.30 20:26:47.572598 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 13160 | 2025.01.30 20:26:47.572950 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 13161 | 2025.01.30 20:26:47.573090 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 13162 | 2025.01.30 20:26:47.573247 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 13163 | 2025.01.30 20:26:47.575148 [ 192 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6222 rows, containing 4 columns (4 merged, 0 gathered) in 0.003820546 sec., 1628563.0378485168 rows/sec., 107.04 MiB/sec. | ||
| 13164 | 2025.01.30 20:26:47.575732 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13165 | 2025.01.30 20:26:47.576029 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13166 | 2025.01.30 20:26:47.576116 [ 187 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_96_19} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13167 | 2025.01.30 20:26:47.576207 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 13168 | 2025.01.30 20:26:49.277687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 13169 | 2025.01.30 20:26:49.278452 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13170 | 2025.01.30 20:26:49.278508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13171 | 2025.01.30 20:26:49.279385 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13172 | 2025.01.30 20:26:49.279647 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13173 | 2025.01.30 20:26:49.279895 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 13174 | 2025.01.30 20:26:49.926849 [ 218 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13175 | 2025.01.30 20:26:49.926931 [ 218 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13176 | 2025.01.30 20:26:49.928637 [ 218 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13177 | 2025.01.30 20:26:49.986054 [ 225 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13178 | 2025.01.30 20:26:49.986140 [ 225 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13179 | 2025.01.30 20:26:49.987902 [ 225 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13180 | 2025.01.30 20:26:51.640597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 13181 | 2025.01.30 20:26:51.663026 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13182 | 2025.01.30 20:26:51.663073 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13183 | 2025.01.30 20:26:51.670590 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13184 | 2025.01.30 20:26:51.671363 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13185 | 2025.01.30 20:26:51.674012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 13186 | 2025.01.30 20:26:52.831595 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13187 | 2025.01.30 20:26:52.831809 [ 270 ] {2e3a2769-be37-41e9-a630-bc7d37688724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13188 | 2025.01.30 20:26:52.831881 [ 270 ] {2e3a2769-be37-41e9-a630-bc7d37688724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13189 | 2025.01.30 20:26:52.832629 [ 270 ] {2e3a2769-be37-41e9-a630-bc7d37688724} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13190 | 2025.01.30 20:26:52.832672 [ 270 ] {2e3a2769-be37-41e9-a630-bc7d37688724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13191 | 2025.01.30 20:26:52.833115 [ 270 ] {2e3a2769-be37-41e9-a630-bc7d37688724} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13192 | 2025.01.30 20:26:52.833388 [ 270 ] {2e3a2769-be37-41e9-a630-bc7d37688724} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13193 | 2025.01.30 20:26:52.833652 [ 270 ] {2e3a2769-be37-41e9-a630-bc7d37688724} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001895 sec., 37994.72295514512 rows/sec., 3.06 MiB/sec. | ||
| 13194 | 2025.01.30 20:26:52.833743 [ 270 ] {2e3a2769-be37-41e9-a630-bc7d37688724} <Debug> TCPHandler: Processed in 0.002287314 sec. | ||
| 13195 | 2025.01.30 20:26:52.833993 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13196 | 2025.01.30 20:26:52.834185 [ 271 ] {499d00ed-a6fd-4a0d-b3bc-ea2909fb7a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13197 | 2025.01.30 20:26:52.834255 [ 271 ] {499d00ed-a6fd-4a0d-b3bc-ea2909fb7a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13198 | 2025.01.30 20:26:52.834990 [ 271 ] {499d00ed-a6fd-4a0d-b3bc-ea2909fb7a0f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13199 | 2025.01.30 20:26:52.835036 [ 271 ] {499d00ed-a6fd-4a0d-b3bc-ea2909fb7a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13200 | 2025.01.30 20:26:52.835475 [ 271 ] {499d00ed-a6fd-4a0d-b3bc-ea2909fb7a0f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13201 | 2025.01.30 20:26:52.835742 [ 271 ] {499d00ed-a6fd-4a0d-b3bc-ea2909fb7a0f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13202 | 2025.01.30 20:26:52.835943 [ 102 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13203 | 2025.01.30 20:26:52.836011 [ 271 ] {499d00ed-a6fd-4a0d-b3bc-ea2909fb7a0f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001876 sec., 4264.392324093817 rows/sec., 320.66 KiB/sec. | ||
| 13204 | 2025.01.30 20:26:52.836039 [ 102 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13205 | 2025.01.30 20:26:52.836102 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13206 | 2025.01.30 20:26:52.836135 [ 271 ] {499d00ed-a6fd-4a0d-b3bc-ea2909fb7a0f} <Debug> TCPHandler: Processed in 0.002280014 sec. | ||
| 13207 | 2025.01.30 20:26:52.836353 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 13208 | 2025.01.30 20:26:52.836356 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13209 | 2025.01.30 20:26:52.836647 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13210 | 2025.01.30 20:26:52.836660 [ 270 ] {1175a2af-5ad2-468e-a35f-40cfe45c6126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13211 | 2025.01.30 20:26:52.836710 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 64 rows starting from the beginning of the part | ||
| 13212 | 2025.01.30 20:26:52.836759 [ 270 ] {1175a2af-5ad2-468e-a35f-40cfe45c6126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13213 | 2025.01.30 20:26:52.837048 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 14 rows starting from the beginning of the part | ||
| 13214 | 2025.01.30 20:26:52.837404 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 38 rows starting from the beginning of the part | ||
| 13215 | 2025.01.30 20:26:52.837701 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 13216 | 2025.01.30 20:26:52.838081 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 44 rows starting from the beginning of the part | ||
| 13217 | 2025.01.30 20:26:52.838389 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 13218 | 2025.01.30 20:26:52.840003 [ 270 ] {1175a2af-5ad2-468e-a35f-40cfe45c6126} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13219 | 2025.01.30 20:26:52.840075 [ 270 ] {1175a2af-5ad2-468e-a35f-40cfe45c6126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13220 | 2025.01.30 20:26:52.841165 [ 270 ] {1175a2af-5ad2-468e-a35f-40cfe45c6126} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13221 | 2025.01.30 20:26:52.841322 [ 192 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.005102612 sec., 34492.138536106606 rows/sec., 2.59 MiB/sec. | ||
| 13222 | 2025.01.30 20:26:52.841540 [ 192 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13223 | 2025.01.30 20:26:52.841668 [ 270 ] {1175a2af-5ad2-468e-a35f-40cfe45c6126} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13224 | 2025.01.30 20:26:52.842105 [ 270 ] {1175a2af-5ad2-468e-a35f-40cfe45c6126} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005535 sec., 13008.130081300813 rows/sec., 1.02 MiB/sec. | ||
| 13225 | 2025.01.30 20:26:52.842204 [ 192 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13226 | 2025.01.30 20:26:52.842236 [ 270 ] {1175a2af-5ad2-468e-a35f-40cfe45c6126} <Debug> TCPHandler: Processed in 0.005980196 sec. | ||
| 13227 | 2025.01.30 20:26:52.842367 [ 192 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_101_20} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13228 | 2025.01.30 20:26:52.842485 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13229 | 2025.01.30 20:26:52.842497 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13230 | 2025.01.30 20:26:52.842647 [ 271 ] {ea60fac3-02ff-4bc1-817f-e14387415e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13231 | 2025.01.30 20:26:52.842711 [ 271 ] {ea60fac3-02ff-4bc1-817f-e14387415e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13232 | 2025.01.30 20:26:52.843290 [ 271 ] {ea60fac3-02ff-4bc1-817f-e14387415e22} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13233 | 2025.01.30 20:26:52.843330 [ 271 ] {ea60fac3-02ff-4bc1-817f-e14387415e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13234 | 2025.01.30 20:26:52.843742 [ 271 ] {ea60fac3-02ff-4bc1-817f-e14387415e22} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13235 | 2025.01.30 20:26:52.843990 [ 271 ] {ea60fac3-02ff-4bc1-817f-e14387415e22} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13236 | 2025.01.30 20:26:52.844211 [ 271 ] {ea60fac3-02ff-4bc1-817f-e14387415e22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
| 13237 | 2025.01.30 20:26:52.844264 [ 271 ] {ea60fac3-02ff-4bc1-817f-e14387415e22} <Debug> TCPHandler: Processed in 0.001871081 sec. | ||
| 13238 | 2025.01.30 20:26:52.844423 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13239 | 2025.01.30 20:26:52.844563 [ 270 ] {cca583a2-0ac5-4169-bc68-e0cb40782952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13240 | 2025.01.30 20:26:52.844656 [ 270 ] {cca583a2-0ac5-4169-bc68-e0cb40782952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13241 | 2025.01.30 20:26:52.845781 [ 270 ] {cca583a2-0ac5-4169-bc68-e0cb40782952} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13242 | 2025.01.30 20:26:52.845820 [ 270 ] {cca583a2-0ac5-4169-bc68-e0cb40782952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13243 | 2025.01.30 20:26:52.846463 [ 270 ] {cca583a2-0ac5-4169-bc68-e0cb40782952} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13244 | 2025.01.30 20:26:52.846724 [ 270 ] {cca583a2-0ac5-4169-bc68-e0cb40782952} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13245 | 2025.01.30 20:26:52.846922 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13246 | 2025.01.30 20:26:52.846980 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13247 | 2025.01.30 20:26:52.846999 [ 270 ] {cca583a2-0ac5-4169-bc68-e0cb40782952} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002457 sec., 3256.003256003256 rows/sec., 5.83 MiB/sec. | ||
| 13248 | 2025.01.30 20:26:52.847020 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13249 | 2025.01.30 20:26:52.847394 [ 270 ] {cca583a2-0ac5-4169-bc68-e0cb40782952} <Debug> TCPHandler: Processed in 0.003042414 sec. | ||
| 13250 | 2025.01.30 20:26:52.847401 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 13251 | 2025.01.30 20:26:52.847586 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13252 | 2025.01.30 20:26:52.847764 [ 271 ] {22f17c22-f7b3-4ec5-93f1-194a0d49bc5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13253 | 2025.01.30 20:26:52.847823 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13254 | 2025.01.30 20:26:52.847837 [ 271 ] {22f17c22-f7b3-4ec5-93f1-194a0d49bc5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13255 | 2025.01.30 20:26:52.847935 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1895 rows starting from the beginning of the part | ||
| 13256 | 2025.01.30 20:26:52.848453 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 13257 | 2025.01.30 20:26:52.848836 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 31 rows starting from the beginning of the part | ||
| 13258 | 2025.01.30 20:26:52.849273 [ 271 ] {22f17c22-f7b3-4ec5-93f1-194a0d49bc5d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13259 | 2025.01.30 20:26:52.849284 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 13260 | 2025.01.30 20:26:52.849316 [ 271 ] {22f17c22-f7b3-4ec5-93f1-194a0d49bc5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13261 | 2025.01.30 20:26:52.849688 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 31 rows starting from the beginning of the part | ||
| 13262 | 2025.01.30 20:26:52.850065 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 13263 | 2025.01.30 20:26:52.850135 [ 271 ] {22f17c22-f7b3-4ec5-93f1-194a0d49bc5d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13264 | 2025.01.30 20:26:52.850541 [ 271 ] {22f17c22-f7b3-4ec5-93f1-194a0d49bc5d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13265 | 2025.01.30 20:26:52.850860 [ 271 ] {22f17c22-f7b3-4ec5-93f1-194a0d49bc5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003141 sec., 19102.19675262655 rows/sec., 1.29 MiB/sec. | ||
| 13266 | 2025.01.30 20:26:52.850941 [ 271 ] {22f17c22-f7b3-4ec5-93f1-194a0d49bc5d} <Debug> TCPHandler: Processed in 0.003454686 sec. | ||
| 13267 | 2025.01.30 20:26:52.858965 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1981 rows, containing 19 columns (19 merged, 0 gathered) in 0.011803167 sec., 167836.31037330913 rows/sec., 300.75 MiB/sec. | ||
| 13268 | 2025.01.30 20:26:52.860774 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13269 | 2025.01.30 20:26:52.861233 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13270 | 2025.01.30 20:26:52.861324 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13271 | 2025.01.30 20:26:52.861494 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.40 MiB. | ||
| 13272 | 2025.01.30 20:26:53.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.21 MiB, peak 281.60 MiB, free memory in arenas 0.00 B, will set to 266.25 MiB (RSS), difference: 2.04 MiB | ||
| 13273 | 2025.01.30 20:26:56.563581 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13274 | 2025.01.30 20:26:56.563675 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13275 | 2025.01.30 20:26:56.780072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 13276 | 2025.01.30 20:26:56.781204 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13277 | 2025.01.30 20:26:56.781296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13278 | 2025.01.30 20:26:56.781867 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13279 | 2025.01.30 20:26:56.782118 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13280 | 2025.01.30 20:26:56.782333 [ 97 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13281 | 2025.01.30 20:26:56.782364 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 13282 | 2025.01.30 20:26:56.782403 [ 97 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13283 | 2025.01.30 20:26:56.782432 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13284 | 2025.01.30 20:26:56.782547 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 13285 | 2025.01.30 20:26:56.782683 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13286 | 2025.01.30 20:26:56.782725 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 13287 | 2025.01.30 20:26:56.782798 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 13288 | 2025.01.30 20:26:56.782888 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 13289 | 2025.01.30 20:26:56.783177 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 13290 | 2025.01.30 20:26:56.783286 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 13291 | 2025.01.30 20:26:56.783464 [ 197 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 13292 | 2025.01.30 20:26:56.786471 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.00396991 sec., 8773750.538425304 rows/sec., 125.51 MiB/sec. | ||
| 13293 | 2025.01.30 20:26:56.786970 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13294 | 2025.01.30 20:26:56.787318 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2025.01.30 20:26:56.787409 [ 191 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_76_15} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13296 | 2025.01.30 20:26:56.787537 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 13297 | 2025.01.30 20:26:56.944014 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1812 | ||
| 13298 | 2025.01.30 20:26:56.947511 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13299 | 2025.01.30 20:26:56.947552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13300 | 2025.01.30 20:26:56.948991 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13301 | 2025.01.30 20:26:56.949294 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13302 | 2025.01.30 20:26:56.949773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1812 | ||
| 13303 | 2025.01.30 20:26:57.355929 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13304 | 2025.01.30 20:26:57.356001 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13305 | 2025.01.30 20:26:57.357724 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13306 | 2025.01.30 20:26:57.552576 [ 218 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13307 | 2025.01.30 20:26:57.552640 [ 218 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13308 | 2025.01.30 20:26:57.554073 [ 218 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13309 | 2025.01.30 20:26:57.750952 [ 218 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13310 | 2025.01.30 20:26:57.751020 [ 218 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13311 | 2025.01.30 20:26:57.752739 [ 218 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13312 | 2025.01.30 20:26:57.790861 [ 225 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13313 | 2025.01.30 20:26:57.790940 [ 225 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13314 | 2025.01.30 20:26:57.792569 [ 225 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13315 | 2025.01.30 20:26:57.837544 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13316 | 2025.01.30 20:26:57.837835 [ 270 ] {1f14b6f6-21db-4b42-8d57-3d006f8119c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13317 | 2025.01.30 20:26:57.837943 [ 270 ] {1f14b6f6-21db-4b42-8d57-3d006f8119c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13318 | 2025.01.30 20:26:57.838757 [ 270 ] {1f14b6f6-21db-4b42-8d57-3d006f8119c4} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13319 | 2025.01.30 20:26:57.838808 [ 270 ] {1f14b6f6-21db-4b42-8d57-3d006f8119c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13320 | 2025.01.30 20:26:57.839246 [ 270 ] {1f14b6f6-21db-4b42-8d57-3d006f8119c4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 13321 | 2025.01.30 20:26:57.839495 [ 270 ] {1f14b6f6-21db-4b42-8d57-3d006f8119c4} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13322 | 2025.01.30 20:26:57.839702 [ 96 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 13323 | 2025.01.30 20:26:57.839765 [ 270 ] {1f14b6f6-21db-4b42-8d57-3d006f8119c4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002009 sec., 6968.641114982579 rows/sec., 501.65 KiB/sec. | ||
| 13324 | 2025.01.30 20:26:57.839791 [ 96 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13325 | 2025.01.30 20:26:57.839862 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13326 | 2025.01.30 20:26:57.839885 [ 270 ] {1f14b6f6-21db-4b42-8d57-3d006f8119c4} <Debug> TCPHandler: Processed in 0.0025172 sec. | ||
| 13327 | 2025.01.30 20:26:57.840451 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 13328 | 2025.01.30 20:26:57.840438 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13329 | 2025.01.30 20:26:57.841328 [ 271 ] {df5a3e6c-6832-4b56-966e-51bb9ddb44f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13330 | 2025.01.30 20:26:57.841518 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13331 | 2025.01.30 20:26:57.841572 [ 271 ] {df5a3e6c-6832-4b56-966e-51bb9ddb44f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13332 | 2025.01.30 20:26:57.841712 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 13333 | 2025.01.30 20:26:57.842376 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 13334 | 2025.01.30 20:26:57.842713 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 13335 | 2025.01.30 20:26:57.843007 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 13336 | 2025.01.30 20:26:57.843319 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 13337 | 2025.01.30 20:26:57.845470 [ 271 ] {df5a3e6c-6832-4b56-966e-51bb9ddb44f8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13338 | 2025.01.30 20:26:57.845558 [ 271 ] {df5a3e6c-6832-4b56-966e-51bb9ddb44f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13339 | 2025.01.30 20:26:57.846102 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00613068 sec., 11417.982996992176 rows/sec., 866.54 KiB/sec. | ||
| 13340 | 2025.01.30 20:26:57.846303 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 13341 | 2025.01.30 20:26:57.846577 [ 271 ] {df5a3e6c-6832-4b56-966e-51bb9ddb44f8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13342 | 2025.01.30 20:26:57.846848 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_37_9} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13343 | 2025.01.30 20:26:57.847014 [ 190 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_37_9} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 13344 | 2025.01.30 20:26:57.847021 [ 271 ] {df5a3e6c-6832-4b56-966e-51bb9ddb44f8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13345 | 2025.01.30 20:26:57.847163 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13346 | 2025.01.30 20:26:57.847367 [ 271 ] {df5a3e6c-6832-4b56-966e-51bb9ddb44f8} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.006276 sec., 42224.34671765455 rows/sec., 3.72 MiB/sec. | ||
| 13347 | 2025.01.30 20:26:57.847431 [ 271 ] {df5a3e6c-6832-4b56-966e-51bb9ddb44f8} <Debug> TCPHandler: Processed in 0.007414126 sec. | ||
| 13348 | 2025.01.30 20:26:57.847656 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13349 | 2025.01.30 20:26:57.847863 [ 270 ] {0edd8ed8-0d3b-4471-bf7a-081725c0359a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13350 | 2025.01.30 20:26:57.847946 [ 270 ] {0edd8ed8-0d3b-4471-bf7a-081725c0359a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13351 | 2025.01.30 20:26:57.848568 [ 270 ] {0edd8ed8-0d3b-4471-bf7a-081725c0359a} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13352 | 2025.01.30 20:26:57.848607 [ 270 ] {0edd8ed8-0d3b-4471-bf7a-081725c0359a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13353 | 2025.01.30 20:26:57.848971 [ 270 ] {0edd8ed8-0d3b-4471-bf7a-081725c0359a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13354 | 2025.01.30 20:26:57.849203 [ 270 ] {0edd8ed8-0d3b-4471-bf7a-081725c0359a} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13355 | 2025.01.30 20:26:57.849404 [ 270 ] {0edd8ed8-0d3b-4471-bf7a-081725c0359a} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001591 sec., 23884.349465744814 rows/sec., 1.71 MiB/sec. | ||
| 13356 | 2025.01.30 20:26:57.849454 [ 270 ] {0edd8ed8-0d3b-4471-bf7a-081725c0359a} <Debug> TCPHandler: Processed in 0.001901333 sec. | ||
| 13357 | 2025.01.30 20:26:57.849610 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13358 | 2025.01.30 20:26:57.849749 [ 271 ] {1c623c00-feb2-4863-9edf-db500230e469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13359 | 2025.01.30 20:26:57.849807 [ 271 ] {1c623c00-feb2-4863-9edf-db500230e469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13360 | 2025.01.30 20:26:57.850408 [ 271 ] {1c623c00-feb2-4863-9edf-db500230e469} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13361 | 2025.01.30 20:26:57.850449 [ 271 ] {1c623c00-feb2-4863-9edf-db500230e469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13362 | 2025.01.30 20:26:57.850814 [ 271 ] {1c623c00-feb2-4863-9edf-db500230e469} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13363 | 2025.01.30 20:26:57.851045 [ 271 ] {1c623c00-feb2-4863-9edf-db500230e469} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13364 | 2025.01.30 20:26:57.851259 [ 271 ] {1c623c00-feb2-4863-9edf-db500230e469} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001542 sec., 9079.11802853437 rows/sec., 635.84 KiB/sec. | ||
| 13365 | 2025.01.30 20:26:57.851311 [ 271 ] {1c623c00-feb2-4863-9edf-db500230e469} <Debug> TCPHandler: Processed in 0.001767859 sec. | ||
| 13366 | 2025.01.30 20:26:57.851507 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13367 | 2025.01.30 20:26:57.851711 [ 270 ] {b3291305-453d-47c6-8893-3451eb7f1b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13368 | 2025.01.30 20:26:57.851792 [ 270 ] {b3291305-453d-47c6-8893-3451eb7f1b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13369 | 2025.01.30 20:26:57.852453 [ 270 ] {b3291305-453d-47c6-8893-3451eb7f1b4c} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13370 | 2025.01.30 20:26:57.852492 [ 270 ] {b3291305-453d-47c6-8893-3451eb7f1b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13371 | 2025.01.30 20:26:57.852850 [ 270 ] {b3291305-453d-47c6-8893-3451eb7f1b4c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 13372 | 2025.01.30 20:26:57.853085 [ 270 ] {b3291305-453d-47c6-8893-3451eb7f1b4c} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13373 | 2025.01.30 20:26:57.853251 [ 96 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 13374 | 2025.01.30 20:26:57.853308 [ 96 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13375 | 2025.01.30 20:26:57.853340 [ 270 ] {b3291305-453d-47c6-8893-3451eb7f1b4c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001667 sec., 7798.440311937612 rows/sec., 486.23 KiB/sec. | ||
| 13376 | 2025.01.30 20:26:57.853349 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13377 | 2025.01.30 20:26:57.853497 [ 270 ] {b3291305-453d-47c6-8893-3451eb7f1b4c} <Debug> TCPHandler: Processed in 0.002090518 sec. | ||
| 13378 | 2025.01.30 20:26:57.853771 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13379 | 2025.01.30 20:26:57.853776 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 13380 | 2025.01.30 20:26:57.854137 [ 271 ] {9edbd0ff-80e4-4959-aced-4938c4309736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13381 | 2025.01.30 20:26:57.854252 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13382 | 2025.01.30 20:26:57.854316 [ 271 ] {9edbd0ff-80e4-4959-aced-4938c4309736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13383 | 2025.01.30 20:26:57.854371 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 13384 | 2025.01.30 20:26:57.854741 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 13385 | 2025.01.30 20:26:57.855135 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 13386 | 2025.01.30 20:26:57.855613 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 13387 | 2025.01.30 20:26:57.855955 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 13388 | 2025.01.30 20:26:57.857926 [ 271 ] {9edbd0ff-80e4-4959-aced-4938c4309736} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13389 | 2025.01.30 20:26:57.858007 [ 271 ] {9edbd0ff-80e4-4959-aced-4938c4309736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13390 | 2025.01.30 20:26:57.858707 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005217305 sec., 12458.539418339544 rows/sec., 825.45 KiB/sec. | ||
| 13391 | 2025.01.30 20:26:57.858894 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 13392 | 2025.01.30 20:26:57.859000 [ 271 ] {9edbd0ff-80e4-4959-aced-4938c4309736} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13393 | 2025.01.30 20:26:57.859440 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_37_9} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13394 | 2025.01.30 20:26:57.859443 [ 271 ] {9edbd0ff-80e4-4959-aced-4938c4309736} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13395 | 2025.01.30 20:26:57.859660 [ 198 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_37_9} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 13396 | 2025.01.30 20:26:57.859859 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13397 | 2025.01.30 20:26:57.859896 [ 271 ] {9edbd0ff-80e4-4959-aced-4938c4309736} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.005846 sec., 70646.59596305166 rows/sec., 5.04 MiB/sec. | ||
| 13398 | 2025.01.30 20:26:57.859962 [ 271 ] {9edbd0ff-80e4-4959-aced-4938c4309736} <Debug> TCPHandler: Processed in 0.006355586 sec. | ||
| 13399 | 2025.01.30 20:26:57.860131 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13400 | 2025.01.30 20:26:57.860271 [ 270 ] {d0a222b5-3b87-477f-805c-35a9452ad5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13401 | 2025.01.30 20:26:57.860330 [ 270 ] {d0a222b5-3b87-477f-805c-35a9452ad5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13402 | 2025.01.30 20:26:57.860936 [ 270 ] {d0a222b5-3b87-477f-805c-35a9452ad5a2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13403 | 2025.01.30 20:26:57.860984 [ 270 ] {d0a222b5-3b87-477f-805c-35a9452ad5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13404 | 2025.01.30 20:26:57.861365 [ 270 ] {d0a222b5-3b87-477f-805c-35a9452ad5a2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 13405 | 2025.01.30 20:26:57.861615 [ 270 ] {d0a222b5-3b87-477f-805c-35a9452ad5a2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13406 | 2025.01.30 20:26:57.861865 [ 270 ] {d0a222b5-3b87-477f-805c-35a9452ad5a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001622 sec., 3699.1368680641185 rows/sec., 193.27 KiB/sec. | ||
| 13407 | 2025.01.30 20:26:57.862052 [ 270 ] {d0a222b5-3b87-477f-805c-35a9452ad5a2} <Debug> TCPHandler: Processed in 0.001985685 sec. | ||
| 13408 | 2025.01.30 20:26:57.862354 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13409 | 2025.01.30 20:26:57.862579 [ 271 ] {11781340-de95-4a37-90c0-5f73f4fd2bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13410 | 2025.01.30 20:26:57.862677 [ 271 ] {11781340-de95-4a37-90c0-5f73f4fd2bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13411 | 2025.01.30 20:26:57.863456 [ 271 ] {11781340-de95-4a37-90c0-5f73f4fd2bb3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13412 | 2025.01.30 20:26:57.863495 [ 271 ] {11781340-de95-4a37-90c0-5f73f4fd2bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13413 | 2025.01.30 20:26:57.863901 [ 271 ] {11781340-de95-4a37-90c0-5f73f4fd2bb3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13414 | 2025.01.30 20:26:57.864150 [ 271 ] {11781340-de95-4a37-90c0-5f73f4fd2bb3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13415 | 2025.01.30 20:26:57.864369 [ 271 ] {11781340-de95-4a37-90c0-5f73f4fd2bb3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001846 sec., 128385.69880823402 rows/sec., 8.61 MiB/sec. | ||
| 13416 | 2025.01.30 20:26:57.864418 [ 271 ] {11781340-de95-4a37-90c0-5f73f4fd2bb3} <Debug> TCPHandler: Processed in 0.002221942 sec. | ||
| 13417 | 2025.01.30 20:26:57.864588 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13418 | 2025.01.30 20:26:57.864728 [ 270 ] {ce350747-5f1b-46a6-99bb-eacc68a70ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13419 | 2025.01.30 20:26:57.864782 [ 270 ] {ce350747-5f1b-46a6-99bb-eacc68a70ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13420 | 2025.01.30 20:26:57.865268 [ 270 ] {ce350747-5f1b-46a6-99bb-eacc68a70ccb} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13421 | 2025.01.30 20:26:57.865307 [ 270 ] {ce350747-5f1b-46a6-99bb-eacc68a70ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13422 | 2025.01.30 20:26:57.865694 [ 270 ] {ce350747-5f1b-46a6-99bb-eacc68a70ccb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13423 | 2025.01.30 20:26:57.865956 [ 270 ] {ce350747-5f1b-46a6-99bb-eacc68a70ccb} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13424 | 2025.01.30 20:26:57.866214 [ 270 ] {ce350747-5f1b-46a6-99bb-eacc68a70ccb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec. | ||
| 13425 | 2025.01.30 20:26:57.866346 [ 270 ] {ce350747-5f1b-46a6-99bb-eacc68a70ccb} <Debug> TCPHandler: Processed in 0.00182555 sec. | ||
| 13426 | 2025.01.30 20:26:57.866594 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13427 | 2025.01.30 20:26:57.866748 [ 271 ] {496f520e-a7ae-4707-96ed-6473cdfa6f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13428 | 2025.01.30 20:26:57.866840 [ 271 ] {496f520e-a7ae-4707-96ed-6473cdfa6f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13429 | 2025.01.30 20:26:57.868001 [ 271 ] {496f520e-a7ae-4707-96ed-6473cdfa6f3f} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13430 | 2025.01.30 20:26:57.868041 [ 271 ] {496f520e-a7ae-4707-96ed-6473cdfa6f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13431 | 2025.01.30 20:26:57.868722 [ 271 ] {496f520e-a7ae-4707-96ed-6473cdfa6f3f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13432 | 2025.01.30 20:26:57.868985 [ 271 ] {496f520e-a7ae-4707-96ed-6473cdfa6f3f} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13433 | 2025.01.30 20:26:57.869216 [ 271 ] {496f520e-a7ae-4707-96ed-6473cdfa6f3f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002498 sec., 12409.927942353885 rows/sec., 22.24 MiB/sec. | ||
| 13434 | 2025.01.30 20:26:57.869308 [ 271 ] {496f520e-a7ae-4707-96ed-6473cdfa6f3f} <Debug> TCPHandler: Processed in 0.00285347 sec. | ||
| 13435 | 2025.01.30 20:26:57.869466 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13436 | 2025.01.30 20:26:57.869607 [ 270 ] {49335d00-7bed-4205-b74b-8df5725c00d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13437 | 2025.01.30 20:26:57.869666 [ 270 ] {49335d00-7bed-4205-b74b-8df5725c00d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13438 | 2025.01.30 20:26:57.870203 [ 270 ] {49335d00-7bed-4205-b74b-8df5725c00d1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13439 | 2025.01.30 20:26:57.870243 [ 270 ] {49335d00-7bed-4205-b74b-8df5725c00d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13440 | 2025.01.30 20:26:57.870639 [ 270 ] {49335d00-7bed-4205-b74b-8df5725c00d1} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13441 | 2025.01.30 20:26:57.870886 [ 270 ] {49335d00-7bed-4205-b74b-8df5725c00d1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13442 | 2025.01.30 20:26:57.871112 [ 270 ] {49335d00-7bed-4205-b74b-8df5725c00d1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001537 sec., 53350.68314899154 rows/sec., 3.39 MiB/sec. | ||
| 13443 | 2025.01.30 20:26:57.871162 [ 270 ] {49335d00-7bed-4205-b74b-8df5725c00d1} <Debug> TCPHandler: Processed in 0.001763289 sec. | ||
| 13444 | 2025.01.30 20:26:58.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.11 MiB, peak 281.60 MiB, free memory in arenas 0.00 B, will set to 266.25 MiB (RSS), difference: 3.14 MiB | ||
| 13445 | 2025.01.30 20:26:59.174084 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 13446 | 2025.01.30 20:26:59.195891 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13447 | 2025.01.30 20:26:59.195944 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13448 | 2025.01.30 20:26:59.203515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13449 | 2025.01.30 20:26:59.204303 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13450 | 2025.01.30 20:26:59.204732 [ 93 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13451 | 2025.01.30 20:26:59.204891 [ 93 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13452 | 2025.01.30 20:26:59.204984 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13453 | 2025.01.30 20:26:59.205556 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 13454 | 2025.01.30 20:26:59.220791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 13455 | 2025.01.30 20:26:59.222464 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13456 | 2025.01.30 20:26:59.223732 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 13457 | 2025.01.30 20:26:59.229047 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 13458 | 2025.01.30 20:26:59.235021 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part | ||
| 13459 | 2025.01.30 20:26:59.240799 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
| 13460 | 2025.01.30 20:26:59.246958 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 13461 | 2025.01.30 20:26:59.253113 [ 201 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 13462 | 2025.01.30 20:26:59.318392 [ 199 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.113235082 sec., 5060.269219392626 rows/sec., 26.17 MiB/sec. | ||
| 13463 | 2025.01.30 20:26:59.322170 [ 199 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13464 | 2025.01.30 20:26:59.325112 [ 199 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13465 | 2025.01.30 20:26:59.325208 [ 199 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_76_15} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13466 | 2025.01.30 20:26:59.328516 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 13467 | 2025.01.30 20:27:02.831945 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13468 | 2025.01.30 20:27:02.832151 [ 270 ] {0c58d8e4-b5d5-4bf8-88e2-d62c9cb00d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13469 | 2025.01.30 20:27:02.832221 [ 270 ] {0c58d8e4-b5d5-4bf8-88e2-d62c9cb00d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13470 | 2025.01.30 20:27:02.833002 [ 270 ] {0c58d8e4-b5d5-4bf8-88e2-d62c9cb00d25} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13471 | 2025.01.30 20:27:02.833043 [ 270 ] {0c58d8e4-b5d5-4bf8-88e2-d62c9cb00d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13472 | 2025.01.30 20:27:02.833492 [ 270 ] {0c58d8e4-b5d5-4bf8-88e2-d62c9cb00d25} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13473 | 2025.01.30 20:27:02.833751 [ 270 ] {0c58d8e4-b5d5-4bf8-88e2-d62c9cb00d25} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13474 | 2025.01.30 20:27:02.833991 [ 270 ] {0c58d8e4-b5d5-4bf8-88e2-d62c9cb00d25} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001894 sec., 38014.78352692714 rows/sec., 3.06 MiB/sec. | ||
| 13475 | 2025.01.30 20:27:02.834048 [ 270 ] {0c58d8e4-b5d5-4bf8-88e2-d62c9cb00d25} <Debug> TCPHandler: Processed in 0.002232882 sec. | ||
| 13476 | 2025.01.30 20:27:02.834315 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13477 | 2025.01.30 20:27:02.834536 [ 271 ] {a7af3d86-f853-487d-a58f-45dcf812961c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13478 | 2025.01.30 20:27:02.834621 [ 271 ] {a7af3d86-f853-487d-a58f-45dcf812961c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13479 | 2025.01.30 20:27:02.835424 [ 271 ] {a7af3d86-f853-487d-a58f-45dcf812961c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13480 | 2025.01.30 20:27:02.835479 [ 271 ] {a7af3d86-f853-487d-a58f-45dcf812961c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13481 | 2025.01.30 20:27:02.835922 [ 271 ] {a7af3d86-f853-487d-a58f-45dcf812961c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13482 | 2025.01.30 20:27:02.836175 [ 271 ] {a7af3d86-f853-487d-a58f-45dcf812961c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13483 | 2025.01.30 20:27:02.836443 [ 271 ] {a7af3d86-f853-487d-a58f-45dcf812961c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001964 sec., 4073.3197556008145 rows/sec., 306.29 KiB/sec. | ||
| 13484 | 2025.01.30 20:27:02.836522 [ 271 ] {a7af3d86-f853-487d-a58f-45dcf812961c} <Debug> TCPHandler: Processed in 0.002353375 sec. | ||
| 13485 | 2025.01.30 20:27:02.836866 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13486 | 2025.01.30 20:27:02.837097 [ 270 ] {3b1d598c-7628-4101-9e16-6dd2ea052c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13487 | 2025.01.30 20:27:02.837185 [ 270 ] {3b1d598c-7628-4101-9e16-6dd2ea052c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13488 | 2025.01.30 20:27:02.837801 [ 270 ] {3b1d598c-7628-4101-9e16-6dd2ea052c78} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13489 | 2025.01.30 20:27:02.837841 [ 270 ] {3b1d598c-7628-4101-9e16-6dd2ea052c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13490 | 2025.01.30 20:27:02.838220 [ 270 ] {3b1d598c-7628-4101-9e16-6dd2ea052c78} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13491 | 2025.01.30 20:27:02.838472 [ 270 ] {3b1d598c-7628-4101-9e16-6dd2ea052c78} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13492 | 2025.01.30 20:27:02.838701 [ 270 ] {3b1d598c-7628-4101-9e16-6dd2ea052c78} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001654 sec., 43530.83434099153 rows/sec., 3.40 MiB/sec. | ||
| 13493 | 2025.01.30 20:27:02.838806 [ 270 ] {3b1d598c-7628-4101-9e16-6dd2ea052c78} <Debug> TCPHandler: Processed in 0.00216508 sec. | ||
| 13494 | 2025.01.30 20:27:02.839025 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13495 | 2025.01.30 20:27:02.839201 [ 271 ] {f24f5f94-3dd6-4a8a-8dd0-48fd9bb6a6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13496 | 2025.01.30 20:27:02.839270 [ 271 ] {f24f5f94-3dd6-4a8a-8dd0-48fd9bb6a6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13497 | 2025.01.30 20:27:02.839960 [ 271 ] {f24f5f94-3dd6-4a8a-8dd0-48fd9bb6a6b4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13498 | 2025.01.30 20:27:02.840008 [ 271 ] {f24f5f94-3dd6-4a8a-8dd0-48fd9bb6a6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13499 | 2025.01.30 20:27:02.840460 [ 271 ] {f24f5f94-3dd6-4a8a-8dd0-48fd9bb6a6b4} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13500 | 2025.01.30 20:27:02.840709 [ 271 ] {f24f5f94-3dd6-4a8a-8dd0-48fd9bb6a6b4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13501 | 2025.01.30 20:27:02.840925 [ 271 ] {f24f5f94-3dd6-4a8a-8dd0-48fd9bb6a6b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001756 sec., 91116.17312072893 rows/sec., 6.35 MiB/sec. | ||
| 13502 | 2025.01.30 20:27:02.840978 [ 271 ] {f24f5f94-3dd6-4a8a-8dd0-48fd9bb6a6b4} <Debug> TCPHandler: Processed in 0.002085298 sec. | ||
| 13503 | 2025.01.30 20:27:02.841123 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13504 | 2025.01.30 20:27:02.841241 [ 270 ] {f7321a35-06af-418f-a0e0-fd6d730fd222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13505 | 2025.01.30 20:27:02.841325 [ 270 ] {f7321a35-06af-418f-a0e0-fd6d730fd222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13506 | 2025.01.30 20:27:02.842473 [ 270 ] {f7321a35-06af-418f-a0e0-fd6d730fd222} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13507 | 2025.01.30 20:27:02.842513 [ 270 ] {f7321a35-06af-418f-a0e0-fd6d730fd222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13508 | 2025.01.30 20:27:02.843152 [ 270 ] {f7321a35-06af-418f-a0e0-fd6d730fd222} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13509 | 2025.01.30 20:27:02.843412 [ 270 ] {f7321a35-06af-418f-a0e0-fd6d730fd222} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13510 | 2025.01.30 20:27:02.843702 [ 270 ] {f7321a35-06af-418f-a0e0-fd6d730fd222} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002473 sec., 3234.9373230893652 rows/sec., 5.80 MiB/sec. | ||
| 13511 | 2025.01.30 20:27:02.843975 [ 270 ] {f7321a35-06af-418f-a0e0-fd6d730fd222} <Debug> TCPHandler: Processed in 0.00290395 sec. | ||
| 13512 | 2025.01.30 20:27:02.844247 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13513 | 2025.01.30 20:27:02.844464 [ 271 ] {6d9c54a3-815b-4cfe-bf4b-5aa3e912506a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13514 | 2025.01.30 20:27:02.844524 [ 271 ] {6d9c54a3-815b-4cfe-bf4b-5aa3e912506a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13515 | 2025.01.30 20:27:02.845117 [ 271 ] {6d9c54a3-815b-4cfe-bf4b-5aa3e912506a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13516 | 2025.01.30 20:27:02.845165 [ 271 ] {6d9c54a3-815b-4cfe-bf4b-5aa3e912506a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13517 | 2025.01.30 20:27:02.845552 [ 271 ] {6d9c54a3-815b-4cfe-bf4b-5aa3e912506a} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13518 | 2025.01.30 20:27:02.845809 [ 271 ] {6d9c54a3-815b-4cfe-bf4b-5aa3e912506a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13519 | 2025.01.30 20:27:02.846021 [ 271 ] {6d9c54a3-815b-4cfe-bf4b-5aa3e912506a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001589 sec., 37759.59723096287 rows/sec., 2.54 MiB/sec. | ||
| 13520 | 2025.01.30 20:27:02.846071 [ 271 ] {6d9c54a3-815b-4cfe-bf4b-5aa3e912506a} <Debug> TCPHandler: Processed in 0.001987645 sec. | ||
| 13521 | 2025.01.30 20:27:04.282686 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 13522 | 2025.01.30 20:27:04.284306 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13523 | 2025.01.30 20:27:04.284358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13524 | 2025.01.30 20:27:04.284906 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13525 | 2025.01.30 20:27:04.285178 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13526 | 2025.01.30 20:27:04.285425 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 13527 | 2025.01.30 20:27:06.720874 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 13528 | 2025.01.30 20:27:06.743626 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13529 | 2025.01.30 20:27:06.743675 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13530 | 2025.01.30 20:27:06.751056 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13531 | 2025.01.30 20:27:06.751862 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13532 | 2025.01.30 20:27:06.756175 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 13533 | 2025.01.30 20:27:06.950037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1846 | ||
| 13534 | 2025.01.30 20:27:06.953546 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13535 | 2025.01.30 20:27:06.953593 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13536 | 2025.01.30 20:27:06.955135 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13537 | 2025.01.30 20:27:06.955442 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13538 | 2025.01.30 20:27:06.956008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1846 | ||
| 13539 | 2025.01.30 20:27:07.837450 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13540 | 2025.01.30 20:27:07.837644 [ 270 ] {964d8d67-a326-458c-94ef-458c69c99dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13541 | 2025.01.30 20:27:07.837717 [ 270 ] {964d8d67-a326-458c-94ef-458c69c99dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13542 | 2025.01.30 20:27:07.838493 [ 270 ] {964d8d67-a326-458c-94ef-458c69c99dcd} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13543 | 2025.01.30 20:27:07.838544 [ 270 ] {964d8d67-a326-458c-94ef-458c69c99dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13544 | 2025.01.30 20:27:07.838971 [ 270 ] {964d8d67-a326-458c-94ef-458c69c99dcd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13545 | 2025.01.30 20:27:07.839218 [ 270 ] {964d8d67-a326-458c-94ef-458c69c99dcd} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13546 | 2025.01.30 20:27:07.839460 [ 270 ] {964d8d67-a326-458c-94ef-458c69c99dcd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 13547 | 2025.01.30 20:27:07.839535 [ 270 ] {964d8d67-a326-458c-94ef-458c69c99dcd} <Debug> TCPHandler: Processed in 0.002268353 sec. | ||
| 13548 | 2025.01.30 20:27:07.839878 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13549 | 2025.01.30 20:27:07.840182 [ 271 ] {9523219f-6b5b-4ddb-aed2-c548cd281a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13550 | 2025.01.30 20:27:07.840298 [ 271 ] {9523219f-6b5b-4ddb-aed2-c548cd281a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13551 | 2025.01.30 20:27:07.841238 [ 271 ] {9523219f-6b5b-4ddb-aed2-c548cd281a77} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13552 | 2025.01.30 20:27:07.841279 [ 271 ] {9523219f-6b5b-4ddb-aed2-c548cd281a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13553 | 2025.01.30 20:27:07.841748 [ 271 ] {9523219f-6b5b-4ddb-aed2-c548cd281a77} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13554 | 2025.01.30 20:27:07.842010 [ 271 ] {9523219f-6b5b-4ddb-aed2-c548cd281a77} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13555 | 2025.01.30 20:27:07.842207 [ 271 ] {9523219f-6b5b-4ddb-aed2-c548cd281a77} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002111 sec., 125532.92278540976 rows/sec., 11.05 MiB/sec. | ||
| 13556 | 2025.01.30 20:27:07.842263 [ 271 ] {9523219f-6b5b-4ddb-aed2-c548cd281a77} <Debug> TCPHandler: Processed in 0.002590821 sec. | ||
| 13557 | 2025.01.30 20:27:07.842418 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13558 | 2025.01.30 20:27:07.842558 [ 270 ] {75804ffe-88b0-40df-819b-ddf3a38e40c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13559 | 2025.01.30 20:27:07.842614 [ 270 ] {75804ffe-88b0-40df-819b-ddf3a38e40c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13560 | 2025.01.30 20:27:07.843326 [ 270 ] {75804ffe-88b0-40df-819b-ddf3a38e40c5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13561 | 2025.01.30 20:27:07.843374 [ 270 ] {75804ffe-88b0-40df-819b-ddf3a38e40c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13562 | 2025.01.30 20:27:07.843747 [ 270 ] {75804ffe-88b0-40df-819b-ddf3a38e40c5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13563 | 2025.01.30 20:27:07.843985 [ 270 ] {75804ffe-88b0-40df-819b-ddf3a38e40c5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13564 | 2025.01.30 20:27:07.844193 [ 270 ] {75804ffe-88b0-40df-819b-ddf3a38e40c5} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001666 sec., 22809.123649459783 rows/sec., 1.63 MiB/sec. | ||
| 13565 | 2025.01.30 20:27:07.844245 [ 270 ] {75804ffe-88b0-40df-819b-ddf3a38e40c5} <Debug> TCPHandler: Processed in 0.001897902 sec. | ||
| 13566 | 2025.01.30 20:27:07.844396 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13567 | 2025.01.30 20:27:07.844536 [ 271 ] {9b9ad15f-17a0-4790-a356-b4b59019c8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13568 | 2025.01.30 20:27:07.844593 [ 271 ] {9b9ad15f-17a0-4790-a356-b4b59019c8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13569 | 2025.01.30 20:27:07.845272 [ 271 ] {9b9ad15f-17a0-4790-a356-b4b59019c8a5} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13570 | 2025.01.30 20:27:07.845318 [ 271 ] {9b9ad15f-17a0-4790-a356-b4b59019c8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13571 | 2025.01.30 20:27:07.845689 [ 271 ] {9b9ad15f-17a0-4790-a356-b4b59019c8a5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13572 | 2025.01.30 20:27:07.845932 [ 271 ] {9b9ad15f-17a0-4790-a356-b4b59019c8a5} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13573 | 2025.01.30 20:27:07.846057 [ 85 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 13574 | 2025.01.30 20:27:07.846100 [ 85 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13575 | 2025.01.30 20:27:07.846125 [ 271 ] {9b9ad15f-17a0-4790-a356-b4b59019c8a5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001619 sec., 8647.313156269302 rows/sec., 605.60 KiB/sec. | ||
| 13576 | 2025.01.30 20:27:07.846127 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13577 | 2025.01.30 20:27:07.846229 [ 271 ] {9b9ad15f-17a0-4790-a356-b4b59019c8a5} <Debug> TCPHandler: Processed in 0.001892743 sec. | ||
| 13578 | 2025.01.30 20:27:07.846533 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13579 | 2025.01.30 20:27:07.846637 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 13580 | 2025.01.30 20:27:07.846894 [ 270 ] {e7db82d0-f048-49e8-a30d-18aab4378677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13581 | 2025.01.30 20:27:07.847081 [ 270 ] {e7db82d0-f048-49e8-a30d-18aab4378677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13582 | 2025.01.30 20:27:07.847343 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13583 | 2025.01.30 20:27:07.847429 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part | ||
| 13584 | 2025.01.30 20:27:07.847798 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 13585 | 2025.01.30 20:27:07.848169 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 13586 | 2025.01.30 20:27:07.848554 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
| 13587 | 2025.01.30 20:27:07.848811 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 13588 | 2025.01.30 20:27:07.849108 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 13589 | 2025.01.30 20:27:07.850062 [ 270 ] {e7db82d0-f048-49e8-a30d-18aab4378677} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13590 | 2025.01.30 20:27:07.850132 [ 270 ] {e7db82d0-f048-49e8-a30d-18aab4378677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13591 | 2025.01.30 20:27:07.851160 [ 270 ] {e7db82d0-f048-49e8-a30d-18aab4378677} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13592 | 2025.01.30 20:27:07.851705 [ 270 ] {e7db82d0-f048-49e8-a30d-18aab4378677} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13593 | 2025.01.30 20:27:07.852144 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005875893 sec., 92071.11157401947 rows/sec., 6.59 MiB/sec. | ||
| 13594 | 2025.01.30 20:27:07.852359 [ 270 ] {e7db82d0-f048-49e8-a30d-18aab4378677} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005556 sec., 2339.8128149748018 rows/sec., 145.89 KiB/sec. | ||
| 13595 | 2025.01.30 20:27:07.852522 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 13596 | 2025.01.30 20:27:07.852736 [ 270 ] {e7db82d0-f048-49e8-a30d-18aab4378677} <Debug> TCPHandler: Processed in 0.006389797 sec. | ||
| 13597 | 2025.01.30 20:27:07.853083 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13598 | 2025.01.30 20:27:07.853330 [ 271 ] {09a5efd4-8dc3-4bb3-951f-b5be00bf7484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13599 | 2025.01.30 20:27:07.853378 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13600 | 2025.01.30 20:27:07.853424 [ 271 ] {09a5efd4-8dc3-4bb3-951f-b5be00bf7484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13601 | 2025.01.30 20:27:07.853582 [ 186 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_41_8} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 13602 | 2025.01.30 20:27:07.853751 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13603 | 2025.01.30 20:27:07.854424 [ 271 ] {09a5efd4-8dc3-4bb3-951f-b5be00bf7484} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13604 | 2025.01.30 20:27:07.854468 [ 271 ] {09a5efd4-8dc3-4bb3-951f-b5be00bf7484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13605 | 2025.01.30 20:27:07.854921 [ 271 ] {09a5efd4-8dc3-4bb3-951f-b5be00bf7484} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13606 | 2025.01.30 20:27:07.855277 [ 271 ] {09a5efd4-8dc3-4bb3-951f-b5be00bf7484} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13607 | 2025.01.30 20:27:07.855485 [ 271 ] {09a5efd4-8dc3-4bb3-951f-b5be00bf7484} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002213 sec., 186624.49164030727 rows/sec., 13.31 MiB/sec. | ||
| 13608 | 2025.01.30 20:27:07.855945 [ 271 ] {09a5efd4-8dc3-4bb3-951f-b5be00bf7484} <Debug> TCPHandler: Processed in 0.003062475 sec. | ||
| 13609 | 2025.01.30 20:27:07.857012 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13610 | 2025.01.30 20:27:07.857140 [ 270 ] {b9c4c257-4b86-4f68-ac90-1de153379342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13611 | 2025.01.30 20:27:07.857191 [ 270 ] {b9c4c257-4b86-4f68-ac90-1de153379342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13612 | 2025.01.30 20:27:07.857769 [ 270 ] {b9c4c257-4b86-4f68-ac90-1de153379342} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13613 | 2025.01.30 20:27:07.857808 [ 270 ] {b9c4c257-4b86-4f68-ac90-1de153379342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13614 | 2025.01.30 20:27:07.858188 [ 270 ] {b9c4c257-4b86-4f68-ac90-1de153379342} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13615 | 2025.01.30 20:27:07.858434 [ 270 ] {b9c4c257-4b86-4f68-ac90-1de153379342} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13616 | 2025.01.30 20:27:07.858669 [ 270 ] {b9c4c257-4b86-4f68-ac90-1de153379342} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. | ||
| 13617 | 2025.01.30 20:27:07.858747 [ 270 ] {b9c4c257-4b86-4f68-ac90-1de153379342} <Debug> TCPHandler: Processed in 0.00180241 sec. | ||
| 13618 | 2025.01.30 20:27:07.858922 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13619 | 2025.01.30 20:27:07.859053 [ 271 ] {b3aabbe2-084c-4048-83e7-05f664b9e7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13620 | 2025.01.30 20:27:07.859109 [ 271 ] {b3aabbe2-084c-4048-83e7-05f664b9e7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13621 | 2025.01.30 20:27:07.859706 [ 271 ] {b3aabbe2-084c-4048-83e7-05f664b9e7d8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13622 | 2025.01.30 20:27:07.859744 [ 271 ] {b3aabbe2-084c-4048-83e7-05f664b9e7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13623 | 2025.01.30 20:27:07.860163 [ 271 ] {b3aabbe2-084c-4048-83e7-05f664b9e7d8} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13624 | 2025.01.30 20:27:07.860421 [ 271 ] {b3aabbe2-084c-4048-83e7-05f664b9e7d8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13625 | 2025.01.30 20:27:07.860563 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13626 | 2025.01.30 20:27:07.860608 [ 271 ] {b3aabbe2-084c-4048-83e7-05f664b9e7d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001579 sec., 150094.99683343887 rows/sec., 10.06 MiB/sec. | ||
| 13627 | 2025.01.30 20:27:07.860612 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13628 | 2025.01.30 20:27:07.860660 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13629 | 2025.01.30 20:27:07.860680 [ 271 ] {b3aabbe2-084c-4048-83e7-05f664b9e7d8} <Debug> TCPHandler: Processed in 0.001833121 sec. | ||
| 13630 | 2025.01.30 20:27:07.860951 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13631 | 2025.01.30 20:27:07.861015 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 13632 | 2025.01.30 20:27:07.861317 [ 270 ] {58d04ede-9067-4fb9-83f8-fd4a47bccb76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13633 | 2025.01.30 20:27:07.861519 [ 270 ] {58d04ede-9067-4fb9-83f8-fd4a47bccb76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13634 | 2025.01.30 20:27:07.861801 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13635 | 2025.01.30 20:27:07.861986 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 30733 rows starting from the beginning of the part | ||
| 13636 | 2025.01.30 20:27:07.862569 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 960 rows starting from the beginning of the part | ||
| 13637 | 2025.01.30 20:27:07.863122 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
| 13638 | 2025.01.30 20:27:07.863511 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 237 rows starting from the beginning of the part | ||
| 13639 | 2025.01.30 20:27:07.863749 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 13640 | 2025.01.30 20:27:07.863983 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 13641 | 2025.01.30 20:27:07.864818 [ 270 ] {58d04ede-9067-4fb9-83f8-fd4a47bccb76} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13642 | 2025.01.30 20:27:07.864883 [ 270 ] {58d04ede-9067-4fb9-83f8-fd4a47bccb76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13643 | 2025.01.30 20:27:07.865568 [ 270 ] {58d04ede-9067-4fb9-83f8-fd4a47bccb76} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13644 | 2025.01.30 20:27:07.865884 [ 270 ] {58d04ede-9067-4fb9-83f8-fd4a47bccb76} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13645 | 2025.01.30 20:27:07.866581 [ 270 ] {58d04ede-9067-4fb9-83f8-fd4a47bccb76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00533 sec., 187.6172607879925 rows/sec., 12.64 KiB/sec. | ||
| 13646 | 2025.01.30 20:27:07.867119 [ 270 ] {58d04ede-9067-4fb9-83f8-fd4a47bccb76} <Debug> TCPHandler: Processed in 0.006338266 sec. | ||
| 13647 | 2025.01.30 20:27:07.867375 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13648 | 2025.01.30 20:27:07.867653 [ 271 ] {c998e542-2c9e-4ae0-afa9-7c447a8d1335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13649 | 2025.01.30 20:27:07.867768 [ 271 ] {c998e542-2c9e-4ae0-afa9-7c447a8d1335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13650 | 2025.01.30 20:27:07.869613 [ 271 ] {c998e542-2c9e-4ae0-afa9-7c447a8d1335} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13651 | 2025.01.30 20:27:07.869673 [ 271 ] {c998e542-2c9e-4ae0-afa9-7c447a8d1335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13652 | 2025.01.30 20:27:07.870537 [ 271 ] {c998e542-2c9e-4ae0-afa9-7c447a8d1335} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13653 | 2025.01.30 20:27:07.870906 [ 271 ] {c998e542-2c9e-4ae0-afa9-7c447a8d1335} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13654 | 2025.01.30 20:27:07.871156 [ 271 ] {c998e542-2c9e-4ae0-afa9-7c447a8d1335} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003591 sec., 8632.69284321916 rows/sec., 15.47 MiB/sec. | ||
| 13655 | 2025.01.30 20:27:07.871295 [ 271 ] {c998e542-2c9e-4ae0-afa9-7c447a8d1335} <Debug> TCPHandler: Processed in 0.004051462 sec. | ||
| 13656 | 2025.01.30 20:27:07.871473 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13657 | 2025.01.30 20:27:07.871620 [ 270 ] {ef2ea1fa-d8a2-49c5-8c8d-c5876cfc96b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13658 | 2025.01.30 20:27:07.871681 [ 270 ] {ef2ea1fa-d8a2-49c5-8c8d-c5876cfc96b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13659 | 2025.01.30 20:27:07.872555 [ 270 ] {ef2ea1fa-d8a2-49c5-8c8d-c5876cfc96b5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13660 | 2025.01.30 20:27:07.872597 [ 270 ] {ef2ea1fa-d8a2-49c5-8c8d-c5876cfc96b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. | ||
| 13661 | 2025.01.30 20:27:07.873335 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32487 rows, containing 5 columns (5 merged, 0 gathered) in 0.012563039 sec., 2585918.900673635 rows/sec., 174.93 MiB/sec. | ||
| 13662 | 2025.01.30 20:27:07.873379 [ 270 ] {ef2ea1fa-d8a2-49c5-8c8d-c5876cfc96b5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13663 | 2025.01.30 20:27:07.873703 [ 270 ] {ef2ea1fa-d8a2-49c5-8c8d-c5876cfc96b5} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13664 | 2025.01.30 20:27:07.873885 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13665 | 2025.01.30 20:27:07.874166 [ 270 ] {ef2ea1fa-d8a2-49c5-8c8d-c5876cfc96b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002562 sec., 32006.245120999218 rows/sec., 2.03 MiB/sec. | ||
| 13666 | 2025.01.30 20:27:07.874618 [ 270 ] {ef2ea1fa-d8a2-49c5-8c8d-c5876cfc96b5} <Debug> TCPHandler: Processed in 0.003221959 sec. | ||
| 13667 | 2025.01.30 20:27:07.874884 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13668 | 2025.01.30 20:27:07.875166 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13669 | 2025.01.30 20:27:07.875343 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 13670 | 2025.01.30 20:27:11.563739 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13671 | 2025.01.30 20:27:11.563813 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13672 | 2025.01.30 20:27:11.785565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 13673 | 2025.01.30 20:27:11.786226 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13674 | 2025.01.30 20:27:11.786279 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13675 | 2025.01.30 20:27:11.786955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13676 | 2025.01.30 20:27:11.787248 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13677 | 2025.01.30 20:27:11.787534 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 13678 | 2025.01.30 20:27:12.831966 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13679 | 2025.01.30 20:27:12.832180 [ 270 ] {d7fee911-c244-440f-8a2e-c370e08a4990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13680 | 2025.01.30 20:27:12.832261 [ 270 ] {d7fee911-c244-440f-8a2e-c370e08a4990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13681 | 2025.01.30 20:27:12.833057 [ 270 ] {d7fee911-c244-440f-8a2e-c370e08a4990} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13682 | 2025.01.30 20:27:12.833099 [ 270 ] {d7fee911-c244-440f-8a2e-c370e08a4990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13683 | 2025.01.30 20:27:12.833546 [ 270 ] {d7fee911-c244-440f-8a2e-c370e08a4990} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13684 | 2025.01.30 20:27:12.833806 [ 270 ] {d7fee911-c244-440f-8a2e-c370e08a4990} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13685 | 2025.01.30 20:27:12.833972 [ 79 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13686 | 2025.01.30 20:27:12.834014 [ 270 ] {d7fee911-c244-440f-8a2e-c370e08a4990} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001894 sec., 38014.78352692714 rows/sec., 3.06 MiB/sec. | ||
| 13687 | 2025.01.30 20:27:12.834023 [ 79 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13688 | 2025.01.30 20:27:12.834065 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13689 | 2025.01.30 20:27:12.834094 [ 270 ] {d7fee911-c244-440f-8a2e-c370e08a4990} <Debug> TCPHandler: Processed in 0.002268983 sec. | ||
| 13690 | 2025.01.30 20:27:12.834421 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::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 | ||
| 13691 | 2025.01.30 20:27:12.834598 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13692 | 2025.01.30 20:27:12.834939 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13693 | 2025.01.30 20:27:12.835066 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1432 rows starting from the beginning of the part | ||
| 13694 | 2025.01.30 20:27:12.835071 [ 271 ] {e1c19a4b-ed2b-42c5-9ba0-e26abfe30bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13695 | 2025.01.30 20:27:12.835304 [ 271 ] {e1c19a4b-ed2b-42c5-9ba0-e26abfe30bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13696 | 2025.01.30 20:27:12.835508 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 72 rows starting from the beginning of the part | ||
| 13697 | 2025.01.30 20:27:12.836000 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 265 rows starting from the beginning of the part | ||
| 13698 | 2025.01.30 20:27:12.836441 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 72 rows starting from the beginning of the part | ||
| 13699 | 2025.01.30 20:27:12.836895 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 265 rows starting from the beginning of the part | ||
| 13700 | 2025.01.30 20:27:12.837340 [ 194 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 72 rows starting from the beginning of the part | ||
| 13701 | 2025.01.30 20:27:12.839031 [ 271 ] {e1c19a4b-ed2b-42c5-9ba0-e26abfe30bd9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13702 | 2025.01.30 20:27:12.839114 [ 271 ] {e1c19a4b-ed2b-42c5-9ba0-e26abfe30bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13703 | 2025.01.30 20:27:12.840154 [ 271 ] {e1c19a4b-ed2b-42c5-9ba0-e26abfe30bd9} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13704 | 2025.01.30 20:27:12.840575 [ 271 ] {e1c19a4b-ed2b-42c5-9ba0-e26abfe30bd9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13705 | 2025.01.30 20:27:12.840926 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 5 columns (5 merged, 0 gathered) in 0.006723446 sec., 323941.02666995465 rows/sec., 28.60 MiB/sec. | ||
| 13706 | 2025.01.30 20:27:12.841134 [ 271 ] {e1c19a4b-ed2b-42c5-9ba0-e26abfe30bd9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.006234 sec., 1283.285210137953 rows/sec., 96.50 KiB/sec. | ||
| 13707 | 2025.01.30 20:27:12.841244 [ 271 ] {e1c19a4b-ed2b-42c5-9ba0-e26abfe30bd9} <Debug> TCPHandler: Processed in 0.007028775 sec. | ||
| 13708 | 2025.01.30 20:27:12.841372 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13709 | 2025.01.30 20:27:12.841492 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13710 | 2025.01.30 20:27:12.841755 [ 270 ] {b8f24a54-cdc8-4651-9095-31e394fd7e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13711 | 2025.01.30 20:27:12.841853 [ 270 ] {b8f24a54-cdc8-4651-9095-31e394fd7e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13712 | 2025.01.30 20:27:12.841965 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13713 | 2025.01.30 20:27:12.842181 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_106_21} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13714 | 2025.01.30 20:27:12.842398 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 13715 | 2025.01.30 20:27:12.842905 [ 270 ] {b8f24a54-cdc8-4651-9095-31e394fd7e6e} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13716 | 2025.01.30 20:27:12.842949 [ 270 ] {b8f24a54-cdc8-4651-9095-31e394fd7e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13717 | 2025.01.30 20:27:12.843329 [ 270 ] {b8f24a54-cdc8-4651-9095-31e394fd7e6e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13718 | 2025.01.30 20:27:12.843577 [ 270 ] {b8f24a54-cdc8-4651-9095-31e394fd7e6e} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13719 | 2025.01.30 20:27:12.843707 [ 79 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13720 | 2025.01.30 20:27:12.843744 [ 79 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13721 | 2025.01.30 20:27:12.843762 [ 270 ] {b8f24a54-cdc8-4651-9095-31e394fd7e6e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002069 sec., 34799.4200096665 rows/sec., 2.72 MiB/sec. | ||
| 13722 | 2025.01.30 20:27:12.843773 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13723 | 2025.01.30 20:27:12.843871 [ 270 ] {b8f24a54-cdc8-4651-9095-31e394fd7e6e} <Debug> TCPHandler: Processed in 0.00252615 sec. | ||
| 13724 | 2025.01.30 20:27:12.844022 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::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 | ||
| 13725 | 2025.01.30 20:27:12.844087 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13726 | 2025.01.30 20:27:12.844174 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13727 | 2025.01.30 20:27:12.844258 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 13728 | 2025.01.30 20:27:12.844344 [ 271 ] {a804decf-0193-4fd0-8e36-fe6ecb6fe46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13729 | 2025.01.30 20:27:12.844574 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 72 rows starting from the beginning of the part | ||
| 13730 | 2025.01.30 20:27:12.844595 [ 271 ] {a804decf-0193-4fd0-8e36-fe6ecb6fe46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13731 | 2025.01.30 20:27:12.844883 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 413 rows starting from the beginning of the part | ||
| 13732 | 2025.01.30 20:27:12.845252 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 72 rows starting from the beginning of the part | ||
| 13733 | 2025.01.30 20:27:12.845648 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 413 rows starting from the beginning of the part | ||
| 13734 | 2025.01.30 20:27:12.846040 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 72 rows starting from the beginning of the part | ||
| 13735 | 2025.01.30 20:27:12.847291 [ 271 ] {a804decf-0193-4fd0-8e36-fe6ecb6fe46f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13736 | 2025.01.30 20:27:12.847355 [ 271 ] {a804decf-0193-4fd0-8e36-fe6ecb6fe46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13737 | 2025.01.30 20:27:12.848543 [ 271 ] {a804decf-0193-4fd0-8e36-fe6ecb6fe46f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13738 | 2025.01.30 20:27:12.848957 [ 271 ] {a804decf-0193-4fd0-8e36-fe6ecb6fe46f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13739 | 2025.01.30 20:27:12.849264 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372359 sec., 363899.73194270895 rows/sec., 27.86 MiB/sec. | ||
| 13740 | 2025.01.30 20:27:12.849468 [ 271 ] {a804decf-0193-4fd0-8e36-fe6ecb6fe46f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005211 sec., 30704.27940894262 rows/sec., 2.14 MiB/sec. | ||
| 13741 | 2025.01.30 20:27:12.849545 [ 271 ] {a804decf-0193-4fd0-8e36-fe6ecb6fe46f} <Debug> TCPHandler: Processed in 0.005566794 sec. | ||
| 13742 | 2025.01.30 20:27:12.849591 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13743 | 2025.01.30 20:27:12.849739 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13744 | 2025.01.30 20:27:12.849939 [ 270 ] {ac11c364-241e-4210-9815-d451395eb61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13745 | 2025.01.30 20:27:12.850024 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13746 | 2025.01.30 20:27:12.850091 [ 270 ] {ac11c364-241e-4210-9815-d451395eb61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13747 | 2025.01.30 20:27:12.850283 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_106_21} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13748 | 2025.01.30 20:27:12.850555 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 13749 | 2025.01.30 20:27:12.851586 [ 270 ] {ac11c364-241e-4210-9815-d451395eb61b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13750 | 2025.01.30 20:27:12.851630 [ 270 ] {ac11c364-241e-4210-9815-d451395eb61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13751 | 2025.01.30 20:27:12.852276 [ 270 ] {ac11c364-241e-4210-9815-d451395eb61b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13752 | 2025.01.30 20:27:12.852549 [ 270 ] {ac11c364-241e-4210-9815-d451395eb61b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13753 | 2025.01.30 20:27:12.852758 [ 270 ] {ac11c364-241e-4210-9815-d451395eb61b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002876 sec., 2781.641168289291 rows/sec., 4.98 MiB/sec. | ||
| 13754 | 2025.01.30 20:27:12.852855 [ 270 ] {ac11c364-241e-4210-9815-d451395eb61b} <Debug> TCPHandler: Processed in 0.003184748 sec. | ||
| 13755 | 2025.01.30 20:27:12.853005 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13756 | 2025.01.30 20:27:12.853125 [ 271 ] {932493e5-44f9-403a-b62f-5558242352df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13757 | 2025.01.30 20:27:12.853177 [ 271 ] {932493e5-44f9-403a-b62f-5558242352df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13758 | 2025.01.30 20:27:12.853681 [ 271 ] {932493e5-44f9-403a-b62f-5558242352df} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13759 | 2025.01.30 20:27:12.853720 [ 271 ] {932493e5-44f9-403a-b62f-5558242352df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13760 | 2025.01.30 20:27:12.854087 [ 271 ] {932493e5-44f9-403a-b62f-5558242352df} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13761 | 2025.01.30 20:27:12.854317 [ 271 ] {932493e5-44f9-403a-b62f-5558242352df} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13762 | 2025.01.30 20:27:12.854501 [ 79 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13763 | 2025.01.30 20:27:12.854552 [ 79 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13764 | 2025.01.30 20:27:12.854552 [ 271 ] {932493e5-44f9-403a-b62f-5558242352df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. | ||
| 13765 | 2025.01.30 20:27:12.854597 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13766 | 2025.01.30 20:27:12.854703 [ 271 ] {932493e5-44f9-403a-b62f-5558242352df} <Debug> TCPHandler: Processed in 0.001745558 sec. | ||
| 13767 | 2025.01.30 20:27:12.854923 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 13768 | 2025.01.30 20:27:12.855270 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13769 | 2025.01.30 20:27:12.855351 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6222 rows starting from the beginning of the part | ||
| 13770 | 2025.01.30 20:27:12.855792 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 13771 | 2025.01.30 20:27:12.856188 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 13772 | 2025.01.30 20:27:12.856364 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 13773 | 2025.01.30 20:27:12.856538 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
| 13774 | 2025.01.30 20:27:12.856701 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 13775 | 2025.01.30 20:27:12.858823 [ 196 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6566 rows, containing 4 columns (4 merged, 0 gathered) in 0.004113014 sec., 1596396.219414765 rows/sec., 104.91 MiB/sec. | ||
| 13776 | 2025.01.30 20:27:12.859285 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13777 | 2025.01.30 20:27:12.859633 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_101_20} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13778 | 2025.01.30 20:27:12.859707 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_101_20} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13779 | 2025.01.30 20:27:12.859788 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 13780 | 2025.01.30 20:27:14.256250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 13781 | 2025.01.30 20:27:14.277965 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13782 | 2025.01.30 20:27:14.278018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13783 | 2025.01.30 20:27:14.285517 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13784 | 2025.01.30 20:27:14.286334 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13785 | 2025.01.30 20:27:14.289663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 13786 | 2025.01.30 20:27:16.956226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1880 | ||
| 13787 | 2025.01.30 20:27:16.959404 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13788 | 2025.01.30 20:27:16.959455 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13789 | 2025.01.30 20:27:16.960998 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13790 | 2025.01.30 20:27:16.961319 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13791 | 2025.01.30 20:27:16.961726 [ 223 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13792 | 2025.01.30 20:27:16.961837 [ 223 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13793 | 2025.01.30 20:27:16.962596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1880 | ||
| 13794 | 2025.01.30 20:27:16.964098 [ 223 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13795 | 2025.01.30 20:27:17.525277 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13796 | 2025.01.30 20:27:17.525586 [ 270 ] {67a17be8-d905-4062-80ab-cf368d91db5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13797 | 2025.01.30 20:27:17.525702 [ 270 ] {67a17be8-d905-4062-80ab-cf368d91db5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13798 | 2025.01.30 20:27:17.526497 [ 270 ] {67a17be8-d905-4062-80ab-cf368d91db5b} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13799 | 2025.01.30 20:27:17.526545 [ 270 ] {67a17be8-d905-4062-80ab-cf368d91db5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13800 | 2025.01.30 20:27:17.526986 [ 270 ] {67a17be8-d905-4062-80ab-cf368d91db5b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13801 | 2025.01.30 20:27:17.527248 [ 270 ] {67a17be8-d905-4062-80ab-cf368d91db5b} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13802 | 2025.01.30 20:27:17.527484 [ 270 ] {67a17be8-d905-4062-80ab-cf368d91db5b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001988 sec., 7042.25352112676 rows/sec., 506.95 KiB/sec. | ||
| 13803 | 2025.01.30 20:27:17.527541 [ 270 ] {67a17be8-d905-4062-80ab-cf368d91db5b} <Debug> TCPHandler: Processed in 0.002458529 sec. | ||
| 13804 | 2025.01.30 20:27:17.527873 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13805 | 2025.01.30 20:27:17.528187 [ 271 ] {8cd8c5a9-b33d-4ee2-806d-ca4dbb76fbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13806 | 2025.01.30 20:27:17.528307 [ 271 ] {8cd8c5a9-b33d-4ee2-806d-ca4dbb76fbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13807 | 2025.01.30 20:27:17.529244 [ 271 ] {8cd8c5a9-b33d-4ee2-806d-ca4dbb76fbd2} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13808 | 2025.01.30 20:27:17.529295 [ 271 ] {8cd8c5a9-b33d-4ee2-806d-ca4dbb76fbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13809 | 2025.01.30 20:27:17.529720 [ 271 ] {8cd8c5a9-b33d-4ee2-806d-ca4dbb76fbd2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13810 | 2025.01.30 20:27:17.529984 [ 271 ] {8cd8c5a9-b33d-4ee2-806d-ca4dbb76fbd2} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13811 | 2025.01.30 20:27:17.530248 [ 271 ] {8cd8c5a9-b33d-4ee2-806d-ca4dbb76fbd2} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00214 sec., 2803.7383177570096 rows/sec., 228.63 KiB/sec. | ||
| 13812 | 2025.01.30 20:27:17.530360 [ 271 ] {8cd8c5a9-b33d-4ee2-806d-ca4dbb76fbd2} <Debug> TCPHandler: Processed in 0.002676825 sec. | ||
| 13813 | 2025.01.30 20:27:17.530653 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13814 | 2025.01.30 20:27:17.530850 [ 270 ] {eab8beb6-1bf7-46bd-8bb0-212c98790290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13815 | 2025.01.30 20:27:17.530908 [ 270 ] {eab8beb6-1bf7-46bd-8bb0-212c98790290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13816 | 2025.01.30 20:27:17.532286 [ 270 ] {eab8beb6-1bf7-46bd-8bb0-212c98790290} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13817 | 2025.01.30 20:27:17.532326 [ 270 ] {eab8beb6-1bf7-46bd-8bb0-212c98790290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13818 | 2025.01.30 20:27:17.532786 [ 270 ] {eab8beb6-1bf7-46bd-8bb0-212c98790290} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13819 | 2025.01.30 20:27:17.533039 [ 270 ] {eab8beb6-1bf7-46bd-8bb0-212c98790290} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13820 | 2025.01.30 20:27:17.533266 [ 270 ] {eab8beb6-1bf7-46bd-8bb0-212c98790290} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002447 sec., 575398.4470780548 rows/sec., 48.16 MiB/sec. | ||
| 13821 | 2025.01.30 20:27:17.533327 [ 270 ] {eab8beb6-1bf7-46bd-8bb0-212c98790290} <Debug> TCPHandler: Processed in 0.002847559 sec. | ||
| 13822 | 2025.01.30 20:27:17.533549 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13823 | 2025.01.30 20:27:17.533805 [ 271 ] {e098b10a-5e0e-47a6-b9d7-9eba2c2b24f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13824 | 2025.01.30 20:27:17.533855 [ 271 ] {e098b10a-5e0e-47a6-b9d7-9eba2c2b24f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13825 | 2025.01.30 20:27:17.534455 [ 271 ] {e098b10a-5e0e-47a6-b9d7-9eba2c2b24f2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13826 | 2025.01.30 20:27:17.534494 [ 271 ] {e098b10a-5e0e-47a6-b9d7-9eba2c2b24f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13827 | 2025.01.30 20:27:17.534859 [ 271 ] {e098b10a-5e0e-47a6-b9d7-9eba2c2b24f2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13828 | 2025.01.30 20:27:17.535093 [ 271 ] {e098b10a-5e0e-47a6-b9d7-9eba2c2b24f2} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13829 | 2025.01.30 20:27:17.535279 [ 75 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13830 | 2025.01.30 20:27:17.535299 [ 271 ] {e098b10a-5e0e-47a6-b9d7-9eba2c2b24f2} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001542 sec., 28534.37094682231 rows/sec., 2.03 MiB/sec. | ||
| 13831 | 2025.01.30 20:27:17.535352 [ 75 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13832 | 2025.01.30 20:27:17.535431 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13833 | 2025.01.30 20:27:17.535438 [ 271 ] {e098b10a-5e0e-47a6-b9d7-9eba2c2b24f2} <Debug> TCPHandler: Processed in 0.002015746 sec. | ||
| 13834 | 2025.01.30 20:27:17.535661 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13835 | 2025.01.30 20:27:17.535702 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::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 | ||
| 13836 | 2025.01.30 20:27:17.535833 [ 270 ] {89ab584f-af0f-4565-9749-b529ad6cf8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13837 | 2025.01.30 20:27:17.535938 [ 270 ] {89ab584f-af0f-4565-9749-b529ad6cf8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13838 | 2025.01.30 20:27:17.536018 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13839 | 2025.01.30 20:27:17.536117 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 64 rows starting from the beginning of the part | ||
| 13840 | 2025.01.30 20:27:17.536446 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 38 rows starting from the beginning of the part | ||
| 13841 | 2025.01.30 20:27:17.536803 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part | ||
| 13842 | 2025.01.30 20:27:17.537138 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 38 rows starting from the beginning of the part | ||
| 13843 | 2025.01.30 20:27:17.537489 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part | ||
| 13844 | 2025.01.30 20:27:17.537774 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 44 rows starting from the beginning of the part | ||
| 13845 | 2025.01.30 20:27:17.539044 [ 270 ] {89ab584f-af0f-4565-9749-b529ad6cf8b1} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13846 | 2025.01.30 20:27:17.539110 [ 270 ] {89ab584f-af0f-4565-9749-b529ad6cf8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13847 | 2025.01.30 20:27:17.540140 [ 270 ] {89ab584f-af0f-4565-9749-b529ad6cf8b1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13848 | 2025.01.30 20:27:17.540490 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.004907326 sec., 40755.39305927505 rows/sec., 3.07 MiB/sec. | ||
| 13849 | 2025.01.30 20:27:17.540668 [ 270 ] {89ab584f-af0f-4565-9749-b529ad6cf8b1} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13850 | 2025.01.30 20:27:17.540703 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13851 | 2025.01.30 20:27:17.541243 [ 270 ] {89ab584f-af0f-4565-9749-b529ad6cf8b1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005408 sec., 44748.52071005917 rows/sec., 3.03 MiB/sec. | ||
| 13852 | 2025.01.30 20:27:17.541472 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13853 | 2025.01.30 20:27:17.541725 [ 270 ] {89ab584f-af0f-4565-9749-b529ad6cf8b1} <Debug> TCPHandler: Processed in 0.006153981 sec. | ||
| 13854 | 2025.01.30 20:27:17.541820 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_106_21} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13855 | 2025.01.30 20:27:17.541981 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13856 | 2025.01.30 20:27:17.542154 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13857 | 2025.01.30 20:27:17.542238 [ 271 ] {aa49f7f8-430e-402c-b9eb-45862b2ff7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13858 | 2025.01.30 20:27:17.542293 [ 271 ] {aa49f7f8-430e-402c-b9eb-45862b2ff7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13859 | 2025.01.30 20:27:17.542873 [ 271 ] {aa49f7f8-430e-402c-b9eb-45862b2ff7f1} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13860 | 2025.01.30 20:27:17.542913 [ 271 ] {aa49f7f8-430e-402c-b9eb-45862b2ff7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13861 | 2025.01.30 20:27:17.543270 [ 271 ] {aa49f7f8-430e-402c-b9eb-45862b2ff7f1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13862 | 2025.01.30 20:27:17.543505 [ 271 ] {aa49f7f8-430e-402c-b9eb-45862b2ff7f1} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13863 | 2025.01.30 20:27:17.543714 [ 271 ] {aa49f7f8-430e-402c-b9eb-45862b2ff7f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0015 sec., 8666.666666666666 rows/sec., 540.36 KiB/sec. | ||
| 13864 | 2025.01.30 20:27:17.543766 [ 271 ] {aa49f7f8-430e-402c-b9eb-45862b2ff7f1} <Debug> TCPHandler: Processed in 0.001912593 sec. | ||
| 13865 | 2025.01.30 20:27:17.543917 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13866 | 2025.01.30 20:27:17.544058 [ 270 ] {be952782-eb9c-4f6b-8f4a-2069d5012758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13867 | 2025.01.30 20:27:17.544116 [ 270 ] {be952782-eb9c-4f6b-8f4a-2069d5012758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13868 | 2025.01.30 20:27:17.545216 [ 270 ] {be952782-eb9c-4f6b-8f4a-2069d5012758} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13869 | 2025.01.30 20:27:17.545253 [ 270 ] {be952782-eb9c-4f6b-8f4a-2069d5012758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13870 | 2025.01.30 20:27:17.545682 [ 270 ] {be952782-eb9c-4f6b-8f4a-2069d5012758} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13871 | 2025.01.30 20:27:17.545933 [ 270 ] {be952782-eb9c-4f6b-8f4a-2069d5012758} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13872 | 2025.01.30 20:27:17.546110 [ 270 ] {be952782-eb9c-4f6b-8f4a-2069d5012758} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.002084 sec., 419865.64299424185 rows/sec., 30.43 MiB/sec. | ||
| 13873 | 2025.01.30 20:27:17.546162 [ 270 ] {be952782-eb9c-4f6b-8f4a-2069d5012758} <Debug> TCPHandler: Processed in 0.002311564 sec. | ||
| 13874 | 2025.01.30 20:27:17.546301 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13875 | 2025.01.30 20:27:17.546419 [ 271 ] {03a87bf2-7c00-4d88-8eb0-1ad02495f25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13876 | 2025.01.30 20:27:17.546474 [ 271 ] {03a87bf2-7c00-4d88-8eb0-1ad02495f25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13877 | 2025.01.30 20:27:17.546970 [ 271 ] {03a87bf2-7c00-4d88-8eb0-1ad02495f25f} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13878 | 2025.01.30 20:27:17.547008 [ 271 ] {03a87bf2-7c00-4d88-8eb0-1ad02495f25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13879 | 2025.01.30 20:27:17.547377 [ 271 ] {03a87bf2-7c00-4d88-8eb0-1ad02495f25f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13880 | 2025.01.30 20:27:17.547620 [ 271 ] {03a87bf2-7c00-4d88-8eb0-1ad02495f25f} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13881 | 2025.01.30 20:27:17.547876 [ 271 ] {03a87bf2-7c00-4d88-8eb0-1ad02495f25f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 13882 | 2025.01.30 20:27:17.548083 [ 271 ] {03a87bf2-7c00-4d88-8eb0-1ad02495f25f} <Debug> TCPHandler: Processed in 0.001833262 sec. | ||
| 13883 | 2025.01.30 20:27:17.548293 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13884 | 2025.01.30 20:27:17.548433 [ 270 ] {8aeab21d-276f-4f9b-acd4-519a7cdb1db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13885 | 2025.01.30 20:27:17.548492 [ 270 ] {8aeab21d-276f-4f9b-acd4-519a7cdb1db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13886 | 2025.01.30 20:27:17.549392 [ 270 ] {8aeab21d-276f-4f9b-acd4-519a7cdb1db3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13887 | 2025.01.30 20:27:17.549430 [ 270 ] {8aeab21d-276f-4f9b-acd4-519a7cdb1db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13888 | 2025.01.30 20:27:17.549881 [ 270 ] {8aeab21d-276f-4f9b-acd4-519a7cdb1db3} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13889 | 2025.01.30 20:27:17.550130 [ 270 ] {8aeab21d-276f-4f9b-acd4-519a7cdb1db3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13890 | 2025.01.30 20:27:17.550335 [ 270 ] {8aeab21d-276f-4f9b-acd4-519a7cdb1db3} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001926 sec., 498442.3676012461 rows/sec., 33.31 MiB/sec. | ||
| 13891 | 2025.01.30 20:27:17.550415 [ 270 ] {8aeab21d-276f-4f9b-acd4-519a7cdb1db3} <Debug> TCPHandler: Processed in 0.002231202 sec. | ||
| 13892 | 2025.01.30 20:27:17.550415 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13893 | 2025.01.30 20:27:17.550490 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13894 | 2025.01.30 20:27:17.550614 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13895 | 2025.01.30 20:27:17.550817 [ 271 ] {16b03717-b124-4d0c-ae14-a110383541fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13896 | 2025.01.30 20:27:17.550918 [ 271 ] {16b03717-b124-4d0c-ae14-a110383541fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13897 | 2025.01.30 20:27:17.552299 [ 271 ] {16b03717-b124-4d0c-ae14-a110383541fc} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13898 | 2025.01.30 20:27:17.552354 [ 271 ] {16b03717-b124-4d0c-ae14-a110383541fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13899 | 2025.01.30 20:27:17.553097 [ 271 ] {16b03717-b124-4d0c-ae14-a110383541fc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13900 | 2025.01.30 20:27:17.553521 [ 271 ] {16b03717-b124-4d0c-ae14-a110383541fc} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13901 | 2025.01.30 20:27:17.553613 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13902 | 2025.01.30 20:27:17.554057 [ 271 ] {16b03717-b124-4d0c-ae14-a110383541fc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00327 sec., 305.81039755351685 rows/sec., 20.61 KiB/sec. | ||
| 13903 | 2025.01.30 20:27:17.554114 [ 271 ] {16b03717-b124-4d0c-ae14-a110383541fc} <Debug> TCPHandler: Processed in 0.003588339 sec. | ||
| 13904 | 2025.01.30 20:27:17.554349 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13905 | 2025.01.30 20:27:17.554554 [ 270 ] {f12e94dd-7ce8-4634-b099-4343252eb1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13906 | 2025.01.30 20:27:17.554649 [ 270 ] {f12e94dd-7ce8-4634-b099-4343252eb1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13907 | 2025.01.30 20:27:17.555860 [ 270 ] {f12e94dd-7ce8-4634-b099-4343252eb1fb} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13908 | 2025.01.30 20:27:17.555899 [ 270 ] {f12e94dd-7ce8-4634-b099-4343252eb1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13909 | 2025.01.30 20:27:17.556567 [ 270 ] {f12e94dd-7ce8-4634-b099-4343252eb1fb} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13910 | 2025.01.30 20:27:17.556826 [ 270 ] {f12e94dd-7ce8-4634-b099-4343252eb1fb} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13911 | 2025.01.30 20:27:17.556974 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13912 | 2025.01.30 20:27:17.557014 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13913 | 2025.01.30 20:27:17.557027 [ 270 ] {f12e94dd-7ce8-4634-b099-4343252eb1fb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002514 sec., 12330.946698488464 rows/sec., 22.10 MiB/sec. | ||
| 13914 | 2025.01.30 20:27:17.557037 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13915 | 2025.01.30 20:27:17.557376 [ 270 ] {f12e94dd-7ce8-4634-b099-4343252eb1fb} <Debug> TCPHandler: Processed in 0.003158688 sec. | ||
| 13916 | 2025.01.30 20:27:17.557392 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::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 | ||
| 13917 | 2025.01.30 20:27:17.557590 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13918 | 2025.01.30 20:27:17.557890 [ 271 ] {6b3625a2-e5a5-4cfb-9f3a-2f62ac734eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13919 | 2025.01.30 20:27:17.558027 [ 271 ] {6b3625a2-e5a5-4cfb-9f3a-2f62ac734eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13920 | 2025.01.30 20:27:17.558062 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13921 | 2025.01.30 20:27:17.558309 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1981 rows starting from the beginning of the part | ||
| 13922 | 2025.01.30 20:27:17.559118 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 31 rows starting from the beginning of the part | ||
| 13923 | 2025.01.30 20:27:17.559960 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part | ||
| 13924 | 2025.01.30 20:27:17.560101 [ 271 ] {6b3625a2-e5a5-4cfb-9f3a-2f62ac734eed} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13925 | 2025.01.30 20:27:17.560202 [ 271 ] {6b3625a2-e5a5-4cfb-9f3a-2f62ac734eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13926 | 2025.01.30 20:27:17.560631 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 31 rows starting from the beginning of the part | ||
| 13927 | 2025.01.30 20:27:17.561454 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part | ||
| 13928 | 2025.01.30 20:27:17.561880 [ 271 ] {6b3625a2-e5a5-4cfb-9f3a-2f62ac734eed} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13929 | 2025.01.30 20:27:17.562193 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 31 rows starting from the beginning of the part | ||
| 13930 | 2025.01.30 20:27:17.562938 [ 271 ] {6b3625a2-e5a5-4cfb-9f3a-2f62ac734eed} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13931 | 2025.01.30 20:27:17.563521 [ 271 ] {6b3625a2-e5a5-4cfb-9f3a-2f62ac734eed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00573 sec., 14310.64572425829 rows/sec., 930.72 KiB/sec. | ||
| 13932 | 2025.01.30 20:27:17.563663 [ 271 ] {6b3625a2-e5a5-4cfb-9f3a-2f62ac734eed} <Debug> TCPHandler: Processed in 0.006177652 sec. | ||
| 13933 | 2025.01.30 20:27:17.570098 [ 190 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2090 rows, containing 19 columns (19 merged, 0 gathered) in 0.012938659 sec., 161531.42300140997 rows/sec., 289.46 MiB/sec. | ||
| 13934 | 2025.01.30 20:27:17.571991 [ 201 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13935 | 2025.01.30 20:27:17.572433 [ 201 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13936 | 2025.01.30 20:27:17.572520 [ 201 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13937 | 2025.01.30 20:27:17.572681 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.89 MiB. | ||
| 13938 | 2025.01.30 20:27:18.457540 [ 222 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13939 | 2025.01.30 20:27:18.457589 [ 222 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13940 | 2025.01.30 20:27:18.458881 [ 222 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13941 | 2025.01.30 20:27:19.287695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 13942 | 2025.01.30 20:27:19.288826 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13943 | 2025.01.30 20:27:19.288927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13944 | 2025.01.30 20:27:19.289617 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13945 | 2025.01.30 20:27:19.289888 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13946 | 2025.01.30 20:27:19.290197 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 13947 | 2025.01.30 20:27:21.789733 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 13948 | 2025.01.30 20:27:21.812153 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13949 | 2025.01.30 20:27:21.812198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13950 | 2025.01.30 20:27:21.819651 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13951 | 2025.01.30 20:27:21.820494 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13952 | 2025.01.30 20:27:21.824723 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 13953 | 2025.01.30 20:27:22.285912 [ 223 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13954 | 2025.01.30 20:27:22.285979 [ 223 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13955 | 2025.01.30 20:27:22.287917 [ 223 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13956 | 2025.01.30 20:27:22.298281 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13957 | 2025.01.30 20:27:22.298340 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13958 | 2025.01.30 20:27:22.299734 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13959 | 2025.01.30 20:27:22.672869 [ 221 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13960 | 2025.01.30 20:27:22.672946 [ 221 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13961 | 2025.01.30 20:27:22.674768 [ 221 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13962 | 2025.01.30 20:27:22.831967 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13963 | 2025.01.30 20:27:22.832183 [ 270 ] {b4b35491-e8c9-4837-b214-849c4e303f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13964 | 2025.01.30 20:27:22.832256 [ 270 ] {b4b35491-e8c9-4837-b214-849c4e303f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13965 | 2025.01.30 20:27:22.833095 [ 270 ] {b4b35491-e8c9-4837-b214-849c4e303f51} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13966 | 2025.01.30 20:27:22.833140 [ 270 ] {b4b35491-e8c9-4837-b214-849c4e303f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13967 | 2025.01.30 20:27:22.833605 [ 270 ] {b4b35491-e8c9-4837-b214-849c4e303f51} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13968 | 2025.01.30 20:27:22.833858 [ 270 ] {b4b35491-e8c9-4837-b214-849c4e303f51} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13969 | 2025.01.30 20:27:22.834103 [ 270 ] {b4b35491-e8c9-4837-b214-849c4e303f51} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001975 sec., 36455.69620253164 rows/sec., 2.93 MiB/sec. | ||
| 13970 | 2025.01.30 20:27:22.834160 [ 223 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13971 | 2025.01.30 20:27:22.834169 [ 270 ] {b4b35491-e8c9-4837-b214-849c4e303f51} <Debug> TCPHandler: Processed in 0.002392987 sec. | ||
| 13972 | 2025.01.30 20:27:22.834200 [ 223 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13973 | 2025.01.30 20:27:22.834466 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13974 | 2025.01.30 20:27:22.834718 [ 271 ] {768d9aab-7082-4c5c-a951-54f652bdd348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13975 | 2025.01.30 20:27:22.834832 [ 271 ] {768d9aab-7082-4c5c-a951-54f652bdd348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13976 | 2025.01.30 20:27:22.836558 [ 271 ] {768d9aab-7082-4c5c-a951-54f652bdd348} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13977 | 2025.01.30 20:27:22.836624 [ 271 ] {768d9aab-7082-4c5c-a951-54f652bdd348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13978 | 2025.01.30 20:27:22.837411 [ 223 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13979 | 2025.01.30 20:27:22.837472 [ 271 ] {768d9aab-7082-4c5c-a951-54f652bdd348} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13980 | 2025.01.30 20:27:22.838111 [ 271 ] {768d9aab-7082-4c5c-a951-54f652bdd348} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13981 | 2025.01.30 20:27:22.838371 [ 271 ] {768d9aab-7082-4c5c-a951-54f652bdd348} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003747 sec., 2135.0413664264747 rows/sec., 160.55 KiB/sec. | ||
| 13982 | 2025.01.30 20:27:22.838430 [ 271 ] {768d9aab-7082-4c5c-a951-54f652bdd348} <Debug> TCPHandler: Processed in 0.004127904 sec. | ||
| 13983 | 2025.01.30 20:27:22.838586 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13984 | 2025.01.30 20:27:22.838709 [ 270 ] {fa7dc91c-61e8-4ef5-98fd-3165de99a239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13985 | 2025.01.30 20:27:22.838758 [ 270 ] {fa7dc91c-61e8-4ef5-98fd-3165de99a239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13986 | 2025.01.30 20:27:22.839370 [ 270 ] {fa7dc91c-61e8-4ef5-98fd-3165de99a239} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13987 | 2025.01.30 20:27:22.839411 [ 270 ] {fa7dc91c-61e8-4ef5-98fd-3165de99a239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13988 | 2025.01.30 20:27:22.839788 [ 270 ] {fa7dc91c-61e8-4ef5-98fd-3165de99a239} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13989 | 2025.01.30 20:27:22.840027 [ 270 ] {fa7dc91c-61e8-4ef5-98fd-3165de99a239} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13990 | 2025.01.30 20:27:22.840257 [ 270 ] {fa7dc91c-61e8-4ef5-98fd-3165de99a239} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001573 sec., 45772.40940877305 rows/sec., 3.57 MiB/sec. | ||
| 13991 | 2025.01.30 20:27:22.840311 [ 270 ] {fa7dc91c-61e8-4ef5-98fd-3165de99a239} <Debug> TCPHandler: Processed in 0.001785549 sec. | ||
| 13992 | 2025.01.30 20:27:22.840521 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13993 | 2025.01.30 20:27:22.840745 [ 271 ] {7731a0c8-1a49-4e70-9b89-21f91be58f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13994 | 2025.01.30 20:27:22.840841 [ 271 ] {7731a0c8-1a49-4e70-9b89-21f91be58f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13995 | 2025.01.30 20:27:22.841497 [ 271 ] {7731a0c8-1a49-4e70-9b89-21f91be58f98} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13996 | 2025.01.30 20:27:22.841533 [ 271 ] {7731a0c8-1a49-4e70-9b89-21f91be58f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 13997 | 2025.01.30 20:27:22.841930 [ 271 ] {7731a0c8-1a49-4e70-9b89-21f91be58f98} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13998 | 2025.01.30 20:27:22.842169 [ 271 ] {7731a0c8-1a49-4e70-9b89-21f91be58f98} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13999 | 2025.01.30 20:27:22.842345 [ 271 ] {7731a0c8-1a49-4e70-9b89-21f91be58f98} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 14000 | 2025.01.30 20:27:22.842396 [ 271 ] {7731a0c8-1a49-4e70-9b89-21f91be58f98} <Debug> TCPHandler: Processed in 0.001987715 sec. | ||
| 14001 | 2025.01.30 20:27:22.842597 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14002 | 2025.01.30 20:27:22.842823 [ 270 ] {d024623f-c5d8-4d86-bdd2-7ecafd544af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14003 | 2025.01.30 20:27:22.842964 [ 270 ] {d024623f-c5d8-4d86-bdd2-7ecafd544af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14004 | 2025.01.30 20:27:22.844119 [ 270 ] {d024623f-c5d8-4d86-bdd2-7ecafd544af4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14005 | 2025.01.30 20:27:22.844159 [ 270 ] {d024623f-c5d8-4d86-bdd2-7ecafd544af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14006 | 2025.01.30 20:27:22.844806 [ 270 ] {d024623f-c5d8-4d86-bdd2-7ecafd544af4} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14007 | 2025.01.30 20:27:22.845065 [ 270 ] {d024623f-c5d8-4d86-bdd2-7ecafd544af4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14008 | 2025.01.30 20:27:22.845321 [ 270 ] {d024623f-c5d8-4d86-bdd2-7ecafd544af4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002553 sec., 3133.568350959655 rows/sec., 5.62 MiB/sec. | ||
| 14009 | 2025.01.30 20:27:22.845412 [ 270 ] {d024623f-c5d8-4d86-bdd2-7ecafd544af4} <Debug> TCPHandler: Processed in 0.002926071 sec. | ||
| 14010 | 2025.01.30 20:27:22.845612 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14011 | 2025.01.30 20:27:22.845837 [ 271 ] {62cdc8fe-4627-4a69-847c-ab74a9f6289c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14012 | 2025.01.30 20:27:22.845929 [ 271 ] {62cdc8fe-4627-4a69-847c-ab74a9f6289c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14013 | 2025.01.30 20:27:22.846454 [ 271 ] {62cdc8fe-4627-4a69-847c-ab74a9f6289c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14014 | 2025.01.30 20:27:22.846491 [ 271 ] {62cdc8fe-4627-4a69-847c-ab74a9f6289c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14015 | 2025.01.30 20:27:22.846854 [ 271 ] {62cdc8fe-4627-4a69-847c-ab74a9f6289c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14016 | 2025.01.30 20:27:22.847089 [ 271 ] {62cdc8fe-4627-4a69-847c-ab74a9f6289c} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14017 | 2025.01.30 20:27:22.847264 [ 271 ] {62cdc8fe-4627-4a69-847c-ab74a9f6289c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 14018 | 2025.01.30 20:27:22.847312 [ 271 ] {62cdc8fe-4627-4a69-847c-ab74a9f6289c} <Debug> TCPHandler: Processed in 0.001808511 sec. | ||
| 14019 | 2025.01.30 20:27:26.147179 [ 224 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14020 | 2025.01.30 20:27:26.147244 [ 224 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14021 | 2025.01.30 20:27:26.148580 [ 224 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14022 | 2025.01.30 20:27:26.563852 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14023 | 2025.01.30 20:27:26.563908 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14024 | 2025.01.30 20:27:26.790367 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 14025 | 2025.01.30 20:27:26.791329 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14026 | 2025.01.30 20:27:26.791381 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14027 | 2025.01.30 20:27:26.791917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14028 | 2025.01.30 20:27:26.792197 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14029 | 2025.01.30 20:27:26.792493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 14030 | 2025.01.30 20:27:26.962875 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1916 | ||
| 14031 | 2025.01.30 20:27:26.966198 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14032 | 2025.01.30 20:27:26.966244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14033 | 2025.01.30 20:27:26.967800 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14034 | 2025.01.30 20:27:26.968110 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14035 | 2025.01.30 20:27:26.969693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1916 | ||
| 14036 | 2025.01.30 20:27:27.002005 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001495182 sec. | ||
| 14037 | 2025.01.30 20:27:27.330469 [ 219 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14038 | 2025.01.30 20:27:27.330551 [ 219 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14039 | 2025.01.30 20:27:27.332281 [ 219 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14040 | 2025.01.30 20:27:27.837997 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14041 | 2025.01.30 20:27:27.838210 [ 270 ] {47eb7f52-5a66-4dc3-9a1b-aefc5e04db21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14042 | 2025.01.30 20:27:27.838281 [ 270 ] {47eb7f52-5a66-4dc3-9a1b-aefc5e04db21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14043 | 2025.01.30 20:27:27.839024 [ 270 ] {47eb7f52-5a66-4dc3-9a1b-aefc5e04db21} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14044 | 2025.01.30 20:27:27.839068 [ 270 ] {47eb7f52-5a66-4dc3-9a1b-aefc5e04db21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14045 | 2025.01.30 20:27:27.839499 [ 270 ] {47eb7f52-5a66-4dc3-9a1b-aefc5e04db21} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 14046 | 2025.01.30 20:27:27.839763 [ 270 ] {47eb7f52-5a66-4dc3-9a1b-aefc5e04db21} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14047 | 2025.01.30 20:27:27.840006 [ 270 ] {47eb7f52-5a66-4dc3-9a1b-aefc5e04db21} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec. | ||
| 14048 | 2025.01.30 20:27:27.840127 [ 270 ] {47eb7f52-5a66-4dc3-9a1b-aefc5e04db21} <Debug> TCPHandler: Processed in 0.002268373 sec. | ||
| 14049 | 2025.01.30 20:27:27.840402 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14050 | 2025.01.30 20:27:27.840621 [ 271 ] {2ef762c7-4e78-4163-8109-fd3a15b2015b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14051 | 2025.01.30 20:27:27.840704 [ 271 ] {2ef762c7-4e78-4163-8109-fd3a15b2015b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14052 | 2025.01.30 20:27:27.841650 [ 271 ] {2ef762c7-4e78-4163-8109-fd3a15b2015b} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14053 | 2025.01.30 20:27:27.841703 [ 271 ] {2ef762c7-4e78-4163-8109-fd3a15b2015b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14054 | 2025.01.30 20:27:27.842166 [ 271 ] {2ef762c7-4e78-4163-8109-fd3a15b2015b} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14055 | 2025.01.30 20:27:27.842423 [ 271 ] {2ef762c7-4e78-4163-8109-fd3a15b2015b} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14056 | 2025.01.30 20:27:27.842660 [ 271 ] {2ef762c7-4e78-4163-8109-fd3a15b2015b} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002099 sec., 126250.59552167698 rows/sec., 11.12 MiB/sec. | ||
| 14057 | 2025.01.30 20:27:27.842729 [ 271 ] {2ef762c7-4e78-4163-8109-fd3a15b2015b} <Debug> TCPHandler: Processed in 0.002472588 sec. | ||
| 14058 | 2025.01.30 20:27:27.842895 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14059 | 2025.01.30 20:27:27.843037 [ 270 ] {ab38c5c0-6cb0-434b-b14f-daf7bb67e922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14060 | 2025.01.30 20:27:27.843095 [ 270 ] {ab38c5c0-6cb0-434b-b14f-daf7bb67e922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14061 | 2025.01.30 20:27:27.843706 [ 270 ] {ab38c5c0-6cb0-434b-b14f-daf7bb67e922} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14062 | 2025.01.30 20:27:27.843745 [ 270 ] {ab38c5c0-6cb0-434b-b14f-daf7bb67e922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14063 | 2025.01.30 20:27:27.844111 [ 270 ] {ab38c5c0-6cb0-434b-b14f-daf7bb67e922} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14064 | 2025.01.30 20:27:27.844351 [ 270 ] {ab38c5c0-6cb0-434b-b14f-daf7bb67e922} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14065 | 2025.01.30 20:27:27.844562 [ 270 ] {ab38c5c0-6cb0-434b-b14f-daf7bb67e922} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001556 sec., 24421.59383033419 rows/sec., 1.75 MiB/sec. | ||
| 14066 | 2025.01.30 20:27:27.844615 [ 270 ] {ab38c5c0-6cb0-434b-b14f-daf7bb67e922} <Debug> TCPHandler: Processed in 0.00178985 sec. | ||
| 14067 | 2025.01.30 20:27:27.844828 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14068 | 2025.01.30 20:27:27.845061 [ 271 ] {00c51691-556a-408a-b69a-54e9098e2e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14069 | 2025.01.30 20:27:27.845155 [ 271 ] {00c51691-556a-408a-b69a-54e9098e2e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14070 | 2025.01.30 20:27:27.845776 [ 271 ] {00c51691-556a-408a-b69a-54e9098e2e25} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14071 | 2025.01.30 20:27:27.845817 [ 271 ] {00c51691-556a-408a-b69a-54e9098e2e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14072 | 2025.01.30 20:27:27.846192 [ 271 ] {00c51691-556a-408a-b69a-54e9098e2e25} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14073 | 2025.01.30 20:27:27.846429 [ 271 ] {00c51691-556a-408a-b69a-54e9098e2e25} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14074 | 2025.01.30 20:27:27.846642 [ 271 ] {00c51691-556a-408a-b69a-54e9098e2e25} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001642 sec., 8526.187576126675 rows/sec., 597.12 KiB/sec. | ||
| 14075 | 2025.01.30 20:27:27.846694 [ 271 ] {00c51691-556a-408a-b69a-54e9098e2e25} <Debug> TCPHandler: Processed in 0.001981975 sec. | ||
| 14076 | 2025.01.30 20:27:27.846893 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14077 | 2025.01.30 20:27:27.847120 [ 270 ] {fe47b57b-0c3e-49e4-be8c-87bdad759859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14078 | 2025.01.30 20:27:27.847202 [ 270 ] {fe47b57b-0c3e-49e4-be8c-87bdad759859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14079 | 2025.01.30 20:27:27.847780 [ 270 ] {fe47b57b-0c3e-49e4-be8c-87bdad759859} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14080 | 2025.01.30 20:27:27.847820 [ 270 ] {fe47b57b-0c3e-49e4-be8c-87bdad759859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14081 | 2025.01.30 20:27:27.848177 [ 270 ] {fe47b57b-0c3e-49e4-be8c-87bdad759859} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 14082 | 2025.01.30 20:27:27.848411 [ 270 ] {fe47b57b-0c3e-49e4-be8c-87bdad759859} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14083 | 2025.01.30 20:27:27.848627 [ 270 ] {fe47b57b-0c3e-49e4-be8c-87bdad759859} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001564 sec., 8312.020460358055 rows/sec., 518.25 KiB/sec. | ||
| 14084 | 2025.01.30 20:27:27.848680 [ 270 ] {fe47b57b-0c3e-49e4-be8c-87bdad759859} <Debug> TCPHandler: Processed in 0.001899473 sec. | ||
| 14085 | 2025.01.30 20:27:27.848875 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14086 | 2025.01.30 20:27:27.849098 [ 271 ] {068a0736-8897-40a6-9998-5c4ca8e56ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14087 | 2025.01.30 20:27:27.849186 [ 271 ] {068a0736-8897-40a6-9998-5c4ca8e56ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14088 | 2025.01.30 20:27:27.849885 [ 271 ] {068a0736-8897-40a6-9998-5c4ca8e56ebc} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14089 | 2025.01.30 20:27:27.849921 [ 271 ] {068a0736-8897-40a6-9998-5c4ca8e56ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14090 | 2025.01.30 20:27:27.850280 [ 271 ] {068a0736-8897-40a6-9998-5c4ca8e56ebc} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14091 | 2025.01.30 20:27:27.850575 [ 271 ] {068a0736-8897-40a6-9998-5c4ca8e56ebc} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14092 | 2025.01.30 20:27:27.850782 [ 271 ] {068a0736-8897-40a6-9998-5c4ca8e56ebc} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001735 sec., 238040.34582132564 rows/sec., 16.98 MiB/sec. | ||
| 14093 | 2025.01.30 20:27:27.850835 [ 271 ] {068a0736-8897-40a6-9998-5c4ca8e56ebc} <Debug> TCPHandler: Processed in 0.002071957 sec. | ||
| 14094 | 2025.01.30 20:27:27.851034 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14095 | 2025.01.30 20:27:27.851238 [ 270 ] {8edf51f7-c69e-4c87-8217-dd2371f73c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14096 | 2025.01.30 20:27:27.851298 [ 270 ] {8edf51f7-c69e-4c87-8217-dd2371f73c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14097 | 2025.01.30 20:27:27.851879 [ 270 ] {8edf51f7-c69e-4c87-8217-dd2371f73c21} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14098 | 2025.01.30 20:27:27.851926 [ 270 ] {8edf51f7-c69e-4c87-8217-dd2371f73c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14099 | 2025.01.30 20:27:27.852328 [ 270 ] {8edf51f7-c69e-4c87-8217-dd2371f73c21} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 14100 | 2025.01.30 20:27:27.852583 [ 270 ] {8edf51f7-c69e-4c87-8217-dd2371f73c21} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14101 | 2025.01.30 20:27:27.852843 [ 270 ] {8edf51f7-c69e-4c87-8217-dd2371f73c21} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec. | ||
| 14102 | 2025.01.30 20:27:27.852947 [ 270 ] {8edf51f7-c69e-4c87-8217-dd2371f73c21} <Debug> TCPHandler: Processed in 0.002020736 sec. | ||
| 14103 | 2025.01.30 20:27:27.853170 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14104 | 2025.01.30 20:27:27.853329 [ 271 ] {e3717d83-2abc-4410-b0d6-3417969aef37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14105 | 2025.01.30 20:27:27.853390 [ 271 ] {e3717d83-2abc-4410-b0d6-3417969aef37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14106 | 2025.01.30 20:27:27.854066 [ 271 ] {e3717d83-2abc-4410-b0d6-3417969aef37} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14107 | 2025.01.30 20:27:27.854111 [ 271 ] {e3717d83-2abc-4410-b0d6-3417969aef37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14108 | 2025.01.30 20:27:27.854521 [ 271 ] {e3717d83-2abc-4410-b0d6-3417969aef37} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14109 | 2025.01.30 20:27:27.854763 [ 271 ] {e3717d83-2abc-4410-b0d6-3417969aef37} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14110 | 2025.01.30 20:27:27.854980 [ 271 ] {e3717d83-2abc-4410-b0d6-3417969aef37} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001681 sec., 140987.50743605 rows/sec., 9.45 MiB/sec. | ||
| 14111 | 2025.01.30 20:27:27.855030 [ 271 ] {e3717d83-2abc-4410-b0d6-3417969aef37} <Debug> TCPHandler: Processed in 0.001985845 sec. | ||
| 14112 | 2025.01.30 20:27:27.855182 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14113 | 2025.01.30 20:27:27.855323 [ 270 ] {922f3f32-3029-487b-9a1e-55395202ef43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14114 | 2025.01.30 20:27:27.855384 [ 270 ] {922f3f32-3029-487b-9a1e-55395202ef43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14115 | 2025.01.30 20:27:27.855937 [ 270 ] {922f3f32-3029-487b-9a1e-55395202ef43} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14116 | 2025.01.30 20:27:27.855983 [ 270 ] {922f3f32-3029-487b-9a1e-55395202ef43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14117 | 2025.01.30 20:27:27.856369 [ 270 ] {922f3f32-3029-487b-9a1e-55395202ef43} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14118 | 2025.01.30 20:27:27.856609 [ 270 ] {922f3f32-3029-487b-9a1e-55395202ef43} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14119 | 2025.01.30 20:27:27.856776 [ 62 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 14120 | 2025.01.30 20:27:27.856841 [ 270 ] {922f3f32-3029-487b-9a1e-55395202ef43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001546 sec., 646.8305304010349 rows/sec., 43.59 KiB/sec. | ||
| 14121 | 2025.01.30 20:27:27.856861 [ 62 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14122 | 2025.01.30 20:27:27.856923 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14123 | 2025.01.30 20:27:27.856970 [ 270 ] {922f3f32-3029-487b-9a1e-55395202ef43} <Debug> TCPHandler: Processed in 0.001843131 sec. | ||
| 14124 | 2025.01.30 20:27:27.857131 [ 199 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 14125 | 2025.01.30 20:27:27.857168 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14126 | 2025.01.30 20:27:27.857321 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14127 | 2025.01.30 20:27:27.857414 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
| 14128 | 2025.01.30 20:27:27.857424 [ 271 ] {5171e8cd-c6e4-40b4-ae23-ee103e430946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14129 | 2025.01.30 20:27:27.857728 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 14130 | 2025.01.30 20:27:27.857825 [ 271 ] {5171e8cd-c6e4-40b4-ae23-ee103e430946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14131 | 2025.01.30 20:27:27.858059 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 14132 | 2025.01.30 20:27:27.858530 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 14133 | 2025.01.30 20:27:27.858866 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 14134 | 2025.01.30 20:27:27.859248 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 14135 | 2025.01.30 20:27:27.862804 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.005773821 sec., 7101.016813649055 rows/sec., 477.81 KiB/sec. | ||
| 14136 | 2025.01.30 20:27:27.863015 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 14137 | 2025.01.30 20:27:27.863477 [ 271 ] {5171e8cd-c6e4-40b4-ae23-ee103e430946} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14138 | 2025.01.30 20:27:27.863533 [ 271 ] {5171e8cd-c6e4-40b4-ae23-ee103e430946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14139 | 2025.01.30 20:27:27.863660 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14140 | 2025.01.30 20:27:27.863891 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_41_8} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 14141 | 2025.01.30 20:27:27.864048 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14142 | 2025.01.30 20:27:27.864566 [ 271 ] {5171e8cd-c6e4-40b4-ae23-ee103e430946} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14143 | 2025.01.30 20:27:27.864844 [ 271 ] {5171e8cd-c6e4-40b4-ae23-ee103e430946} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14144 | 2025.01.30 20:27:27.865086 [ 271 ] {5171e8cd-c6e4-40b4-ae23-ee103e430946} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007738 sec., 4006.2031532695787 rows/sec., 7.18 MiB/sec. | ||
| 14145 | 2025.01.30 20:27:27.865205 [ 271 ] {5171e8cd-c6e4-40b4-ae23-ee103e430946} <Debug> TCPHandler: Processed in 0.008123735 sec. | ||
| 14146 | 2025.01.30 20:27:27.865391 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14147 | 2025.01.30 20:27:27.865513 [ 270 ] {77099c0c-d86c-4c6c-8d7b-0e841cdb32b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14148 | 2025.01.30 20:27:27.865564 [ 270 ] {77099c0c-d86c-4c6c-8d7b-0e841cdb32b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14149 | 2025.01.30 20:27:27.866083 [ 270 ] {77099c0c-d86c-4c6c-8d7b-0e841cdb32b1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14150 | 2025.01.30 20:27:27.866125 [ 270 ] {77099c0c-d86c-4c6c-8d7b-0e841cdb32b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14151 | 2025.01.30 20:27:27.866509 [ 270 ] {77099c0c-d86c-4c6c-8d7b-0e841cdb32b1} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14152 | 2025.01.30 20:27:27.866750 [ 270 ] {77099c0c-d86c-4c6c-8d7b-0e841cdb32b1} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14153 | 2025.01.30 20:27:27.866971 [ 270 ] {77099c0c-d86c-4c6c-8d7b-0e841cdb32b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec. | ||
| 14154 | 2025.01.30 20:27:27.867022 [ 270 ] {77099c0c-d86c-4c6c-8d7b-0e841cdb32b1} <Debug> TCPHandler: Processed in 0.001690737 sec. | ||
| 14155 | 2025.01.30 20:27:28.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.08 MiB, peak 285.85 MiB, free memory in arenas 0.00 B, will set to 267.28 MiB (RSS), difference: 3.20 MiB | ||
| 14156 | 2025.01.30 20:27:29.324792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 14157 | 2025.01.30 20:27:29.346194 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14158 | 2025.01.30 20:27:29.346253 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14159 | 2025.01.30 20:27:29.353772 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14160 | 2025.01.30 20:27:29.354546 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14161 | 2025.01.30 20:27:29.357733 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 14162 | 2025.01.30 20:27:29.916831 [ 56 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 14163 | 2025.01.30 20:27:29.916923 [ 56 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14164 | 2025.01.30 20:27:29.916965 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14165 | 2025.01.30 20:27:29.917209 [ 190 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 14166 | 2025.01.30 20:27:29.917495 [ 190 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14167 | 2025.01.30 20:27:29.917560 [ 190 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 14168 | 2025.01.30 20:27:29.917750 [ 190 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 14169 | 2025.01.30 20:27:29.918043 [ 190 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 14170 | 2025.01.30 20:27:29.918311 [ 190 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 14171 | 2025.01.30 20:27:29.918459 [ 190 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 14172 | 2025.01.30 20:27:29.919582 [ 186 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.00250765 sec., 16748.748828584532 rows/sec., 1.40 MiB/sec. | ||
| 14173 | 2025.01.30 20:27:29.919793 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 14174 | 2025.01.30 20:27:29.920194 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14175 | 2025.01.30 20:27:29.920297 [ 192 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_25_6} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 14176 | 2025.01.30 20:27:29.920405 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14177 | 2025.01.30 20:27:32.832585 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14178 | 2025.01.30 20:27:32.832820 [ 270 ] {f9ba0c1f-706e-47d0-a2e0-1fb722ddcfb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14179 | 2025.01.30 20:27:32.832900 [ 270 ] {f9ba0c1f-706e-47d0-a2e0-1fb722ddcfb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14180 | 2025.01.30 20:27:32.834295 [ 270 ] {f9ba0c1f-706e-47d0-a2e0-1fb722ddcfb1} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14181 | 2025.01.30 20:27:32.834340 [ 270 ] {f9ba0c1f-706e-47d0-a2e0-1fb722ddcfb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14182 | 2025.01.30 20:27:32.834770 [ 270 ] {f9ba0c1f-706e-47d0-a2e0-1fb722ddcfb1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14183 | 2025.01.30 20:27:32.835027 [ 270 ] {f9ba0c1f-706e-47d0-a2e0-1fb722ddcfb1} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14184 | 2025.01.30 20:27:32.835311 [ 270 ] {f9ba0c1f-706e-47d0-a2e0-1fb722ddcfb1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00255 sec., 2352.9411764705883 rows/sec., 191.87 KiB/sec. | ||
| 14185 | 2025.01.30 20:27:32.835537 [ 270 ] {f9ba0c1f-706e-47d0-a2e0-1fb722ddcfb1} <Debug> TCPHandler: Processed in 0.003093356 sec. | ||
| 14186 | 2025.01.30 20:27:32.835823 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14187 | 2025.01.30 20:27:32.836042 [ 271 ] {bb6adb89-6faa-4414-ba34-a68bc2b1df4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14188 | 2025.01.30 20:27:32.836123 [ 271 ] {bb6adb89-6faa-4414-ba34-a68bc2b1df4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14189 | 2025.01.30 20:27:32.836915 [ 271 ] {bb6adb89-6faa-4414-ba34-a68bc2b1df4f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14190 | 2025.01.30 20:27:32.836965 [ 271 ] {bb6adb89-6faa-4414-ba34-a68bc2b1df4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14191 | 2025.01.30 20:27:32.837404 [ 271 ] {bb6adb89-6faa-4414-ba34-a68bc2b1df4f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14192 | 2025.01.30 20:27:32.837653 [ 271 ] {bb6adb89-6faa-4414-ba34-a68bc2b1df4f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2025.01.30 20:27:32.837890 [ 271 ] {bb6adb89-6faa-4414-ba34-a68bc2b1df4f} <Debug> executeQuery: Read 75 rows, 6.15 KiB in 0.001909 sec., 39287.5851231011 rows/sec., 3.15 MiB/sec. | ||
| 14194 | 2025.01.30 20:27:32.837945 [ 271 ] {bb6adb89-6faa-4414-ba34-a68bc2b1df4f} <Debug> TCPHandler: Processed in 0.002262573 sec. | ||
| 14195 | 2025.01.30 20:27:32.838113 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14196 | 2025.01.30 20:27:32.838255 [ 270 ] {b8722709-ce29-4c7e-bcd2-b647403d1ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14197 | 2025.01.30 20:27:32.838313 [ 270 ] {b8722709-ce29-4c7e-bcd2-b647403d1ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14198 | 2025.01.30 20:27:32.838911 [ 270 ] {b8722709-ce29-4c7e-bcd2-b647403d1ea4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14199 | 2025.01.30 20:27:32.838950 [ 270 ] {b8722709-ce29-4c7e-bcd2-b647403d1ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14200 | 2025.01.30 20:27:32.839307 [ 270 ] {b8722709-ce29-4c7e-bcd2-b647403d1ea4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14201 | 2025.01.30 20:27:32.839543 [ 270 ] {b8722709-ce29-4c7e-bcd2-b647403d1ea4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14202 | 2025.01.30 20:27:32.839769 [ 270 ] {b8722709-ce29-4c7e-bcd2-b647403d1ea4} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001539 sec., 9096.816114359974 rows/sec., 663.10 KiB/sec. | ||
| 14203 | 2025.01.30 20:27:32.839855 [ 270 ] {b8722709-ce29-4c7e-bcd2-b647403d1ea4} <Debug> TCPHandler: Processed in 0.00180825 sec. | ||
| 14204 | 2025.01.30 20:27:32.840049 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14205 | 2025.01.30 20:27:32.840362 [ 271 ] {85628e73-f160-4ebd-85e9-61b6ff502cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14206 | 2025.01.30 20:27:32.840440 [ 271 ] {85628e73-f160-4ebd-85e9-61b6ff502cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14207 | 2025.01.30 20:27:32.841047 [ 271 ] {85628e73-f160-4ebd-85e9-61b6ff502cb8} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14208 | 2025.01.30 20:27:32.841087 [ 271 ] {85628e73-f160-4ebd-85e9-61b6ff502cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14209 | 2025.01.30 20:27:32.841456 [ 271 ] {85628e73-f160-4ebd-85e9-61b6ff502cb8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14210 | 2025.01.30 20:27:32.841695 [ 271 ] {85628e73-f160-4ebd-85e9-61b6ff502cb8} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14211 | 2025.01.30 20:27:32.841929 [ 271 ] {85628e73-f160-4ebd-85e9-61b6ff502cb8} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.001689 sec., 46181.17229129663 rows/sec., 3.61 MiB/sec. | ||
| 14212 | 2025.01.30 20:27:32.842026 [ 271 ] {85628e73-f160-4ebd-85e9-61b6ff502cb8} <Debug> TCPHandler: Processed in 0.002079388 sec. | ||
| 14213 | 2025.01.30 20:27:32.842226 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14214 | 2025.01.30 20:27:32.842407 [ 270 ] {52aee126-ec12-4b75-af5e-adba4b2bdf59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14215 | 2025.01.30 20:27:32.842470 [ 270 ] {52aee126-ec12-4b75-af5e-adba4b2bdf59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14216 | 2025.01.30 20:27:32.843159 [ 270 ] {52aee126-ec12-4b75-af5e-adba4b2bdf59} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14217 | 2025.01.30 20:27:32.843206 [ 270 ] {52aee126-ec12-4b75-af5e-adba4b2bdf59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14218 | 2025.01.30 20:27:32.843625 [ 270 ] {52aee126-ec12-4b75-af5e-adba4b2bdf59} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14219 | 2025.01.30 20:27:32.843859 [ 270 ] {52aee126-ec12-4b75-af5e-adba4b2bdf59} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14220 | 2025.01.30 20:27:32.844051 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 14221 | 2025.01.30 20:27:32.844086 [ 270 ] {52aee126-ec12-4b75-af5e-adba4b2bdf59} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00171 sec., 95321.63742690059 rows/sec., 6.64 MiB/sec. | ||
| 14222 | 2025.01.30 20:27:32.844135 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14223 | 2025.01.30 20:27:32.844203 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14224 | 2025.01.30 20:27:32.844211 [ 270 ] {52aee126-ec12-4b75-af5e-adba4b2bdf59} <Debug> TCPHandler: Processed in 0.002105038 sec. | ||
| 14225 | 2025.01.30 20:27:32.844438 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 14226 | 2025.01.30 20:27:32.844493 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14227 | 2025.01.30 20:27:32.844645 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14228 | 2025.01.30 20:27:32.844749 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 32487 rows starting from the beginning of the part | ||
| 14229 | 2025.01.30 20:27:32.844820 [ 271 ] {5f425e4d-61f9-4e19-bb48-1dd75f930d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14230 | 2025.01.30 20:27:32.844960 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 14231 | 2025.01.30 20:27:32.845460 [ 271 ] {5f425e4d-61f9-4e19-bb48-1dd75f930d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14232 | 2025.01.30 20:27:32.845528 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 960 rows starting from the beginning of the part | ||
| 14233 | 2025.01.30 20:27:32.845927 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 14234 | 2025.01.30 20:27:32.846308 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::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 | ||
| 14235 | 2025.01.30 20:27:32.848747 [ 271 ] {5f425e4d-61f9-4e19-bb48-1dd75f930d63} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14236 | 2025.01.30 20:27:32.848807 [ 271 ] {5f425e4d-61f9-4e19-bb48-1dd75f930d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14237 | 2025.01.30 20:27:32.850230 [ 271 ] {5f425e4d-61f9-4e19-bb48-1dd75f930d63} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14238 | 2025.01.30 20:27:32.850623 [ 271 ] {5f425e4d-61f9-4e19-bb48-1dd75f930d63} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14239 | 2025.01.30 20:27:32.850913 [ 271 ] {5f425e4d-61f9-4e19-bb48-1dd75f930d63} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006196 sec., 1291.1555842479017 rows/sec., 2.31 MiB/sec. | ||
| 14240 | 2025.01.30 20:27:32.851292 [ 271 ] {5f425e4d-61f9-4e19-bb48-1dd75f930d63} <Debug> TCPHandler: Processed in 0.006950673 sec. | ||
| 14241 | 2025.01.30 20:27:32.851628 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14242 | 2025.01.30 20:27:32.852031 [ 270 ] {03a3f627-46ae-4583-a5fb-1c847ed7d0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14243 | 2025.01.30 20:27:32.852105 [ 270 ] {03a3f627-46ae-4583-a5fb-1c847ed7d0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14244 | 2025.01.30 20:27:32.852855 [ 270 ] {03a3f627-46ae-4583-a5fb-1c847ed7d0d0} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14245 | 2025.01.30 20:27:32.852920 [ 270 ] {03a3f627-46ae-4583-a5fb-1c847ed7d0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14246 | 2025.01.30 20:27:32.853352 [ 270 ] {03a3f627-46ae-4583-a5fb-1c847ed7d0d0} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14247 | 2025.01.30 20:27:32.853660 [ 270 ] {03a3f627-46ae-4583-a5fb-1c847ed7d0d0} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14248 | 2025.01.30 20:27:32.853936 [ 270 ] {03a3f627-46ae-4583-a5fb-1c847ed7d0d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002033 sec., 29513.03492375799 rows/sec., 1.99 MiB/sec. | ||
| 14249 | 2025.01.30 20:27:32.854119 [ 270 ] {03a3f627-46ae-4583-a5fb-1c847ed7d0d0} <Debug> TCPHandler: Processed in 0.002704785 sec. | ||
| 14250 | 2025.01.30 20:27:32.855471 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34004 rows, containing 5 columns (5 merged, 0 gathered) in 0.01117406 sec., 3043119.5107239448 rows/sec., 205.83 MiB/sec. | ||
| 14251 | 2025.01.30 20:27:32.855731 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 14252 | 2025.01.30 20:27:32.856035 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14253 | 2025.01.30 20:27:32.856116 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 14254 | 2025.01.30 20:27:32.856197 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 14255 | 2025.01.30 20:27:34.292644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 14256 | 2025.01.30 20:27:34.293805 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14257 | 2025.01.30 20:27:34.293853 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14258 | 2025.01.30 20:27:34.294382 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14259 | 2025.01.30 20:27:34.294641 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14260 | 2025.01.30 20:27:34.294887 [ 52 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14261 | 2025.01.30 20:27:34.294909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 14262 | 2025.01.30 20:27:34.295010 [ 52 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14263 | 2025.01.30 20:27:34.295057 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14264 | 2025.01.30 20:27:34.295323 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 14265 | 2025.01.30 20:27:34.295673 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14266 | 2025.01.30 20:27:34.295721 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 14267 | 2025.01.30 20:27:34.295807 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 14268 | 2025.01.30 20:27:34.296036 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 14269 | 2025.01.30 20:27:34.296156 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 14270 | 2025.01.30 20:27:34.296352 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 14271 | 2025.01.30 20:27:34.296445 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 14272 | 2025.01.30 20:27:34.299247 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004091864 sec., 9078747.485253666 rows/sec., 129.87 MiB/sec. | ||
| 14273 | 2025.01.30 20:27:34.299649 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14274 | 2025.01.30 20:27:34.299960 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14275 | 2025.01.30 20:27:34.300047 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_81_16} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14276 | 2025.01.30 20:27:34.300160 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 14277 | 2025.01.30 20:27:36.857805 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 14278 | 2025.01.30 20:27:36.879689 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14279 | 2025.01.30 20:27:36.879738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14280 | 2025.01.30 20:27:36.887166 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14281 | 2025.01.30 20:27:36.887932 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14282 | 2025.01.30 20:27:36.888240 [ 51 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14283 | 2025.01.30 20:27:36.888313 [ 51 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14284 | 2025.01.30 20:27:36.888361 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14285 | 2025.01.30 20:27:36.888943 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 14286 | 2025.01.30 20:27:36.905550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 14287 | 2025.01.30 20:27:36.907103 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14288 | 2025.01.30 20:27:36.908317 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 14289 | 2025.01.30 20:27:36.913884 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 14290 | 2025.01.30 20:27:36.919784 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 14291 | 2025.01.30 20:27:36.925765 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 14292 | 2025.01.30 20:27:36.932146 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 14293 | 2025.01.30 20:27:36.938337 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 14294 | 2025.01.30 20:27:36.970598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1952 | ||
| 14295 | 2025.01.30 20:27:36.979000 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14296 | 2025.01.30 20:27:36.979073 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14297 | 2025.01.30 20:27:36.987088 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14298 | 2025.01.30 20:27:36.988076 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14299 | 2025.01.30 20:27:36.990230 [ 51 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14300 | 2025.01.30 20:27:36.990381 [ 51 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14301 | 2025.01.30 20:27:36.990556 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14302 | 2025.01.30 20:27:36.991259 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 14303 | 2025.01.30 20:27:36.991309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1952 | ||
| 14304 | 2025.01.30 20:27:36.995961 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14305 | 2025.01.30 20:27:36.996493 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1776 rows starting from the beginning of the part | ||
| 14306 | 2025.01.30 20:27:36.997692 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 36 rows starting from the beginning of the part | ||
| 14307 | 2025.01.30 20:27:36.998127 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part | ||
| 14308 | 2025.01.30 20:27:36.998557 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part | ||
| 14309 | 2025.01.30 20:27:36.998973 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 14310 | 2025.01.30 20:27:36.999904 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part | ||
| 14311 | 2025.01.30 20:27:37.000264 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 281.78 MiB, peak 285.85 MiB, free memory in arenas 0.00 B, will set to 267.28 MiB (RSS), difference: -14.50 MiB | ||
| 14312 | 2025.01.30 20:27:37.020173 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 72 columns (72 merged, 0 gathered) in 0.029296483 sec., 66629.15818257091 rows/sec., 50.94 MiB/sec. | ||
| 14313 | 2025.01.30 20:27:37.022457 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14314 | 2025.01.30 20:27:37.023418 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14315 | 2025.01.30 20:27:37.023513 [ 192 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_56_11} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14316 | 2025.01.30 20:27:37.023753 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 14317 | 2025.01.30 20:27:37.044005 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.155489555 sec., 3929.5243979571487 rows/sec., 20.32 MiB/sec. | ||
| 14318 | 2025.01.30 20:27:37.047536 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14319 | 2025.01.30 20:27:37.050703 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14320 | 2025.01.30 20:27:37.050820 [ 197 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_81_16} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14321 | 2025.01.30 20:27:37.053283 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14322 | 2025.01.30 20:27:37.838097 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14323 | 2025.01.30 20:27:37.838405 [ 270 ] {1ee58e82-f05b-4df6-9089-1a8cc9d5849d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14324 | 2025.01.30 20:27:37.838522 [ 270 ] {1ee58e82-f05b-4df6-9089-1a8cc9d5849d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14325 | 2025.01.30 20:27:37.839342 [ 270 ] {1ee58e82-f05b-4df6-9089-1a8cc9d5849d} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14326 | 2025.01.30 20:27:37.839384 [ 270 ] {1ee58e82-f05b-4df6-9089-1a8cc9d5849d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14327 | 2025.01.30 20:27:37.839826 [ 270 ] {1ee58e82-f05b-4df6-9089-1a8cc9d5849d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14328 | 2025.01.30 20:27:37.840085 [ 270 ] {1ee58e82-f05b-4df6-9089-1a8cc9d5849d} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14329 | 2025.01.30 20:27:37.840309 [ 48 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 14330 | 2025.01.30 20:27:37.840349 [ 270 ] {1ee58e82-f05b-4df6-9089-1a8cc9d5849d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002032 sec., 6889.76377952756 rows/sec., 495.97 KiB/sec. | ||
| 14331 | 2025.01.30 20:27:37.840427 [ 48 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14332 | 2025.01.30 20:27:37.840488 [ 270 ] {1ee58e82-f05b-4df6-9089-1a8cc9d5849d} <Debug> TCPHandler: Processed in 0.002578082 sec. | ||
| 14333 | 2025.01.30 20:27:37.840506 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14334 | 2025.01.30 20:27:37.840741 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 14335 | 2025.01.30 20:27:37.840819 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14336 | 2025.01.30 20:27:37.841024 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14337 | 2025.01.30 20:27:37.841105 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 14338 | 2025.01.30 20:27:37.841116 [ 271 ] {ba64a2bd-47df-47f0-97fc-8f1249f551f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14339 | 2025.01.30 20:27:37.841314 [ 271 ] {ba64a2bd-47df-47f0-97fc-8f1249f551f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14340 | 2025.01.30 20:27:37.841353 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 14341 | 2025.01.30 20:27:37.841743 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 14342 | 2025.01.30 20:27:37.841974 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 14343 | 2025.01.30 20:27:37.842294 [ 200 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 14344 | 2025.01.30 20:27:37.844388 [ 271 ] {ba64a2bd-47df-47f0-97fc-8f1249f551f4} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14345 | 2025.01.30 20:27:37.844473 [ 271 ] {ba64a2bd-47df-47f0-97fc-8f1249f551f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14346 | 2025.01.30 20:27:37.844914 [ 195 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004280099 sec., 16354.761887517088 rows/sec., 1.21 MiB/sec. | ||
| 14347 | 2025.01.30 20:27:37.845113 [ 195 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 14348 | 2025.01.30 20:27:37.845423 [ 271 ] {ba64a2bd-47df-47f0-97fc-8f1249f551f4} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14349 | 2025.01.30 20:27:37.845607 [ 195 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_41_10} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14350 | 2025.01.30 20:27:37.845769 [ 195 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_41_10} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 14351 | 2025.01.30 20:27:37.845939 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14352 | 2025.01.30 20:27:37.845974 [ 271 ] {ba64a2bd-47df-47f0-97fc-8f1249f551f4} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14353 | 2025.01.30 20:27:37.846151 [ 48 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14354 | 2025.01.30 20:27:37.846190 [ 48 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14355 | 2025.01.30 20:27:37.846203 [ 271 ] {ba64a2bd-47df-47f0-97fc-8f1249f551f4} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.005189 sec., 51069.57024474851 rows/sec., 4.50 MiB/sec. | ||
| 14356 | 2025.01.30 20:27:37.846217 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14357 | 2025.01.30 20:27:37.846330 [ 271 ] {ba64a2bd-47df-47f0-97fc-8f1249f551f4} <Debug> TCPHandler: Processed in 0.005680828 sec. | ||
| 14358 | 2025.01.30 20:27:37.846432 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14359 | 2025.01.30 20:27:37.846511 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14360 | 2025.01.30 20:27:37.846599 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14361 | 2025.01.30 20:27:37.846666 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1432 rows starting from the beginning of the part | ||
| 14362 | 2025.01.30 20:27:37.846761 [ 270 ] {824081f9-686a-4356-af4a-02d7e0428ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14363 | 2025.01.30 20:27:37.846898 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1408 rows starting from the beginning of the part | ||
| 14364 | 2025.01.30 20:27:37.846966 [ 270 ] {824081f9-686a-4356-af4a-02d7e0428ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14365 | 2025.01.30 20:27:37.847235 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 72 rows starting from the beginning of the part | ||
| 14366 | 2025.01.30 20:27:37.847563 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 265 rows starting from the beginning of the part | ||
| 14367 | 2025.01.30 20:27:37.847884 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 75 rows starting from the beginning of the part | ||
| 14368 | 2025.01.30 20:27:37.848192 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 265 rows starting from the beginning of the part | ||
| 14369 | 2025.01.30 20:27:37.850109 [ 270 ] {824081f9-686a-4356-af4a-02d7e0428ad3} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14370 | 2025.01.30 20:27:37.850188 [ 270 ] {824081f9-686a-4356-af4a-02d7e0428ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14371 | 2025.01.30 20:27:37.851062 [ 270 ] {824081f9-686a-4356-af4a-02d7e0428ad3} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14372 | 2025.01.30 20:27:37.851374 [ 270 ] {824081f9-686a-4356-af4a-02d7e0428ad3} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14373 | 2025.01.30 20:27:37.851954 [ 270 ] {824081f9-686a-4356-af4a-02d7e0428ad3} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005245 sec., 7244.995233555768 rows/sec., 531.38 KiB/sec. | ||
| 14374 | 2025.01.30 20:27:37.852047 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3517 rows, containing 5 columns (5 merged, 0 gathered) in 0.005714549 sec., 615446.6432959101 rows/sec., 54.19 MiB/sec. | ||
| 14375 | 2025.01.30 20:27:37.852072 [ 270 ] {824081f9-686a-4356-af4a-02d7e0428ad3} <Debug> TCPHandler: Processed in 0.005630717 sec. | ||
| 14376 | 2025.01.30 20:27:37.852389 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14377 | 2025.01.30 20:27:37.852556 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14378 | 2025.01.30 20:27:37.852657 [ 271 ] {9abeba8f-0437-41c7-aa9c-1d760c378d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14379 | 2025.01.30 20:27:37.852750 [ 271 ] {9abeba8f-0437-41c7-aa9c-1d760c378d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14380 | 2025.01.30 20:27:37.853219 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14381 | 2025.01.30 20:27:37.853470 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_111_22} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14382 | 2025.01.30 20:27:37.853627 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 14383 | 2025.01.30 20:27:37.853855 [ 271 ] {9abeba8f-0437-41c7-aa9c-1d760c378d78} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14384 | 2025.01.30 20:27:37.853900 [ 271 ] {9abeba8f-0437-41c7-aa9c-1d760c378d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14385 | 2025.01.30 20:27:37.854261 [ 271 ] {9abeba8f-0437-41c7-aa9c-1d760c378d78} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14386 | 2025.01.30 20:27:37.854497 [ 271 ] {9abeba8f-0437-41c7-aa9c-1d760c378d78} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14387 | 2025.01.30 20:27:37.854680 [ 271 ] {9abeba8f-0437-41c7-aa9c-1d760c378d78} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002085 sec., 6714.62829736211 rows/sec., 470.25 KiB/sec. | ||
| 14388 | 2025.01.30 20:27:37.854733 [ 271 ] {9abeba8f-0437-41c7-aa9c-1d760c378d78} <Debug> TCPHandler: Processed in 0.00248196 sec. | ||
| 14389 | 2025.01.30 20:27:37.854909 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14390 | 2025.01.30 20:27:37.855051 [ 270 ] {048c28f3-f31f-462f-9ed9-5dff9d07f221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14391 | 2025.01.30 20:27:37.855108 [ 270 ] {048c28f3-f31f-462f-9ed9-5dff9d07f221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14392 | 2025.01.30 20:27:37.855773 [ 270 ] {048c28f3-f31f-462f-9ed9-5dff9d07f221} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14393 | 2025.01.30 20:27:37.855813 [ 270 ] {048c28f3-f31f-462f-9ed9-5dff9d07f221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14394 | 2025.01.30 20:27:37.856171 [ 270 ] {048c28f3-f31f-462f-9ed9-5dff9d07f221} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14395 | 2025.01.30 20:27:37.856407 [ 270 ] {048c28f3-f31f-462f-9ed9-5dff9d07f221} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14396 | 2025.01.30 20:27:37.856568 [ 48 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 14397 | 2025.01.30 20:27:37.856625 [ 48 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14398 | 2025.01.30 20:27:37.856663 [ 270 ] {048c28f3-f31f-462f-9ed9-5dff9d07f221} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec. | ||
| 14399 | 2025.01.30 20:27:37.856670 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14400 | 2025.01.30 20:27:37.856809 [ 270 ] {048c28f3-f31f-462f-9ed9-5dff9d07f221} <Debug> TCPHandler: Processed in 0.001969645 sec. | ||
| 14401 | 2025.01.30 20:27:37.856887 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 14402 | 2025.01.30 20:27:37.857000 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14403 | 2025.01.30 20:27:37.857027 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14404 | 2025.01.30 20:27:37.857062 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 14405 | 2025.01.30 20:27:37.857224 [ 271 ] {114f75f7-49ef-4424-af33-5edb377c281d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14406 | 2025.01.30 20:27:37.857276 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 14407 | 2025.01.30 20:27:37.857401 [ 271 ] {114f75f7-49ef-4424-af33-5edb377c281d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14408 | 2025.01.30 20:27:37.857469 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 14409 | 2025.01.30 20:27:37.857877 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 14410 | 2025.01.30 20:27:37.858149 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 14411 | 2025.01.30 20:27:37.859442 [ 271 ] {114f75f7-49ef-4424-af33-5edb377c281d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14412 | 2025.01.30 20:27:37.859494 [ 271 ] {114f75f7-49ef-4424-af33-5edb377c281d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14413 | 2025.01.30 20:27:37.859796 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002994543 sec., 21706.15015379642 rows/sec., 1.40 MiB/sec. | ||
| 14414 | 2025.01.30 20:27:37.859920 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 14415 | 2025.01.30 20:27:37.860046 [ 271 ] {114f75f7-49ef-4424-af33-5edb377c281d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14416 | 2025.01.30 20:27:37.860229 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_41_10} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14417 | 2025.01.30 20:27:37.860334 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_41_10} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 14418 | 2025.01.30 20:27:37.860354 [ 271 ] {114f75f7-49ef-4424-af33-5edb377c281d} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14419 | 2025.01.30 20:27:37.860426 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14420 | 2025.01.30 20:27:37.860536 [ 48 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14421 | 2025.01.30 20:27:37.860568 [ 48 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14422 | 2025.01.30 20:27:37.860587 [ 271 ] {114f75f7-49ef-4424-af33-5edb377c281d} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.003472 sec., 118951.61290322582 rows/sec., 8.48 MiB/sec. | ||
| 14423 | 2025.01.30 20:27:37.860596 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14424 | 2025.01.30 20:27:37.860755 [ 271 ] {114f75f7-49ef-4424-af33-5edb377c281d} <Debug> TCPHandler: Processed in 0.003836347 sec. | ||
| 14425 | 2025.01.30 20:27:37.861050 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14426 | 2025.01.30 20:27:37.861130 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14427 | 2025.01.30 20:27:37.861437 [ 270 ] {75661dfc-4754-4cda-b7ef-e5a5b9aa1cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14428 | 2025.01.30 20:27:37.861608 [ 270 ] {75661dfc-4754-4cda-b7ef-e5a5b9aa1cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14429 | 2025.01.30 20:27:37.861715 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14430 | 2025.01.30 20:27:37.861858 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 14431 | 2025.01.30 20:27:37.862465 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 875 rows starting from the beginning of the part | ||
| 14432 | 2025.01.30 20:27:37.863196 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 72 rows starting from the beginning of the part | ||
| 14433 | 2025.01.30 20:27:37.863795 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 413 rows starting from the beginning of the part | ||
| 14434 | 2025.01.30 20:27:37.864067 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 78 rows starting from the beginning of the part | ||
| 14435 | 2025.01.30 20:27:37.864146 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 413 rows starting from the beginning of the part | ||
| 14436 | 2025.01.30 20:27:37.864725 [ 270 ] {75661dfc-4754-4cda-b7ef-e5a5b9aa1cb5} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14437 | 2025.01.30 20:27:37.864783 [ 270 ] {75661dfc-4754-4cda-b7ef-e5a5b9aa1cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14438 | 2025.01.30 20:27:37.865455 [ 270 ] {75661dfc-4754-4cda-b7ef-e5a5b9aa1cb5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14439 | 2025.01.30 20:27:37.865884 [ 270 ] {75661dfc-4754-4cda-b7ef-e5a5b9aa1cb5} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14440 | 2025.01.30 20:27:37.866106 [ 48 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 14441 | 2025.01.30 20:27:37.866193 [ 48 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14442 | 2025.01.30 20:27:37.866242 [ 270 ] {75661dfc-4754-4cda-b7ef-e5a5b9aa1cb5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004929 sec., 1217.2854534388314 rows/sec., 63.60 KiB/sec. | ||
| 14443 | 2025.01.30 20:27:37.866253 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14444 | 2025.01.30 20:27:37.866399 [ 270 ] {75661dfc-4754-4cda-b7ef-e5a5b9aa1cb5} <Debug> TCPHandler: Processed in 0.005517243 sec. | ||
| 14445 | 2025.01.30 20:27:37.866583 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 14446 | 2025.01.30 20:27:37.866792 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14447 | 2025.01.30 20:27:37.866837 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 14448 | 2025.01.30 20:27:37.866917 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 14449 | 2025.01.30 20:27:37.866983 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 14450 | 2025.01.30 20:27:37.867052 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 14451 | 2025.01.30 20:27:37.867168 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 14452 | 2025.01.30 20:27:37.867465 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 14453 | 2025.01.30 20:27:37.868443 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14454 | 2025.01.30 20:27:37.868957 [ 271 ] {f4db6047-bdc3-43ce-b8f8-cbdca5200da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14455 | 2025.01.30 20:27:37.869140 [ 271 ] {f4db6047-bdc3-43ce-b8f8-cbdca5200da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14456 | 2025.01.30 20:27:37.869183 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 5 columns (5 merged, 0 gathered) in 0.008453534 sec., 326963.84730930283 rows/sec., 24.96 MiB/sec. | ||
| 14457 | 2025.01.30 20:27:37.869807 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14458 | 2025.01.30 20:27:37.870892 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14459 | 2025.01.30 20:27:37.871349 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_111_22} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14460 | 2025.01.30 20:27:37.871700 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 14461 | 2025.01.30 20:27:37.871953 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005521023 sec., 44556.95982429343 rows/sec., 2.27 MiB/sec. | ||
| 14462 | 2025.01.30 20:27:37.871989 [ 271 ] {f4db6047-bdc3-43ce-b8f8-cbdca5200da2} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14463 | 2025.01.30 20:27:37.872037 [ 271 ] {f4db6047-bdc3-43ce-b8f8-cbdca5200da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14464 | 2025.01.30 20:27:37.872101 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 14465 | 2025.01.30 20:27:37.872514 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14466 | 2025.01.30 20:27:37.872615 [ 201 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_41_8} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 14467 | 2025.01.30 20:27:37.872646 [ 271 ] {f4db6047-bdc3-43ce-b8f8-cbdca5200da2} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14468 | 2025.01.30 20:27:37.872706 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14469 | 2025.01.30 20:27:37.872953 [ 271 ] {f4db6047-bdc3-43ce-b8f8-cbdca5200da2} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14470 | 2025.01.30 20:27:37.873162 [ 271 ] {f4db6047-bdc3-43ce-b8f8-cbdca5200da2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004367 sec., 54270.66636134646 rows/sec., 3.64 MiB/sec. | ||
| 14471 | 2025.01.30 20:27:37.873226 [ 271 ] {f4db6047-bdc3-43ce-b8f8-cbdca5200da2} <Debug> TCPHandler: Processed in 0.006675146 sec. | ||
| 14472 | 2025.01.30 20:27:37.873431 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14473 | 2025.01.30 20:27:37.873602 [ 270 ] {5a9dbc20-7691-4d17-864d-f78da6a86140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14474 | 2025.01.30 20:27:37.873680 [ 270 ] {5a9dbc20-7691-4d17-864d-f78da6a86140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14475 | 2025.01.30 20:27:37.874384 [ 270 ] {5a9dbc20-7691-4d17-864d-f78da6a86140} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14476 | 2025.01.30 20:27:37.874437 [ 270 ] {5a9dbc20-7691-4d17-864d-f78da6a86140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14477 | 2025.01.30 20:27:37.874981 [ 270 ] {5a9dbc20-7691-4d17-864d-f78da6a86140} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14478 | 2025.01.30 20:27:37.875331 [ 270 ] {5a9dbc20-7691-4d17-864d-f78da6a86140} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14479 | 2025.01.30 20:27:37.875664 [ 270 ] {5a9dbc20-7691-4d17-864d-f78da6a86140} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002098 sec., 476.64442326024783 rows/sec., 32.12 KiB/sec. | ||
| 14480 | 2025.01.30 20:27:37.875946 [ 270 ] {5a9dbc20-7691-4d17-864d-f78da6a86140} <Debug> TCPHandler: Processed in 0.002597692 sec. | ||
| 14481 | 2025.01.30 20:27:37.876189 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14482 | 2025.01.30 20:27:37.876327 [ 271 ] {59f62cde-b0d4-4a62-bf8b-53231cf4e677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14483 | 2025.01.30 20:27:37.876420 [ 271 ] {59f62cde-b0d4-4a62-bf8b-53231cf4e677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14484 | 2025.01.30 20:27:37.877717 [ 271 ] {59f62cde-b0d4-4a62-bf8b-53231cf4e677} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14485 | 2025.01.30 20:27:37.877758 [ 271 ] {59f62cde-b0d4-4a62-bf8b-53231cf4e677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14486 | 2025.01.30 20:27:37.878512 [ 271 ] {59f62cde-b0d4-4a62-bf8b-53231cf4e677} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14487 | 2025.01.30 20:27:37.878812 [ 271 ] {59f62cde-b0d4-4a62-bf8b-53231cf4e677} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14488 | 2025.01.30 20:27:37.879074 [ 271 ] {59f62cde-b0d4-4a62-bf8b-53231cf4e677} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002776 sec., 11167.146974063402 rows/sec., 20.01 MiB/sec. | ||
| 14489 | 2025.01.30 20:27:37.879212 [ 271 ] {59f62cde-b0d4-4a62-bf8b-53231cf4e677} <Debug> TCPHandler: Processed in 0.003125037 sec. | ||
| 14490 | 2025.01.30 20:27:37.879395 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14491 | 2025.01.30 20:27:37.879530 [ 270 ] {18460202-fef4-4748-87c7-0444892bf0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14492 | 2025.01.30 20:27:37.879587 [ 270 ] {18460202-fef4-4748-87c7-0444892bf0e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14493 | 2025.01.30 20:27:37.880155 [ 270 ] {18460202-fef4-4748-87c7-0444892bf0e8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14494 | 2025.01.30 20:27:37.880201 [ 270 ] {18460202-fef4-4748-87c7-0444892bf0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14495 | 2025.01.30 20:27:37.880636 [ 270 ] {18460202-fef4-4748-87c7-0444892bf0e8} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14496 | 2025.01.30 20:27:37.880918 [ 270 ] {18460202-fef4-4748-87c7-0444892bf0e8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14497 | 2025.01.30 20:27:37.881153 [ 48 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14498 | 2025.01.30 20:27:37.881215 [ 48 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14499 | 2025.01.30 20:27:37.881263 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB. | ||
| 14500 | 2025.01.30 20:27:37.881266 [ 270 ] {18460202-fef4-4748-87c7-0444892bf0e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001747 sec., 46937.60732684602 rows/sec., 2.98 MiB/sec. | ||
| 14501 | 2025.01.30 20:27:37.881528 [ 270 ] {18460202-fef4-4748-87c7-0444892bf0e8} <Debug> TCPHandler: Processed in 0.002197461 sec. | ||
| 14502 | 2025.01.30 20:27:37.881611 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::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 | ||
| 14503 | 2025.01.30 20:27:37.881725 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14504 | 2025.01.30 20:27:37.881758 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6566 rows starting from the beginning of the part | ||
| 14505 | 2025.01.30 20:27:37.881832 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part | ||
| 14506 | 2025.01.30 20:27:37.882078 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 14507 | 2025.01.30 20:27:37.882168 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part | ||
| 14508 | 2025.01.30 20:27:37.882232 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 14509 | 2025.01.30 20:27:37.882464 [ 199 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part | ||
| 14510 | 2025.01.30 20:27:37.884712 [ 189 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6932 rows, containing 4 columns (4 merged, 0 gathered) in 0.003347942 sec., 2070525.714005798 rows/sec., 135.97 MiB/sec. | ||
| 14511 | 2025.01.30 20:27:37.885184 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 14512 | 2025.01.30 20:27:37.885517 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14513 | 2025.01.30 20:27:37.885607 [ 193 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_106_21} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 14514 | 2025.01.30 20:27:37.885712 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 14515 | 2025.01.30 20:27:38.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.86 MiB, peak 285.85 MiB, free memory in arenas 0.00 B, will set to 267.88 MiB (RSS), difference: 13.01 MiB | ||
| 14516 | 2025.01.30 20:27:41.563969 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14517 | 2025.01.30 20:27:41.564065 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14518 | 2025.01.30 20:27:41.795099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 14519 | 2025.01.30 20:27:41.795823 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14520 | 2025.01.30 20:27:41.795875 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14521 | 2025.01.30 20:27:41.796409 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14522 | 2025.01.30 20:27:41.796672 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14523 | 2025.01.30 20:27:41.796922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 14524 | 2025.01.30 20:27:42.387071 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14525 | 2025.01.30 20:27:42.387130 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14526 | 2025.01.30 20:27:42.388578 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14527 | 2025.01.30 20:27:42.393161 [ 224 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14528 | 2025.01.30 20:27:42.393199 [ 224 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14529 | 2025.01.30 20:27:42.394821 [ 224 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14530 | 2025.01.30 20:27:42.832524 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14531 | 2025.01.30 20:27:42.832822 [ 270 ] {251fa63f-e18b-4ae2-95f7-7aca40ef9116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14532 | 2025.01.30 20:27:42.832894 [ 270 ] {251fa63f-e18b-4ae2-95f7-7aca40ef9116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14533 | 2025.01.30 20:27:42.833684 [ 270 ] {251fa63f-e18b-4ae2-95f7-7aca40ef9116} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14534 | 2025.01.30 20:27:42.833731 [ 270 ] {251fa63f-e18b-4ae2-95f7-7aca40ef9116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14535 | 2025.01.30 20:27:42.834178 [ 270 ] {251fa63f-e18b-4ae2-95f7-7aca40ef9116} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14536 | 2025.01.30 20:27:42.834444 [ 270 ] {251fa63f-e18b-4ae2-95f7-7aca40ef9116} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14537 | 2025.01.30 20:27:42.834692 [ 270 ] {251fa63f-e18b-4ae2-95f7-7aca40ef9116} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001937 sec., 37170.882808466704 rows/sec., 2.99 MiB/sec. | ||
| 14538 | 2025.01.30 20:27:42.834806 [ 270 ] {251fa63f-e18b-4ae2-95f7-7aca40ef9116} <Debug> TCPHandler: Processed in 0.002474559 sec. | ||
| 14539 | 2025.01.30 20:27:42.835099 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14540 | 2025.01.30 20:27:42.835304 [ 271 ] {2dca1089-b79d-4021-8200-f678fdd0c318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14541 | 2025.01.30 20:27:42.835378 [ 271 ] {2dca1089-b79d-4021-8200-f678fdd0c318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14542 | 2025.01.30 20:27:42.836138 [ 271 ] {2dca1089-b79d-4021-8200-f678fdd0c318} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14543 | 2025.01.30 20:27:42.836191 [ 271 ] {2dca1089-b79d-4021-8200-f678fdd0c318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14544 | 2025.01.30 20:27:42.836633 [ 271 ] {2dca1089-b79d-4021-8200-f678fdd0c318} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14545 | 2025.01.30 20:27:42.836881 [ 271 ] {2dca1089-b79d-4021-8200-f678fdd0c318} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14546 | 2025.01.30 20:27:42.837089 [ 41 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14547 | 2025.01.30 20:27:42.837147 [ 271 ] {2dca1089-b79d-4021-8200-f678fdd0c318} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001895 sec., 4221.6358839050135 rows/sec., 317.45 KiB/sec. | ||
| 14548 | 2025.01.30 20:27:42.837155 [ 41 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14549 | 2025.01.30 20:27:42.837222 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14550 | 2025.01.30 20:27:42.837280 [ 271 ] {2dca1089-b79d-4021-8200-f678fdd0c318} <Debug> TCPHandler: Processed in 0.002355076 sec. | ||
| 14551 | 2025.01.30 20:27:42.837527 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14552 | 2025.01.30 20:27:42.837534 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14553 | 2025.01.30 20:27:42.837715 [ 270 ] {eee18c49-d5b0-4b0d-9146-3c2ad7659465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14554 | 2025.01.30 20:27:42.837819 [ 270 ] {eee18c49-d5b0-4b0d-9146-3c2ad7659465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14555 | 2025.01.30 20:27:42.837907 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14556 | 2025.01.30 20:27:42.838042 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 64 rows starting from the beginning of the part | ||
| 14557 | 2025.01.30 20:27:42.838423 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 8 rows starting from the beginning of the part | ||
| 14558 | 2025.01.30 20:27:42.838733 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 38 rows starting from the beginning of the part | ||
| 14559 | 2025.01.30 20:27:42.839128 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 14 rows starting from the beginning of the part | ||
| 14560 | 2025.01.30 20:27:42.839486 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 38 rows starting from the beginning of the part | ||
| 14561 | 2025.01.30 20:27:42.839720 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 8 rows starting from the beginning of the part | ||
| 14562 | 2025.01.30 20:27:42.840848 [ 270 ] {eee18c49-d5b0-4b0d-9146-3c2ad7659465} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14563 | 2025.01.30 20:27:42.840915 [ 270 ] {eee18c49-d5b0-4b0d-9146-3c2ad7659465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14564 | 2025.01.30 20:27:42.841902 [ 270 ] {eee18c49-d5b0-4b0d-9146-3c2ad7659465} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14565 | 2025.01.30 20:27:42.842521 [ 270 ] {eee18c49-d5b0-4b0d-9146-3c2ad7659465} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14566 | 2025.01.30 20:27:42.842692 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005356289 sec., 31738.39200984114 rows/sec., 2.39 MiB/sec. | ||
| 14567 | 2025.01.30 20:27:42.842960 [ 270 ] {eee18c49-d5b0-4b0d-9146-3c2ad7659465} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005295 sec., 13597.733711048159 rows/sec., 1.06 MiB/sec. | ||
| 14568 | 2025.01.30 20:27:42.842970 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14569 | 2025.01.30 20:27:42.843152 [ 270 ] {eee18c49-d5b0-4b0d-9146-3c2ad7659465} <Debug> TCPHandler: Processed in 0.005734729 sec. | ||
| 14570 | 2025.01.30 20:27:42.843368 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14571 | 2025.01.30 20:27:42.843511 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14572 | 2025.01.30 20:27:42.843583 [ 271 ] {e4059ceb-8787-488f-9984-9bea2464cf50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14573 | 2025.01.30 20:27:42.843661 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_111_22} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14574 | 2025.01.30 20:27:42.843695 [ 271 ] {e4059ceb-8787-488f-9984-9bea2464cf50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14575 | 2025.01.30 20:27:42.843857 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14576 | 2025.01.30 20:27:42.844428 [ 271 ] {e4059ceb-8787-488f-9984-9bea2464cf50} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14577 | 2025.01.30 20:27:42.844471 [ 271 ] {e4059ceb-8787-488f-9984-9bea2464cf50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14578 | 2025.01.30 20:27:42.844863 [ 271 ] {e4059ceb-8787-488f-9984-9bea2464cf50} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14579 | 2025.01.30 20:27:42.845092 [ 271 ] {e4059ceb-8787-488f-9984-9bea2464cf50} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14580 | 2025.01.30 20:27:42.845318 [ 271 ] {e4059ceb-8787-488f-9984-9bea2464cf50} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001807 sec., 88544.54897620364 rows/sec., 6.17 MiB/sec. | ||
| 14581 | 2025.01.30 20:27:42.845370 [ 271 ] {e4059ceb-8787-488f-9984-9bea2464cf50} <Debug> TCPHandler: Processed in 0.002096608 sec. | ||
| 14582 | 2025.01.30 20:27:42.845516 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14583 | 2025.01.30 20:27:42.845634 [ 270 ] {69a890a1-c746-4675-9c04-8b9eaecf87d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14584 | 2025.01.30 20:27:42.845718 [ 270 ] {69a890a1-c746-4675-9c04-8b9eaecf87d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14585 | 2025.01.30 20:27:42.846988 [ 270 ] {69a890a1-c746-4675-9c04-8b9eaecf87d7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14586 | 2025.01.30 20:27:42.847027 [ 270 ] {69a890a1-c746-4675-9c04-8b9eaecf87d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14587 | 2025.01.30 20:27:42.847667 [ 270 ] {69a890a1-c746-4675-9c04-8b9eaecf87d7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14588 | 2025.01.30 20:27:42.847923 [ 270 ] {69a890a1-c746-4675-9c04-8b9eaecf87d7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14589 | 2025.01.30 20:27:42.848112 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14590 | 2025.01.30 20:27:42.848180 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14591 | 2025.01.30 20:27:42.848194 [ 270 ] {69a890a1-c746-4675-9c04-8b9eaecf87d7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002572 sec., 3110.4199066874025 rows/sec., 5.57 MiB/sec. | ||
| 14592 | 2025.01.30 20:27:42.848220 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14593 | 2025.01.30 20:27:42.848614 [ 270 ] {69a890a1-c746-4675-9c04-8b9eaecf87d7} <Debug> TCPHandler: Processed in 0.003154687 sec. | ||
| 14594 | 2025.01.30 20:27:42.848626 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14595 | 2025.01.30 20:27:42.848807 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14596 | 2025.01.30 20:27:42.848984 [ 271 ] {1ca6ef18-5c5d-4b0f-983a-e3eb8412a210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14597 | 2025.01.30 20:27:42.849055 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14598 | 2025.01.30 20:27:42.849064 [ 271 ] {1ca6ef18-5c5d-4b0f-983a-e3eb8412a210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14599 | 2025.01.30 20:27:42.849172 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2090 rows starting from the beginning of the part | ||
| 14600 | 2025.01.30 20:27:42.849840 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 8 rows starting from the beginning of the part | ||
| 14601 | 2025.01.30 20:27:42.850388 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 31 rows starting from the beginning of the part | ||
| 14602 | 2025.01.30 20:27:42.850988 [ 271 ] {1ca6ef18-5c5d-4b0f-983a-e3eb8412a210} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14603 | 2025.01.30 20:27:42.851004 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 8 rows starting from the beginning of the part | ||
| 14604 | 2025.01.30 20:27:42.851038 [ 271 ] {1ca6ef18-5c5d-4b0f-983a-e3eb8412a210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14605 | 2025.01.30 20:27:42.851544 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 31 rows starting from the beginning of the part | ||
| 14606 | 2025.01.30 20:27:42.852102 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 8 rows starting from the beginning of the part | ||
| 14607 | 2025.01.30 20:27:42.852134 [ 271 ] {1ca6ef18-5c5d-4b0f-983a-e3eb8412a210} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14608 | 2025.01.30 20:27:42.852608 [ 271 ] {1ca6ef18-5c5d-4b0f-983a-e3eb8412a210} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14609 | 2025.01.30 20:27:42.852926 [ 271 ] {1ca6ef18-5c5d-4b0f-983a-e3eb8412a210} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003987 sec., 15048.908954100827 rows/sec., 1.01 MiB/sec. | ||
| 14610 | 2025.01.30 20:27:42.853002 [ 271 ] {1ca6ef18-5c5d-4b0f-983a-e3eb8412a210} <Debug> TCPHandler: Processed in 0.004286669 sec. | ||
| 14611 | 2025.01.30 20:27:42.862060 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 19 columns (19 merged, 0 gathered) in 0.0136901 sec., 158946.97628213087 rows/sec., 284.83 MiB/sec. | ||
| 14612 | 2025.01.30 20:27:42.863939 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14613 | 2025.01.30 20:27:42.864394 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14614 | 2025.01.30 20:27:42.864473 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14615 | 2025.01.30 20:27:42.864639 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.25 MiB. | ||
| 14616 | 2025.01.30 20:27:43.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.41 MiB, peak 286.61 MiB, free memory in arenas 0.00 B, will set to 271.80 MiB (RSS), difference: 3.40 MiB | ||
| 14617 | 2025.01.30 20:27:44.405634 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 14618 | 2025.01.30 20:27:44.428553 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14619 | 2025.01.30 20:27:44.428618 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14620 | 2025.01.30 20:27:44.436100 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14621 | 2025.01.30 20:27:44.436901 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14622 | 2025.01.30 20:27:44.440208 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 14623 | 2025.01.30 20:27:46.991581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1986 | ||
| 14624 | 2025.01.30 20:27:46.994890 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14625 | 2025.01.30 20:27:46.994938 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14626 | 2025.01.30 20:27:46.996447 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14627 | 2025.01.30 20:27:46.996765 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14628 | 2025.01.30 20:27:46.997332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1986 | ||
| 14629 | 2025.01.30 20:27:47.527104 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14630 | 2025.01.30 20:27:47.527306 [ 270 ] {1488013d-6ef8-478b-a71b-82cf70832e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14631 | 2025.01.30 20:27:47.527379 [ 270 ] {1488013d-6ef8-478b-a71b-82cf70832e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14632 | 2025.01.30 20:27:47.528139 [ 270 ] {1488013d-6ef8-478b-a71b-82cf70832e1d} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14633 | 2025.01.30 20:27:47.528191 [ 270 ] {1488013d-6ef8-478b-a71b-82cf70832e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14634 | 2025.01.30 20:27:47.528635 [ 270 ] {1488013d-6ef8-478b-a71b-82cf70832e1d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14635 | 2025.01.30 20:27:47.528894 [ 270 ] {1488013d-6ef8-478b-a71b-82cf70832e1d} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14636 | 2025.01.30 20:27:47.529134 [ 270 ] {1488013d-6ef8-478b-a71b-82cf70832e1d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 14637 | 2025.01.30 20:27:47.529194 [ 270 ] {1488013d-6ef8-478b-a71b-82cf70832e1d} <Debug> TCPHandler: Processed in 0.002293703 sec. | ||
| 14638 | 2025.01.30 20:27:47.529445 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14639 | 2025.01.30 20:27:47.529659 [ 271 ] {d47cb98a-05d3-4c0a-805a-13e5788096c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14640 | 2025.01.30 20:27:47.529738 [ 271 ] {d47cb98a-05d3-4c0a-805a-13e5788096c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14641 | 2025.01.30 20:27:47.530474 [ 271 ] {d47cb98a-05d3-4c0a-805a-13e5788096c3} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14642 | 2025.01.30 20:27:47.530515 [ 271 ] {d47cb98a-05d3-4c0a-805a-13e5788096c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14643 | 2025.01.30 20:27:47.530950 [ 271 ] {d47cb98a-05d3-4c0a-805a-13e5788096c3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 14644 | 2025.01.30 20:27:47.531198 [ 271 ] {d47cb98a-05d3-4c0a-805a-13e5788096c3} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14645 | 2025.01.30 20:27:47.531397 [ 271 ] {d47cb98a-05d3-4c0a-805a-13e5788096c3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001796 sec., 3340.7572383073493 rows/sec., 272.42 KiB/sec. | ||
| 14646 | 2025.01.30 20:27:47.531451 [ 271 ] {d47cb98a-05d3-4c0a-805a-13e5788096c3} <Debug> TCPHandler: Processed in 0.00214333 sec. | ||
| 14647 | 2025.01.30 20:27:47.531601 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14648 | 2025.01.30 20:27:47.531729 [ 270 ] {23596db3-734e-416b-b212-e7a0a5aad025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14649 | 2025.01.30 20:27:47.531779 [ 270 ] {23596db3-734e-416b-b212-e7a0a5aad025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14650 | 2025.01.30 20:27:47.533099 [ 270 ] {23596db3-734e-416b-b212-e7a0a5aad025} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14651 | 2025.01.30 20:27:47.533138 [ 270 ] {23596db3-734e-416b-b212-e7a0a5aad025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14652 | 2025.01.30 20:27:47.533614 [ 270 ] {23596db3-734e-416b-b212-e7a0a5aad025} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14653 | 2025.01.30 20:27:47.533862 [ 270 ] {23596db3-734e-416b-b212-e7a0a5aad025} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14654 | 2025.01.30 20:27:47.534105 [ 270 ] {23596db3-734e-416b-b212-e7a0a5aad025} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.00239 sec., 589121.3389121338 rows/sec., 49.31 MiB/sec. | ||
| 14655 | 2025.01.30 20:27:47.534169 [ 270 ] {23596db3-734e-416b-b212-e7a0a5aad025} <Debug> TCPHandler: Processed in 0.002626033 sec. | ||
| 14656 | 2025.01.30 20:27:47.534185 [ 218 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14657 | 2025.01.30 20:27:47.534249 [ 218 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14658 | 2025.01.30 20:27:47.534329 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14659 | 2025.01.30 20:27:47.534491 [ 271 ] {f4f57e51-f21f-4222-bf7e-2119dc0413a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14660 | 2025.01.30 20:27:47.534578 [ 271 ] {f4f57e51-f21f-4222-bf7e-2119dc0413a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14661 | 2025.01.30 20:27:47.535895 [ 271 ] {f4f57e51-f21f-4222-bf7e-2119dc0413a1} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14662 | 2025.01.30 20:27:47.535958 [ 271 ] {f4f57e51-f21f-4222-bf7e-2119dc0413a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14663 | 2025.01.30 20:27:47.536887 [ 271 ] {f4f57e51-f21f-4222-bf7e-2119dc0413a1} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14664 | 2025.01.30 20:27:47.537337 [ 271 ] {f4f57e51-f21f-4222-bf7e-2119dc0413a1} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14665 | 2025.01.30 20:27:47.537447 [ 218 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14666 | 2025.01.30 20:27:47.537898 [ 271 ] {f4f57e51-f21f-4222-bf7e-2119dc0413a1} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.003437 sec., 12801.862089031132 rows/sec., 932.81 KiB/sec. | ||
| 14667 | 2025.01.30 20:27:47.537906 [ 224 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14668 | 2025.01.30 20:27:47.538042 [ 224 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14669 | 2025.01.30 20:27:47.538166 [ 271 ] {f4f57e51-f21f-4222-bf7e-2119dc0413a1} <Debug> TCPHandler: Processed in 0.003905998 sec. | ||
| 14670 | 2025.01.30 20:27:47.538602 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14671 | 2025.01.30 20:27:47.539065 [ 270 ] {268fbd8a-1c99-49d5-aec8-2ab190d3bf88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14672 | 2025.01.30 20:27:47.539140 [ 270 ] {268fbd8a-1c99-49d5-aec8-2ab190d3bf88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14673 | 2025.01.30 20:27:47.540917 [ 270 ] {268fbd8a-1c99-49d5-aec8-2ab190d3bf88} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14674 | 2025.01.30 20:27:47.540987 [ 270 ] {268fbd8a-1c99-49d5-aec8-2ab190d3bf88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14675 | 2025.01.30 20:27:47.541778 [ 270 ] {268fbd8a-1c99-49d5-aec8-2ab190d3bf88} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14676 | 2025.01.30 20:27:47.541827 [ 224 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14677 | 2025.01.30 20:27:47.542334 [ 270 ] {268fbd8a-1c99-49d5-aec8-2ab190d3bf88} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14678 | 2025.01.30 20:27:47.543139 [ 270 ] {268fbd8a-1c99-49d5-aec8-2ab190d3bf88} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004147 sec., 58355.4376657825 rows/sec., 3.95 MiB/sec. | ||
| 14679 | 2025.01.30 20:27:47.543335 [ 270 ] {268fbd8a-1c99-49d5-aec8-2ab190d3bf88} <Debug> TCPHandler: Processed in 0.00502079 sec. | ||
| 14680 | 2025.01.30 20:27:47.543501 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14681 | 2025.01.30 20:27:47.543641 [ 271 ] {31913df3-3558-452f-8ee4-a2a0b3c3438d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14682 | 2025.01.30 20:27:47.543699 [ 271 ] {31913df3-3558-452f-8ee4-a2a0b3c3438d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14683 | 2025.01.30 20:27:47.544320 [ 271 ] {31913df3-3558-452f-8ee4-a2a0b3c3438d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14684 | 2025.01.30 20:27:47.544360 [ 271 ] {31913df3-3558-452f-8ee4-a2a0b3c3438d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14685 | 2025.01.30 20:27:47.544729 [ 271 ] {31913df3-3558-452f-8ee4-a2a0b3c3438d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14686 | 2025.01.30 20:27:47.544969 [ 271 ] {31913df3-3558-452f-8ee4-a2a0b3c3438d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14687 | 2025.01.30 20:27:47.545146 [ 271 ] {31913df3-3558-452f-8ee4-a2a0b3c3438d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec. | ||
| 14688 | 2025.01.30 20:27:47.545197 [ 271 ] {31913df3-3558-452f-8ee4-a2a0b3c3438d} <Debug> TCPHandler: Processed in 0.001764209 sec. | ||
| 14689 | 2025.01.30 20:27:47.545355 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14690 | 2025.01.30 20:27:47.545496 [ 270 ] {314734a2-b8b1-4c86-a182-15a21aec613c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14691 | 2025.01.30 20:27:47.545554 [ 270 ] {314734a2-b8b1-4c86-a182-15a21aec613c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14692 | 2025.01.30 20:27:47.546533 [ 270 ] {314734a2-b8b1-4c86-a182-15a21aec613c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14693 | 2025.01.30 20:27:47.546573 [ 270 ] {314734a2-b8b1-4c86-a182-15a21aec613c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14694 | 2025.01.30 20:27:47.546980 [ 270 ] {314734a2-b8b1-4c86-a182-15a21aec613c} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14695 | 2025.01.30 20:27:47.547222 [ 270 ] {314734a2-b8b1-4c86-a182-15a21aec613c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14696 | 2025.01.30 20:27:47.547444 [ 270 ] {314734a2-b8b1-4c86-a182-15a21aec613c} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.00198 sec., 441919.1919191919 rows/sec., 32.03 MiB/sec. | ||
| 14697 | 2025.01.30 20:27:47.547498 [ 270 ] {314734a2-b8b1-4c86-a182-15a21aec613c} <Debug> TCPHandler: Processed in 0.002211592 sec. | ||
| 14698 | 2025.01.30 20:27:47.547659 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14699 | 2025.01.30 20:27:47.547800 [ 271 ] {0b4eddb7-9679-4f96-951c-44b5c5717536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14700 | 2025.01.30 20:27:47.547862 [ 271 ] {0b4eddb7-9679-4f96-951c-44b5c5717536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14701 | 2025.01.30 20:27:47.548363 [ 271 ] {0b4eddb7-9679-4f96-951c-44b5c5717536} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14702 | 2025.01.30 20:27:47.548402 [ 271 ] {0b4eddb7-9679-4f96-951c-44b5c5717536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14703 | 2025.01.30 20:27:47.548791 [ 271 ] {0b4eddb7-9679-4f96-951c-44b5c5717536} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14704 | 2025.01.30 20:27:47.549040 [ 271 ] {0b4eddb7-9679-4f96-951c-44b5c5717536} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14705 | 2025.01.30 20:27:47.549218 [ 271 ] {0b4eddb7-9679-4f96-951c-44b5c5717536} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 216.04 KiB/sec. | ||
| 14706 | 2025.01.30 20:27:47.549268 [ 271 ] {0b4eddb7-9679-4f96-951c-44b5c5717536} <Debug> TCPHandler: Processed in 0.001681456 sec. | ||
| 14707 | 2025.01.30 20:27:47.549411 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14708 | 2025.01.30 20:27:47.549530 [ 270 ] {ca82c0fc-4f25-4aa6-aa75-d69d7355a02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14709 | 2025.01.30 20:27:47.549583 [ 270 ] {ca82c0fc-4f25-4aa6-aa75-d69d7355a02a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14710 | 2025.01.30 20:27:47.550367 [ 270 ] {ca82c0fc-4f25-4aa6-aa75-d69d7355a02a} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14711 | 2025.01.30 20:27:47.550406 [ 270 ] {ca82c0fc-4f25-4aa6-aa75-d69d7355a02a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14712 | 2025.01.30 20:27:47.550873 [ 270 ] {ca82c0fc-4f25-4aa6-aa75-d69d7355a02a} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14713 | 2025.01.30 20:27:47.551124 [ 270 ] {ca82c0fc-4f25-4aa6-aa75-d69d7355a02a} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14714 | 2025.01.30 20:27:47.551334 [ 270 ] {ca82c0fc-4f25-4aa6-aa75-d69d7355a02a} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.00183 sec., 524590.1639344263 rows/sec., 35.06 MiB/sec. | ||
| 14715 | 2025.01.30 20:27:47.551387 [ 270 ] {ca82c0fc-4f25-4aa6-aa75-d69d7355a02a} <Debug> TCPHandler: Processed in 0.002034436 sec. | ||
| 14716 | 2025.01.30 20:27:47.551561 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14717 | 2025.01.30 20:27:47.551684 [ 271 ] {7f28062e-671b-4d79-96d9-ecc8ad324709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14718 | 2025.01.30 20:27:47.551738 [ 271 ] {7f28062e-671b-4d79-96d9-ecc8ad324709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14719 | 2025.01.30 20:27:47.552274 [ 271 ] {7f28062e-671b-4d79-96d9-ecc8ad324709} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14720 | 2025.01.30 20:27:47.552315 [ 271 ] {7f28062e-671b-4d79-96d9-ecc8ad324709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14721 | 2025.01.30 20:27:47.552776 [ 271 ] {7f28062e-671b-4d79-96d9-ecc8ad324709} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14722 | 2025.01.30 20:27:47.553026 [ 271 ] {7f28062e-671b-4d79-96d9-ecc8ad324709} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14723 | 2025.01.30 20:27:47.553244 [ 271 ] {7f28062e-671b-4d79-96d9-ecc8ad324709} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 42.84 KiB/sec. | ||
| 14724 | 2025.01.30 20:27:47.553315 [ 271 ] {7f28062e-671b-4d79-96d9-ecc8ad324709} <Debug> TCPHandler: Processed in 0.001842761 sec. | ||
| 14725 | 2025.01.30 20:27:47.553580 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14726 | 2025.01.30 20:27:47.553719 [ 270 ] {ae006145-6bf3-4cbe-988a-2fdd6f8222b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14727 | 2025.01.30 20:27:47.553811 [ 270 ] {ae006145-6bf3-4cbe-988a-2fdd6f8222b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14728 | 2025.01.30 20:27:47.555042 [ 270 ] {ae006145-6bf3-4cbe-988a-2fdd6f8222b1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14729 | 2025.01.30 20:27:47.555082 [ 270 ] {ae006145-6bf3-4cbe-988a-2fdd6f8222b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14730 | 2025.01.30 20:27:47.555764 [ 270 ] {ae006145-6bf3-4cbe-988a-2fdd6f8222b1} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14731 | 2025.01.30 20:27:47.556032 [ 270 ] {ae006145-6bf3-4cbe-988a-2fdd6f8222b1} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14732 | 2025.01.30 20:27:47.556272 [ 270 ] {ae006145-6bf3-4cbe-988a-2fdd6f8222b1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002585 sec., 11992.263056092843 rows/sec., 21.49 MiB/sec. | ||
| 14733 | 2025.01.30 20:27:47.556368 [ 270 ] {ae006145-6bf3-4cbe-988a-2fdd6f8222b1} <Debug> TCPHandler: Processed in 0.002955531 sec. | ||
| 14734 | 2025.01.30 20:27:47.556536 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14735 | 2025.01.30 20:27:47.556677 [ 271 ] {d631fa20-655c-48b0-8082-15fe67fe63e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14736 | 2025.01.30 20:27:47.556737 [ 271 ] {d631fa20-655c-48b0-8082-15fe67fe63e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14737 | 2025.01.30 20:27:47.557257 [ 271 ] {d631fa20-655c-48b0-8082-15fe67fe63e2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14738 | 2025.01.30 20:27:47.557295 [ 271 ] {d631fa20-655c-48b0-8082-15fe67fe63e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14739 | 2025.01.30 20:27:47.557679 [ 271 ] {d631fa20-655c-48b0-8082-15fe67fe63e2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14740 | 2025.01.30 20:27:47.557927 [ 271 ] {d631fa20-655c-48b0-8082-15fe67fe63e2} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14741 | 2025.01.30 20:27:47.558118 [ 271 ] {d631fa20-655c-48b0-8082-15fe67fe63e2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00147 sec., 55782.31292517007 rows/sec., 3.54 MiB/sec. | ||
| 14742 | 2025.01.30 20:27:47.558192 [ 271 ] {d631fa20-655c-48b0-8082-15fe67fe63e2} <Debug> TCPHandler: Processed in 0.001724028 sec. | ||
| 14743 | 2025.01.30 20:27:47.878379 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14744 | 2025.01.30 20:27:47.878428 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14745 | 2025.01.30 20:27:47.879981 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14746 | 2025.01.30 20:27:48.748829 [ 219 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14747 | 2025.01.30 20:27:48.748878 [ 219 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14748 | 2025.01.30 20:27:48.750242 [ 219 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14749 | 2025.01.30 20:27:49.297042 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 14750 | 2025.01.30 20:27:49.297707 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14751 | 2025.01.30 20:27:49.297756 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14752 | 2025.01.30 20:27:49.298305 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14753 | 2025.01.30 20:27:49.298582 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14754 | 2025.01.30 20:27:49.298783 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 14755 | 2025.01.30 20:27:51.940276 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 14756 | 2025.01.30 20:27:51.963432 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14757 | 2025.01.30 20:27:51.963480 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14758 | 2025.01.30 20:27:51.970827 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14759 | 2025.01.30 20:27:51.971695 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14760 | 2025.01.30 20:27:51.975232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 14761 | 2025.01.30 20:27:52.831260 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14762 | 2025.01.30 20:27:52.831457 [ 270 ] {3c8359db-4f31-44fc-be33-d1c08ab61397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14763 | 2025.01.30 20:27:52.831533 [ 270 ] {3c8359db-4f31-44fc-be33-d1c08ab61397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14764 | 2025.01.30 20:27:52.832339 [ 270 ] {3c8359db-4f31-44fc-be33-d1c08ab61397} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14765 | 2025.01.30 20:27:52.832386 [ 270 ] {3c8359db-4f31-44fc-be33-d1c08ab61397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14766 | 2025.01.30 20:27:52.832845 [ 270 ] {3c8359db-4f31-44fc-be33-d1c08ab61397} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14767 | 2025.01.30 20:27:52.833103 [ 270 ] {3c8359db-4f31-44fc-be33-d1c08ab61397} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14768 | 2025.01.30 20:27:52.833331 [ 270 ] {3c8359db-4f31-44fc-be33-d1c08ab61397} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001931 sec., 37286.38011393061 rows/sec., 3.00 MiB/sec. | ||
| 14769 | 2025.01.30 20:27:52.833390 [ 270 ] {3c8359db-4f31-44fc-be33-d1c08ab61397} <Debug> TCPHandler: Processed in 0.002295244 sec. | ||
| 14770 | 2025.01.30 20:27:52.833669 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14771 | 2025.01.30 20:27:52.833886 [ 271 ] {7f9cd565-dc35-4c9c-ab97-9977b66344e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14772 | 2025.01.30 20:27:52.833967 [ 271 ] {7f9cd565-dc35-4c9c-ab97-9977b66344e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14773 | 2025.01.30 20:27:52.834720 [ 271 ] {7f9cd565-dc35-4c9c-ab97-9977b66344e7} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14774 | 2025.01.30 20:27:52.834770 [ 271 ] {7f9cd565-dc35-4c9c-ab97-9977b66344e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14775 | 2025.01.30 20:27:52.835196 [ 271 ] {7f9cd565-dc35-4c9c-ab97-9977b66344e7} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14776 | 2025.01.30 20:27:52.835438 [ 271 ] {7f9cd565-dc35-4c9c-ab97-9977b66344e7} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14777 | 2025.01.30 20:27:52.835663 [ 271 ] {7f9cd565-dc35-4c9c-ab97-9977b66344e7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001839 sec., 4350.190320826537 rows/sec., 327.11 KiB/sec. | ||
| 14778 | 2025.01.30 20:27:52.835720 [ 271 ] {7f9cd565-dc35-4c9c-ab97-9977b66344e7} <Debug> TCPHandler: Processed in 0.002192311 sec. | ||
| 14779 | 2025.01.30 20:27:52.835884 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14780 | 2025.01.30 20:27:52.836023 [ 270 ] {21c16224-4cda-4070-90e7-b60a272f96a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14781 | 2025.01.30 20:27:52.836082 [ 270 ] {21c16224-4cda-4070-90e7-b60a272f96a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14782 | 2025.01.30 20:27:52.836818 [ 270 ] {21c16224-4cda-4070-90e7-b60a272f96a9} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14783 | 2025.01.30 20:27:52.836866 [ 270 ] {21c16224-4cda-4070-90e7-b60a272f96a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14784 | 2025.01.30 20:27:52.837293 [ 270 ] {21c16224-4cda-4070-90e7-b60a272f96a9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14785 | 2025.01.30 20:27:52.837558 [ 270 ] {21c16224-4cda-4070-90e7-b60a272f96a9} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14786 | 2025.01.30 20:27:52.837775 [ 270 ] {21c16224-4cda-4070-90e7-b60a272f96a9} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001783 sec., 40381.37969713965 rows/sec., 3.15 MiB/sec. | ||
| 14787 | 2025.01.30 20:27:52.837827 [ 270 ] {21c16224-4cda-4070-90e7-b60a272f96a9} <Debug> TCPHandler: Processed in 0.002011326 sec. | ||
| 14788 | 2025.01.30 20:27:52.837970 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14789 | 2025.01.30 20:27:52.838090 [ 271 ] {971a8c48-445b-4828-8a78-f621cae92595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14790 | 2025.01.30 20:27:52.838158 [ 271 ] {971a8c48-445b-4828-8a78-f621cae92595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14791 | 2025.01.30 20:27:52.838822 [ 271 ] {971a8c48-445b-4828-8a78-f621cae92595} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14792 | 2025.01.30 20:27:52.838869 [ 271 ] {971a8c48-445b-4828-8a78-f621cae92595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14793 | 2025.01.30 20:27:52.839312 [ 271 ] {971a8c48-445b-4828-8a78-f621cae92595} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14794 | 2025.01.30 20:27:52.839550 [ 271 ] {971a8c48-445b-4828-8a78-f621cae92595} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14795 | 2025.01.30 20:27:52.839747 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_105_21 to all_109_109_0 | ||
| 14796 | 2025.01.30 20:27:52.839799 [ 271 ] {971a8c48-445b-4828-8a78-f621cae92595} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec. | ||
| 14797 | 2025.01.30 20:27:52.839842 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14798 | 2025.01.30 20:27:52.839915 [ 271 ] {971a8c48-445b-4828-8a78-f621cae92595} <Debug> TCPHandler: Processed in 0.001999066 sec. | ||
| 14799 | 2025.01.30 20:27:52.839918 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14800 | 2025.01.30 20:27:52.840188 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14801 | 2025.01.30 20:27:52.840267 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_105_21 to all_109_109_0 into Compact with storage Full | ||
| 14802 | 2025.01.30 20:27:52.840509 [ 270 ] {a0cf7885-5f76-4071-9513-0158343d33fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14803 | 2025.01.30 20:27:52.840994 [ 270 ] {a0cf7885-5f76-4071-9513-0158343d33fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14804 | 2025.01.30 20:27:52.841211 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14805 | 2025.01.30 20:27:52.841413 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_105_21, total 34004 rows starting from the beginning of the part | ||
| 14806 | 2025.01.30 20:27:52.841946 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 163 rows starting from the beginning of the part | ||
| 14807 | 2025.01.30 20:27:52.842448 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part | ||
| 14808 | 2025.01.30 20:27:52.842912 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 14809 | 2025.01.30 20:27:52.843352 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 960 rows starting from the beginning of the part | ||
| 14810 | 2025.01.30 20:27:52.848999 [ 270 ] {a0cf7885-5f76-4071-9513-0158343d33fe} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14811 | 2025.01.30 20:27:52.849047 [ 270 ] {a0cf7885-5f76-4071-9513-0158343d33fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14812 | 2025.01.30 20:27:52.849897 [ 270 ] {a0cf7885-5f76-4071-9513-0158343d33fe} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14813 | 2025.01.30 20:27:52.850347 [ 270 ] {a0cf7885-5f76-4071-9513-0158343d33fe} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14814 | 2025.01.30 20:27:52.850640 [ 270 ] {a0cf7885-5f76-4071-9513-0158343d33fe} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.010279 sec., 778.2858254694037 rows/sec., 1.39 MiB/sec. | ||
| 14815 | 2025.01.30 20:27:52.850791 [ 270 ] {a0cf7885-5f76-4071-9513-0158343d33fe} <Debug> TCPHandler: Processed in 0.010784249 sec. | ||
| 14816 | 2025.01.30 20:27:52.850990 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14817 | 2025.01.30 20:27:52.851180 [ 271 ] {1d4810de-9283-46d1-a391-2e75c2f3e7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14818 | 2025.01.30 20:27:52.851276 [ 271 ] {1d4810de-9283-46d1-a391-2e75c2f3e7e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14819 | 2025.01.30 20:27:52.852330 [ 271 ] {1d4810de-9283-46d1-a391-2e75c2f3e7e7} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14820 | 2025.01.30 20:27:52.852385 [ 271 ] {1d4810de-9283-46d1-a391-2e75c2f3e7e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
| 14821 | 2025.01.30 20:27:52.852785 [ 271 ] {1d4810de-9283-46d1-a391-2e75c2f3e7e7} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14822 | 2025.01.30 20:27:52.853184 [ 271 ] {1d4810de-9283-46d1-a391-2e75c2f3e7e7} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14823 | 2025.01.30 20:27:52.853412 [ 271 ] {1d4810de-9283-46d1-a391-2e75c2f3e7e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002309 sec., 25985.2750108272 rows/sec., 1.75 MiB/sec. | ||
| 14824 | 2025.01.30 20:27:52.853529 [ 271 ] {1d4810de-9283-46d1-a391-2e75c2f3e7e7} <Debug> TCPHandler: Processed in 0.002615232 sec. | ||
| 14825 | 2025.01.30 20:27:52.854747 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35524 rows, containing 5 columns (5 merged, 0 gathered) in 0.014681237 sec., 2419687.114920902 rows/sec., 163.64 MiB/sec. | ||
| 14826 | 2025.01.30 20:27:52.855234 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) | ||
| 14827 | 2025.01.30 20:27:52.855555 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14828 | 2025.01.30 20:27:52.855635 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_105_21, all_109_109_0] -> all_1_109_22 | ||
| 14829 | 2025.01.30 20:27:52.855731 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 14830 | 2025.01.30 20:27:56.564113 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14831 | 2025.01.30 20:27:56.564182 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14832 | 2025.01.30 20:27:56.798909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 14833 | 2025.01.30 20:27:56.799553 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14834 | 2025.01.30 20:27:56.799601 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14835 | 2025.01.30 20:27:56.800138 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14836 | 2025.01.30 20:27:56.800389 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14837 | 2025.01.30 20:27:56.800655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 14838 | 2025.01.30 20:27:56.997558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2022 | ||
| 14839 | 2025.01.30 20:27:57.001022 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14840 | 2025.01.30 20:27:57.001063 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14841 | 2025.01.30 20:27:57.002597 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14842 | 2025.01.30 20:27:57.002920 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14843 | 2025.01.30 20:27:57.004483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2022 | ||
| 14844 | 2025.01.30 20:27:57.837745 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14845 | 2025.01.30 20:27:57.837959 [ 270 ] {832f1471-6dc0-4324-9e71-653bd7a74346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14846 | 2025.01.30 20:27:57.838040 [ 270 ] {832f1471-6dc0-4324-9e71-653bd7a74346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14847 | 2025.01.30 20:27:57.838824 [ 270 ] {832f1471-6dc0-4324-9e71-653bd7a74346} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14848 | 2025.01.30 20:27:57.838872 [ 270 ] {832f1471-6dc0-4324-9e71-653bd7a74346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14849 | 2025.01.30 20:27:57.839365 [ 270 ] {832f1471-6dc0-4324-9e71-653bd7a74346} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14850 | 2025.01.30 20:27:57.839624 [ 270 ] {832f1471-6dc0-4324-9e71-653bd7a74346} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14851 | 2025.01.30 20:27:57.839898 [ 270 ] {832f1471-6dc0-4324-9e71-653bd7a74346} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001989 sec., 7038.712921065862 rows/sec., 506.69 KiB/sec. | ||
| 14852 | 2025.01.30 20:27:57.839995 [ 270 ] {832f1471-6dc0-4324-9e71-653bd7a74346} <Debug> TCPHandler: Processed in 0.002384726 sec. | ||
| 14853 | 2025.01.30 20:27:57.840265 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14854 | 2025.01.30 20:27:57.840454 [ 271 ] {2052952b-a603-4055-b649-1b1ebcd4a0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14855 | 2025.01.30 20:27:57.840523 [ 271 ] {2052952b-a603-4055-b649-1b1ebcd4a0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14856 | 2025.01.30 20:27:57.841399 [ 271 ] {2052952b-a603-4055-b649-1b1ebcd4a0a3} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14857 | 2025.01.30 20:27:57.841444 [ 271 ] {2052952b-a603-4055-b649-1b1ebcd4a0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14858 | 2025.01.30 20:27:57.841908 [ 271 ] {2052952b-a603-4055-b649-1b1ebcd4a0a3} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14859 | 2025.01.30 20:27:57.842168 [ 271 ] {2052952b-a603-4055-b649-1b1ebcd4a0a3} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14860 | 2025.01.30 20:27:57.842417 [ 271 ] {2052952b-a603-4055-b649-1b1ebcd4a0a3} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002014 sec., 131578.94736842104 rows/sec., 11.59 MiB/sec. | ||
| 14861 | 2025.01.30 20:27:57.842475 [ 271 ] {2052952b-a603-4055-b649-1b1ebcd4a0a3} <Debug> TCPHandler: Processed in 0.002359386 sec. | ||
| 14862 | 2025.01.30 20:27:57.842636 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14863 | 2025.01.30 20:27:57.842759 [ 270 ] {54533395-b6a8-4bc8-b3c8-83deedcb7dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14864 | 2025.01.30 20:27:57.842808 [ 270 ] {54533395-b6a8-4bc8-b3c8-83deedcb7dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14865 | 2025.01.30 20:27:57.843423 [ 270 ] {54533395-b6a8-4bc8-b3c8-83deedcb7dfb} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14866 | 2025.01.30 20:27:57.843464 [ 270 ] {54533395-b6a8-4bc8-b3c8-83deedcb7dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14867 | 2025.01.30 20:27:57.843859 [ 270 ] {54533395-b6a8-4bc8-b3c8-83deedcb7dfb} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14868 | 2025.01.30 20:27:57.844127 [ 270 ] {54533395-b6a8-4bc8-b3c8-83deedcb7dfb} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14869 | 2025.01.30 20:27:57.844347 [ 270 ] {54533395-b6a8-4bc8-b3c8-83deedcb7dfb} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001613 sec., 23558.58648481091 rows/sec., 1.69 MiB/sec. | ||
| 14870 | 2025.01.30 20:27:57.844401 [ 270 ] {54533395-b6a8-4bc8-b3c8-83deedcb7dfb} <Debug> TCPHandler: Processed in 0.00182455 sec. | ||
| 14871 | 2025.01.30 20:27:57.844570 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14872 | 2025.01.30 20:27:57.844710 [ 271 ] {d2bc9798-d9c9-4b2f-a86a-d45f1988b01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14873 | 2025.01.30 20:27:57.844768 [ 271 ] {d2bc9798-d9c9-4b2f-a86a-d45f1988b01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14874 | 2025.01.30 20:27:57.845434 [ 271 ] {d2bc9798-d9c9-4b2f-a86a-d45f1988b01e} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14875 | 2025.01.30 20:27:57.845474 [ 271 ] {d2bc9798-d9c9-4b2f-a86a-d45f1988b01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14876 | 2025.01.30 20:27:57.845845 [ 271 ] {d2bc9798-d9c9-4b2f-a86a-d45f1988b01e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14877 | 2025.01.30 20:27:57.846100 [ 271 ] {d2bc9798-d9c9-4b2f-a86a-d45f1988b01e} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14878 | 2025.01.30 20:27:57.846282 [ 144 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 14879 | 2025.01.30 20:27:57.846347 [ 271 ] {d2bc9798-d9c9-4b2f-a86a-d45f1988b01e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001665 sec., 8408.408408408408 rows/sec., 588.87 KiB/sec. | ||
| 14880 | 2025.01.30 20:27:57.846376 [ 144 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14881 | 2025.01.30 20:27:57.846442 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14882 | 2025.01.30 20:27:57.846470 [ 271 ] {d2bc9798-d9c9-4b2f-a86a-d45f1988b01e} <Debug> TCPHandler: Processed in 0.001976775 sec. | ||
| 14883 | 2025.01.30 20:27:57.846812 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 14884 | 2025.01.30 20:27:57.846926 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14885 | 2025.01.30 20:27:57.847355 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14886 | 2025.01.30 20:27:57.847464 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 243 rows starting from the beginning of the part | ||
| 14887 | 2025.01.30 20:27:57.847484 [ 270 ] {6c2e5975-1210-4537-a308-43283f3d359d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14888 | 2025.01.30 20:27:57.847637 [ 270 ] {6c2e5975-1210-4537-a308-43283f3d359d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14889 | 2025.01.30 20:27:57.847743 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part | ||
| 14890 | 2025.01.30 20:27:57.848141 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 14891 | 2025.01.30 20:27:57.848406 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 14892 | 2025.01.30 20:27:57.848690 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part | ||
| 14893 | 2025.01.30 20:27:57.849067 [ 192 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14894 | 2025.01.30 20:27:57.850661 [ 270 ] {6c2e5975-1210-4537-a308-43283f3d359d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14895 | 2025.01.30 20:27:57.850736 [ 270 ] {6c2e5975-1210-4537-a308-43283f3d359d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14896 | 2025.01.30 20:27:57.851699 [ 270 ] {6c2e5975-1210-4537-a308-43283f3d359d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14897 | 2025.01.30 20:27:57.852091 [ 191 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005552643 sec., 138492.60613369165 rows/sec., 9.92 MiB/sec. | ||
| 14898 | 2025.01.30 20:27:57.852145 [ 270 ] {6c2e5975-1210-4537-a308-43283f3d359d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14899 | 2025.01.30 20:27:57.852344 [ 191 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 14900 | 2025.01.30 20:27:57.852478 [ 270 ] {6c2e5975-1210-4537-a308-43283f3d359d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005064 sec., 2567.140600315956 rows/sec., 160.06 KiB/sec. | ||
| 14901 | 2025.01.30 20:27:57.852556 [ 270 ] {6c2e5975-1210-4537-a308-43283f3d359d} <Debug> TCPHandler: Processed in 0.005958805 sec. | ||
| 14902 | 2025.01.30 20:27:57.852739 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14903 | 2025.01.30 20:27:57.852866 [ 191 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14904 | 2025.01.30 20:27:57.852975 [ 271 ] {f79d11ec-6b58-4abd-9ebe-d97649a1365f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14905 | 2025.01.30 20:27:57.853034 [ 191 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_46_9} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 14906 | 2025.01.30 20:27:57.853064 [ 271 ] {f79d11ec-6b58-4abd-9ebe-d97649a1365f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14907 | 2025.01.30 20:27:57.853235 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 14908 | 2025.01.30 20:27:57.854024 [ 271 ] {f79d11ec-6b58-4abd-9ebe-d97649a1365f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14909 | 2025.01.30 20:27:57.854069 [ 271 ] {f79d11ec-6b58-4abd-9ebe-d97649a1365f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14910 | 2025.01.30 20:27:57.854480 [ 271 ] {f79d11ec-6b58-4abd-9ebe-d97649a1365f} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14911 | 2025.01.30 20:27:57.854738 [ 271 ] {f79d11ec-6b58-4abd-9ebe-d97649a1365f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14912 | 2025.01.30 20:27:57.854968 [ 271 ] {f79d11ec-6b58-4abd-9ebe-d97649a1365f} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002069 sec., 199613.33977767036 rows/sec., 14.24 MiB/sec. | ||
| 14913 | 2025.01.30 20:27:57.855023 [ 271 ] {f79d11ec-6b58-4abd-9ebe-d97649a1365f} <Debug> TCPHandler: Processed in 0.002370056 sec. | ||
| 14914 | 2025.01.30 20:27:57.855181 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14915 | 2025.01.30 20:27:57.855309 [ 270 ] {22f1f0ad-c632-4cc0-92b9-57de812be0bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14916 | 2025.01.30 20:27:57.855361 [ 270 ] {22f1f0ad-c632-4cc0-92b9-57de812be0bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14917 | 2025.01.30 20:27:57.855867 [ 270 ] {22f1f0ad-c632-4cc0-92b9-57de812be0bb} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14918 | 2025.01.30 20:27:57.855906 [ 270 ] {22f1f0ad-c632-4cc0-92b9-57de812be0bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14919 | 2025.01.30 20:27:57.856296 [ 270 ] {22f1f0ad-c632-4cc0-92b9-57de812be0bb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14920 | 2025.01.30 20:27:57.856543 [ 270 ] {22f1f0ad-c632-4cc0-92b9-57de812be0bb} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14921 | 2025.01.30 20:27:57.856744 [ 270 ] {22f1f0ad-c632-4cc0-92b9-57de812be0bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 14922 | 2025.01.30 20:27:57.856795 [ 270 ] {22f1f0ad-c632-4cc0-92b9-57de812be0bb} <Debug> TCPHandler: Processed in 0.001676586 sec. | ||
| 14923 | 2025.01.30 20:27:57.856944 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14924 | 2025.01.30 20:27:57.857079 [ 271 ] {175bd587-41d3-419f-8511-1e55b3f91132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14925 | 2025.01.30 20:27:57.857153 [ 271 ] {175bd587-41d3-419f-8511-1e55b3f91132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14926 | 2025.01.30 20:27:57.857972 [ 271 ] {175bd587-41d3-419f-8511-1e55b3f91132} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14927 | 2025.01.30 20:27:57.858022 [ 271 ] {175bd587-41d3-419f-8511-1e55b3f91132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14928 | 2025.01.30 20:27:57.858615 [ 271 ] {175bd587-41d3-419f-8511-1e55b3f91132} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14929 | 2025.01.30 20:27:57.859001 [ 271 ] {175bd587-41d3-419f-8511-1e55b3f91132} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14930 | 2025.01.30 20:27:57.859278 [ 271 ] {175bd587-41d3-419f-8511-1e55b3f91132} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002232 sec., 106182.79569892473 rows/sec., 7.12 MiB/sec. | ||
| 14931 | 2025.01.30 20:27:57.859354 [ 271 ] {175bd587-41d3-419f-8511-1e55b3f91132} <Debug> TCPHandler: Processed in 0.002472538 sec. | ||
| 14932 | 2025.01.30 20:27:57.859500 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14933 | 2025.01.30 20:27:57.859618 [ 270 ] {a02d6750-f8c0-498c-862e-d56144207b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14934 | 2025.01.30 20:27:57.859669 [ 270 ] {a02d6750-f8c0-498c-862e-d56144207b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14935 | 2025.01.30 20:27:57.860165 [ 270 ] {a02d6750-f8c0-498c-862e-d56144207b62} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14936 | 2025.01.30 20:27:57.860203 [ 270 ] {a02d6750-f8c0-498c-862e-d56144207b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14937 | 2025.01.30 20:27:57.860569 [ 270 ] {a02d6750-f8c0-498c-862e-d56144207b62} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14938 | 2025.01.30 20:27:57.860805 [ 270 ] {a02d6750-f8c0-498c-862e-d56144207b62} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14939 | 2025.01.30 20:27:57.861034 [ 270 ] {a02d6750-f8c0-498c-862e-d56144207b62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. | ||
| 14940 | 2025.01.30 20:27:57.861111 [ 270 ] {a02d6750-f8c0-498c-862e-d56144207b62} <Debug> TCPHandler: Processed in 0.001666746 sec. | ||
| 14941 | 2025.01.30 20:27:57.861310 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14942 | 2025.01.30 20:27:57.861467 [ 271 ] {20f549b4-e634-442d-8c30-424e9cdcb3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14943 | 2025.01.30 20:27:57.861564 [ 271 ] {20f549b4-e634-442d-8c30-424e9cdcb3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14944 | 2025.01.30 20:27:57.862915 [ 271 ] {20f549b4-e634-442d-8c30-424e9cdcb3f0} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14945 | 2025.01.30 20:27:57.862954 [ 271 ] {20f549b4-e634-442d-8c30-424e9cdcb3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14946 | 2025.01.30 20:27:57.863642 [ 271 ] {20f549b4-e634-442d-8c30-424e9cdcb3f0} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14947 | 2025.01.30 20:27:57.863904 [ 271 ] {20f549b4-e634-442d-8c30-424e9cdcb3f0} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14948 | 2025.01.30 20:27:57.864186 [ 271 ] {20f549b4-e634-442d-8c30-424e9cdcb3f0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002747 sec., 11285.038223516563 rows/sec., 20.22 MiB/sec. | ||
| 14949 | 2025.01.30 20:27:57.864430 [ 271 ] {20f549b4-e634-442d-8c30-424e9cdcb3f0} <Debug> TCPHandler: Processed in 0.003215659 sec. | ||
| 14950 | 2025.01.30 20:27:57.864721 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14951 | 2025.01.30 20:27:57.864976 [ 270 ] {2c59a810-3490-4a62-895a-63fa41f336a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14952 | 2025.01.30 20:27:57.865037 [ 270 ] {2c59a810-3490-4a62-895a-63fa41f336a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14953 | 2025.01.30 20:27:57.865595 [ 270 ] {2c59a810-3490-4a62-895a-63fa41f336a8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14954 | 2025.01.30 20:27:57.865636 [ 270 ] {2c59a810-3490-4a62-895a-63fa41f336a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14955 | 2025.01.30 20:27:57.866032 [ 270 ] {2c59a810-3490-4a62-895a-63fa41f336a8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14956 | 2025.01.30 20:27:57.866273 [ 270 ] {2c59a810-3490-4a62-895a-63fa41f336a8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14957 | 2025.01.30 20:27:57.866526 [ 270 ] {2c59a810-3490-4a62-895a-63fa41f336a8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001606 sec., 51058.530510585304 rows/sec., 3.24 MiB/sec. | ||
| 14958 | 2025.01.30 20:27:57.866622 [ 270 ] {2c59a810-3490-4a62-895a-63fa41f336a8} <Debug> TCPHandler: Processed in 0.002061377 sec. | ||
| 14959 | 2025.01.30 20:27:59.475298 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633 | ||
| 14960 | 2025.01.30 20:27:59.497959 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14961 | 2025.01.30 20:27:59.498014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14962 | 2025.01.30 20:27:59.505521 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14963 | 2025.01.30 20:27:59.506334 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14964 | 2025.01.30 20:27:59.509091 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
| 14965 | 2025.01.30 20:28:02.831861 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14966 | 2025.01.30 20:28:02.832072 [ 270 ] {d343a904-b297-4642-afdc-eb052da5287f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14967 | 2025.01.30 20:28:02.832149 [ 270 ] {d343a904-b297-4642-afdc-eb052da5287f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14968 | 2025.01.30 20:28:02.832957 [ 270 ] {d343a904-b297-4642-afdc-eb052da5287f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14969 | 2025.01.30 20:28:02.833006 [ 270 ] {d343a904-b297-4642-afdc-eb052da5287f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14970 | 2025.01.30 20:28:02.833460 [ 270 ] {d343a904-b297-4642-afdc-eb052da5287f} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14971 | 2025.01.30 20:28:02.833736 [ 270 ] {d343a904-b297-4642-afdc-eb052da5287f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14972 | 2025.01.30 20:28:02.833939 [ 160 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14973 | 2025.01.30 20:28:02.834008 [ 270 ] {d343a904-b297-4642-afdc-eb052da5287f} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001986 sec., 36253.77643504532 rows/sec., 2.92 MiB/sec. | ||
| 14974 | 2025.01.30 20:28:02.834017 [ 160 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14975 | 2025.01.30 20:28:02.834094 [ 160 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14976 | 2025.01.30 20:28:02.834163 [ 270 ] {d343a904-b297-4642-afdc-eb052da5287f} <Debug> TCPHandler: Processed in 0.002423858 sec. | ||
| 14977 | 2025.01.30 20:28:02.834369 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14978 | 2025.01.30 20:28:02.834500 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14979 | 2025.01.30 20:28:02.834547 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14980 | 2025.01.30 20:28:02.834602 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1432 rows starting from the beginning of the part | ||
| 14981 | 2025.01.30 20:28:02.834853 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 72 rows starting from the beginning of the part | ||
| 14982 | 2025.01.30 20:28:02.834908 [ 271 ] {df1158e1-fda8-42b3-9181-c30b9ac0494b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14983 | 2025.01.30 20:28:02.835120 [ 271 ] {df1158e1-fda8-42b3-9181-c30b9ac0494b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14984 | 2025.01.30 20:28:02.835184 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1408 rows starting from the beginning of the part | ||
| 14985 | 2025.01.30 20:28:02.835535 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 72 rows starting from the beginning of the part | ||
| 14986 | 2025.01.30 20:28:02.835838 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 265 rows starting from the beginning of the part | ||
| 14987 | 2025.01.30 20:28:02.836127 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 72 rows starting from the beginning of the part | ||
| 14988 | 2025.01.30 20:28:02.837960 [ 271 ] {df1158e1-fda8-42b3-9181-c30b9ac0494b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14989 | 2025.01.30 20:28:02.838031 [ 271 ] {df1158e1-fda8-42b3-9181-c30b9ac0494b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 14990 | 2025.01.30 20:28:02.838999 [ 271 ] {df1158e1-fda8-42b3-9181-c30b9ac0494b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14991 | 2025.01.30 20:28:02.839358 [ 271 ] {df1158e1-fda8-42b3-9181-c30b9ac0494b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14992 | 2025.01.30 20:28:02.839875 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.005668877 sec., 585830.3152458591 rows/sec., 51.36 MiB/sec. | ||
| 14993 | 2025.01.30 20:28:02.839939 [ 271 ] {df1158e1-fda8-42b3-9181-c30b9ac0494b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.0052 sec., 1538.4615384615386 rows/sec., 115.69 KiB/sec. | ||
| 14994 | 2025.01.30 20:28:02.840053 [ 271 ] {df1158e1-fda8-42b3-9181-c30b9ac0494b} <Debug> TCPHandler: Processed in 0.005744499 sec. | ||
| 14995 | 2025.01.30 20:28:02.840167 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14996 | 2025.01.30 20:28:02.840245 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14997 | 2025.01.30 20:28:02.840472 [ 270 ] {f3a4ea80-c78b-43dc-87c4-b71c2dfd1756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14998 | 2025.01.30 20:28:02.840547 [ 270 ] {f3a4ea80-c78b-43dc-87c4-b71c2dfd1756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14999 | 2025.01.30 20:28:02.840642 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15000 | 2025.01.30 20:28:02.840839 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_116_23} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15001 | 2025.01.30 20:28:02.841042 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 15002 | 2025.01.30 20:28:02.841566 [ 270 ] {f3a4ea80-c78b-43dc-87c4-b71c2dfd1756} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15003 | 2025.01.30 20:28:02.841611 [ 270 ] {f3a4ea80-c78b-43dc-87c4-b71c2dfd1756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15004 | 2025.01.30 20:28:02.841994 [ 270 ] {f3a4ea80-c78b-43dc-87c4-b71c2dfd1756} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15005 | 2025.01.30 20:28:02.842236 [ 270 ] {f3a4ea80-c78b-43dc-87c4-b71c2dfd1756} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15006 | 2025.01.30 20:28:02.842422 [ 160 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15007 | 2025.01.30 20:28:02.842487 [ 160 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15008 | 2025.01.30 20:28:02.842490 [ 270 ] {f3a4ea80-c78b-43dc-87c4-b71c2dfd1756} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002079 sec., 34632.03463203463 rows/sec., 2.70 MiB/sec. | ||
| 15009 | 2025.01.30 20:28:02.842531 [ 160 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15010 | 2025.01.30 20:28:02.842650 [ 270 ] {f3a4ea80-c78b-43dc-87c4-b71c2dfd1756} <Debug> TCPHandler: Processed in 0.002469748 sec. | ||
| 15011 | 2025.01.30 20:28:02.842741 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 15012 | 2025.01.30 20:28:02.842895 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15013 | 2025.01.30 20:28:02.842914 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15014 | 2025.01.30 20:28:02.842970 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 15015 | 2025.01.30 20:28:02.843185 [ 271 ] {1069f225-9a32-4ef0-93c6-f41eebb7b8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15016 | 2025.01.30 20:28:02.843241 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 72 rows starting from the beginning of the part | ||
| 15017 | 2025.01.30 20:28:02.843376 [ 271 ] {1069f225-9a32-4ef0-93c6-f41eebb7b8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15018 | 2025.01.30 20:28:02.843599 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 875 rows starting from the beginning of the part | ||
| 15019 | 2025.01.30 20:28:02.843969 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 72 rows starting from the beginning of the part | ||
| 15020 | 2025.01.30 20:28:02.844351 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 413 rows starting from the beginning of the part | ||
| 15021 | 2025.01.30 20:28:02.844666 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 72 rows starting from the beginning of the part | ||
| 15022 | 2025.01.30 20:28:02.845990 [ 271 ] {1069f225-9a32-4ef0-93c6-f41eebb7b8e0} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15023 | 2025.01.30 20:28:02.846053 [ 271 ] {1069f225-9a32-4ef0-93c6-f41eebb7b8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15024 | 2025.01.30 20:28:02.847153 [ 271 ] {1069f225-9a32-4ef0-93c6-f41eebb7b8e0} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15025 | 2025.01.30 20:28:02.847471 [ 271 ] {1069f225-9a32-4ef0-93c6-f41eebb7b8e0} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15026 | 2025.01.30 20:28:02.848105 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005452781 sec., 443260.0539064378 rows/sec., 34.00 MiB/sec. | ||
| 15027 | 2025.01.30 20:28:02.848138 [ 271 ] {1069f225-9a32-4ef0-93c6-f41eebb7b8e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005084 sec., 31471.282454760032 rows/sec., 2.19 MiB/sec. | ||
| 15028 | 2025.01.30 20:28:02.848454 [ 271 ] {1069f225-9a32-4ef0-93c6-f41eebb7b8e0} <Debug> TCPHandler: Processed in 0.005659327 sec. | ||
| 15029 | 2025.01.30 20:28:02.848564 [ 192 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15030 | 2025.01.30 20:28:02.848795 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15031 | 2025.01.30 20:28:02.849164 [ 270 ] {eaaa5f7b-a93e-413a-b9f9-955d32f43fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15032 | 2025.01.30 20:28:02.849558 [ 270 ] {eaaa5f7b-a93e-413a-b9f9-955d32f43fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15033 | 2025.01.30 20:28:02.849731 [ 192 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15034 | 2025.01.30 20:28:02.850171 [ 192 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_116_23} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15035 | 2025.01.30 20:28:02.850382 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15036 | 2025.01.30 20:28:02.851437 [ 270 ] {eaaa5f7b-a93e-413a-b9f9-955d32f43fb5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15037 | 2025.01.30 20:28:02.851481 [ 270 ] {eaaa5f7b-a93e-413a-b9f9-955d32f43fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15038 | 2025.01.30 20:28:02.852127 [ 270 ] {eaaa5f7b-a93e-413a-b9f9-955d32f43fb5} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15039 | 2025.01.30 20:28:02.852397 [ 270 ] {eaaa5f7b-a93e-413a-b9f9-955d32f43fb5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15040 | 2025.01.30 20:28:02.852639 [ 270 ] {eaaa5f7b-a93e-413a-b9f9-955d32f43fb5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003609 sec., 2216.6805209199224 rows/sec., 3.97 MiB/sec. | ||
| 15041 | 2025.01.30 20:28:02.852745 [ 270 ] {eaaa5f7b-a93e-413a-b9f9-955d32f43fb5} <Debug> TCPHandler: Processed in 0.004151036 sec. | ||
| 15042 | 2025.01.30 20:28:02.852939 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15043 | 2025.01.30 20:28:02.853065 [ 271 ] {47412c55-f115-4c47-b8c4-afb6a00aec0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15044 | 2025.01.30 20:28:02.853125 [ 271 ] {47412c55-f115-4c47-b8c4-afb6a00aec0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15045 | 2025.01.30 20:28:02.853647 [ 271 ] {47412c55-f115-4c47-b8c4-afb6a00aec0f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15046 | 2025.01.30 20:28:02.853687 [ 271 ] {47412c55-f115-4c47-b8c4-afb6a00aec0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15047 | 2025.01.30 20:28:02.854070 [ 271 ] {47412c55-f115-4c47-b8c4-afb6a00aec0f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15048 | 2025.01.30 20:28:02.854308 [ 271 ] {47412c55-f115-4c47-b8c4-afb6a00aec0f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15049 | 2025.01.30 20:28:02.854482 [ 160 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15050 | 2025.01.30 20:28:02.854535 [ 271 ] {47412c55-f115-4c47-b8c4-afb6a00aec0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
| 15051 | 2025.01.30 20:28:02.854562 [ 160 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15052 | 2025.01.30 20:28:02.854634 [ 160 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15053 | 2025.01.30 20:28:02.854653 [ 271 ] {47412c55-f115-4c47-b8c4-afb6a00aec0f} <Debug> TCPHandler: Processed in 0.001772289 sec. | ||
| 15054 | 2025.01.30 20:28:02.854931 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 15055 | 2025.01.30 20:28:02.855337 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15056 | 2025.01.30 20:28:02.855441 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6932 rows starting from the beginning of the part | ||
| 15057 | 2025.01.30 20:28:02.855799 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 15058 | 2025.01.30 20:28:02.856162 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 15059 | 2025.01.30 20:28:02.856307 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 15060 | 2025.01.30 20:28:02.856442 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 15061 | 2025.01.30 20:28:02.856586 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 15062 | 2025.01.30 20:28:02.858692 [ 196 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7276 rows, containing 4 columns (4 merged, 0 gathered) in 0.00395669 sec., 1838910.806760196 rows/sec., 120.75 MiB/sec. | ||
| 15063 | 2025.01.30 20:28:02.859116 [ 196 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15064 | 2025.01.30 20:28:02.859417 [ 196 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15065 | 2025.01.30 20:28:02.859493 [ 196 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_111_22} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 15066 | 2025.01.30 20:28:02.859583 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 15067 | 2025.01.30 20:28:04.300804 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 15068 | 2025.01.30 20:28:04.301825 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15069 | 2025.01.30 20:28:04.301878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15070 | 2025.01.30 20:28:04.302425 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15071 | 2025.01.30 20:28:04.302682 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15072 | 2025.01.30 20:28:04.302979 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 15073 | 2025.01.30 20:28:04.303006 [ 220 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15074 | 2025.01.30 20:28:04.303071 [ 220 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15075 | 2025.01.30 20:28:04.304668 [ 220 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15076 | 2025.01.30 20:28:04.450362 [ 224 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15077 | 2025.01.30 20:28:04.450405 [ 224 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15078 | 2025.01.30 20:28:04.452151 [ 224 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15079 | 2025.01.30 20:28:06.752370 [ 218 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15080 | 2025.01.30 20:28:06.752436 [ 218 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15081 | 2025.01.30 20:28:06.754069 [ 218 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15082 | 2025.01.30 20:28:07.004744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2056 | ||
| 15083 | 2025.01.30 20:28:07.008011 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15084 | 2025.01.30 20:28:07.008060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15085 | 2025.01.30 20:28:07.009162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641 | ||
| 15086 | 2025.01.30 20:28:07.012169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15087 | 2025.01.30 20:28:07.013818 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15088 | 2025.01.30 20:28:07.017209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2056 | ||
| 15089 | 2025.01.30 20:28:07.037624 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15090 | 2025.01.30 20:28:07.037676 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15091 | 2025.01.30 20:28:07.045349 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15092 | 2025.01.30 20:28:07.046181 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15093 | 2025.01.30 20:28:07.049051 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 15094 | 2025.01.30 20:28:07.363350 [ 224 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15095 | 2025.01.30 20:28:07.363405 [ 224 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15096 | 2025.01.30 20:28:07.364857 [ 224 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15097 | 2025.01.30 20:28:07.838264 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15098 | 2025.01.30 20:28:07.838462 [ 270 ] {5099ccf5-ac3f-4744-98e6-f807324df715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15099 | 2025.01.30 20:28:07.838537 [ 270 ] {5099ccf5-ac3f-4744-98e6-f807324df715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15100 | 2025.01.30 20:28:07.839310 [ 270 ] {5099ccf5-ac3f-4744-98e6-f807324df715} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15101 | 2025.01.30 20:28:07.839361 [ 270 ] {5099ccf5-ac3f-4744-98e6-f807324df715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15102 | 2025.01.30 20:28:07.839811 [ 270 ] {5099ccf5-ac3f-4744-98e6-f807324df715} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 15103 | 2025.01.30 20:28:07.840066 [ 270 ] {5099ccf5-ac3f-4744-98e6-f807324df715} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15104 | 2025.01.30 20:28:07.840319 [ 270 ] {5099ccf5-ac3f-4744-98e6-f807324df715} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec. | ||
| 15105 | 2025.01.30 20:28:07.840401 [ 270 ] {5099ccf5-ac3f-4744-98e6-f807324df715} <Debug> TCPHandler: Processed in 0.002276713 sec. | ||
| 15106 | 2025.01.30 20:28:07.840710 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15107 | 2025.01.30 20:28:07.840928 [ 271 ] {db51331a-479e-4aad-b626-092396c05ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15108 | 2025.01.30 20:28:07.841011 [ 271 ] {db51331a-479e-4aad-b626-092396c05ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15109 | 2025.01.30 20:28:07.841991 [ 271 ] {db51331a-479e-4aad-b626-092396c05ed0} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15110 | 2025.01.30 20:28:07.842043 [ 271 ] {db51331a-479e-4aad-b626-092396c05ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15111 | 2025.01.30 20:28:07.842511 [ 271 ] {db51331a-479e-4aad-b626-092396c05ed0} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15112 | 2025.01.30 20:28:07.842768 [ 271 ] {db51331a-479e-4aad-b626-092396c05ed0} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15113 | 2025.01.30 20:28:07.843012 [ 271 ] {db51331a-479e-4aad-b626-092396c05ed0} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002143 sec., 123658.42277181521 rows/sec., 10.89 MiB/sec. | ||
| 15114 | 2025.01.30 20:28:07.843069 [ 271 ] {db51331a-479e-4aad-b626-092396c05ed0} <Debug> TCPHandler: Processed in 0.00253626 sec. | ||
| 15115 | 2025.01.30 20:28:07.843291 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15116 | 2025.01.30 20:28:07.843515 [ 270 ] {7957333e-0481-4398-8333-84aa4d5898ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15117 | 2025.01.30 20:28:07.843607 [ 270 ] {7957333e-0481-4398-8333-84aa4d5898ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15118 | 2025.01.30 20:28:07.844268 [ 270 ] {7957333e-0481-4398-8333-84aa4d5898ce} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15119 | 2025.01.30 20:28:07.844308 [ 270 ] {7957333e-0481-4398-8333-84aa4d5898ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15120 | 2025.01.30 20:28:07.844693 [ 270 ] {7957333e-0481-4398-8333-84aa4d5898ce} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15121 | 2025.01.30 20:28:07.844934 [ 270 ] {7957333e-0481-4398-8333-84aa4d5898ce} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15122 | 2025.01.30 20:28:07.845121 [ 152 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15123 | 2025.01.30 20:28:07.845146 [ 270 ] {7957333e-0481-4398-8333-84aa4d5898ce} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001686 sec., 22538.55278766311 rows/sec., 1.61 MiB/sec. | ||
| 15124 | 2025.01.30 20:28:07.845208 [ 152 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15125 | 2025.01.30 20:28:07.845272 [ 270 ] {7957333e-0481-4398-8333-84aa4d5898ce} <Debug> TCPHandler: Processed in 0.002093228 sec. | ||
| 15126 | 2025.01.30 20:28:07.845277 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15127 | 2025.01.30 20:28:07.845511 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15128 | 2025.01.30 20:28:07.845525 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 15129 | 2025.01.30 20:28:07.845953 [ 271 ] {024c9971-769b-4d9e-bfb1-75c83a02663c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15130 | 2025.01.30 20:28:07.846015 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15131 | 2025.01.30 20:28:07.846145 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 64 rows starting from the beginning of the part | ||
| 15132 | 2025.01.30 20:28:07.846191 [ 271 ] {024c9971-769b-4d9e-bfb1-75c83a02663c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15133 | 2025.01.30 20:28:07.846822 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 44 rows starting from the beginning of the part | ||
| 15134 | 2025.01.30 20:28:07.847485 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 8 rows starting from the beginning of the part | ||
| 15135 | 2025.01.30 20:28:07.847990 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 38 rows starting from the beginning of the part | ||
| 15136 | 2025.01.30 20:28:07.848824 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 8 rows starting from the beginning of the part | ||
| 15137 | 2025.01.30 20:28:07.849306 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 38 rows starting from the beginning of the part | ||
| 15138 | 2025.01.30 20:28:07.850246 [ 271 ] {024c9971-769b-4d9e-bfb1-75c83a02663c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15139 | 2025.01.30 20:28:07.850311 [ 271 ] {024c9971-769b-4d9e-bfb1-75c83a02663c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15140 | 2025.01.30 20:28:07.851304 [ 271 ] {024c9971-769b-4d9e-bfb1-75c83a02663c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15141 | 2025.01.30 20:28:07.851981 [ 271 ] {024c9971-769b-4d9e-bfb1-75c83a02663c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15142 | 2025.01.30 20:28:07.852165 [ 187 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.006760087 sec., 29585.4180574895 rows/sec., 2.23 MiB/sec. | ||
| 15143 | 2025.01.30 20:28:07.852380 [ 271 ] {024c9971-769b-4d9e-bfb1-75c83a02663c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006631 sec., 2111.2954305534613 rows/sec., 147.86 KiB/sec. | ||
| 15144 | 2025.01.30 20:28:07.852411 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15145 | 2025.01.30 20:28:07.852479 [ 271 ] {024c9971-769b-4d9e-bfb1-75c83a02663c} <Debug> TCPHandler: Processed in 0.007101827 sec. | ||
| 15146 | 2025.01.30 20:28:07.852643 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15147 | 2025.01.30 20:28:07.852806 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15148 | 2025.01.30 20:28:07.852847 [ 270 ] {5a48eaf0-75b0-4c23-b4dc-47eb14e7838c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15149 | 2025.01.30 20:28:07.852944 [ 270 ] {5a48eaf0-75b0-4c23-b4dc-47eb14e7838c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15150 | 2025.01.30 20:28:07.852964 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_116_23} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15151 | 2025.01.30 20:28:07.853166 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15152 | 2025.01.30 20:28:07.853762 [ 270 ] {5a48eaf0-75b0-4c23-b4dc-47eb14e7838c} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15153 | 2025.01.30 20:28:07.853806 [ 270 ] {5a48eaf0-75b0-4c23-b4dc-47eb14e7838c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15154 | 2025.01.30 20:28:07.854164 [ 270 ] {5a48eaf0-75b0-4c23-b4dc-47eb14e7838c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 15155 | 2025.01.30 20:28:07.854401 [ 270 ] {5a48eaf0-75b0-4c23-b4dc-47eb14e7838c} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15156 | 2025.01.30 20:28:07.854579 [ 270 ] {5a48eaf0-75b0-4c23-b4dc-47eb14e7838c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001793 sec., 7250.418293363078 rows/sec., 452.06 KiB/sec. | ||
| 15157 | 2025.01.30 20:28:07.854632 [ 270 ] {5a48eaf0-75b0-4c23-b4dc-47eb14e7838c} <Debug> TCPHandler: Processed in 0.002061447 sec. | ||
| 15158 | 2025.01.30 20:28:07.854787 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15159 | 2025.01.30 20:28:07.854927 [ 271 ] {36f8b9cd-96d9-4995-b765-ceb3c857940f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15160 | 2025.01.30 20:28:07.854985 [ 271 ] {36f8b9cd-96d9-4995-b765-ceb3c857940f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15161 | 2025.01.30 20:28:07.855820 [ 271 ] {36f8b9cd-96d9-4995-b765-ceb3c857940f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15162 | 2025.01.30 20:28:07.855862 [ 271 ] {36f8b9cd-96d9-4995-b765-ceb3c857940f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15163 | 2025.01.30 20:28:07.856253 [ 271 ] {36f8b9cd-96d9-4995-b765-ceb3c857940f} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15164 | 2025.01.30 20:28:07.856505 [ 271 ] {36f8b9cd-96d9-4995-b765-ceb3c857940f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15165 | 2025.01.30 20:28:07.856737 [ 271 ] {36f8b9cd-96d9-4995-b765-ceb3c857940f} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001837 sec., 224823.08111050626 rows/sec., 16.04 MiB/sec. | ||
| 15166 | 2025.01.30 20:28:07.856834 [ 271 ] {36f8b9cd-96d9-4995-b765-ceb3c857940f} <Debug> TCPHandler: Processed in 0.002113899 sec. | ||
| 15167 | 2025.01.30 20:28:07.857049 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15168 | 2025.01.30 20:28:07.857292 [ 270 ] {c1585999-a380-49a9-9e02-7bf16a041564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15169 | 2025.01.30 20:28:07.857353 [ 270 ] {c1585999-a380-49a9-9e02-7bf16a041564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15170 | 2025.01.30 20:28:07.857891 [ 270 ] {c1585999-a380-49a9-9e02-7bf16a041564} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15171 | 2025.01.30 20:28:07.857929 [ 270 ] {c1585999-a380-49a9-9e02-7bf16a041564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15172 | 2025.01.30 20:28:07.858298 [ 270 ] {c1585999-a380-49a9-9e02-7bf16a041564} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 15173 | 2025.01.30 20:28:07.858536 [ 270 ] {c1585999-a380-49a9-9e02-7bf16a041564} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15174 | 2025.01.30 20:28:07.858717 [ 270 ] {c1585999-a380-49a9-9e02-7bf16a041564} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 212.53 KiB/sec. | ||
| 15175 | 2025.01.30 20:28:07.858768 [ 270 ] {c1585999-a380-49a9-9e02-7bf16a041564} <Debug> TCPHandler: Processed in 0.001840701 sec. | ||
| 15176 | 2025.01.30 20:28:07.858926 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15177 | 2025.01.30 20:28:07.859066 [ 271 ] {62dc728c-2cce-443a-a4c8-6fb6b6a4c832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15178 | 2025.01.30 20:28:07.859130 [ 271 ] {62dc728c-2cce-443a-a4c8-6fb6b6a4c832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15179 | 2025.01.30 20:28:07.859795 [ 271 ] {62dc728c-2cce-443a-a4c8-6fb6b6a4c832} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15180 | 2025.01.30 20:28:07.859835 [ 271 ] {62dc728c-2cce-443a-a4c8-6fb6b6a4c832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15181 | 2025.01.30 20:28:07.860244 [ 271 ] {62dc728c-2cce-443a-a4c8-6fb6b6a4c832} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15182 | 2025.01.30 20:28:07.860487 [ 271 ] {62dc728c-2cce-443a-a4c8-6fb6b6a4c832} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15183 | 2025.01.30 20:28:07.860736 [ 271 ] {62dc728c-2cce-443a-a4c8-6fb6b6a4c832} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001701 sec., 139329.80599647266 rows/sec., 9.34 MiB/sec. | ||
| 15184 | 2025.01.30 20:28:07.860793 [ 271 ] {62dc728c-2cce-443a-a4c8-6fb6b6a4c832} <Debug> TCPHandler: Processed in 0.001935884 sec. | ||
| 15185 | 2025.01.30 20:28:07.860952 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15186 | 2025.01.30 20:28:07.861090 [ 270 ] {d0a72f3a-43a2-49c9-958e-2d65f5734d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15187 | 2025.01.30 20:28:07.861151 [ 270 ] {d0a72f3a-43a2-49c9-958e-2d65f5734d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15188 | 2025.01.30 20:28:07.861718 [ 270 ] {d0a72f3a-43a2-49c9-958e-2d65f5734d7b} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15189 | 2025.01.30 20:28:07.861755 [ 270 ] {d0a72f3a-43a2-49c9-958e-2d65f5734d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15190 | 2025.01.30 20:28:07.862135 [ 270 ] {d0a72f3a-43a2-49c9-958e-2d65f5734d7b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 15191 | 2025.01.30 20:28:07.862401 [ 270 ] {d0a72f3a-43a2-49c9-958e-2d65f5734d7b} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15192 | 2025.01.30 20:28:07.862628 [ 270 ] {d0a72f3a-43a2-49c9-958e-2d65f5734d7b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001567 sec., 638.1620931716656 rows/sec., 43.00 KiB/sec. | ||
| 15193 | 2025.01.30 20:28:07.862764 [ 270 ] {d0a72f3a-43a2-49c9-958e-2d65f5734d7b} <Debug> TCPHandler: Processed in 0.001878662 sec. | ||
| 15194 | 2025.01.30 20:28:07.862938 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15195 | 2025.01.30 20:28:07.863059 [ 271 ] {29634a38-5871-4651-a838-47585fe1b223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15196 | 2025.01.30 20:28:07.863142 [ 271 ] {29634a38-5871-4651-a838-47585fe1b223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15197 | 2025.01.30 20:28:07.864393 [ 271 ] {29634a38-5871-4651-a838-47585fe1b223} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15198 | 2025.01.30 20:28:07.864430 [ 271 ] {29634a38-5871-4651-a838-47585fe1b223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15199 | 2025.01.30 20:28:07.865160 [ 271 ] {29634a38-5871-4651-a838-47585fe1b223} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15200 | 2025.01.30 20:28:07.865447 [ 271 ] {29634a38-5871-4651-a838-47585fe1b223} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15201 | 2025.01.30 20:28:07.865644 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15202 | 2025.01.30 20:28:07.865724 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15203 | 2025.01.30 20:28:07.865731 [ 271 ] {29634a38-5871-4651-a838-47585fe1b223} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002683 sec., 11554.230339172567 rows/sec., 20.70 MiB/sec. | ||
| 15204 | 2025.01.30 20:28:07.865753 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15205 | 2025.01.30 20:28:07.866214 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 15206 | 2025.01.30 20:28:07.866240 [ 271 ] {29634a38-5871-4651-a838-47585fe1b223} <Debug> TCPHandler: Processed in 0.003356093 sec. | ||
| 15207 | 2025.01.30 20:28:07.866591 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15208 | 2025.01.30 20:28:07.867007 [ 270 ] {e3e948e6-4e6a-4d6d-b406-f2726c5850a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15209 | 2025.01.30 20:28:07.867209 [ 270 ] {e3e948e6-4e6a-4d6d-b406-f2726c5850a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15210 | 2025.01.30 20:28:07.868346 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15211 | 2025.01.30 20:28:07.868750 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2176 rows starting from the beginning of the part | ||
| 15212 | 2025.01.30 20:28:07.869459 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 31 rows starting from the beginning of the part | ||
| 15213 | 2025.01.30 20:28:07.869974 [ 270 ] {e3e948e6-4e6a-4d6d-b406-f2726c5850a6} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15214 | 2025.01.30 20:28:07.870057 [ 270 ] {e3e948e6-4e6a-4d6d-b406-f2726c5850a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15215 | 2025.01.30 20:28:07.870105 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 8 rows starting from the beginning of the part | ||
| 15216 | 2025.01.30 20:28:07.870695 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 31 rows starting from the beginning of the part | ||
| 15217 | 2025.01.30 20:28:07.871158 [ 270 ] {e3e948e6-4e6a-4d6d-b406-f2726c5850a6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15218 | 2025.01.30 20:28:07.871281 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 8 rows starting from the beginning of the part | ||
| 15219 | 2025.01.30 20:28:07.871848 [ 270 ] {e3e948e6-4e6a-4d6d-b406-f2726c5850a6} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15220 | 2025.01.30 20:28:07.871855 [ 187 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 31 rows starting from the beginning of the part | ||
| 15221 | 2025.01.30 20:28:07.872307 [ 270 ] {e3e948e6-4e6a-4d6d-b406-f2726c5850a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005436 sec., 15084.621044885946 rows/sec., 981.05 KiB/sec. | ||
| 15222 | 2025.01.30 20:28:07.872412 [ 270 ] {e3e948e6-4e6a-4d6d-b406-f2726c5850a6} <Debug> TCPHandler: Processed in 0.006021028 sec. | ||
| 15223 | 2025.01.30 20:28:07.879362 [ 193 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2285 rows, containing 19 columns (19 merged, 0 gathered) in 0.013476384 sec., 169555.8689927506 rows/sec., 303.84 MiB/sec. | ||
| 15224 | 2025.01.30 20:28:07.881431 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15225 | 2025.01.30 20:28:07.881929 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15226 | 2025.01.30 20:28:07.882029 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15227 | 2025.01.30 20:28:07.882214 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.47 MiB. | ||
| 15228 | 2025.01.30 20:28:08.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.17 MiB, peak 287.61 MiB, free memory in arenas 0.00 B, will set to 272.00 MiB (RSS), difference: 2.83 MiB | ||
| 15229 | 2025.01.30 20:28:08.759873 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15230 | 2025.01.30 20:28:08.759924 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15231 | 2025.01.30 20:28:08.761311 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15232 | 2025.01.30 20:28:11.564238 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15233 | 2025.01.30 20:28:11.564309 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15234 | 2025.01.30 20:28:11.803111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 15235 | 2025.01.30 20:28:11.803725 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15236 | 2025.01.30 20:28:11.803764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15237 | 2025.01.30 20:28:11.804302 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15238 | 2025.01.30 20:28:11.804565 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15239 | 2025.01.30 20:28:11.804728 [ 146 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15240 | 2025.01.30 20:28:11.804775 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 15241 | 2025.01.30 20:28:11.804787 [ 146 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15242 | 2025.01.30 20:28:11.804814 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15243 | 2025.01.30 20:28:11.804966 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 15244 | 2025.01.30 20:28:11.805144 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15245 | 2025.01.30 20:28:11.805194 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 15246 | 2025.01.30 20:28:11.805285 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 15247 | 2025.01.30 20:28:11.805529 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 15248 | 2025.01.30 20:28:11.805610 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 15249 | 2025.01.30 20:28:11.805772 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 15250 | 2025.01.30 20:28:11.805867 [ 189 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 15251 | 2025.01.30 20:28:11.808718 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.003827276 sec., 10296095.708801769 rows/sec., 147.29 MiB/sec. | ||
| 15252 | 2025.01.30 20:28:11.809086 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15253 | 2025.01.30 20:28:11.809390 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15254 | 2025.01.30 20:28:11.809466 [ 190 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_86_17} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15255 | 2025.01.30 20:28:11.809568 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 15256 | 2025.01.30 20:28:12.521645 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15257 | 2025.01.30 20:28:12.521701 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15258 | 2025.01.30 20:28:12.523195 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15259 | 2025.01.30 20:28:12.831294 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15260 | 2025.01.30 20:28:12.831495 [ 270 ] {9ded4273-c388-41bf-96bd-343add26e7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15261 | 2025.01.30 20:28:12.831568 [ 270 ] {9ded4273-c388-41bf-96bd-343add26e7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15262 | 2025.01.30 20:28:12.832319 [ 270 ] {9ded4273-c388-41bf-96bd-343add26e7b8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15263 | 2025.01.30 20:28:12.832369 [ 270 ] {9ded4273-c388-41bf-96bd-343add26e7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15264 | 2025.01.30 20:28:12.832814 [ 270 ] {9ded4273-c388-41bf-96bd-343add26e7b8} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15265 | 2025.01.30 20:28:12.833058 [ 270 ] {9ded4273-c388-41bf-96bd-343add26e7b8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15266 | 2025.01.30 20:28:12.833313 [ 270 ] {9ded4273-c388-41bf-96bd-343add26e7b8} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001869 sec., 38523.274478330655 rows/sec., 3.10 MiB/sec. | ||
| 15267 | 2025.01.30 20:28:12.833396 [ 270 ] {9ded4273-c388-41bf-96bd-343add26e7b8} <Debug> TCPHandler: Processed in 0.002233851 sec. | ||
| 15268 | 2025.01.30 20:28:12.833399 [ 222 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15269 | 2025.01.30 20:28:12.833477 [ 222 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15270 | 2025.01.30 20:28:12.833654 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15271 | 2025.01.30 20:28:12.833863 [ 271 ] {1add1c16-0914-48c3-853d-7cbc2bc3fc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15272 | 2025.01.30 20:28:12.833982 [ 271 ] {1add1c16-0914-48c3-853d-7cbc2bc3fc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15273 | 2025.01.30 20:28:12.835559 [ 271 ] {1add1c16-0914-48c3-853d-7cbc2bc3fc9d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15274 | 2025.01.30 20:28:12.835610 [ 271 ] {1add1c16-0914-48c3-853d-7cbc2bc3fc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15275 | 2025.01.30 20:28:12.836419 [ 271 ] {1add1c16-0914-48c3-853d-7cbc2bc3fc9d} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15276 | 2025.01.30 20:28:12.836697 [ 222 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15277 | 2025.01.30 20:28:12.836978 [ 271 ] {1add1c16-0914-48c3-853d-7cbc2bc3fc9d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15278 | 2025.01.30 20:28:12.837556 [ 271 ] {1add1c16-0914-48c3-853d-7cbc2bc3fc9d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003731 sec., 2144.1972661484856 rows/sec., 161.23 KiB/sec. | ||
| 15279 | 2025.01.30 20:28:12.837587 [ 223 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15280 | 2025.01.30 20:28:12.837799 [ 223 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15281 | 2025.01.30 20:28:12.837849 [ 271 ] {1add1c16-0914-48c3-853d-7cbc2bc3fc9d} <Debug> TCPHandler: Processed in 0.004344351 sec. | ||
| 15282 | 2025.01.30 20:28:12.838169 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15283 | 2025.01.30 20:28:12.838483 [ 270 ] {da5ee792-7a94-4334-807f-a63e6768af53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15284 | 2025.01.30 20:28:12.838542 [ 270 ] {da5ee792-7a94-4334-807f-a63e6768af53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15285 | 2025.01.30 20:28:12.839415 [ 270 ] {da5ee792-7a94-4334-807f-a63e6768af53} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15286 | 2025.01.30 20:28:12.839456 [ 270 ] {da5ee792-7a94-4334-807f-a63e6768af53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15287 | 2025.01.30 20:28:12.839919 [ 270 ] {da5ee792-7a94-4334-807f-a63e6768af53} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15288 | 2025.01.30 20:28:12.840214 [ 270 ] {da5ee792-7a94-4334-807f-a63e6768af53} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15289 | 2025.01.30 20:28:12.840527 [ 270 ] {da5ee792-7a94-4334-807f-a63e6768af53} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002113 sec., 34074.77520113583 rows/sec., 2.66 MiB/sec. | ||
| 15290 | 2025.01.30 20:28:12.840548 [ 221 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15291 | 2025.01.30 20:28:12.840636 [ 221 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15292 | 2025.01.30 20:28:12.840808 [ 270 ] {da5ee792-7a94-4334-807f-a63e6768af53} <Debug> TCPHandler: Processed in 0.002811498 sec. | ||
| 15293 | 2025.01.30 20:28:12.841067 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15294 | 2025.01.30 20:28:12.841239 [ 223 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15295 | 2025.01.30 20:28:12.841329 [ 271 ] {f75e5715-ea2b-470a-b4e4-ee2dab50ef77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15296 | 2025.01.30 20:28:12.841557 [ 271 ] {f75e5715-ea2b-470a-b4e4-ee2dab50ef77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15297 | 2025.01.30 20:28:12.844238 [ 271 ] {f75e5715-ea2b-470a-b4e4-ee2dab50ef77} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15298 | 2025.01.30 20:28:12.844280 [ 271 ] {f75e5715-ea2b-470a-b4e4-ee2dab50ef77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15299 | 2025.01.30 20:28:12.844872 [ 271 ] {f75e5715-ea2b-470a-b4e4-ee2dab50ef77} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15300 | 2025.01.30 20:28:12.845000 [ 221 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15301 | 2025.01.30 20:28:12.845221 [ 271 ] {f75e5715-ea2b-470a-b4e4-ee2dab50ef77} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15302 | 2025.01.30 20:28:12.845439 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_109_22 to all_113_113_0 | ||
| 15303 | 2025.01.30 20:28:12.845514 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15304 | 2025.01.30 20:28:12.845570 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15305 | 2025.01.30 20:28:12.845691 [ 271 ] {f75e5715-ea2b-470a-b4e4-ee2dab50ef77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004408 sec., 36297.640653357535 rows/sec., 2.53 MiB/sec. | ||
| 15306 | 2025.01.30 20:28:12.846054 [ 271 ] {f75e5715-ea2b-470a-b4e4-ee2dab50ef77} <Debug> TCPHandler: Processed in 0.005133293 sec. | ||
| 15307 | 2025.01.30 20:28:12.846093 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_109_22 to all_113_113_0 into Compact with storage Full | ||
| 15308 | 2025.01.30 20:28:12.846283 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15309 | 2025.01.30 20:28:12.846342 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15310 | 2025.01.30 20:28:12.846400 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_109_22, total 35524 rows starting from the beginning of the part | ||
| 15311 | 2025.01.30 20:28:12.846539 [ 270 ] {23b43c04-aa26-4666-9b47-45a579d22298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15312 | 2025.01.30 20:28:12.846682 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 15313 | 2025.01.30 20:28:12.847017 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part | ||
| 15314 | 2025.01.30 20:28:12.847040 [ 270 ] {23b43c04-aa26-4666-9b47-45a579d22298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15315 | 2025.01.30 20:28:12.847339 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part | ||
| 15316 | 2025.01.30 20:28:12.847724 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 237 rows starting from the beginning of the part | ||
| 15317 | 2025.01.30 20:28:12.851358 [ 270 ] {23b43c04-aa26-4666-9b47-45a579d22298} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15318 | 2025.01.30 20:28:12.851433 [ 270 ] {23b43c04-aa26-4666-9b47-45a579d22298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15319 | 2025.01.30 20:28:12.852584 [ 270 ] {23b43c04-aa26-4666-9b47-45a579d22298} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15320 | 2025.01.30 20:28:12.852957 [ 270 ] {23b43c04-aa26-4666-9b47-45a579d22298} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15321 | 2025.01.30 20:28:12.853185 [ 270 ] {23b43c04-aa26-4666-9b47-45a579d22298} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006733 sec., 1188.177632556067 rows/sec., 2.13 MiB/sec. | ||
| 15322 | 2025.01.30 20:28:12.853525 [ 270 ] {23b43c04-aa26-4666-9b47-45a579d22298} <Debug> TCPHandler: Processed in 0.007359534 sec. | ||
| 15323 | 2025.01.30 20:28:12.853691 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15324 | 2025.01.30 20:28:12.853813 [ 271 ] {f62e798e-61f7-4d20-931f-43206db5d1f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15325 | 2025.01.30 20:28:12.853863 [ 271 ] {f62e798e-61f7-4d20-931f-43206db5d1f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15326 | 2025.01.30 20:28:12.854520 [ 271 ] {f62e798e-61f7-4d20-931f-43206db5d1f8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15327 | 2025.01.30 20:28:12.854558 [ 271 ] {f62e798e-61f7-4d20-931f-43206db5d1f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15328 | 2025.01.30 20:28:12.855193 [ 271 ] {f62e798e-61f7-4d20-931f-43206db5d1f8} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15329 | 2025.01.30 20:28:12.855445 [ 271 ] {f62e798e-61f7-4d20-931f-43206db5d1f8} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15330 | 2025.01.30 20:28:12.855724 [ 271 ] {f62e798e-61f7-4d20-931f-43206db5d1f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001935 sec., 31007.751937984496 rows/sec., 2.09 MiB/sec. | ||
| 15331 | 2025.01.30 20:28:12.855781 [ 271 ] {f62e798e-61f7-4d20-931f-43206db5d1f8} <Debug> TCPHandler: Processed in 0.00215005 sec. | ||
| 15332 | 2025.01.30 20:28:12.857609 [ 189 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36318 rows, containing 5 columns (5 merged, 0 gathered) in 0.01189777 sec., 3052504.797117443 rows/sec., 206.47 MiB/sec. | ||
| 15333 | 2025.01.30 20:28:12.857975 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) | ||
| 15334 | 2025.01.30 20:28:12.858274 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15335 | 2025.01.30 20:28:12.858350 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_109_22, all_113_113_0] -> all_1_113_23 | ||
| 15336 | 2025.01.30 20:28:12.858435 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 15337 | 2025.01.30 20:28:14.549127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 648 | ||
| 15338 | 2025.01.30 20:28:14.571505 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15339 | 2025.01.30 20:28:14.571560 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15340 | 2025.01.30 20:28:14.579182 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15341 | 2025.01.30 20:28:14.580008 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15342 | 2025.01.30 20:28:14.580450 [ 140 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15343 | 2025.01.30 20:28:14.580600 [ 140 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15344 | 2025.01.30 20:28:14.580679 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15345 | 2025.01.30 20:28:14.580927 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 15346 | 2025.01.30 20:28:14.589104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 648 | ||
| 15347 | 2025.01.30 20:28:14.590238 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15348 | 2025.01.30 20:28:14.591159 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 15349 | 2025.01.30 20:28:14.596792 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 15350 | 2025.01.30 20:28:14.605775 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 15351 | 2025.01.30 20:28:14.611688 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part | ||
| 15352 | 2025.01.30 20:28:14.617715 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 15353 | 2025.01.30 20:28:14.623776 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 7 rows starting from the beginning of the part | ||
| 15354 | 2025.01.30 20:28:14.692406 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.111591907 sec., 5806.8727152409 rows/sec., 30.03 MiB/sec. | ||
| 15355 | 2025.01.30 20:28:14.695874 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15356 | 2025.01.30 20:28:14.698908 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15357 | 2025.01.30 20:28:14.699030 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_86_17} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15358 | 2025.01.30 20:28:14.701480 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15359 | 2025.01.30 20:28:15.000241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.08 MiB, peak 290.48 MiB, free memory in arenas 0.00 B, will set to 272.00 MiB (RSS), difference: -1.07 MiB | ||
| 15360 | 2025.01.30 20:28:17.017489 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2090 | ||
| 15361 | 2025.01.30 20:28:17.021069 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15362 | 2025.01.30 20:28:17.021115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15363 | 2025.01.30 20:28:17.022633 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15364 | 2025.01.30 20:28:17.022942 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15365 | 2025.01.30 20:28:17.023485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2090 | ||
| 15366 | 2025.01.30 20:28:17.528029 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15367 | 2025.01.30 20:28:17.528249 [ 270 ] {af6743e0-3599-49a9-be42-7cf466da92d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15368 | 2025.01.30 20:28:17.528332 [ 270 ] {af6743e0-3599-49a9-be42-7cf466da92d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15369 | 2025.01.30 20:28:17.529191 [ 270 ] {af6743e0-3599-49a9-be42-7cf466da92d6} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15370 | 2025.01.30 20:28:17.529242 [ 270 ] {af6743e0-3599-49a9-be42-7cf466da92d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15371 | 2025.01.30 20:28:17.529679 [ 270 ] {af6743e0-3599-49a9-be42-7cf466da92d6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 15372 | 2025.01.30 20:28:17.529930 [ 270 ] {af6743e0-3599-49a9-be42-7cf466da92d6} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15373 | 2025.01.30 20:28:17.530137 [ 138 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 15374 | 2025.01.30 20:28:17.530166 [ 270 ] {af6743e0-3599-49a9-be42-7cf466da92d6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 15375 | 2025.01.30 20:28:17.530235 [ 138 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15376 | 2025.01.30 20:28:17.530308 [ 270 ] {af6743e0-3599-49a9-be42-7cf466da92d6} <Debug> TCPHandler: Processed in 0.002421528 sec. | ||
| 15377 | 2025.01.30 20:28:17.530315 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15378 | 2025.01.30 20:28:17.530566 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 15379 | 2025.01.30 20:28:17.530624 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15380 | 2025.01.30 20:28:17.530766 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15381 | 2025.01.30 20:28:17.530844 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 15382 | 2025.01.30 20:28:17.530924 [ 271 ] {7d046dc7-58b8-4da8-9055-b512d1aae6d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15383 | 2025.01.30 20:28:17.531047 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 15384 | 2025.01.30 20:28:17.531093 [ 271 ] {7d046dc7-58b8-4da8-9055-b512d1aae6d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15385 | 2025.01.30 20:28:17.531492 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 15386 | 2025.01.30 20:28:17.531816 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 15387 | 2025.01.30 20:28:17.532152 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::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 | ||
| 15388 | 2025.01.30 20:28:17.533985 [ 271 ] {7d046dc7-58b8-4da8-9055-b512d1aae6d6} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15389 | 2025.01.30 20:28:17.534064 [ 271 ] {7d046dc7-58b8-4da8-9055-b512d1aae6d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15390 | 2025.01.30 20:28:17.534758 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004309989 sec., 16241.34075516202 rows/sec., 1.20 MiB/sec. | ||
| 15391 | 2025.01.30 20:28:17.534961 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 15392 | 2025.01.30 20:28:17.535010 [ 271 ] {7d046dc7-58b8-4da8-9055-b512d1aae6d6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 15393 | 2025.01.30 20:28:17.535454 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_45_11} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15394 | 2025.01.30 20:28:17.535504 [ 271 ] {7d046dc7-58b8-4da8-9055-b512d1aae6d6} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15395 | 2025.01.30 20:28:17.535617 [ 186 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_45_11} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 15396 | 2025.01.30 20:28:17.535823 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15397 | 2025.01.30 20:28:17.535979 [ 271 ] {7d046dc7-58b8-4da8-9055-b512d1aae6d6} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005161 sec., 1162.5653943034297 rows/sec., 94.80 KiB/sec. | ||
| 15398 | 2025.01.30 20:28:17.536223 [ 271 ] {7d046dc7-58b8-4da8-9055-b512d1aae6d6} <Debug> TCPHandler: Processed in 0.00576681 sec. | ||
| 15399 | 2025.01.30 20:28:17.536443 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15400 | 2025.01.30 20:28:17.536582 [ 270 ] {752ef330-e85a-413d-828e-a98ff90cebb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15401 | 2025.01.30 20:28:17.536641 [ 270 ] {752ef330-e85a-413d-828e-a98ff90cebb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15402 | 2025.01.30 20:28:17.538038 [ 270 ] {752ef330-e85a-413d-828e-a98ff90cebb0} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15403 | 2025.01.30 20:28:17.538079 [ 270 ] {752ef330-e85a-413d-828e-a98ff90cebb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15404 | 2025.01.30 20:28:17.538540 [ 270 ] {752ef330-e85a-413d-828e-a98ff90cebb0} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15405 | 2025.01.30 20:28:17.538798 [ 270 ] {752ef330-e85a-413d-828e-a98ff90cebb0} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15406 | 2025.01.30 20:28:17.539011 [ 270 ] {752ef330-e85a-413d-828e-a98ff90cebb0} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.00246 sec., 572357.7235772358 rows/sec., 47.91 MiB/sec. | ||
| 15407 | 2025.01.30 20:28:17.539066 [ 270 ] {752ef330-e85a-413d-828e-a98ff90cebb0} <Debug> TCPHandler: Processed in 0.002731906 sec. | ||
| 15408 | 2025.01.30 20:28:17.539247 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15409 | 2025.01.30 20:28:17.539386 [ 271 ] {c91b0fe8-7a62-413a-a5b6-536922fb6b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15410 | 2025.01.30 20:28:17.539443 [ 271 ] {c91b0fe8-7a62-413a-a5b6-536922fb6b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15411 | 2025.01.30 20:28:17.540143 [ 271 ] {c91b0fe8-7a62-413a-a5b6-536922fb6b2b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15412 | 2025.01.30 20:28:17.540183 [ 271 ] {c91b0fe8-7a62-413a-a5b6-536922fb6b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15413 | 2025.01.30 20:28:17.540620 [ 271 ] {c91b0fe8-7a62-413a-a5b6-536922fb6b2b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15414 | 2025.01.30 20:28:17.540902 [ 271 ] {c91b0fe8-7a62-413a-a5b6-536922fb6b2b} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15415 | 2025.01.30 20:28:17.541120 [ 271 ] {c91b0fe8-7a62-413a-a5b6-536922fb6b2b} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001761 sec., 24985.80352072686 rows/sec., 1.78 MiB/sec. | ||
| 15416 | 2025.01.30 20:28:17.541214 [ 271 ] {c91b0fe8-7a62-413a-a5b6-536922fb6b2b} <Debug> TCPHandler: Processed in 0.002032256 sec. | ||
| 15417 | 2025.01.30 20:28:17.541372 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15418 | 2025.01.30 20:28:17.541509 [ 270 ] {dee717a1-fb69-479c-a2a7-5977ac9f827c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15419 | 2025.01.30 20:28:17.541562 [ 270 ] {dee717a1-fb69-479c-a2a7-5977ac9f827c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15420 | 2025.01.30 20:28:17.542221 [ 270 ] {dee717a1-fb69-479c-a2a7-5977ac9f827c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15421 | 2025.01.30 20:28:17.542259 [ 270 ] {dee717a1-fb69-479c-a2a7-5977ac9f827c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15422 | 2025.01.30 20:28:17.542639 [ 270 ] {dee717a1-fb69-479c-a2a7-5977ac9f827c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15423 | 2025.01.30 20:28:17.542881 [ 270 ] {dee717a1-fb69-479c-a2a7-5977ac9f827c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15424 | 2025.01.30 20:28:17.543089 [ 270 ] {dee717a1-fb69-479c-a2a7-5977ac9f827c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001608 sec., 150497.51243781095 rows/sec., 10.20 MiB/sec. | ||
| 15425 | 2025.01.30 20:28:17.543142 [ 270 ] {dee717a1-fb69-479c-a2a7-5977ac9f827c} <Debug> TCPHandler: Processed in 0.001848621 sec. | ||
| 15426 | 2025.01.30 20:28:17.543329 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15427 | 2025.01.30 20:28:17.543526 [ 271 ] {bbd9438b-0a3a-42e2-996b-266a8d403b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15428 | 2025.01.30 20:28:17.543607 [ 271 ] {bbd9438b-0a3a-42e2-996b-266a8d403b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15429 | 2025.01.30 20:28:17.544398 [ 271 ] {bbd9438b-0a3a-42e2-996b-266a8d403b0d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15430 | 2025.01.30 20:28:17.544437 [ 271 ] {bbd9438b-0a3a-42e2-996b-266a8d403b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15431 | 2025.01.30 20:28:17.544800 [ 271 ] {bbd9438b-0a3a-42e2-996b-266a8d403b0d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 15432 | 2025.01.30 20:28:17.545037 [ 271 ] {bbd9438b-0a3a-42e2-996b-266a8d403b0d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15433 | 2025.01.30 20:28:17.545200 [ 138 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 15434 | 2025.01.30 20:28:17.545255 [ 138 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15435 | 2025.01.30 20:28:17.545273 [ 271 ] {bbd9438b-0a3a-42e2-996b-266a8d403b0d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001789 sec., 7266.629401900503 rows/sec., 453.07 KiB/sec. | ||
| 15436 | 2025.01.30 20:28:17.545292 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15437 | 2025.01.30 20:28:17.545414 [ 271 ] {bbd9438b-0a3a-42e2-996b-266a8d403b0d} <Debug> TCPHandler: Processed in 0.002185911 sec. | ||
| 15438 | 2025.01.30 20:28:17.545488 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 15439 | 2025.01.30 20:28:17.545588 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15440 | 2025.01.30 20:28:17.545668 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15441 | 2025.01.30 20:28:17.545731 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 15442 | 2025.01.30 20:28:17.545860 [ 270 ] {1c189f92-1537-4121-a472-e09139b93087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15443 | 2025.01.30 20:28:17.546054 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 15444 | 2025.01.30 20:28:17.546081 [ 270 ] {1c189f92-1537-4121-a472-e09139b93087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15445 | 2025.01.30 20:28:17.546429 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 15446 | 2025.01.30 20:28:17.546778 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 15447 | 2025.01.30 20:28:17.547152 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::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 | ||
| 15448 | 2025.01.30 20:28:17.549326 [ 270 ] {1c189f92-1537-4121-a472-e09139b93087} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15449 | 2025.01.30 20:28:17.549431 [ 270 ] {1c189f92-1537-4121-a472-e09139b93087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15450 | 2025.01.30 20:28:17.549512 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004097114 sec., 15864.82582617911 rows/sec., 1.03 MiB/sec. | ||
| 15451 | 2025.01.30 20:28:17.549726 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 15452 | 2025.01.30 20:28:17.550210 [ 270 ] {1c189f92-1537-4121-a472-e09139b93087} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15453 | 2025.01.30 20:28:17.550301 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_45_11} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15454 | 2025.01.30 20:28:17.550440 [ 201 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_45_11} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 15455 | 2025.01.30 20:28:17.550583 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15456 | 2025.01.30 20:28:17.550662 [ 270 ] {1c189f92-1537-4121-a472-e09139b93087} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15457 | 2025.01.30 20:28:17.550878 [ 270 ] {1c189f92-1537-4121-a472-e09139b93087} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.005108 sec., 171299.92169146438 rows/sec., 12.42 MiB/sec. | ||
| 15458 | 2025.01.30 20:28:17.550935 [ 270 ] {1c189f92-1537-4121-a472-e09139b93087} <Debug> TCPHandler: Processed in 0.0054364 sec. | ||
| 15459 | 2025.01.30 20:28:17.551091 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15460 | 2025.01.30 20:28:17.551229 [ 271 ] {a465bb5a-eb11-4340-943b-ad39c4f37af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15461 | 2025.01.30 20:28:17.551289 [ 271 ] {a465bb5a-eb11-4340-943b-ad39c4f37af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15462 | 2025.01.30 20:28:17.551848 [ 271 ] {a465bb5a-eb11-4340-943b-ad39c4f37af2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15463 | 2025.01.30 20:28:17.551895 [ 271 ] {a465bb5a-eb11-4340-943b-ad39c4f37af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15464 | 2025.01.30 20:28:17.552295 [ 271 ] {a465bb5a-eb11-4340-943b-ad39c4f37af2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 15465 | 2025.01.30 20:28:17.552537 [ 271 ] {a465bb5a-eb11-4340-943b-ad39c4f37af2} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15466 | 2025.01.30 20:28:17.552809 [ 271 ] {a465bb5a-eb11-4340-943b-ad39c4f37af2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec. | ||
| 15467 | 2025.01.30 20:28:17.552976 [ 271 ] {a465bb5a-eb11-4340-943b-ad39c4f37af2} <Debug> TCPHandler: Processed in 0.001945854 sec. | ||
| 15468 | 2025.01.30 20:28:17.553236 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15469 | 2025.01.30 20:28:17.553373 [ 270 ] {8a1fc954-cc63-4ba5-a077-01e43df3e2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15470 | 2025.01.30 20:28:17.553435 [ 270 ] {8a1fc954-cc63-4ba5-a077-01e43df3e2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15471 | 2025.01.30 20:28:17.554305 [ 270 ] {8a1fc954-cc63-4ba5-a077-01e43df3e2d3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15472 | 2025.01.30 20:28:17.554344 [ 270 ] {8a1fc954-cc63-4ba5-a077-01e43df3e2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15473 | 2025.01.30 20:28:17.554802 [ 270 ] {8a1fc954-cc63-4ba5-a077-01e43df3e2d3} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15474 | 2025.01.30 20:28:17.555056 [ 270 ] {8a1fc954-cc63-4ba5-a077-01e43df3e2d3} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15475 | 2025.01.30 20:28:17.555283 [ 270 ] {8a1fc954-cc63-4ba5-a077-01e43df3e2d3} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001941 sec., 494590.4173106646 rows/sec., 33.05 MiB/sec. | ||
| 15476 | 2025.01.30 20:28:17.555349 [ 270 ] {8a1fc954-cc63-4ba5-a077-01e43df3e2d3} <Debug> TCPHandler: Processed in 0.002248031 sec. | ||
| 15477 | 2025.01.30 20:28:17.555557 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15478 | 2025.01.30 20:28:17.555727 [ 271 ] {692dbcaf-e6b5-488d-bf3b-1a57807cc42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15479 | 2025.01.30 20:28:17.555788 [ 271 ] {692dbcaf-e6b5-488d-bf3b-1a57807cc42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15480 | 2025.01.30 20:28:17.556298 [ 271 ] {692dbcaf-e6b5-488d-bf3b-1a57807cc42f} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15481 | 2025.01.30 20:28:17.556338 [ 271 ] {692dbcaf-e6b5-488d-bf3b-1a57807cc42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15482 | 2025.01.30 20:28:17.556701 [ 271 ] {692dbcaf-e6b5-488d-bf3b-1a57807cc42f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15483 | 2025.01.30 20:28:17.556959 [ 271 ] {692dbcaf-e6b5-488d-bf3b-1a57807cc42f} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15484 | 2025.01.30 20:28:17.557121 [ 136 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 15485 | 2025.01.30 20:28:17.557191 [ 271 ] {692dbcaf-e6b5-488d-bf3b-1a57807cc42f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001493 sec., 669.7923643670463 rows/sec., 45.13 KiB/sec. | ||
| 15486 | 2025.01.30 20:28:17.557218 [ 136 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15487 | 2025.01.30 20:28:17.557286 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15488 | 2025.01.30 20:28:17.557298 [ 271 ] {692dbcaf-e6b5-488d-bf3b-1a57807cc42f} <Debug> TCPHandler: Processed in 0.001865312 sec. | ||
| 15489 | 2025.01.30 20:28:17.557515 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15490 | 2025.01.30 20:28:17.557533 [ 199 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 15491 | 2025.01.30 20:28:17.557693 [ 270 ] {5976420a-9c6c-4e43-bee7-9ed09a9a0b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15492 | 2025.01.30 20:28:17.557699 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15493 | 2025.01.30 20:28:17.557751 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 41 rows starting from the beginning of the part | ||
| 15494 | 2025.01.30 20:28:17.557820 [ 270 ] {5976420a-9c6c-4e43-bee7-9ed09a9a0b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15495 | 2025.01.30 20:28:17.558002 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 15496 | 2025.01.30 20:28:17.558343 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 15497 | 2025.01.30 20:28:17.558638 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 15498 | 2025.01.30 20:28:17.558976 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 15499 | 2025.01.30 20:28:17.559250 [ 199 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 15500 | 2025.01.30 20:28:17.561374 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.003965611 sec., 11599.725742136583 rows/sec., 780.64 KiB/sec. | ||
| 15501 | 2025.01.30 20:28:17.561671 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 15502 | 2025.01.30 20:28:17.561971 [ 270 ] {5976420a-9c6c-4e43-bee7-9ed09a9a0b9a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15503 | 2025.01.30 20:28:17.562036 [ 270 ] {5976420a-9c6c-4e43-bee7-9ed09a9a0b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15504 | 2025.01.30 20:28:17.562380 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15505 | 2025.01.30 20:28:17.562547 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_46_9} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 15506 | 2025.01.30 20:28:17.562721 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15507 | 2025.01.30 20:28:17.563132 [ 270 ] {5976420a-9c6c-4e43-bee7-9ed09a9a0b9a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15508 | 2025.01.30 20:28:17.563404 [ 270 ] {5976420a-9c6c-4e43-bee7-9ed09a9a0b9a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15509 | 2025.01.30 20:28:17.563689 [ 270 ] {5976420a-9c6c-4e43-bee7-9ed09a9a0b9a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006044 sec., 5129.053606882859 rows/sec., 9.19 MiB/sec. | ||
| 15510 | 2025.01.30 20:28:17.563981 [ 270 ] {5976420a-9c6c-4e43-bee7-9ed09a9a0b9a} <Debug> TCPHandler: Processed in 0.006577723 sec. | ||
| 15511 | 2025.01.30 20:28:17.564249 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15512 | 2025.01.30 20:28:17.564586 [ 271 ] {a6fbfcc7-84a9-4f2b-93b2-24e13b20300a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15513 | 2025.01.30 20:28:17.564657 [ 271 ] {a6fbfcc7-84a9-4f2b-93b2-24e13b20300a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15514 | 2025.01.30 20:28:17.565201 [ 271 ] {a6fbfcc7-84a9-4f2b-93b2-24e13b20300a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15515 | 2025.01.30 20:28:17.565240 [ 271 ] {a6fbfcc7-84a9-4f2b-93b2-24e13b20300a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15516 | 2025.01.30 20:28:17.565620 [ 271 ] {a6fbfcc7-84a9-4f2b-93b2-24e13b20300a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15517 | 2025.01.30 20:28:17.565861 [ 271 ] {a6fbfcc7-84a9-4f2b-93b2-24e13b20300a} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15518 | 2025.01.30 20:28:17.566089 [ 271 ] {a6fbfcc7-84a9-4f2b-93b2-24e13b20300a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001625 sec., 50461.53846153846 rows/sec., 3.20 MiB/sec. | ||
| 15519 | 2025.01.30 20:28:17.566150 [ 271 ] {a6fbfcc7-84a9-4f2b-93b2-24e13b20300a} <Debug> TCPHandler: Processed in 0.002052737 sec. | ||
| 15520 | 2025.01.30 20:28:19.304886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 15521 | 2025.01.30 20:28:19.305577 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15522 | 2025.01.30 20:28:19.305616 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 15523 | 2025.01.30 20:28:19.306136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15524 | 2025.01.30 20:28:19.306391 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15525 | 2025.01.30 20:28:19.306621 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 15526 | 2025.01.30 20:28:22.089174 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 656 | ||
| 15527 | 2025.01.30 20:28:22.112284 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15528 | 2025.01.30 20:28:22.112339 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15529 | 2025.01.30 20:28:22.119978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15530 | 2025.01.30 20:28:22.120784 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15531 | 2025.01.30 20:28:22.125389 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 15532 | 2025.01.30 20:28:22.831577 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15533 | 2025.01.30 20:28:22.831884 [ 270 ] {667c3088-b017-4da4-9cc7-d979e2285a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15534 | 2025.01.30 20:28:22.831998 [ 270 ] {667c3088-b017-4da4-9cc7-d979e2285a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15535 | 2025.01.30 20:28:22.832916 [ 270 ] {667c3088-b017-4da4-9cc7-d979e2285a8a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15536 | 2025.01.30 20:28:22.832965 [ 270 ] {667c3088-b017-4da4-9cc7-d979e2285a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15537 | 2025.01.30 20:28:22.833404 [ 270 ] {667c3088-b017-4da4-9cc7-d979e2285a8a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15538 | 2025.01.30 20:28:22.833658 [ 270 ] {667c3088-b017-4da4-9cc7-d979e2285a8a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15539 | 2025.01.30 20:28:22.833903 [ 270 ] {667c3088-b017-4da4-9cc7-d979e2285a8a} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.002106 sec., 34188.034188034195 rows/sec., 2.75 MiB/sec. | ||
| 15540 | 2025.01.30 20:28:22.833959 [ 270 ] {667c3088-b017-4da4-9cc7-d979e2285a8a} <Debug> TCPHandler: Processed in 0.002579082 sec. | ||
| 15541 | 2025.01.30 20:28:22.834279 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15542 | 2025.01.30 20:28:22.834505 [ 271 ] {d656f2ce-98cb-4441-b773-2f458b145dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15543 | 2025.01.30 20:28:22.834583 [ 271 ] {d656f2ce-98cb-4441-b773-2f458b145dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15544 | 2025.01.30 20:28:22.835390 [ 271 ] {d656f2ce-98cb-4441-b773-2f458b145dbd} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2025.01.30 20:28:22.835430 [ 271 ] {d656f2ce-98cb-4441-b773-2f458b145dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15546 | 2025.01.30 20:28:22.835849 [ 271 ] {d656f2ce-98cb-4441-b773-2f458b145dbd} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15547 | 2025.01.30 20:28:22.836097 [ 271 ] {d656f2ce-98cb-4441-b773-2f458b145dbd} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15548 | 2025.01.30 20:28:22.836292 [ 271 ] {d656f2ce-98cb-4441-b773-2f458b145dbd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001847 sec., 4331.348132106118 rows/sec., 325.70 KiB/sec. | ||
| 15549 | 2025.01.30 20:28:22.836348 [ 271 ] {d656f2ce-98cb-4441-b773-2f458b145dbd} <Debug> TCPHandler: Processed in 0.002251802 sec. | ||
| 15550 | 2025.01.30 20:28:22.836547 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15551 | 2025.01.30 20:28:22.836769 [ 270 ] {b7d23938-e1c0-420c-8464-0e41e55d085e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15552 | 2025.01.30 20:28:22.836857 [ 270 ] {b7d23938-e1c0-420c-8464-0e41e55d085e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15553 | 2025.01.30 20:28:22.837685 [ 270 ] {b7d23938-e1c0-420c-8464-0e41e55d085e} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15554 | 2025.01.30 20:28:22.837724 [ 270 ] {b7d23938-e1c0-420c-8464-0e41e55d085e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15555 | 2025.01.30 20:28:22.838091 [ 270 ] {b7d23938-e1c0-420c-8464-0e41e55d085e} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15556 | 2025.01.30 20:28:22.838324 [ 270 ] {b7d23938-e1c0-420c-8464-0e41e55d085e} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15557 | 2025.01.30 20:28:22.838544 [ 270 ] {b7d23938-e1c0-420c-8464-0e41e55d085e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00183 sec., 39344.262295081964 rows/sec., 3.07 MiB/sec. | ||
| 15558 | 2025.01.30 20:28:22.838596 [ 270 ] {b7d23938-e1c0-420c-8464-0e41e55d085e} <Debug> TCPHandler: Processed in 0.002161431 sec. | ||
| 15559 | 2025.01.30 20:28:22.838742 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15560 | 2025.01.30 20:28:22.838858 [ 271 ] {e2a46d8a-509d-4ca3-864e-9ebc3a3e82a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15561 | 2025.01.30 20:28:22.838911 [ 271 ] {e2a46d8a-509d-4ca3-864e-9ebc3a3e82a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15562 | 2025.01.30 20:28:22.839470 [ 271 ] {e2a46d8a-509d-4ca3-864e-9ebc3a3e82a6} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15563 | 2025.01.30 20:28:22.839505 [ 271 ] {e2a46d8a-509d-4ca3-864e-9ebc3a3e82a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15564 | 2025.01.30 20:28:22.839897 [ 271 ] {e2a46d8a-509d-4ca3-864e-9ebc3a3e82a6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15565 | 2025.01.30 20:28:22.840131 [ 271 ] {e2a46d8a-509d-4ca3-864e-9ebc3a3e82a6} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15566 | 2025.01.30 20:28:22.840303 [ 271 ] {e2a46d8a-509d-4ca3-864e-9ebc3a3e82a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001472 sec., 108695.65217391304 rows/sec., 7.57 MiB/sec. | ||
| 15567 | 2025.01.30 20:28:22.840353 [ 271 ] {e2a46d8a-509d-4ca3-864e-9ebc3a3e82a6} <Debug> TCPHandler: Processed in 0.001668066 sec. | ||
| 15568 | 2025.01.30 20:28:22.840546 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15569 | 2025.01.30 20:28:22.840768 [ 270 ] {098bcde5-b270-4871-bcbb-0c3de1bf12d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15570 | 2025.01.30 20:28:22.840905 [ 270 ] {098bcde5-b270-4871-bcbb-0c3de1bf12d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15571 | 2025.01.30 20:28:22.842225 [ 270 ] {098bcde5-b270-4871-bcbb-0c3de1bf12d9} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15572 | 2025.01.30 20:28:22.842264 [ 270 ] {098bcde5-b270-4871-bcbb-0c3de1bf12d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15573 | 2025.01.30 20:28:22.842897 [ 270 ] {098bcde5-b270-4871-bcbb-0c3de1bf12d9} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15574 | 2025.01.30 20:28:22.843155 [ 270 ] {098bcde5-b270-4871-bcbb-0c3de1bf12d9} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15575 | 2025.01.30 20:28:22.843395 [ 270 ] {098bcde5-b270-4871-bcbb-0c3de1bf12d9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00268 sec., 2985.0746268656717 rows/sec., 5.35 MiB/sec. | ||
| 15576 | 2025.01.30 20:28:22.843490 [ 270 ] {098bcde5-b270-4871-bcbb-0c3de1bf12d9} <Debug> TCPHandler: Processed in 0.003057184 sec. | ||
| 15577 | 2025.01.30 20:28:22.843648 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15578 | 2025.01.30 20:28:22.843784 [ 271 ] {bf50ab00-4b79-4cf9-92c7-af716bc71e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15579 | 2025.01.30 20:28:22.843844 [ 271 ] {bf50ab00-4b79-4cf9-92c7-af716bc71e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15580 | 2025.01.30 20:28:22.844391 [ 271 ] {bf50ab00-4b79-4cf9-92c7-af716bc71e2b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15581 | 2025.01.30 20:28:22.844426 [ 271 ] {bf50ab00-4b79-4cf9-92c7-af716bc71e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15582 | 2025.01.30 20:28:22.844811 [ 271 ] {bf50ab00-4b79-4cf9-92c7-af716bc71e2b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15583 | 2025.01.30 20:28:22.845050 [ 271 ] {bf50ab00-4b79-4cf9-92c7-af716bc71e2b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15584 | 2025.01.30 20:28:22.845228 [ 271 ] {bf50ab00-4b79-4cf9-92c7-af716bc71e2b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 15585 | 2025.01.30 20:28:22.845277 [ 271 ] {bf50ab00-4b79-4cf9-92c7-af716bc71e2b} <Debug> TCPHandler: Processed in 0.001692517 sec. | ||
| 15586 | 2025.01.30 20:28:26.564396 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15587 | 2025.01.30 20:28:26.564519 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15588 | 2025.01.30 20:28:26.806754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 15589 | 2025.01.30 20:28:26.807496 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15590 | 2025.01.30 20:28:26.807546 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15591 | 2025.01.30 20:28:26.808091 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15592 | 2025.01.30 20:28:26.808340 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15593 | 2025.01.30 20:28:26.808605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 15594 | 2025.01.30 20:28:27.023685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2126 | ||
| 15595 | 2025.01.30 20:28:27.026992 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15596 | 2025.01.30 20:28:27.027035 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15597 | 2025.01.30 20:28:27.028534 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15598 | 2025.01.30 20:28:27.028847 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15599 | 2025.01.30 20:28:27.029118 [ 123 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15600 | 2025.01.30 20:28:27.029256 [ 123 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15601 | 2025.01.30 20:28:27.029342 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15602 | 2025.01.30 20:28:27.029736 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 15603 | 2025.01.30 20:28:27.030282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2126 | ||
| 15604 | 2025.01.30 20:28:27.030793 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15605 | 2025.01.30 20:28:27.030969 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1952 rows starting from the beginning of the part | ||
| 15606 | 2025.01.30 20:28:27.031604 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 15607 | 2025.01.30 20:28:27.032229 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 36 rows starting from the beginning of the part | ||
| 15608 | 2025.01.30 20:28:27.032835 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part | ||
| 15609 | 2025.01.30 20:28:27.033332 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 34 rows starting from the beginning of the part | ||
| 15610 | 2025.01.30 20:28:27.033816 [ 195 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part | ||
| 15611 | 2025.01.30 20:28:27.042781 [ 194 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2126 rows, containing 72 columns (72 merged, 0 gathered) in 0.013273898 sec., 160163.95485335204 rows/sec., 121.70 MiB/sec. | ||
| 15612 | 2025.01.30 20:28:27.045067 [ 194 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15613 | 2025.01.30 20:28:27.045912 [ 194 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15614 | 2025.01.30 20:28:27.046015 [ 194 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_61_12} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15615 | 2025.01.30 20:28:27.046407 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.76 MiB. | ||
| 15616 | 2025.01.30 20:28:27.451412 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15617 | 2025.01.30 20:28:27.451476 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15618 | 2025.01.30 20:28:27.453482 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15619 | 2025.01.30 20:28:27.837620 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15620 | 2025.01.30 20:28:27.837930 [ 270 ] {d64d9958-5133-4c6a-a954-f6e15c626803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15621 | 2025.01.30 20:28:27.838048 [ 270 ] {d64d9958-5133-4c6a-a954-f6e15c626803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15622 | 2025.01.30 20:28:27.838961 [ 270 ] {d64d9958-5133-4c6a-a954-f6e15c626803} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15623 | 2025.01.30 20:28:27.839012 [ 270 ] {d64d9958-5133-4c6a-a954-f6e15c626803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15624 | 2025.01.30 20:28:27.839439 [ 270 ] {d64d9958-5133-4c6a-a954-f6e15c626803} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15625 | 2025.01.30 20:28:27.839701 [ 270 ] {d64d9958-5133-4c6a-a954-f6e15c626803} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15626 | 2025.01.30 20:28:27.839932 [ 270 ] {d64d9958-5133-4c6a-a954-f6e15c626803} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002091 sec., 6695.361071257771 rows/sec., 481.98 KiB/sec. | ||
| 15627 | 2025.01.30 20:28:27.839989 [ 270 ] {d64d9958-5133-4c6a-a954-f6e15c626803} <Debug> TCPHandler: Processed in 0.002592072 sec. | ||
| 15628 | 2025.01.30 20:28:27.840218 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15629 | 2025.01.30 20:28:27.840423 [ 271 ] {42082c19-4445-4a88-9a64-c4cde40ad3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15630 | 2025.01.30 20:28:27.840499 [ 271 ] {42082c19-4445-4a88-9a64-c4cde40ad3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15631 | 2025.01.30 20:28:27.841369 [ 271 ] {42082c19-4445-4a88-9a64-c4cde40ad3b9} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15632 | 2025.01.30 20:28:27.841408 [ 271 ] {42082c19-4445-4a88-9a64-c4cde40ad3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15633 | 2025.01.30 20:28:27.841858 [ 271 ] {42082c19-4445-4a88-9a64-c4cde40ad3b9} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15634 | 2025.01.30 20:28:27.842102 [ 271 ] {42082c19-4445-4a88-9a64-c4cde40ad3b9} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15635 | 2025.01.30 20:28:27.842253 [ 121 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15636 | 2025.01.30 20:28:27.842295 [ 121 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15637 | 2025.01.30 20:28:27.842299 [ 271 ] {42082c19-4445-4a88-9a64-c4cde40ad3b9} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.001934 sec., 137021.71664943124 rows/sec., 12.07 MiB/sec. | ||
| 15638 | 2025.01.30 20:28:27.842320 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15639 | 2025.01.30 20:28:27.842427 [ 271 ] {42082c19-4445-4a88-9a64-c4cde40ad3b9} <Debug> TCPHandler: Processed in 0.002343825 sec. | ||
| 15640 | 2025.01.30 20:28:27.842624 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15641 | 2025.01.30 20:28:27.842677 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15642 | 2025.01.30 20:28:27.843076 [ 270 ] {661747b8-7d5d-4dd4-9b74-50818042ec30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15643 | 2025.01.30 20:28:27.843090 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15644 | 2025.01.30 20:28:27.843233 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1432 rows starting from the beginning of the part | ||
| 15645 | 2025.01.30 20:28:27.843256 [ 270 ] {661747b8-7d5d-4dd4-9b74-50818042ec30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15646 | 2025.01.30 20:28:27.843735 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 265 rows starting from the beginning of the part | ||
| 15647 | 2025.01.30 20:28:27.844357 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 72 rows starting from the beginning of the part | ||
| 15648 | 2025.01.30 20:28:27.844943 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1408 rows starting from the beginning of the part | ||
| 15649 | 2025.01.30 20:28:27.845695 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 72 rows starting from the beginning of the part | ||
| 15650 | 2025.01.30 20:28:27.846050 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 265 rows starting from the beginning of the part | ||
| 15651 | 2025.01.30 20:28:27.847109 [ 270 ] {661747b8-7d5d-4dd4-9b74-50818042ec30} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15652 | 2025.01.30 20:28:27.847153 [ 270 ] {661747b8-7d5d-4dd4-9b74-50818042ec30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15653 | 2025.01.30 20:28:27.847857 [ 270 ] {661747b8-7d5d-4dd4-9b74-50818042ec30} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15654 | 2025.01.30 20:28:27.848651 [ 270 ] {661747b8-7d5d-4dd4-9b74-50818042ec30} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15655 | 2025.01.30 20:28:27.848935 [ 270 ] {661747b8-7d5d-4dd4-9b74-50818042ec30} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005981 sec., 6353.452599899682 rows/sec., 465.99 KiB/sec. | ||
| 15656 | 2025.01.30 20:28:27.849130 [ 270 ] {661747b8-7d5d-4dd4-9b74-50818042ec30} <Debug> TCPHandler: Processed in 0.006552842 sec. | ||
| 15657 | 2025.01.30 20:28:27.849410 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15658 | 2025.01.30 20:28:27.849847 [ 271 ] {46405b79-06b0-4974-b0a0-f86ab5b2be33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15659 | 2025.01.30 20:28:27.850057 [ 271 ] {46405b79-06b0-4974-b0a0-f86ab5b2be33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15660 | 2025.01.30 20:28:27.850429 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 5 columns (5 merged, 0 gathered) in 0.007994002 sec., 439579.57478619594 rows/sec., 38.71 MiB/sec. | ||
| 15661 | 2025.01.30 20:28:27.850905 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15662 | 2025.01.30 20:28:27.851784 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15663 | 2025.01.30 20:28:27.851966 [ 200 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_121_24} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15664 | 2025.01.30 20:28:27.852155 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 15665 | 2025.01.30 20:28:27.852290 [ 271 ] {46405b79-06b0-4974-b0a0-f86ab5b2be33} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15666 | 2025.01.30 20:28:27.852334 [ 271 ] {46405b79-06b0-4974-b0a0-f86ab5b2be33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15667 | 2025.01.30 20:28:27.852688 [ 271 ] {46405b79-06b0-4974-b0a0-f86ab5b2be33} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15668 | 2025.01.30 20:28:27.852924 [ 271 ] {46405b79-06b0-4974-b0a0-f86ab5b2be33} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15669 | 2025.01.30 20:28:27.853138 [ 271 ] {46405b79-06b0-4974-b0a0-f86ab5b2be33} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003446 sec., 4062.6813697040047 rows/sec., 284.52 KiB/sec. | ||
| 15670 | 2025.01.30 20:28:27.853289 [ 271 ] {46405b79-06b0-4974-b0a0-f86ab5b2be33} <Debug> TCPHandler: Processed in 0.004047212 sec. | ||
| 15671 | 2025.01.30 20:28:27.853511 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15672 | 2025.01.30 20:28:27.853660 [ 270 ] {9e7b5902-dd89-4772-ab28-8b11d8454bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15673 | 2025.01.30 20:28:27.853714 [ 270 ] {9e7b5902-dd89-4772-ab28-8b11d8454bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15674 | 2025.01.30 20:28:27.854414 [ 270 ] {9e7b5902-dd89-4772-ab28-8b11d8454bd6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15675 | 2025.01.30 20:28:27.854461 [ 270 ] {9e7b5902-dd89-4772-ab28-8b11d8454bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15676 | 2025.01.30 20:28:27.854842 [ 270 ] {9e7b5902-dd89-4772-ab28-8b11d8454bd6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15677 | 2025.01.30 20:28:27.855083 [ 270 ] {9e7b5902-dd89-4772-ab28-8b11d8454bd6} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15678 | 2025.01.30 20:28:27.855332 [ 270 ] {9e7b5902-dd89-4772-ab28-8b11d8454bd6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001696 sec., 7665.094339622641 rows/sec., 477.92 KiB/sec. | ||
| 15679 | 2025.01.30 20:28:27.855515 [ 270 ] {9e7b5902-dd89-4772-ab28-8b11d8454bd6} <Debug> TCPHandler: Processed in 0.002115909 sec. | ||
| 15680 | 2025.01.30 20:28:27.855750 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15681 | 2025.01.30 20:28:27.855889 [ 271 ] {3ce5d64b-59ac-4acd-9e37-bc9f3338f192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15682 | 2025.01.30 20:28:27.855937 [ 271 ] {3ce5d64b-59ac-4acd-9e37-bc9f3338f192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15683 | 2025.01.30 20:28:27.856711 [ 271 ] {3ce5d64b-59ac-4acd-9e37-bc9f3338f192} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15684 | 2025.01.30 20:28:27.856750 [ 271 ] {3ce5d64b-59ac-4acd-9e37-bc9f3338f192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15685 | 2025.01.30 20:28:27.857144 [ 271 ] {3ce5d64b-59ac-4acd-9e37-bc9f3338f192} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15686 | 2025.01.30 20:28:27.857382 [ 271 ] {3ce5d64b-59ac-4acd-9e37-bc9f3338f192} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15687 | 2025.01.30 20:28:27.857518 [ 121 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15688 | 2025.01.30 20:28:27.857562 [ 121 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15689 | 2025.01.30 20:28:27.857571 [ 271 ] {3ce5d64b-59ac-4acd-9e37-bc9f3338f192} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001703 sec., 242513.2119788608 rows/sec., 17.30 MiB/sec. | ||
| 15690 | 2025.01.30 20:28:27.857591 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15691 | 2025.01.30 20:28:27.857675 [ 271 ] {3ce5d64b-59ac-4acd-9e37-bc9f3338f192} <Debug> TCPHandler: Processed in 0.002042987 sec. | ||
| 15692 | 2025.01.30 20:28:27.857952 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15693 | 2025.01.30 20:28:27.857961 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15694 | 2025.01.30 20:28:27.858279 [ 270 ] {783ec736-1544-4241-8165-eb2f36fb6e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15695 | 2025.01.30 20:28:27.858477 [ 270 ] {783ec736-1544-4241-8165-eb2f36fb6e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15696 | 2025.01.30 20:28:27.858718 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15697 | 2025.01.30 20:28:27.858931 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 15698 | 2025.01.30 20:28:27.859388 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 413 rows starting from the beginning of the part | ||
| 15699 | 2025.01.30 20:28:27.859832 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 72 rows starting from the beginning of the part | ||
| 15700 | 2025.01.30 20:28:27.860211 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 875 rows starting from the beginning of the part | ||
| 15701 | 2025.01.30 20:28:27.860649 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 72 rows starting from the beginning of the part | ||
| 15702 | 2025.01.30 20:28:27.861009 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 413 rows starting from the beginning of the part | ||
| 15703 | 2025.01.30 20:28:27.862015 [ 270 ] {783ec736-1544-4241-8165-eb2f36fb6e77} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15704 | 2025.01.30 20:28:27.862093 [ 270 ] {783ec736-1544-4241-8165-eb2f36fb6e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15705 | 2025.01.30 20:28:27.863069 [ 270 ] {783ec736-1544-4241-8165-eb2f36fb6e77} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15706 | 2025.01.30 20:28:27.863563 [ 270 ] {783ec736-1544-4241-8165-eb2f36fb6e77} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15707 | 2025.01.30 20:28:27.863771 [ 121 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 15708 | 2025.01.30 20:28:27.863846 [ 121 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15709 | 2025.01.30 20:28:27.863879 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15710 | 2025.01.30 20:28:27.863915 [ 270 ] {783ec736-1544-4241-8165-eb2f36fb6e77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00576 sec., 1041.6666666666665 rows/sec., 54.42 KiB/sec. | ||
| 15711 | 2025.01.30 20:28:27.864295 [ 190 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 15712 | 2025.01.30 20:28:27.864475 [ 270 ] {783ec736-1544-4241-8165-eb2f36fb6e77} <Debug> TCPHandler: Processed in 0.006670965 sec. | ||
| 15713 | 2025.01.30 20:28:27.864830 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15714 | 2025.01.30 20:28:27.864883 [ 190 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15715 | 2025.01.30 20:28:27.865028 [ 190 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
| 15716 | 2025.01.30 20:28:27.865062 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2758 rows, containing 5 columns (5 merged, 0 gathered) in 0.007368585 sec., 374291.67201029777 rows/sec., 28.57 MiB/sec. | ||
| 15717 | 2025.01.30 20:28:27.865195 [ 271 ] {e0b6a446-f6c2-45c8-aeee-91c2896a44bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15718 | 2025.01.30 20:28:27.865383 [ 190 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 15719 | 2025.01.30 20:28:27.865486 [ 271 ] {e0b6a446-f6c2-45c8-aeee-91c2896a44bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15720 | 2025.01.30 20:28:27.865741 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15721 | 2025.01.30 20:28:27.865867 [ 190 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 15722 | 2025.01.30 20:28:27.866240 [ 190 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 15723 | 2025.01.30 20:28:27.866736 [ 190 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 15724 | 2025.01.30 20:28:27.867008 [ 190 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 15725 | 2025.01.30 20:28:27.868454 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15726 | 2025.01.30 20:28:27.868870 [ 200 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_121_24} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15727 | 2025.01.30 20:28:27.869179 [ 271 ] {e0b6a446-f6c2-45c8-aeee-91c2896a44bc} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15728 | 2025.01.30 20:28:27.869188 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 15729 | 2025.01.30 20:28:27.869271 [ 271 ] {e0b6a446-f6c2-45c8-aeee-91c2896a44bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15730 | 2025.01.30 20:28:27.869929 [ 271 ] {e0b6a446-f6c2-45c8-aeee-91c2896a44bc} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15731 | 2025.01.30 20:28:27.870066 [ 191 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.006069069 sec., 45476.4973013159 rows/sec., 2.32 MiB/sec. | ||
| 15732 | 2025.01.30 20:28:27.870265 [ 191 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 15733 | 2025.01.30 20:28:27.870372 [ 271 ] {e0b6a446-f6c2-45c8-aeee-91c2896a44bc} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15734 | 2025.01.30 20:28:27.870745 [ 271 ] {e0b6a446-f6c2-45c8-aeee-91c2896a44bc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005667 sec., 41821.06934886183 rows/sec., 2.80 MiB/sec. | ||
| 15735 | 2025.01.30 20:28:27.870924 [ 271 ] {e0b6a446-f6c2-45c8-aeee-91c2896a44bc} <Debug> TCPHandler: Processed in 0.006291535 sec. | ||
| 15736 | 2025.01.30 20:28:27.870929 [ 191 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15737 | 2025.01.30 20:28:27.871095 [ 191 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_46_9} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 15738 | 2025.01.30 20:28:27.871104 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15739 | 2025.01.30 20:28:27.871211 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15740 | 2025.01.30 20:28:27.871259 [ 270 ] {c7e4bc80-91db-423a-b559-fae28466e6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15741 | 2025.01.30 20:28:27.871312 [ 270 ] {c7e4bc80-91db-423a-b559-fae28466e6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15742 | 2025.01.30 20:28:27.871787 [ 270 ] {c7e4bc80-91db-423a-b559-fae28466e6a2} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15743 | 2025.01.30 20:28:27.871825 [ 270 ] {c7e4bc80-91db-423a-b559-fae28466e6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15744 | 2025.01.30 20:28:27.872178 [ 270 ] {c7e4bc80-91db-423a-b559-fae28466e6a2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15745 | 2025.01.30 20:28:27.872436 [ 270 ] {c7e4bc80-91db-423a-b559-fae28466e6a2} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15746 | 2025.01.30 20:28:27.872613 [ 270 ] {c7e4bc80-91db-423a-b559-fae28466e6a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec. | ||
| 15747 | 2025.01.30 20:28:27.872661 [ 270 ] {c7e4bc80-91db-423a-b559-fae28466e6a2} <Debug> TCPHandler: Processed in 0.001630845 sec. | ||
| 15748 | 2025.01.30 20:28:27.872824 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15749 | 2025.01.30 20:28:27.872942 [ 271 ] {fbd998e4-e5eb-45ec-ae86-3b40bdd1c5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15750 | 2025.01.30 20:28:27.873023 [ 271 ] {fbd998e4-e5eb-45ec-ae86-3b40bdd1c5ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15751 | 2025.01.30 20:28:27.874201 [ 271 ] {fbd998e4-e5eb-45ec-ae86-3b40bdd1c5ab} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15752 | 2025.01.30 20:28:27.874241 [ 271 ] {fbd998e4-e5eb-45ec-ae86-3b40bdd1c5ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15753 | 2025.01.30 20:28:27.874908 [ 271 ] {fbd998e4-e5eb-45ec-ae86-3b40bdd1c5ab} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15754 | 2025.01.30 20:28:27.875168 [ 271 ] {fbd998e4-e5eb-45ec-ae86-3b40bdd1c5ab} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15755 | 2025.01.30 20:28:27.875457 [ 271 ] {fbd998e4-e5eb-45ec-ae86-3b40bdd1c5ab} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002536 sec., 12223.974763406939 rows/sec., 21.90 MiB/sec. | ||
| 15756 | 2025.01.30 20:28:27.875620 [ 271 ] {fbd998e4-e5eb-45ec-ae86-3b40bdd1c5ab} <Debug> TCPHandler: Processed in 0.002853139 sec. | ||
| 15757 | 2025.01.30 20:28:27.875903 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15758 | 2025.01.30 20:28:27.876212 [ 270 ] {9c6fe254-7749-4b81-a67a-921c99971a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15759 | 2025.01.30 20:28:27.876317 [ 270 ] {9c6fe254-7749-4b81-a67a-921c99971a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15760 | 2025.01.30 20:28:27.876848 [ 270 ] {9c6fe254-7749-4b81-a67a-921c99971a85} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15761 | 2025.01.30 20:28:27.876887 [ 270 ] {9c6fe254-7749-4b81-a67a-921c99971a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15762 | 2025.01.30 20:28:27.877270 [ 270 ] {9c6fe254-7749-4b81-a67a-921c99971a85} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15763 | 2025.01.30 20:28:27.877509 [ 270 ] {9c6fe254-7749-4b81-a67a-921c99971a85} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15764 | 2025.01.30 20:28:27.877658 [ 119 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15765 | 2025.01.30 20:28:27.877701 [ 119 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15766 | 2025.01.30 20:28:27.877701 [ 270 ] {9c6fe254-7749-4b81-a67a-921c99971a85} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0016 sec., 51250 rows/sec., 3.26 MiB/sec. | ||
| 15767 | 2025.01.30 20:28:27.877726 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15768 | 2025.01.30 20:28:27.877809 [ 270 ] {9c6fe254-7749-4b81-a67a-921c99971a85} <Debug> TCPHandler: Processed in 0.002079898 sec. | ||
| 15769 | 2025.01.30 20:28:27.877951 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 15770 | 2025.01.30 20:28:27.878063 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15771 | 2025.01.30 20:28:27.878091 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7276 rows starting from the beginning of the part | ||
| 15772 | 2025.01.30 20:28:27.878178 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part | ||
| 15773 | 2025.01.30 20:28:27.878383 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 15774 | 2025.01.30 20:28:27.878521 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part | ||
| 15775 | 2025.01.30 20:28:27.878667 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 15776 | 2025.01.30 20:28:27.878816 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part | ||
| 15777 | 2025.01.30 20:28:27.880847 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7642 rows, containing 4 columns (4 merged, 0 gathered) in 0.003024754 sec., 2526486.4514601845 rows/sec., 165.79 MiB/sec. | ||
| 15778 | 2025.01.30 20:28:27.881284 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15779 | 2025.01.30 20:28:27.881575 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15780 | 2025.01.30 20:28:27.881656 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_116_23} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15781 | 2025.01.30 20:28:27.881742 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 15782 | 2025.01.30 20:28:29.625454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 15783 | 2025.01.30 20:28:29.649584 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15784 | 2025.01.30 20:28:29.649638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15785 | 2025.01.30 20:28:29.657232 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15786 | 2025.01.30 20:28:29.658092 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15787 | 2025.01.30 20:28:29.661044 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 15788 | 2025.01.30 20:28:32.498235 [ 219 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15789 | 2025.01.30 20:28:32.498331 [ 219 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15790 | 2025.01.30 20:28:32.500483 [ 219 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15791 | 2025.01.30 20:28:32.831539 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15792 | 2025.01.30 20:28:32.831732 [ 270 ] {c84bd1be-1d5c-4e22-8b9b-c9cdc12e5386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15793 | 2025.01.30 20:28:32.831806 [ 270 ] {c84bd1be-1d5c-4e22-8b9b-c9cdc12e5386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15794 | 2025.01.30 20:28:32.832579 [ 270 ] {c84bd1be-1d5c-4e22-8b9b-c9cdc12e5386} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15795 | 2025.01.30 20:28:32.832631 [ 270 ] {c84bd1be-1d5c-4e22-8b9b-c9cdc12e5386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15796 | 2025.01.30 20:28:32.833074 [ 270 ] {c84bd1be-1d5c-4e22-8b9b-c9cdc12e5386} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 15797 | 2025.01.30 20:28:32.833323 [ 270 ] {c84bd1be-1d5c-4e22-8b9b-c9cdc12e5386} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15798 | 2025.01.30 20:28:32.833571 [ 270 ] {c84bd1be-1d5c-4e22-8b9b-c9cdc12e5386} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001894 sec., 3167.898627243928 rows/sec., 258.32 KiB/sec. | ||
| 15799 | 2025.01.30 20:28:32.833630 [ 270 ] {c84bd1be-1d5c-4e22-8b9b-c9cdc12e5386} <Debug> TCPHandler: Processed in 0.002225682 sec. | ||
| 15800 | 2025.01.30 20:28:32.833898 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15801 | 2025.01.30 20:28:32.834107 [ 271 ] {a547b0d5-9e81-4647-bb66-1e7230f609e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15802 | 2025.01.30 20:28:32.834183 [ 271 ] {a547b0d5-9e81-4647-bb66-1e7230f609e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15803 | 2025.01.30 20:28:32.835004 [ 271 ] {a547b0d5-9e81-4647-bb66-1e7230f609e1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15804 | 2025.01.30 20:28:32.835057 [ 271 ] {a547b0d5-9e81-4647-bb66-1e7230f609e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15805 | 2025.01.30 20:28:32.835538 [ 271 ] {a547b0d5-9e81-4647-bb66-1e7230f609e1} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15806 | 2025.01.30 20:28:32.835815 [ 271 ] {a547b0d5-9e81-4647-bb66-1e7230f609e1} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15807 | 2025.01.30 20:28:32.836058 [ 271 ] {a547b0d5-9e81-4647-bb66-1e7230f609e1} <Debug> executeQuery: Read 75 rows, 6.15 KiB in 0.00199 sec., 37688.44221105528 rows/sec., 3.02 MiB/sec. | ||
| 15808 | 2025.01.30 20:28:32.836148 [ 218 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15809 | 2025.01.30 20:28:32.836238 [ 218 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15810 | 2025.01.30 20:28:32.836245 [ 271 ] {a547b0d5-9e81-4647-bb66-1e7230f609e1} <Debug> TCPHandler: Processed in 0.002481549 sec. | ||
| 15811 | 2025.01.30 20:28:32.836731 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15812 | 2025.01.30 20:28:32.837175 [ 270 ] {ff99f20b-50ae-42d6-b875-521cd8561e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15813 | 2025.01.30 20:28:32.837308 [ 270 ] {ff99f20b-50ae-42d6-b875-521cd8561e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15814 | 2025.01.30 20:28:32.838593 [ 270 ] {ff99f20b-50ae-42d6-b875-521cd8561e5a} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15815 | 2025.01.30 20:28:32.838656 [ 270 ] {ff99f20b-50ae-42d6-b875-521cd8561e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15816 | 2025.01.30 20:28:32.839364 [ 270 ] {ff99f20b-50ae-42d6-b875-521cd8561e5a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15817 | 2025.01.30 20:28:32.839792 [ 270 ] {ff99f20b-50ae-42d6-b875-521cd8561e5a} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15818 | 2025.01.30 20:28:32.840062 [ 113 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15819 | 2025.01.30 20:28:32.840184 [ 113 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15820 | 2025.01.30 20:28:32.840284 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15821 | 2025.01.30 20:28:32.840425 [ 270 ] {ff99f20b-50ae-42d6-b875-521cd8561e5a} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.003418 sec., 4095.962551199532 rows/sec., 298.57 KiB/sec. | ||
| 15822 | 2025.01.30 20:28:32.840711 [ 270 ] {ff99f20b-50ae-42d6-b875-521cd8561e5a} <Debug> TCPHandler: Processed in 0.00432229 sec. | ||
| 15823 | 2025.01.30 20:28:32.840785 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15824 | 2025.01.30 20:28:32.840957 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15825 | 2025.01.30 20:28:32.840998 [ 218 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15826 | 2025.01.30 20:28:32.841411 [ 271 ] {08ac35de-6591-42bb-a86b-9455a98e2df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15827 | 2025.01.30 20:28:32.841484 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15828 | 2025.01.30 20:28:32.841572 [ 271 ] {08ac35de-6591-42bb-a86b-9455a98e2df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15829 | 2025.01.30 20:28:32.841707 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 64 rows starting from the beginning of the part | ||
| 15830 | 2025.01.30 20:28:32.842803 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 8 rows starting from the beginning of the part | ||
| 15831 | 2025.01.30 20:28:32.843660 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 44 rows starting from the beginning of the part | ||
| 15832 | 2025.01.30 20:28:32.843931 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 8 rows starting from the beginning of the part | ||
| 15833 | 2025.01.30 20:28:32.844354 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 38 rows starting from the beginning of the part | ||
| 15834 | 2025.01.30 20:28:32.844736 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 14 rows starting from the beginning of the part | ||
| 15835 | 2025.01.30 20:28:32.845377 [ 271 ] {08ac35de-6591-42bb-a86b-9455a98e2df5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15836 | 2025.01.30 20:28:32.845468 [ 271 ] {08ac35de-6591-42bb-a86b-9455a98e2df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15837 | 2025.01.30 20:28:32.846456 [ 271 ] {08ac35de-6591-42bb-a86b-9455a98e2df5} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15838 | 2025.01.30 20:28:32.847185 [ 271 ] {08ac35de-6591-42bb-a86b-9455a98e2df5} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15839 | 2025.01.30 20:28:32.847460 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.007028455 sec., 25041.065212767244 rows/sec., 1.88 MiB/sec. | ||
| 15840 | 2025.01.30 20:28:32.847729 [ 271 ] {08ac35de-6591-42bb-a86b-9455a98e2df5} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.006512 sec., 11977.886977886978 rows/sec., 959.02 KiB/sec. | ||
| 15841 | 2025.01.30 20:28:32.847771 [ 188 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15842 | 2025.01.30 20:28:32.847895 [ 271 ] {08ac35de-6591-42bb-a86b-9455a98e2df5} <Debug> TCPHandler: Processed in 0.007058286 sec. | ||
| 15843 | 2025.01.30 20:28:32.848100 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15844 | 2025.01.30 20:28:32.848240 [ 188 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15845 | 2025.01.30 20:28:32.848308 [ 270 ] {f2cc11b3-96e6-4d85-a9a7-2b2496445ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15846 | 2025.01.30 20:28:32.848422 [ 188 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_121_24} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15847 | 2025.01.30 20:28:32.848432 [ 270 ] {f2cc11b3-96e6-4d85-a9a7-2b2496445ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15848 | 2025.01.30 20:28:32.848605 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15849 | 2025.01.30 20:28:32.849180 [ 270 ] {f2cc11b3-96e6-4d85-a9a7-2b2496445ff4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15850 | 2025.01.30 20:28:32.849224 [ 270 ] {f2cc11b3-96e6-4d85-a9a7-2b2496445ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15851 | 2025.01.30 20:28:32.849625 [ 270 ] {f2cc11b3-96e6-4d85-a9a7-2b2496445ff4} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15852 | 2025.01.30 20:28:32.849863 [ 270 ] {f2cc11b3-96e6-4d85-a9a7-2b2496445ff4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15853 | 2025.01.30 20:28:32.850043 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_113_23 to all_117_117_0 | ||
| 15854 | 2025.01.30 20:28:32.850112 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15855 | 2025.01.30 20:28:32.850116 [ 270 ] {f2cc11b3-96e6-4d85-a9a7-2b2496445ff4} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00187 sec., 87165.77540106952 rows/sec., 6.07 MiB/sec. | ||
| 15856 | 2025.01.30 20:28:32.850153 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15857 | 2025.01.30 20:28:32.850279 [ 270 ] {f2cc11b3-96e6-4d85-a9a7-2b2496445ff4} <Debug> TCPHandler: Processed in 0.002256762 sec. | ||
| 15858 | 2025.01.30 20:28:32.850370 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_113_23 to all_117_117_0 into Compact with storage Full | ||
| 15859 | 2025.01.30 20:28:32.850451 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15860 | 2025.01.30 20:28:32.850587 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15861 | 2025.01.30 20:28:32.850676 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_113_23, total 36318 rows starting from the beginning of the part | ||
| 15862 | 2025.01.30 20:28:32.850685 [ 271 ] {56fc6197-e135-4497-9fd6-79cb4a14ef0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15863 | 2025.01.30 20:28:32.850930 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 15864 | 2025.01.30 20:28:32.850965 [ 271 ] {56fc6197-e135-4497-9fd6-79cb4a14ef0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15865 | 2025.01.30 20:28:32.851371 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 960 rows starting from the beginning of the part | ||
| 15866 | 2025.01.30 20:28:32.851857 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 15867 | 2025.01.30 20:28:32.852302 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 15868 | 2025.01.30 20:28:32.855204 [ 271 ] {56fc6197-e135-4497-9fd6-79cb4a14ef0d} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15869 | 2025.01.30 20:28:32.855282 [ 271 ] {56fc6197-e135-4497-9fd6-79cb4a14ef0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15870 | 2025.01.30 20:28:32.856684 [ 271 ] {56fc6197-e135-4497-9fd6-79cb4a14ef0d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15871 | 2025.01.30 20:28:32.857106 [ 271 ] {56fc6197-e135-4497-9fd6-79cb4a14ef0d} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15872 | 2025.01.30 20:28:32.857280 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15873 | 2025.01.30 20:28:32.857336 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15874 | 2025.01.30 20:28:32.857365 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15875 | 2025.01.30 20:28:32.857441 [ 271 ] {56fc6197-e135-4497-9fd6-79cb4a14ef0d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006784 sec., 1179.245283018868 rows/sec., 2.11 MiB/sec. | ||
| 15876 | 2025.01.30 20:28:32.857826 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15877 | 2025.01.30 20:28:32.858028 [ 271 ] {56fc6197-e135-4497-9fd6-79cb4a14ef0d} <Debug> TCPHandler: Processed in 0.007637212 sec. | ||
| 15878 | 2025.01.30 20:28:32.858369 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15879 | 2025.01.30 20:28:32.858718 [ 270 ] {ee24a067-cc37-47ee-aeeb-3d20966f5306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15880 | 2025.01.30 20:28:32.858736 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15881 | 2025.01.30 20:28:32.858846 [ 270 ] {ee24a067-cc37-47ee-aeeb-3d20966f5306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15882 | 2025.01.30 20:28:32.858914 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2285 rows starting from the beginning of the part | ||
| 15883 | 2025.01.30 20:28:32.860263 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 8 rows starting from the beginning of the part | ||
| 15884 | 2025.01.30 20:28:32.861119 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 31 rows starting from the beginning of the part | ||
| 15885 | 2025.01.30 20:28:32.862239 [ 270 ] {ee24a067-cc37-47ee-aeeb-3d20966f5306} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15886 | 2025.01.30 20:28:32.862297 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 8 rows starting from the beginning of the part | ||
| 15887 | 2025.01.30 20:28:32.862317 [ 270 ] {ee24a067-cc37-47ee-aeeb-3d20966f5306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15888 | 2025.01.30 20:28:32.863239 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 31 rows starting from the beginning of the part | ||
| 15889 | 2025.01.30 20:28:32.864217 [ 188 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 8 rows starting from the beginning of the part | ||
| 15890 | 2025.01.30 20:28:32.864312 [ 270 ] {ee24a067-cc37-47ee-aeeb-3d20966f5306} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15891 | 2025.01.30 20:28:32.864918 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37835 rows, containing 5 columns (5 merged, 0 gathered) in 0.014619866 sec., 2587917.0164760742 rows/sec., 175.03 MiB/sec. | ||
| 15892 | 2025.01.30 20:28:32.865388 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Trace> MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) | ||
| 15893 | 2025.01.30 20:28:32.865892 [ 270 ] {ee24a067-cc37-47ee-aeeb-3d20966f5306} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15894 | 2025.01.30 20:28:32.866280 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15895 | 2025.01.30 20:28:32.866577 [ 221 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15896 | 2025.01.30 20:28:32.866688 [ 221 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15897 | 2025.01.30 20:28:32.866768 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_113_23, all_117_117_0] -> all_1_117_24 | ||
| 15898 | 2025.01.30 20:28:32.867078 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 15899 | 2025.01.30 20:28:32.867184 [ 270 ] {ee24a067-cc37-47ee-aeeb-3d20966f5306} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008521 sec., 7041.427062551343 rows/sec., 485.93 KiB/sec. | ||
| 15900 | 2025.01.30 20:28:32.867548 [ 270 ] {ee24a067-cc37-47ee-aeeb-3d20966f5306} <Debug> TCPHandler: Processed in 0.009405291 sec. | ||
| 15901 | 2025.01.30 20:28:32.869724 [ 221 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15902 | 2025.01.30 20:28:32.879132 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2371 rows, containing 19 columns (19 merged, 0 gathered) in 0.02162676 sec., 109632.69578984556 rows/sec., 196.46 MiB/sec. | ||
| 15903 | 2025.01.30 20:28:32.881219 [ 201 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15904 | 2025.01.30 20:28:32.881640 [ 201 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15905 | 2025.01.30 20:28:32.881715 [ 201 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15906 | 2025.01.30 20:28:32.881865 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.50 MiB. | ||
| 15907 | 2025.01.30 20:28:33.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.61 MiB, peak 291.08 MiB, free memory in arenas 0.00 B, will set to 277.17 MiB (RSS), difference: 4.56 MiB | ||
| 15908 | 2025.01.30 20:28:34.308724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 15909 | 2025.01.30 20:28:34.309497 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15910 | 2025.01.30 20:28:34.309554 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15911 | 2025.01.30 20:28:34.310126 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15912 | 2025.01.30 20:28:34.310389 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15913 | 2025.01.30 20:28:34.310714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 15914 | 2025.01.30 20:28:37.030510 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2162 | ||
| 15915 | 2025.01.30 20:28:37.033841 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15916 | 2025.01.30 20:28:37.033893 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15917 | 2025.01.30 20:28:37.035427 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15918 | 2025.01.30 20:28:37.035738 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15919 | 2025.01.30 20:28:37.037417 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2162 | ||
| 15920 | 2025.01.30 20:28:37.161104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 15921 | 2025.01.30 20:28:37.184747 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15922 | 2025.01.30 20:28:37.184846 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15923 | 2025.01.30 20:28:37.194226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15924 | 2025.01.30 20:28:37.195239 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15925 | 2025.01.30 20:28:37.201595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 15926 | 2025.01.30 20:28:37.837576 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15927 | 2025.01.30 20:28:37.837797 [ 270 ] {5c69b1d8-8686-45bb-94aa-b5580d5de5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15928 | 2025.01.30 20:28:37.837878 [ 270 ] {5c69b1d8-8686-45bb-94aa-b5580d5de5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15929 | 2025.01.30 20:28:37.838659 [ 270 ] {5c69b1d8-8686-45bb-94aa-b5580d5de5ed} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15930 | 2025.01.30 20:28:37.838709 [ 270 ] {5c69b1d8-8686-45bb-94aa-b5580d5de5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15931 | 2025.01.30 20:28:37.839158 [ 270 ] {5c69b1d8-8686-45bb-94aa-b5580d5de5ed} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15932 | 2025.01.30 20:28:37.839409 [ 270 ] {5c69b1d8-8686-45bb-94aa-b5580d5de5ed} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15933 | 2025.01.30 20:28:37.839612 [ 270 ] {5c69b1d8-8686-45bb-94aa-b5580d5de5ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec. | ||
| 15934 | 2025.01.30 20:28:37.839670 [ 270 ] {5c69b1d8-8686-45bb-94aa-b5580d5de5ed} <Debug> TCPHandler: Processed in 0.002239582 sec. | ||
| 15935 | 2025.01.30 20:28:37.839933 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15936 | 2025.01.30 20:28:37.840134 [ 271 ] {4cb972f3-7d59-4d66-8cb1-27062d9d7f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15937 | 2025.01.30 20:28:37.840209 [ 271 ] {4cb972f3-7d59-4d66-8cb1-27062d9d7f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15938 | 2025.01.30 20:28:37.841200 [ 271 ] {4cb972f3-7d59-4d66-8cb1-27062d9d7f3a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15939 | 2025.01.30 20:28:37.841258 [ 271 ] {4cb972f3-7d59-4d66-8cb1-27062d9d7f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15940 | 2025.01.30 20:28:37.841735 [ 271 ] {4cb972f3-7d59-4d66-8cb1-27062d9d7f3a} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15941 | 2025.01.30 20:28:37.841989 [ 271 ] {4cb972f3-7d59-4d66-8cb1-27062d9d7f3a} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15942 | 2025.01.30 20:28:37.842244 [ 271 ] {4cb972f3-7d59-4d66-8cb1-27062d9d7f3a} <Debug> executeQuery: Read 265 rows, 23.90 KiB in 0.002161 sec., 122628.41277186487 rows/sec., 10.80 MiB/sec. | ||
| 15943 | 2025.01.30 20:28:37.842335 [ 271 ] {4cb972f3-7d59-4d66-8cb1-27062d9d7f3a} <Debug> TCPHandler: Processed in 0.00253577 sec. | ||
| 15944 | 2025.01.30 20:28:37.842552 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15945 | 2025.01.30 20:28:37.842761 [ 270 ] {3516c705-86cd-4e99-be03-1a764bd05ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15946 | 2025.01.30 20:28:37.842813 [ 270 ] {3516c705-86cd-4e99-be03-1a764bd05ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15947 | 2025.01.30 20:28:37.843435 [ 270 ] {3516c705-86cd-4e99-be03-1a764bd05ed9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15948 | 2025.01.30 20:28:37.843474 [ 270 ] {3516c705-86cd-4e99-be03-1a764bd05ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15949 | 2025.01.30 20:28:37.843849 [ 270 ] {3516c705-86cd-4e99-be03-1a764bd05ed9} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15950 | 2025.01.30 20:28:37.844098 [ 270 ] {3516c705-86cd-4e99-be03-1a764bd05ed9} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15951 | 2025.01.30 20:28:37.844286 [ 270 ] {3516c705-86cd-4e99-be03-1a764bd05ed9} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001561 sec., 24343.369634849452 rows/sec., 1.74 MiB/sec. | ||
| 15952 | 2025.01.30 20:28:37.844350 [ 270 ] {3516c705-86cd-4e99-be03-1a764bd05ed9} <Debug> TCPHandler: Processed in 0.001910263 sec. | ||
| 15953 | 2025.01.30 20:28:37.844364 [ 224 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15954 | 2025.01.30 20:28:37.844437 [ 224 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15955 | 2025.01.30 20:28:37.844545 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15956 | 2025.01.30 20:28:37.844683 [ 271 ] {00f45d35-46db-4b42-8447-44e15340a8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15957 | 2025.01.30 20:28:37.844734 [ 271 ] {00f45d35-46db-4b42-8447-44e15340a8a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15958 | 2025.01.30 20:28:37.846137 [ 271 ] {00f45d35-46db-4b42-8447-44e15340a8a0} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15959 | 2025.01.30 20:28:37.846179 [ 271 ] {00f45d35-46db-4b42-8447-44e15340a8a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15960 | 2025.01.30 20:28:37.846940 [ 271 ] {00f45d35-46db-4b42-8447-44e15340a8a0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15961 | 2025.01.30 20:28:37.847354 [ 271 ] {00f45d35-46db-4b42-8447-44e15340a8a0} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15962 | 2025.01.30 20:28:37.847746 [ 271 ] {00f45d35-46db-4b42-8447-44e15340a8a0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003076 sec., 4551.365409622887 rows/sec., 318.75 KiB/sec. | ||
| 15963 | 2025.01.30 20:28:37.847952 [ 271 ] {00f45d35-46db-4b42-8447-44e15340a8a0} <Debug> TCPHandler: Processed in 0.003493787 sec. | ||
| 15964 | 2025.01.30 20:28:37.848129 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15965 | 2025.01.30 20:28:37.848294 [ 224 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15966 | 2025.01.30 20:28:37.848357 [ 270 ] {7adb9a2c-4afa-4636-a74c-e0a5cb71eced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15967 | 2025.01.30 20:28:37.848518 [ 270 ] {7adb9a2c-4afa-4636-a74c-e0a5cb71eced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15968 | 2025.01.30 20:28:37.850168 [ 270 ] {7adb9a2c-4afa-4636-a74c-e0a5cb71eced} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15969 | 2025.01.30 20:28:37.850206 [ 270 ] {7adb9a2c-4afa-4636-a74c-e0a5cb71eced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15970 | 2025.01.30 20:28:37.850579 [ 270 ] {7adb9a2c-4afa-4636-a74c-e0a5cb71eced} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15971 | 2025.01.30 20:28:37.850835 [ 270 ] {7adb9a2c-4afa-4636-a74c-e0a5cb71eced} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15972 | 2025.01.30 20:28:37.851055 [ 270 ] {7adb9a2c-4afa-4636-a74c-e0a5cb71eced} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002768 sec., 4696.531791907514 rows/sec., 292.83 KiB/sec. | ||
| 15973 | 2025.01.30 20:28:37.851219 [ 270 ] {7adb9a2c-4afa-4636-a74c-e0a5cb71eced} <Debug> TCPHandler: Processed in 0.003157538 sec. | ||
| 15974 | 2025.01.30 20:28:37.851452 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15975 | 2025.01.30 20:28:37.851582 [ 271 ] {b78c067b-aa40-45ee-8860-3998bdf5a3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15976 | 2025.01.30 20:28:37.851630 [ 271 ] {b78c067b-aa40-45ee-8860-3998bdf5a3b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15977 | 2025.01.30 20:28:37.852381 [ 271 ] {b78c067b-aa40-45ee-8860-3998bdf5a3b2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15978 | 2025.01.30 20:28:37.852422 [ 271 ] {b78c067b-aa40-45ee-8860-3998bdf5a3b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15979 | 2025.01.30 20:28:37.852804 [ 271 ] {b78c067b-aa40-45ee-8860-3998bdf5a3b2} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15980 | 2025.01.30 20:28:37.853035 [ 271 ] {b78c067b-aa40-45ee-8860-3998bdf5a3b2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15981 | 2025.01.30 20:28:37.853243 [ 271 ] {b78c067b-aa40-45ee-8860-3998bdf5a3b2} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001685 sec., 245103.85756676557 rows/sec., 17.48 MiB/sec. | ||
| 15982 | 2025.01.30 20:28:37.853295 [ 271 ] {b78c067b-aa40-45ee-8860-3998bdf5a3b2} <Debug> TCPHandler: Processed in 0.001957444 sec. | ||
| 15983 | 2025.01.30 20:28:37.853454 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15984 | 2025.01.30 20:28:37.853596 [ 270 ] {60445db1-b68a-4076-96fa-9f8f58f774a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15985 | 2025.01.30 20:28:37.853655 [ 270 ] {60445db1-b68a-4076-96fa-9f8f58f774a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15986 | 2025.01.30 20:28:37.854169 [ 270 ] {60445db1-b68a-4076-96fa-9f8f58f774a0} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15987 | 2025.01.30 20:28:37.854207 [ 270 ] {60445db1-b68a-4076-96fa-9f8f58f774a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15988 | 2025.01.30 20:28:37.854580 [ 270 ] {60445db1-b68a-4076-96fa-9f8f58f774a0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15989 | 2025.01.30 20:28:37.854821 [ 270 ] {60445db1-b68a-4076-96fa-9f8f58f774a0} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15990 | 2025.01.30 20:28:37.854993 [ 270 ] {60445db1-b68a-4076-96fa-9f8f58f774a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 15991 | 2025.01.30 20:28:37.855043 [ 270 ] {60445db1-b68a-4076-96fa-9f8f58f774a0} <Debug> TCPHandler: Processed in 0.001657646 sec. | ||
| 15992 | 2025.01.30 20:28:37.855200 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15993 | 2025.01.30 20:28:37.855340 [ 271 ] {2b7adebb-824d-4c97-99a1-d7b6f36be5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15994 | 2025.01.30 20:28:37.855405 [ 271 ] {2b7adebb-824d-4c97-99a1-d7b6f36be5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15995 | 2025.01.30 20:28:37.856058 [ 271 ] {2b7adebb-824d-4c97-99a1-d7b6f36be5b5} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15996 | 2025.01.30 20:28:37.856097 [ 271 ] {2b7adebb-824d-4c97-99a1-d7b6f36be5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 15997 | 2025.01.30 20:28:37.856489 [ 271 ] {2b7adebb-824d-4c97-99a1-d7b6f36be5b5} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15998 | 2025.01.30 20:28:37.856729 [ 271 ] {2b7adebb-824d-4c97-99a1-d7b6f36be5b5} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15999 | 2025.01.30 20:28:37.856958 [ 271 ] {2b7adebb-824d-4c97-99a1-d7b6f36be5b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001644 sec., 144160.58394160584 rows/sec., 9.66 MiB/sec. | ||
| 16000 | 2025.01.30 20:28:37.857051 [ 271 ] {2b7adebb-824d-4c97-99a1-d7b6f36be5b5} <Debug> TCPHandler: Processed in 0.001913913 sec. | ||
| 16001 | 2025.01.30 20:28:37.857267 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16002 | 2025.01.30 20:28:37.857444 [ 270 ] {22f969f3-b4de-4791-802a-e6206d60bb54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16003 | 2025.01.30 20:28:37.857505 [ 270 ] {22f969f3-b4de-4791-802a-e6206d60bb54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16004 | 2025.01.30 20:28:37.858029 [ 270 ] {22f969f3-b4de-4791-802a-e6206d60bb54} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16005 | 2025.01.30 20:28:37.858066 [ 270 ] {22f969f3-b4de-4791-802a-e6206d60bb54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16006 | 2025.01.30 20:28:37.858434 [ 270 ] {22f969f3-b4de-4791-802a-e6206d60bb54} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 16007 | 2025.01.30 20:28:37.858676 [ 270 ] {22f969f3-b4de-4791-802a-e6206d60bb54} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16008 | 2025.01.30 20:28:37.858875 [ 270 ] {22f969f3-b4de-4791-802a-e6206d60bb54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec. | ||
| 16009 | 2025.01.30 20:28:37.858929 [ 270 ] {22f969f3-b4de-4791-802a-e6206d60bb54} <Debug> TCPHandler: Processed in 0.00177914 sec. | ||
| 16010 | 2025.01.30 20:28:37.859068 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16011 | 2025.01.30 20:28:37.859186 [ 271 ] {b4ed2a3d-533b-45c6-b5c9-88b80ff339c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16012 | 2025.01.30 20:28:37.859268 [ 271 ] {b4ed2a3d-533b-45c6-b5c9-88b80ff339c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16013 | 2025.01.30 20:28:37.860449 [ 271 ] {b4ed2a3d-533b-45c6-b5c9-88b80ff339c6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16014 | 2025.01.30 20:28:37.860488 [ 271 ] {b4ed2a3d-533b-45c6-b5c9-88b80ff339c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16015 | 2025.01.30 20:28:37.861152 [ 271 ] {b4ed2a3d-533b-45c6-b5c9-88b80ff339c6} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 16016 | 2025.01.30 20:28:37.861402 [ 271 ] {b4ed2a3d-533b-45c6-b5c9-88b80ff339c6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16017 | 2025.01.30 20:28:37.861664 [ 271 ] {b4ed2a3d-533b-45c6-b5c9-88b80ff339c6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002503 sec., 12385.137834598481 rows/sec., 22.19 MiB/sec. | ||
| 16018 | 2025.01.30 20:28:37.861681 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16019 | 2025.01.30 20:28:37.861770 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16020 | 2025.01.30 20:28:37.861870 [ 271 ] {b4ed2a3d-533b-45c6-b5c9-88b80ff339c6} <Debug> TCPHandler: Processed in 0.002850889 sec. | ||
| 16021 | 2025.01.30 20:28:37.862088 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16022 | 2025.01.30 20:28:37.862294 [ 270 ] {6cc04219-8722-4d91-a81f-e04df4642bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16023 | 2025.01.30 20:28:37.862405 [ 270 ] {6cc04219-8722-4d91-a81f-e04df4642bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16024 | 2025.01.30 20:28:37.863773 [ 270 ] {6cc04219-8722-4d91-a81f-e04df4642bae} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16025 | 2025.01.30 20:28:37.863842 [ 270 ] {6cc04219-8722-4d91-a81f-e04df4642bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16026 | 2025.01.30 20:28:37.864689 [ 270 ] {6cc04219-8722-4d91-a81f-e04df4642bae} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 16027 | 2025.01.30 20:28:37.865192 [ 270 ] {6cc04219-8722-4d91-a81f-e04df4642bae} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16028 | 2025.01.30 20:28:37.865787 [ 270 ] {6cc04219-8722-4d91-a81f-e04df4642bae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003562 sec., 23020.774845592365 rows/sec., 1.46 MiB/sec. | ||
| 16029 | 2025.01.30 20:28:37.866066 [ 270 ] {6cc04219-8722-4d91-a81f-e04df4642bae} <Debug> TCPHandler: Processed in 0.004077144 sec. | ||
| 16030 | 2025.01.30 20:28:37.866413 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16031 | 2025.01.30 20:28:38.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.47 MiB, peak 291.08 MiB, free memory in arenas 0.00 B, will set to 277.17 MiB (RSS), difference: -1.30 MiB | ||
| 16032 | 2025.01.30 20:28:41.564589 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16033 | 2025.01.30 20:28:41.564684 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16034 | 2025.01.30 20:28:41.810854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 16035 | 2025.01.30 20:28:41.811831 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16036 | 2025.01.30 20:28:41.811914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16037 | 2025.01.30 20:28:41.812505 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16038 | 2025.01.30 20:28:41.812762 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16039 | 2025.01.30 20:28:41.813040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 16040 | 2025.01.30 20:28:41.813128 [ 221 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16041 | 2025.01.30 20:28:41.813192 [ 221 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16042 | 2025.01.30 20:28:41.815318 [ 221 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16043 | 2025.01.30 20:28:42.707405 [ 222 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16044 | 2025.01.30 20:28:42.707465 [ 222 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16045 | 2025.01.30 20:28:42.709429 [ 222 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16046 | 2025.01.30 20:28:42.831620 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16047 | 2025.01.30 20:28:42.831824 [ 270 ] {0d6c6f37-32cf-4fcf-8536-e8dfeabbf3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16048 | 2025.01.30 20:28:42.831897 [ 270 ] {0d6c6f37-32cf-4fcf-8536-e8dfeabbf3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16049 | 2025.01.30 20:28:42.832699 [ 270 ] {0d6c6f37-32cf-4fcf-8536-e8dfeabbf3dc} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16050 | 2025.01.30 20:28:42.832746 [ 270 ] {0d6c6f37-32cf-4fcf-8536-e8dfeabbf3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16051 | 2025.01.30 20:28:42.833208 [ 270 ] {0d6c6f37-32cf-4fcf-8536-e8dfeabbf3dc} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16052 | 2025.01.30 20:28:42.833456 [ 270 ] {0d6c6f37-32cf-4fcf-8536-e8dfeabbf3dc} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16053 | 2025.01.30 20:28:42.833681 [ 270 ] {0d6c6f37-32cf-4fcf-8536-e8dfeabbf3dc} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001913 sec., 37637.21902770518 rows/sec., 3.03 MiB/sec. | ||
| 16054 | 2025.01.30 20:28:42.833738 [ 270 ] {0d6c6f37-32cf-4fcf-8536-e8dfeabbf3dc} <Debug> TCPHandler: Processed in 0.002253252 sec. | ||
| 16055 | 2025.01.30 20:28:42.834007 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16056 | 2025.01.30 20:28:42.834217 [ 271 ] {f8c82084-5e21-4952-9137-a40496661531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16057 | 2025.01.30 20:28:42.834295 [ 271 ] {f8c82084-5e21-4952-9137-a40496661531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16058 | 2025.01.30 20:28:42.835034 [ 271 ] {f8c82084-5e21-4952-9137-a40496661531} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16059 | 2025.01.30 20:28:42.835074 [ 271 ] {f8c82084-5e21-4952-9137-a40496661531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16060 | 2025.01.30 20:28:42.835516 [ 271 ] {f8c82084-5e21-4952-9137-a40496661531} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16061 | 2025.01.30 20:28:42.835762 [ 271 ] {f8c82084-5e21-4952-9137-a40496661531} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16062 | 2025.01.30 20:28:42.835980 [ 271 ] {f8c82084-5e21-4952-9137-a40496661531} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001824 sec., 4385.964912280701 rows/sec., 329.80 KiB/sec. | ||
| 16063 | 2025.01.30 20:28:42.836037 [ 271 ] {f8c82084-5e21-4952-9137-a40496661531} <Debug> TCPHandler: Processed in 0.00218091 sec. | ||
| 16064 | 2025.01.30 20:28:42.836183 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16065 | 2025.01.30 20:28:42.836324 [ 270 ] {60c2e825-a86b-41d8-8987-299be3431118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16066 | 2025.01.30 20:28:42.836381 [ 270 ] {60c2e825-a86b-41d8-8987-299be3431118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16067 | 2025.01.30 20:28:42.837081 [ 270 ] {60c2e825-a86b-41d8-8987-299be3431118} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16068 | 2025.01.30 20:28:42.837120 [ 270 ] {60c2e825-a86b-41d8-8987-299be3431118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16069 | 2025.01.30 20:28:42.837489 [ 270 ] {60c2e825-a86b-41d8-8987-299be3431118} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16070 | 2025.01.30 20:28:42.837722 [ 270 ] {60c2e825-a86b-41d8-8987-299be3431118} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16071 | 2025.01.30 20:28:42.837940 [ 270 ] {60c2e825-a86b-41d8-8987-299be3431118} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001645 sec., 43768.99696048632 rows/sec., 3.42 MiB/sec. | ||
| 16072 | 2025.01.30 20:28:42.837999 [ 270 ] {60c2e825-a86b-41d8-8987-299be3431118} <Debug> TCPHandler: Processed in 0.001883252 sec. | ||
| 16073 | 2025.01.30 20:28:42.838225 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16074 | 2025.01.30 20:28:42.838434 [ 271 ] {66ba1bf1-23b2-4d71-8248-477024af982f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16075 | 2025.01.30 20:28:42.838497 [ 271 ] {66ba1bf1-23b2-4d71-8248-477024af982f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16076 | 2025.01.30 20:28:42.839172 [ 271 ] {66ba1bf1-23b2-4d71-8248-477024af982f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16077 | 2025.01.30 20:28:42.839211 [ 271 ] {66ba1bf1-23b2-4d71-8248-477024af982f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16078 | 2025.01.30 20:28:42.839615 [ 271 ] {66ba1bf1-23b2-4d71-8248-477024af982f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 16079 | 2025.01.30 20:28:42.839850 [ 271 ] {66ba1bf1-23b2-4d71-8248-477024af982f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16080 | 2025.01.30 20:28:42.840084 [ 271 ] {66ba1bf1-23b2-4d71-8248-477024af982f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec. | ||
| 16081 | 2025.01.30 20:28:42.840135 [ 271 ] {66ba1bf1-23b2-4d71-8248-477024af982f} <Debug> TCPHandler: Processed in 0.002020826 sec. | ||
| 16082 | 2025.01.30 20:28:42.840310 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16083 | 2025.01.30 20:28:42.840448 [ 270 ] {f0d7d20a-8402-4bcb-9454-3a52a6e7b129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16084 | 2025.01.30 20:28:42.840541 [ 270 ] {f0d7d20a-8402-4bcb-9454-3a52a6e7b129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16085 | 2025.01.30 20:28:42.841753 [ 270 ] {f0d7d20a-8402-4bcb-9454-3a52a6e7b129} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16086 | 2025.01.30 20:28:42.841792 [ 270 ] {f0d7d20a-8402-4bcb-9454-3a52a6e7b129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16087 | 2025.01.30 20:28:42.842429 [ 270 ] {f0d7d20a-8402-4bcb-9454-3a52a6e7b129} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16088 | 2025.01.30 20:28:42.842684 [ 270 ] {f0d7d20a-8402-4bcb-9454-3a52a6e7b129} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16089 | 2025.01.30 20:28:42.842935 [ 270 ] {f0d7d20a-8402-4bcb-9454-3a52a6e7b129} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002516 sec., 3179.650238473768 rows/sec., 5.70 MiB/sec. | ||
| 16090 | 2025.01.30 20:28:42.843118 [ 270 ] {f0d7d20a-8402-4bcb-9454-3a52a6e7b129} <Debug> TCPHandler: Processed in 0.00287654 sec. | ||
| 16091 | 2025.01.30 20:28:42.843455 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16092 | 2025.01.30 20:28:42.843800 [ 271 ] {d6ed9a56-1666-4c3e-9066-4710e0e12b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16093 | 2025.01.30 20:28:42.843897 [ 271 ] {d6ed9a56-1666-4c3e-9066-4710e0e12b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16094 | 2025.01.30 20:28:42.844546 [ 271 ] {d6ed9a56-1666-4c3e-9066-4710e0e12b88} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16095 | 2025.01.30 20:28:42.844586 [ 271 ] {d6ed9a56-1666-4c3e-9066-4710e0e12b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16096 | 2025.01.30 20:28:42.845041 [ 271 ] {d6ed9a56-1666-4c3e-9066-4710e0e12b88} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 16097 | 2025.01.30 20:28:42.845412 [ 271 ] {d6ed9a56-1666-4c3e-9066-4710e0e12b88} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16098 | 2025.01.30 20:28:42.845644 [ 271 ] {d6ed9a56-1666-4c3e-9066-4710e0e12b88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001915 sec., 31331.592689295037 rows/sec., 2.11 MiB/sec. | ||
| 16099 | 2025.01.30 20:28:42.845732 [ 271 ] {d6ed9a56-1666-4c3e-9066-4710e0e12b88} <Debug> TCPHandler: Processed in 0.002454338 sec. | ||
| 16100 | 2025.01.30 20:28:43.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.61 MiB, peak 291.08 MiB, free memory in arenas 0.00 B, will set to 277.17 MiB (RSS), difference: 3.56 MiB | ||
| 16101 | 2025.01.30 20:28:43.514308 [ 37 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 16102 | 2025.01.30 20:28:43.514371 [ 37 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16103 | 2025.01.30 20:28:43.514394 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16104 | 2025.01.30 20:28:43.514618 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 16105 | 2025.01.30 20:28:43.514920 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16106 | 2025.01.30 20:28:43.514963 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 16107 | 2025.01.30 20:28:43.515056 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 16108 | 2025.01.30 20:28:43.515179 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 16109 | 2025.01.30 20:28:43.515316 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 16110 | 2025.01.30 20:28:43.515392 [ 189 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 16111 | 2025.01.30 20:28:43.516378 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001904382 sec., 22054.398749830652 rows/sec., 1.84 MiB/sec. | ||
| 16112 | 2025.01.30 20:28:43.516549 [ 193 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 16113 | 2025.01.30 20:28:43.516833 [ 193 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16114 | 2025.01.30 20:28:43.516915 [ 193 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_29_7} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 16115 | 2025.01.30 20:28:43.516991 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16116 | 2025.01.30 20:28:44.701653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 16117 | 2025.01.30 20:28:44.723687 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16118 | 2025.01.30 20:28:44.723735 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16119 | 2025.01.30 20:28:44.731356 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16120 | 2025.01.30 20:28:44.732149 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16121 | 2025.01.30 20:28:44.735027 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 16122 | 2025.01.30 20:28:46.996052 [ 218 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16123 | 2025.01.30 20:28:46.996118 [ 218 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16124 | 2025.01.30 20:28:46.997890 [ 218 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16125 | 2025.01.30 20:28:47.037630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2196 | ||
| 16126 | 2025.01.30 20:28:47.040908 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16127 | 2025.01.30 20:28:47.040951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16128 | 2025.01.30 20:28:47.042471 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16129 | 2025.01.30 20:28:47.042778 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16130 | 2025.01.30 20:28:47.044529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2196 | ||
| 16131 | 2025.01.30 20:28:47.530284 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16132 | 2025.01.30 20:28:47.530595 [ 270 ] {1789a8cc-d6bd-41a1-9e28-3a544f91263f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16133 | 2025.01.30 20:28:47.530711 [ 270 ] {1789a8cc-d6bd-41a1-9e28-3a544f91263f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16134 | 2025.01.30 20:28:47.531691 [ 270 ] {1789a8cc-d6bd-41a1-9e28-3a544f91263f} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16135 | 2025.01.30 20:28:47.531732 [ 270 ] {1789a8cc-d6bd-41a1-9e28-3a544f91263f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16136 | 2025.01.30 20:28:47.532179 [ 270 ] {1789a8cc-d6bd-41a1-9e28-3a544f91263f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 16137 | 2025.01.30 20:28:47.532430 [ 270 ] {1789a8cc-d6bd-41a1-9e28-3a544f91263f} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16138 | 2025.01.30 20:28:47.532625 [ 270 ] {1789a8cc-d6bd-41a1-9e28-3a544f91263f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002119 sec., 6606.890042472865 rows/sec., 475.61 KiB/sec. | ||
| 16139 | 2025.01.30 20:28:47.532681 [ 270 ] {1789a8cc-d6bd-41a1-9e28-3a544f91263f} <Debug> TCPHandler: Processed in 0.002589082 sec. | ||
| 16140 | 2025.01.30 20:28:47.533017 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16141 | 2025.01.30 20:28:47.533316 [ 271 ] {a4d1d44c-cc0e-44de-a4b4-3f165c328fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16142 | 2025.01.30 20:28:47.533392 [ 271 ] {a4d1d44c-cc0e-44de-a4b4-3f165c328fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16143 | 2025.01.30 20:28:47.534130 [ 271 ] {a4d1d44c-cc0e-44de-a4b4-3f165c328fab} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16144 | 2025.01.30 20:28:47.534181 [ 271 ] {a4d1d44c-cc0e-44de-a4b4-3f165c328fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16145 | 2025.01.30 20:28:47.534613 [ 271 ] {a4d1d44c-cc0e-44de-a4b4-3f165c328fab} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 16146 | 2025.01.30 20:28:47.534864 [ 271 ] {a4d1d44c-cc0e-44de-a4b4-3f165c328fab} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16147 | 2025.01.30 20:28:47.535106 [ 271 ] {a4d1d44c-cc0e-44de-a4b4-3f165c328fab} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001859 sec., 3227.5416890801507 rows/sec., 263.18 KiB/sec. | ||
| 16148 | 2025.01.30 20:28:47.535163 [ 271 ] {a4d1d44c-cc0e-44de-a4b4-3f165c328fab} <Debug> TCPHandler: Processed in 0.002341275 sec. | ||
| 16149 | 2025.01.30 20:28:47.535362 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16150 | 2025.01.30 20:28:47.535589 [ 270 ] {48ad8ad6-e500-40fc-ad67-9011665f057e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16151 | 2025.01.30 20:28:47.535679 [ 270 ] {48ad8ad6-e500-40fc-ad67-9011665f057e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16152 | 2025.01.30 20:28:47.537277 [ 270 ] {48ad8ad6-e500-40fc-ad67-9011665f057e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16153 | 2025.01.30 20:28:47.537314 [ 270 ] {48ad8ad6-e500-40fc-ad67-9011665f057e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16154 | 2025.01.30 20:28:47.537781 [ 270 ] {48ad8ad6-e500-40fc-ad67-9011665f057e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16155 | 2025.01.30 20:28:47.538027 [ 270 ] {48ad8ad6-e500-40fc-ad67-9011665f057e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16156 | 2025.01.30 20:28:47.538207 [ 270 ] {48ad8ad6-e500-40fc-ad67-9011665f057e} <Debug> executeQuery: Read 1408 rows, 120.68 KiB in 0.002674 sec., 526551.9820493642 rows/sec., 44.07 MiB/sec. | ||
| 16157 | 2025.01.30 20:28:47.538260 [ 270 ] {48ad8ad6-e500-40fc-ad67-9011665f057e} <Debug> TCPHandler: Processed in 0.003009783 sec. | ||
| 16158 | 2025.01.30 20:28:47.538451 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16159 | 2025.01.30 20:28:47.538590 [ 271 ] {458910e2-c187-4cb6-bf4b-f4d3f763c11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16160 | 2025.01.30 20:28:47.538647 [ 271 ] {458910e2-c187-4cb6-bf4b-f4d3f763c11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16161 | 2025.01.30 20:28:47.539357 [ 271 ] {458910e2-c187-4cb6-bf4b-f4d3f763c11c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16162 | 2025.01.30 20:28:47.539397 [ 271 ] {458910e2-c187-4cb6-bf4b-f4d3f763c11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16163 | 2025.01.30 20:28:47.539772 [ 271 ] {458910e2-c187-4cb6-bf4b-f4d3f763c11c} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16164 | 2025.01.30 20:28:47.540013 [ 271 ] {458910e2-c187-4cb6-bf4b-f4d3f763c11c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16165 | 2025.01.30 20:28:47.540218 [ 271 ] {458910e2-c187-4cb6-bf4b-f4d3f763c11c} <Debug> executeQuery: Read 44 rows, 3.21 KiB in 0.001659 sec., 26522.001205545508 rows/sec., 1.89 MiB/sec. | ||
| 16166 | 2025.01.30 20:28:47.540271 [ 271 ] {458910e2-c187-4cb6-bf4b-f4d3f763c11c} <Debug> TCPHandler: Processed in 0.001889393 sec. | ||
| 16167 | 2025.01.30 20:28:47.540468 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16168 | 2025.01.30 20:28:47.540691 [ 270 ] {059b811a-1362-48c3-974b-d0d0a22b7f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16169 | 2025.01.30 20:28:47.540783 [ 270 ] {059b811a-1362-48c3-974b-d0d0a22b7f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16170 | 2025.01.30 20:28:47.541682 [ 270 ] {059b811a-1362-48c3-974b-d0d0a22b7f7c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16171 | 2025.01.30 20:28:47.541719 [ 270 ] {059b811a-1362-48c3-974b-d0d0a22b7f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16172 | 2025.01.30 20:28:47.542094 [ 270 ] {059b811a-1362-48c3-974b-d0d0a22b7f7c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16173 | 2025.01.30 20:28:47.542330 [ 270 ] {059b811a-1362-48c3-974b-d0d0a22b7f7c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16174 | 2025.01.30 20:28:47.542538 [ 105 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 16175 | 2025.01.30 20:28:47.542550 [ 270 ] {059b811a-1362-48c3-974b-d0d0a22b7f7c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001903 sec., 127167.63005780347 rows/sec., 8.62 MiB/sec. | ||
| 16176 | 2025.01.30 20:28:47.542638 [ 105 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16177 | 2025.01.30 20:28:47.542713 [ 270 ] {059b811a-1362-48c3-974b-d0d0a22b7f7c} <Debug> TCPHandler: Processed in 0.002351585 sec. | ||
| 16178 | 2025.01.30 20:28:47.542726 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16179 | 2025.01.30 20:28:47.542975 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16180 | 2025.01.30 20:28:47.542984 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 16181 | 2025.01.30 20:28:47.543245 [ 271 ] {b43a007d-7478-47e8-8358-8e2a987be76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16182 | 2025.01.30 20:28:47.543266 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16183 | 2025.01.30 20:28:47.543316 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 243 rows starting from the beginning of the part | ||
| 16184 | 2025.01.30 20:28:47.543322 [ 271 ] {b43a007d-7478-47e8-8358-8e2a987be76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16185 | 2025.01.30 20:28:47.543491 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 16186 | 2025.01.30 20:28:47.543724 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part | ||
| 16187 | 2025.01.30 20:28:47.544015 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 16188 | 2025.01.30 20:28:47.544443 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 16189 | 2025.01.30 20:28:47.544669 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part | ||
| 16190 | 2025.01.30 20:28:47.545473 [ 271 ] {b43a007d-7478-47e8-8358-8e2a987be76a} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16191 | 2025.01.30 20:28:47.545521 [ 271 ] {b43a007d-7478-47e8-8358-8e2a987be76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16192 | 2025.01.30 20:28:47.546098 [ 271 ] {b43a007d-7478-47e8-8358-8e2a987be76a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 16193 | 2025.01.30 20:28:47.546333 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.003446876 sec., 223100.56990735958 rows/sec., 15.97 MiB/sec. | ||
| 16194 | 2025.01.30 20:28:47.546428 [ 271 ] {b43a007d-7478-47e8-8358-8e2a987be76a} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16195 | 2025.01.30 20:28:47.546469 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 16196 | 2025.01.30 20:28:47.546772 [ 271 ] {b43a007d-7478-47e8-8358-8e2a987be76a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003597 sec., 3614.122880177926 rows/sec., 225.34 KiB/sec. | ||
| 16197 | 2025.01.30 20:28:47.546945 [ 271 ] {b43a007d-7478-47e8-8358-8e2a987be76a} <Debug> TCPHandler: Processed in 0.004123115 sec. | ||
| 16198 | 2025.01.30 20:28:47.547147 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16199 | 2025.01.30 20:28:47.547434 [ 197 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_51_10} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 16200 | 2025.01.30 20:28:47.547650 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16201 | 2025.01.30 20:28:47.547679 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 16202 | 2025.01.30 20:28:47.547820 [ 270 ] {41ac0e3e-c1b4-44dc-9f87-f8b56261e7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16203 | 2025.01.30 20:28:47.547881 [ 270 ] {41ac0e3e-c1b4-44dc-9f87-f8b56261e7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16204 | 2025.01.30 20:28:47.548865 [ 270 ] {41ac0e3e-c1b4-44dc-9f87-f8b56261e7de} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16205 | 2025.01.30 20:28:47.548904 [ 270 ] {41ac0e3e-c1b4-44dc-9f87-f8b56261e7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16206 | 2025.01.30 20:28:47.549312 [ 270 ] {41ac0e3e-c1b4-44dc-9f87-f8b56261e7de} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16207 | 2025.01.30 20:28:47.549554 [ 270 ] {41ac0e3e-c1b4-44dc-9f87-f8b56261e7de} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16208 | 2025.01.30 20:28:47.549779 [ 270 ] {41ac0e3e-c1b4-44dc-9f87-f8b56261e7de} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.001989 sec., 439919.5575666164 rows/sec., 31.89 MiB/sec. | ||
| 16209 | 2025.01.30 20:28:47.549833 [ 270 ] {41ac0e3e-c1b4-44dc-9f87-f8b56261e7de} <Debug> TCPHandler: Processed in 0.002737366 sec. | ||
| 16210 | 2025.01.30 20:28:47.549997 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16211 | 2025.01.30 20:28:47.550135 [ 271 ] {06657fd5-5c82-4b84-b24f-3eaab18fa9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16212 | 2025.01.30 20:28:47.550198 [ 271 ] {06657fd5-5c82-4b84-b24f-3eaab18fa9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16213 | 2025.01.30 20:28:47.550764 [ 271 ] {06657fd5-5c82-4b84-b24f-3eaab18fa9d7} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16214 | 2025.01.30 20:28:47.550810 [ 271 ] {06657fd5-5c82-4b84-b24f-3eaab18fa9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16215 | 2025.01.30 20:28:47.551249 [ 271 ] {06657fd5-5c82-4b84-b24f-3eaab18fa9d7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 16216 | 2025.01.30 20:28:47.551487 [ 271 ] {06657fd5-5c82-4b84-b24f-3eaab18fa9d7} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16217 | 2025.01.30 20:28:47.551665 [ 271 ] {06657fd5-5c82-4b84-b24f-3eaab18fa9d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec. | ||
| 16218 | 2025.01.30 20:28:47.551712 [ 271 ] {06657fd5-5c82-4b84-b24f-3eaab18fa9d7} <Debug> TCPHandler: Processed in 0.001785559 sec. | ||
| 16219 | 2025.01.30 20:28:47.551850 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16220 | 2025.01.30 20:28:47.551968 [ 270 ] {ef266180-03bc-432f-b254-ec288d786f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16221 | 2025.01.30 20:28:47.552022 [ 270 ] {ef266180-03bc-432f-b254-ec288d786f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16222 | 2025.01.30 20:28:47.552786 [ 270 ] {ef266180-03bc-432f-b254-ec288d786f08} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16223 | 2025.01.30 20:28:47.552826 [ 270 ] {ef266180-03bc-432f-b254-ec288d786f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16224 | 2025.01.30 20:28:47.553277 [ 270 ] {ef266180-03bc-432f-b254-ec288d786f08} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 16225 | 2025.01.30 20:28:47.553519 [ 270 ] {ef266180-03bc-432f-b254-ec288d786f08} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16226 | 2025.01.30 20:28:47.553743 [ 270 ] {ef266180-03bc-432f-b254-ec288d786f08} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001799 sec., 533629.7943301834 rows/sec., 35.66 MiB/sec. | ||
| 16227 | 2025.01.30 20:28:47.553795 [ 270 ] {ef266180-03bc-432f-b254-ec288d786f08} <Debug> TCPHandler: Processed in 0.002001166 sec. | ||
| 16228 | 2025.01.30 20:28:47.553949 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16229 | 2025.01.30 20:28:47.554088 [ 271 ] {7147aa5a-99e8-42c8-b8fd-a5f26072ebbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16230 | 2025.01.30 20:28:47.554150 [ 271 ] {7147aa5a-99e8-42c8-b8fd-a5f26072ebbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16231 | 2025.01.30 20:28:47.554629 [ 271 ] {7147aa5a-99e8-42c8-b8fd-a5f26072ebbc} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16232 | 2025.01.30 20:28:47.554666 [ 271 ] {7147aa5a-99e8-42c8-b8fd-a5f26072ebbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16233 | 2025.01.30 20:28:47.555025 [ 271 ] {7147aa5a-99e8-42c8-b8fd-a5f26072ebbc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 16234 | 2025.01.30 20:28:47.555259 [ 271 ] {7147aa5a-99e8-42c8-b8fd-a5f26072ebbc} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16235 | 2025.01.30 20:28:47.555481 [ 271 ] {7147aa5a-99e8-42c8-b8fd-a5f26072ebbc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 16236 | 2025.01.30 20:28:47.555540 [ 271 ] {7147aa5a-99e8-42c8-b8fd-a5f26072ebbc} <Debug> TCPHandler: Processed in 0.001654886 sec. | ||
| 16237 | 2025.01.30 20:28:47.555803 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16238 | 2025.01.30 20:28:47.555932 [ 270 ] {6ab067f6-17b1-4c01-b9ba-866b13aa769e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16239 | 2025.01.30 20:28:47.556014 [ 270 ] {6ab067f6-17b1-4c01-b9ba-866b13aa769e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16240 | 2025.01.30 20:28:47.557237 [ 270 ] {6ab067f6-17b1-4c01-b9ba-866b13aa769e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16241 | 2025.01.30 20:28:47.557277 [ 270 ] {6ab067f6-17b1-4c01-b9ba-866b13aa769e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16242 | 2025.01.30 20:28:47.557941 [ 270 ] {6ab067f6-17b1-4c01-b9ba-866b13aa769e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16243 | 2025.01.30 20:28:47.558196 [ 270 ] {6ab067f6-17b1-4c01-b9ba-866b13aa769e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16244 | 2025.01.30 20:28:47.558432 [ 270 ] {6ab067f6-17b1-4c01-b9ba-866b13aa769e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002525 sec., 12277.227722772277 rows/sec., 22.00 MiB/sec. | ||
| 16245 | 2025.01.30 20:28:47.558524 [ 270 ] {6ab067f6-17b1-4c01-b9ba-866b13aa769e} <Debug> TCPHandler: Processed in 0.002866359 sec. | ||
| 16246 | 2025.01.30 20:28:47.558686 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16247 | 2025.01.30 20:28:47.558824 [ 271 ] {66d6e597-018e-4e7c-b33e-3f24eb0ce81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16248 | 2025.01.30 20:28:47.558884 [ 271 ] {66d6e597-018e-4e7c-b33e-3f24eb0ce81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16249 | 2025.01.30 20:28:47.559413 [ 271 ] {66d6e597-018e-4e7c-b33e-3f24eb0ce81d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16250 | 2025.01.30 20:28:47.559450 [ 271 ] {66d6e597-018e-4e7c-b33e-3f24eb0ce81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16251 | 2025.01.30 20:28:47.559828 [ 271 ] {66d6e597-018e-4e7c-b33e-3f24eb0ce81d} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 16252 | 2025.01.30 20:28:47.560073 [ 271 ] {66d6e597-018e-4e7c-b33e-3f24eb0ce81d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16253 | 2025.01.30 20:28:47.560272 [ 271 ] {66d6e597-018e-4e7c-b33e-3f24eb0ce81d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 16254 | 2025.01.30 20:28:47.560375 [ 271 ] {66d6e597-018e-4e7c-b33e-3f24eb0ce81d} <Debug> TCPHandler: Processed in 0.001754538 sec. | ||
| 16255 | 2025.01.30 20:28:49.313161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 16256 | 2025.01.30 20:28:49.313824 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16257 | 2025.01.30 20:28:49.313865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16258 | 2025.01.30 20:28:49.314399 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16259 | 2025.01.30 20:28:49.314668 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16260 | 2025.01.30 20:28:49.314879 [ 104 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16261 | 2025.01.30 20:28:49.314919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 16262 | 2025.01.30 20:28:49.314970 [ 104 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16263 | 2025.01.30 20:28:49.315002 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
| 16264 | 2025.01.30 20:28:49.315146 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 16265 | 2025.01.30 20:28:49.315383 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16266 | 2025.01.30 20:28:49.315450 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 16267 | 2025.01.30 20:28:49.315551 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 16268 | 2025.01.30 20:28:49.315766 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 16269 | 2025.01.30 20:28:49.315993 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 16270 | 2025.01.30 20:28:49.316249 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 16271 | 2025.01.30 20:28:49.316452 [ 194 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 16272 | 2025.01.30 20:28:49.319598 [ 195 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004522166 sec., 9226552.054922353 rows/sec., 131.99 MiB/sec. | ||
| 16273 | 2025.01.30 20:28:49.319929 [ 195 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16274 | 2025.01.30 20:28:49.320308 [ 195 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16275 | 2025.01.30 20:28:49.320402 [ 195 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_91_18} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16276 | 2025.01.30 20:28:49.320527 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16277 | 2025.01.30 20:28:52.235093 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 16278 | 2025.01.30 20:28:52.257740 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16279 | 2025.01.30 20:28:52.257804 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16280 | 2025.01.30 20:28:52.265648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16281 | 2025.01.30 20:28:52.266488 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16282 | 2025.01.30 20:28:52.266987 [ 101 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16283 | 2025.01.30 20:28:52.267181 [ 101 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16284 | 2025.01.30 20:28:52.267277 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16285 | 2025.01.30 20:28:52.267763 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 16286 | 2025.01.30 20:28:52.282411 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 16287 | 2025.01.30 20:28:52.284225 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16288 | 2025.01.30 20:28:52.285566 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part | ||
| 16289 | 2025.01.30 20:28:52.291545 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part | ||
| 16290 | 2025.01.30 20:28:52.297648 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 16291 | 2025.01.30 20:28:52.303823 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 16292 | 2025.01.30 20:28:52.310277 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 16293 | 2025.01.30 20:28:52.316603 [ 190 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 16294 | 2025.01.30 20:28:52.387893 [ 194 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.120421743 sec., 5696.645663067674 rows/sec., 29.46 MiB/sec. | ||
| 16295 | 2025.01.30 20:28:52.390732 [ 194 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16296 | 2025.01.30 20:28:52.393359 [ 194 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16297 | 2025.01.30 20:28:52.393484 [ 194 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_91_18} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16298 | 2025.01.30 20:28:52.395321 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16299 | 2025.01.30 20:28:52.832332 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16300 | 2025.01.30 20:28:52.832558 [ 270 ] {665b4844-7490-4cfa-a34d-78f685d0d85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16301 | 2025.01.30 20:28:52.832644 [ 270 ] {665b4844-7490-4cfa-a34d-78f685d0d85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16302 | 2025.01.30 20:28:52.833450 [ 270 ] {665b4844-7490-4cfa-a34d-78f685d0d85e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16303 | 2025.01.30 20:28:52.833499 [ 270 ] {665b4844-7490-4cfa-a34d-78f685d0d85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16304 | 2025.01.30 20:28:52.833922 [ 270 ] {665b4844-7490-4cfa-a34d-78f685d0d85e} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16305 | 2025.01.30 20:28:52.834163 [ 270 ] {665b4844-7490-4cfa-a34d-78f685d0d85e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16306 | 2025.01.30 20:28:52.834374 [ 101 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16307 | 2025.01.30 20:28:52.834423 [ 270 ] {665b4844-7490-4cfa-a34d-78f685d0d85e} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.001928 sec., 37344.39834024896 rows/sec., 3.00 MiB/sec. | ||
| 16308 | 2025.01.30 20:28:52.834473 [ 101 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16309 | 2025.01.30 20:28:52.834540 [ 270 ] {665b4844-7490-4cfa-a34d-78f685d0d85e} <Debug> TCPHandler: Processed in 0.002346345 sec. | ||
| 16310 | 2025.01.30 20:28:52.834555 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16311 | 2025.01.30 20:28:52.834800 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 16312 | 2025.01.30 20:28:52.834899 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16313 | 2025.01.30 20:28:52.835017 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16314 | 2025.01.30 20:28:52.835083 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1432 rows starting from the beginning of the part | ||
| 16315 | 2025.01.30 20:28:52.835337 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 75 rows starting from the beginning of the part | ||
| 16316 | 2025.01.30 20:28:52.835367 [ 271 ] {3c5635d6-3bb3-44e7-bd64-a9b358485a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16317 | 2025.01.30 20:28:52.835586 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 265 rows starting from the beginning of the part | ||
| 16318 | 2025.01.30 20:28:52.835618 [ 271 ] {3c5635d6-3bb3-44e7-bd64-a9b358485a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16319 | 2025.01.30 20:28:52.835942 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 72 rows starting from the beginning of the part | ||
| 16320 | 2025.01.30 20:28:52.836305 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1408 rows starting from the beginning of the part | ||
| 16321 | 2025.01.30 20:28:52.836639 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 72 rows starting from the beginning of the part | ||
| 16322 | 2025.01.30 20:28:52.838496 [ 271 ] {3c5635d6-3bb3-44e7-bd64-a9b358485a08} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16323 | 2025.01.30 20:28:52.838571 [ 271 ] {3c5635d6-3bb3-44e7-bd64-a9b358485a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16324 | 2025.01.30 20:28:52.839470 [ 271 ] {3c5635d6-3bb3-44e7-bd64-a9b358485a08} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16325 | 2025.01.30 20:28:52.839807 [ 271 ] {3c5635d6-3bb3-44e7-bd64-a9b358485a08} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16326 | 2025.01.30 20:28:52.840326 [ 271 ] {3c5635d6-3bb3-44e7-bd64-a9b358485a08} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005162 sec., 1549.7869043006588 rows/sec., 116.54 KiB/sec. | ||
| 16327 | 2025.01.30 20:28:52.840492 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.005793811 sec., 573715.642432934 rows/sec., 50.29 MiB/sec. | ||
| 16328 | 2025.01.30 20:28:52.840503 [ 271 ] {3c5635d6-3bb3-44e7-bd64-a9b358485a08} <Debug> TCPHandler: Processed in 0.005818322 sec. | ||
| 16329 | 2025.01.30 20:28:52.840696 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16330 | 2025.01.30 20:28:52.840739 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16331 | 2025.01.30 20:28:52.840839 [ 270 ] {b4921751-51cb-4841-ae09-7070cf14b03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16332 | 2025.01.30 20:28:52.840887 [ 270 ] {b4921751-51cb-4841-ae09-7070cf14b03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16333 | 2025.01.30 20:28:52.841095 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16334 | 2025.01.30 20:28:52.841236 [ 191 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_126_25} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16335 | 2025.01.30 20:28:52.841346 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 16336 | 2025.01.30 20:28:52.841666 [ 270 ] {b4921751-51cb-4841-ae09-7070cf14b03a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16337 | 2025.01.30 20:28:52.841708 [ 270 ] {b4921751-51cb-4841-ae09-7070cf14b03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16338 | 2025.01.30 20:28:52.842081 [ 270 ] {b4921751-51cb-4841-ae09-7070cf14b03a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16339 | 2025.01.30 20:28:52.842338 [ 270 ] {b4921751-51cb-4841-ae09-7070cf14b03a} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16340 | 2025.01.30 20:28:52.842519 [ 101 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16341 | 2025.01.30 20:28:52.842576 [ 101 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16342 | 2025.01.30 20:28:52.842590 [ 270 ] {b4921751-51cb-4841-ae09-7070cf14b03a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001768 sec., 40723.98190045249 rows/sec., 3.18 MiB/sec. | ||
| 16343 | 2025.01.30 20:28:52.842621 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16344 | 2025.01.30 20:28:52.842776 [ 270 ] {b4921751-51cb-4841-ae09-7070cf14b03a} <Debug> TCPHandler: Processed in 0.002141909 sec. | ||
| 16345 | 2025.01.30 20:28:52.842847 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 16346 | 2025.01.30 20:28:52.842968 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16347 | 2025.01.30 20:28:52.842993 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16348 | 2025.01.30 20:28:52.843055 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 913 rows starting from the beginning of the part | ||
| 16349 | 2025.01.30 20:28:52.843320 [ 271 ] {af27a3f3-6082-4590-bbe3-9e0852f97441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16350 | 2025.01.30 20:28:52.843344 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 78 rows starting from the beginning of the part | ||
| 16351 | 2025.01.30 20:28:52.843535 [ 271 ] {af27a3f3-6082-4590-bbe3-9e0852f97441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16352 | 2025.01.30 20:28:52.843615 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 413 rows starting from the beginning of the part | ||
| 16353 | 2025.01.30 20:28:52.843990 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 72 rows starting from the beginning of the part | ||
| 16354 | 2025.01.30 20:28:52.844356 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 875 rows starting from the beginning of the part | ||
| 16355 | 2025.01.30 20:28:52.844744 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 72 rows starting from the beginning of the part | ||
| 16356 | 2025.01.30 20:28:52.846274 [ 271 ] {af27a3f3-6082-4590-bbe3-9e0852f97441} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16357 | 2025.01.30 20:28:52.846341 [ 271 ] {af27a3f3-6082-4590-bbe3-9e0852f97441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16358 | 2025.01.30 20:28:52.847319 [ 271 ] {af27a3f3-6082-4590-bbe3-9e0852f97441} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 16359 | 2025.01.30 20:28:52.847759 [ 271 ] {af27a3f3-6082-4590-bbe3-9e0852f97441} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16360 | 2025.01.30 20:28:52.848007 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005253936 sec., 461178.05774565967 rows/sec., 35.38 MiB/sec. | ||
| 16361 | 2025.01.30 20:28:52.848187 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_117_24 to all_121_121_0 | ||
| 16362 | 2025.01.30 20:28:52.848283 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16363 | 2025.01.30 20:28:52.848346 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16364 | 2025.01.30 20:28:52.848377 [ 271 ] {af27a3f3-6082-4590-bbe3-9e0852f97441} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005222 sec., 30639.60168517809 rows/sec., 2.13 MiB/sec. | ||
| 16365 | 2025.01.30 20:28:52.848402 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16366 | 2025.01.30 20:28:52.848699 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16367 | 2025.01.30 20:28:52.848817 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16368 | 2025.01.30 20:28:52.848947 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_117_24 to all_121_121_0 into Compact with storage Full | ||
| 16369 | 2025.01.30 20:28:52.848952 [ 271 ] {af27a3f3-6082-4590-bbe3-9e0852f97441} <Debug> TCPHandler: Processed in 0.006052828 sec. | ||
| 16370 | 2025.01.30 20:28:52.849347 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16371 | 2025.01.30 20:28:52.849668 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16372 | 2025.01.30 20:28:52.849862 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_117_24, total 37835 rows starting from the beginning of the part | ||
| 16373 | 2025.01.30 20:28:52.849877 [ 270 ] {7385087a-5a89-4e5d-aef2-cf93583b4659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16374 | 2025.01.30 20:28:52.849918 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16375 | 2025.01.30 20:28:52.850472 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 163 rows starting from the beginning of the part | ||
| 16376 | 2025.01.30 20:28:52.850546 [ 270 ] {7385087a-5a89-4e5d-aef2-cf93583b4659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16377 | 2025.01.30 20:28:52.850763 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_126_25} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16378 | 2025.01.30 20:28:52.851276 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 237 rows starting from the beginning of the part | ||
| 16379 | 2025.01.30 20:28:52.851449 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 16380 | 2025.01.30 20:28:52.851929 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 16381 | 2025.01.30 20:28:52.852430 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 960 rows starting from the beginning of the part | ||
| 16382 | 2025.01.30 20:28:52.857827 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16383 | 2025.01.30 20:28:52.858060 [ 270 ] {7385087a-5a89-4e5d-aef2-cf93583b4659} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16384 | 2025.01.30 20:28:52.858167 [ 270 ] {7385087a-5a89-4e5d-aef2-cf93583b4659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16385 | 2025.01.30 20:28:52.860259 [ 270 ] {7385087a-5a89-4e5d-aef2-cf93583b4659} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16386 | 2025.01.30 20:28:52.860531 [ 270 ] {7385087a-5a89-4e5d-aef2-cf93583b4659} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16387 | 2025.01.30 20:28:52.860815 [ 270 ] {7385087a-5a89-4e5d-aef2-cf93583b4659} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.011136 sec., 718.3908045977012 rows/sec., 1.29 MiB/sec. | ||
| 16388 | 2025.01.30 20:28:52.860941 [ 270 ] {7385087a-5a89-4e5d-aef2-cf93583b4659} <Debug> TCPHandler: Processed in 0.011821358 sec. | ||
| 16389 | 2025.01.30 20:28:52.861126 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16390 | 2025.01.30 20:28:52.861356 [ 271 ] {44e1c32c-9243-455e-aaba-f88a1800e364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16391 | 2025.01.30 20:28:52.861435 [ 271 ] {44e1c32c-9243-455e-aaba-f88a1800e364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16392 | 2025.01.30 20:28:52.862209 [ 271 ] {44e1c32c-9243-455e-aaba-f88a1800e364} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16393 | 2025.01.30 20:28:52.862250 [ 271 ] {44e1c32c-9243-455e-aaba-f88a1800e364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16394 | 2025.01.30 20:28:52.862801 [ 271 ] {44e1c32c-9243-455e-aaba-f88a1800e364} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 16395 | 2025.01.30 20:28:52.863143 [ 271 ] {44e1c32c-9243-455e-aaba-f88a1800e364} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16396 | 2025.01.30 20:28:52.863348 [ 98 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 16397 | 2025.01.30 20:28:52.863450 [ 98 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16398 | 2025.01.30 20:28:52.863491 [ 271 ] {44e1c32c-9243-455e-aaba-f88a1800e364} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002172 sec., 27624.309392265193 rows/sec., 1.86 MiB/sec. | ||
| 16399 | 2025.01.30 20:28:52.863506 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16400 | 2025.01.30 20:28:52.863747 [ 271 ] {44e1c32c-9243-455e-aaba-f88a1800e364} <Debug> TCPHandler: Processed in 0.002689365 sec. | ||
| 16401 | 2025.01.30 20:28:52.863790 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 16402 | 2025.01.30 20:28:52.864033 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16403 | 2025.01.30 20:28:52.864087 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7642 rows starting from the beginning of the part | ||
| 16404 | 2025.01.30 20:28:52.864583 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 16405 | 2025.01.30 20:28:52.865340 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 16406 | 2025.01.30 20:28:52.865484 [ 191 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39355 rows, containing 5 columns (5 merged, 0 gathered) in 0.016989212 sec., 2316470.0046123387 rows/sec., 156.65 MiB/sec. | ||
| 16407 | 2025.01.30 20:28:52.865725 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 16408 | 2025.01.30 20:28:52.865978 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 82 rows starting from the beginning of the part | ||
| 16409 | 2025.01.30 20:28:52.866213 [ 201 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 16410 | 2025.01.30 20:28:52.866450 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Trace> MergedBlockOutputStream: filled checksums all_1_121_25 (state Temporary) | ||
| 16411 | 2025.01.30 20:28:52.867147 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_121_25 to all_1_121_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16412 | 2025.01.30 20:28:52.867253 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_121_25} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_117_24, all_121_121_0] -> all_1_121_25 | ||
| 16413 | 2025.01.30 20:28:52.867459 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 16414 | 2025.01.30 20:28:52.869289 [ 196 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7986 rows, containing 4 columns (4 merged, 0 gathered) in 0.005643097 sec., 1415180.3522073075 rows/sec., 92.86 MiB/sec. | ||
| 16415 | 2025.01.30 20:28:52.869751 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 16416 | 2025.01.30 20:28:52.870069 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16417 | 2025.01.30 20:28:52.870154 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_121_24} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 16418 | 2025.01.30 20:28:52.870249 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 16419 | 2025.01.30 20:28:53.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.83 MiB, peak 295.66 MiB, free memory in arenas 0.00 B, will set to 277.17 MiB (RSS), difference: -1.66 MiB | ||
| 16420 | 2025.01.30 20:28:56.564761 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16421 | 2025.01.30 20:28:56.564842 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16422 | 2025.01.30 20:28:56.815055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 16423 | 2025.01.30 20:28:56.815778 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16424 | 2025.01.30 20:28:56.815824 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16425 | 2025.01.30 20:28:56.816374 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 16426 | 2025.01.30 20:28:56.816650 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16427 | 2025.01.30 20:28:56.816864 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 16428 | 2025.01.30 20:28:57.044744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2232 | ||
| 16429 | 2025.01.30 20:28:57.048096 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16430 | 2025.01.30 20:28:57.048158 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16431 | 2025.01.30 20:28:57.049669 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16432 | 2025.01.30 20:28:57.049981 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16433 | 2025.01.30 20:28:57.050343 [ 225 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16434 | 2025.01.30 20:28:57.050391 [ 225 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16435 | 2025.01.30 20:28:57.050773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2232 | ||
| 16436 | 2025.01.30 20:28:57.052419 [ 225 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16437 | 2025.01.30 20:28:57.284702 [ 224 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16438 | 2025.01.30 20:28:57.284758 [ 224 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16439 | 2025.01.30 20:28:57.287053 [ 224 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16440 | 2025.01.30 20:28:57.447668 [ 222 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16441 | 2025.01.30 20:28:57.447732 [ 222 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16442 | 2025.01.30 20:28:57.449894 [ 222 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16443 | 2025.01.30 20:28:57.838489 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16444 | 2025.01.30 20:28:57.838680 [ 270 ] {6203fe5e-a112-4a7d-96bb-9acfbc8b12ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16445 | 2025.01.30 20:28:57.838754 [ 270 ] {6203fe5e-a112-4a7d-96bb-9acfbc8b12ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16446 | 2025.01.30 20:28:57.839513 [ 270 ] {6203fe5e-a112-4a7d-96bb-9acfbc8b12ea} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16447 | 2025.01.30 20:28:57.839569 [ 270 ] {6203fe5e-a112-4a7d-96bb-9acfbc8b12ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16448 | 2025.01.30 20:28:57.840028 [ 270 ] {6203fe5e-a112-4a7d-96bb-9acfbc8b12ea} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 16449 | 2025.01.30 20:28:57.840274 [ 270 ] {6203fe5e-a112-4a7d-96bb-9acfbc8b12ea} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16450 | 2025.01.30 20:28:57.840482 [ 94 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 16451 | 2025.01.30 20:28:57.840507 [ 270 ] {6203fe5e-a112-4a7d-96bb-9acfbc8b12ea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 537.21 KiB/sec. | ||
| 16452 | 2025.01.30 20:28:57.840573 [ 94 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16453 | 2025.01.30 20:28:57.840650 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16454 | 2025.01.30 20:28:57.840656 [ 270 ] {6203fe5e-a112-4a7d-96bb-9acfbc8b12ea} <Debug> TCPHandler: Processed in 0.002296064 sec. | ||
| 16455 | 2025.01.30 20:28:57.840821 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 16456 | 2025.01.30 20:28:57.840941 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16457 | 2025.01.30 20:28:57.840956 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16458 | 2025.01.30 20:28:57.840984 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 16459 | 2025.01.30 20:28:57.841217 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 16460 | 2025.01.30 20:28:57.841390 [ 271 ] {17917f00-1c42-4841-be20-097fe0034df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16461 | 2025.01.30 20:28:57.841495 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 16462 | 2025.01.30 20:28:57.841579 [ 271 ] {17917f00-1c42-4841-be20-097fe0034df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16463 | 2025.01.30 20:28:57.841963 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 16464 | 2025.01.30 20:28:57.842332 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 16465 | 2025.01.30 20:28:57.844797 [ 271 ] {17917f00-1c42-4841-be20-097fe0034df7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16466 | 2025.01.30 20:28:57.844872 [ 271 ] {17917f00-1c42-4841-be20-097fe0034df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16467 | 2025.01.30 20:28:57.844886 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004136905 sec., 16920.86233548994 rows/sec., 1.25 MiB/sec. | ||
| 16468 | 2025.01.30 20:28:57.845152 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 16469 | 2025.01.30 20:28:57.845655 [ 271 ] {17917f00-1c42-4841-be20-097fe0034df7} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16470 | 2025.01.30 20:28:57.845703 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16471 | 2025.01.30 20:28:57.845867 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_49_12} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 16472 | 2025.01.30 20:28:57.846037 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16473 | 2025.01.30 20:28:57.846130 [ 271 ] {17917f00-1c42-4841-be20-097fe0034df7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16474 | 2025.01.30 20:28:57.846385 [ 271 ] {17917f00-1c42-4841-be20-097fe0034df7} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.005169 sec., 54749.46798220159 rows/sec., 4.84 MiB/sec. | ||
| 16475 | 2025.01.30 20:28:57.846446 [ 271 ] {17917f00-1c42-4841-be20-097fe0034df7} <Debug> TCPHandler: Processed in 0.005650387 sec. | ||
| 16476 | 2025.01.30 20:28:57.846626 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16477 | 2025.01.30 20:28:57.846752 [ 270 ] {ea8d6865-e797-4c7c-abbc-9327a71aa144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16478 | 2025.01.30 20:28:57.846804 [ 270 ] {ea8d6865-e797-4c7c-abbc-9327a71aa144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16479 | 2025.01.30 20:28:57.847417 [ 270 ] {ea8d6865-e797-4c7c-abbc-9327a71aa144} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16480 | 2025.01.30 20:28:57.847458 [ 270 ] {ea8d6865-e797-4c7c-abbc-9327a71aa144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16481 | 2025.01.30 20:28:57.847845 [ 270 ] {ea8d6865-e797-4c7c-abbc-9327a71aa144} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16482 | 2025.01.30 20:28:57.848079 [ 270 ] {ea8d6865-e797-4c7c-abbc-9327a71aa144} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16483 | 2025.01.30 20:28:57.848269 [ 94 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16484 | 2025.01.30 20:28:57.848323 [ 270 ] {ea8d6865-e797-4c7c-abbc-9327a71aa144} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001593 sec., 29504.080351537978 rows/sec., 2.12 MiB/sec. | ||
| 16485 | 2025.01.30 20:28:57.848347 [ 94 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16486 | 2025.01.30 20:28:57.848416 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16487 | 2025.01.30 20:28:57.848434 [ 270 ] {ea8d6865-e797-4c7c-abbc-9327a71aa144} <Debug> TCPHandler: Processed in 0.001868672 sec. | ||
| 16488 | 2025.01.30 20:28:57.848643 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 16489 | 2025.01.30 20:28:57.848656 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16490 | 2025.01.30 20:28:57.848895 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16491 | 2025.01.30 20:28:57.848905 [ 271 ] {081e5082-be19-418b-bd7a-98d31ed214e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16492 | 2025.01.30 20:28:57.848963 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 64 rows starting from the beginning of the part | ||
| 16493 | 2025.01.30 20:28:57.848989 [ 271 ] {081e5082-be19-418b-bd7a-98d31ed214e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16494 | 2025.01.30 20:28:57.849243 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 38 rows starting from the beginning of the part | ||
| 16495 | 2025.01.30 20:28:57.849627 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 8 rows starting from the beginning of the part | ||
| 16496 | 2025.01.30 20:28:57.849951 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 44 rows starting from the beginning of the part | ||
| 16497 | 2025.01.30 20:28:57.850260 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 8 rows starting from the beginning of the part | ||
| 16498 | 2025.01.30 20:28:57.850662 [ 186 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 47 rows starting from the beginning of the part | ||
| 16499 | 2025.01.30 20:28:57.852076 [ 271 ] {081e5082-be19-418b-bd7a-98d31ed214e7} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16500 | 2025.01.30 20:28:57.852159 [ 271 ] {081e5082-be19-418b-bd7a-98d31ed214e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16501 | 2025.01.30 20:28:57.853231 [ 271 ] {081e5082-be19-418b-bd7a-98d31ed214e7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 16502 | 2025.01.30 20:28:57.853728 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.005215315 sec., 40074.28122750016 rows/sec., 3.02 MiB/sec. | ||
| 16503 | 2025.01.30 20:28:57.853789 [ 271 ] {081e5082-be19-418b-bd7a-98d31ed214e7} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16504 | 2025.01.30 20:28:57.853942 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16505 | 2025.01.30 20:28:57.854314 [ 271 ] {081e5082-be19-418b-bd7a-98d31ed214e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005473 sec., 2558.012059199708 rows/sec., 179.15 KiB/sec. | ||
| 16506 | 2025.01.30 20:28:57.854728 [ 271 ] {081e5082-be19-418b-bd7a-98d31ed214e7} <Debug> TCPHandler: Processed in 0.006161742 sec. | ||
| 16507 | 2025.01.30 20:28:57.855036 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16508 | 2025.01.30 20:28:57.855124 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16509 | 2025.01.30 20:28:57.855224 [ 270 ] {e47bda4c-6c81-4129-b813-ca78f4aec5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16510 | 2025.01.30 20:28:57.855242 [ 191 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_126_25} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16511 | 2025.01.30 20:28:57.855279 [ 270 ] {e47bda4c-6c81-4129-b813-ca78f4aec5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16512 | 2025.01.30 20:28:57.855357 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16513 | 2025.01.30 20:28:57.855913 [ 270 ] {e47bda4c-6c81-4129-b813-ca78f4aec5db} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16514 | 2025.01.30 20:28:57.855951 [ 270 ] {e47bda4c-6c81-4129-b813-ca78f4aec5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16515 | 2025.01.30 20:28:57.856309 [ 270 ] {e47bda4c-6c81-4129-b813-ca78f4aec5db} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 16516 | 2025.01.30 20:28:57.856544 [ 270 ] {e47bda4c-6c81-4129-b813-ca78f4aec5db} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16517 | 2025.01.30 20:28:57.856716 [ 94 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 16518 | 2025.01.30 20:28:57.856779 [ 94 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16519 | 2025.01.30 20:28:57.856800 [ 270 ] {e47bda4c-6c81-4129-b813-ca78f4aec5db} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 16520 | 2025.01.30 20:28:57.856814 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16521 | 2025.01.30 20:28:57.857000 [ 270 ] {e47bda4c-6c81-4129-b813-ca78f4aec5db} <Debug> TCPHandler: Processed in 0.002104749 sec. | ||
| 16522 | 2025.01.30 20:28:57.857203 [ 193 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 16523 | 2025.01.30 20:28:57.857288 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16524 | 2025.01.30 20:28:57.857709 [ 271 ] {47f7efae-6237-4d4a-9994-2e06a41539b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16525 | 2025.01.30 20:28:57.857834 [ 193 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16526 | 2025.01.30 20:28:57.857885 [ 271 ] {47f7efae-6237-4d4a-9994-2e06a41539b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16527 | 2025.01.30 20:28:57.857971 [ 193 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 16528 | 2025.01.30 20:28:57.858373 [ 193 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 16529 | 2025.01.30 20:28:57.858819 [ 193 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 16530 | 2025.01.30 20:28:57.859250 [ 193 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 16531 | 2025.01.30 20:28:57.859541 [ 193 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 16532 | 2025.01.30 20:28:57.860713 [ 271 ] {47f7efae-6237-4d4a-9994-2e06a41539b2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16533 | 2025.01.30 20:28:57.860760 [ 271 ] {47f7efae-6237-4d4a-9994-2e06a41539b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16534 | 2025.01.30 20:28:57.861099 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004160265 sec., 15624.00472085312 rows/sec., 1.01 MiB/sec. | ||
| 16535 | 2025.01.30 20:28:57.861318 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 16536 | 2025.01.30 20:28:57.861473 [ 271 ] {47f7efae-6237-4d4a-9994-2e06a41539b2} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16537 | 2025.01.30 20:28:57.861831 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16538 | 2025.01.30 20:28:57.862011 [ 191 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_49_12} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 16539 | 2025.01.30 20:28:57.862018 [ 271 ] {47f7efae-6237-4d4a-9994-2e06a41539b2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16540 | 2025.01.30 20:28:57.862164 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16541 | 2025.01.30 20:28:57.862358 [ 271 ] {47f7efae-6237-4d4a-9994-2e06a41539b2} <Debug> executeQuery: Read 428 rows, 31.40 KiB in 0.004794 sec., 89278.26449728828 rows/sec., 6.40 MiB/sec. | ||
| 16542 | 2025.01.30 20:28:57.862421 [ 271 ] {47f7efae-6237-4d4a-9994-2e06a41539b2} <Debug> TCPHandler: Processed in 0.005294996 sec. | ||
| 16543 | 2025.01.30 20:28:57.862598 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16544 | 2025.01.30 20:28:57.862743 [ 270 ] {009b96d2-09f6-4ab5-9443-d21a68223908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16545 | 2025.01.30 20:28:57.862804 [ 270 ] {009b96d2-09f6-4ab5-9443-d21a68223908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16546 | 2025.01.30 20:28:57.863395 [ 270 ] {009b96d2-09f6-4ab5-9443-d21a68223908} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16547 | 2025.01.30 20:28:57.863442 [ 270 ] {009b96d2-09f6-4ab5-9443-d21a68223908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16548 | 2025.01.30 20:28:57.863853 [ 270 ] {009b96d2-09f6-4ab5-9443-d21a68223908} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 16549 | 2025.01.30 20:28:57.864094 [ 270 ] {009b96d2-09f6-4ab5-9443-d21a68223908} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16550 | 2025.01.30 20:28:57.864349 [ 270 ] {009b96d2-09f6-4ab5-9443-d21a68223908} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001635 sec., 3669.7247706422017 rows/sec., 191.73 KiB/sec. | ||
| 16551 | 2025.01.30 20:28:57.864699 [ 270 ] {009b96d2-09f6-4ab5-9443-d21a68223908} <Debug> TCPHandler: Processed in 0.00216042 sec. | ||
| 16552 | 2025.01.30 20:28:57.865018 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16553 | 2025.01.30 20:28:57.865452 [ 271 ] {e0297e97-f1d2-44bf-900b-100bdbd06c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16554 | 2025.01.30 20:28:57.865690 [ 271 ] {e0297e97-f1d2-44bf-900b-100bdbd06c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16555 | 2025.01.30 20:28:57.866386 [ 271 ] {e0297e97-f1d2-44bf-900b-100bdbd06c48} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16556 | 2025.01.30 20:28:57.866426 [ 271 ] {e0297e97-f1d2-44bf-900b-100bdbd06c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16557 | 2025.01.30 20:28:57.866833 [ 271 ] {e0297e97-f1d2-44bf-900b-100bdbd06c48} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16558 | 2025.01.30 20:28:57.867076 [ 271 ] {e0297e97-f1d2-44bf-900b-100bdbd06c48} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16559 | 2025.01.30 20:28:57.867303 [ 271 ] {e0297e97-f1d2-44bf-900b-100bdbd06c48} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002025 sec., 117037.03703703704 rows/sec., 7.84 MiB/sec. | ||
| 16560 | 2025.01.30 20:28:57.867390 [ 271 ] {e0297e97-f1d2-44bf-900b-100bdbd06c48} <Debug> TCPHandler: Processed in 0.002570681 sec. | ||
| 16561 | 2025.01.30 20:28:57.867598 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16562 | 2025.01.30 20:28:57.867854 [ 270 ] {715df8cf-55db-4aa9-92e7-fdd4e0fcbd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16563 | 2025.01.30 20:28:57.867911 [ 270 ] {715df8cf-55db-4aa9-92e7-fdd4e0fcbd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16564 | 2025.01.30 20:28:57.868389 [ 270 ] {715df8cf-55db-4aa9-92e7-fdd4e0fcbd68} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16565 | 2025.01.30 20:28:57.868429 [ 270 ] {715df8cf-55db-4aa9-92e7-fdd4e0fcbd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16566 | 2025.01.30 20:28:57.868795 [ 270 ] {715df8cf-55db-4aa9-92e7-fdd4e0fcbd68} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16567 | 2025.01.30 20:28:57.869038 [ 270 ] {715df8cf-55db-4aa9-92e7-fdd4e0fcbd68} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16568 | 2025.01.30 20:28:57.869254 [ 270 ] {715df8cf-55db-4aa9-92e7-fdd4e0fcbd68} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec. | ||
| 16569 | 2025.01.30 20:28:57.869304 [ 270 ] {715df8cf-55db-4aa9-92e7-fdd4e0fcbd68} <Debug> TCPHandler: Processed in 0.00182312 sec. | ||
| 16570 | 2025.01.30 20:28:57.869450 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16571 | 2025.01.30 20:28:57.869569 [ 271 ] {d7b5d797-1a0d-4ba1-9550-5d87554a5db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16572 | 2025.01.30 20:28:57.869651 [ 271 ] {d7b5d797-1a0d-4ba1-9550-5d87554a5db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16573 | 2025.01.30 20:28:57.870840 [ 271 ] {d7b5d797-1a0d-4ba1-9550-5d87554a5db6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16574 | 2025.01.30 20:28:57.870879 [ 271 ] {d7b5d797-1a0d-4ba1-9550-5d87554a5db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16575 | 2025.01.30 20:28:57.871562 [ 271 ] {d7b5d797-1a0d-4ba1-9550-5d87554a5db6} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16576 | 2025.01.30 20:28:57.871823 [ 271 ] {d7b5d797-1a0d-4ba1-9550-5d87554a5db6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16577 | 2025.01.30 20:28:57.872026 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16578 | 2025.01.30 20:28:57.872083 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16579 | 2025.01.30 20:28:57.872105 [ 271 ] {d7b5d797-1a0d-4ba1-9550-5d87554a5db6} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002547 sec., 15704.750687082844 rows/sec., 28.14 MiB/sec. | ||
| 16580 | 2025.01.30 20:28:57.872123 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16581 | 2025.01.30 20:28:57.872368 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 16582 | 2025.01.30 20:28:57.872389 [ 271 ] {d7b5d797-1a0d-4ba1-9550-5d87554a5db6} <Debug> TCPHandler: Processed in 0.002994763 sec. | ||
| 16583 | 2025.01.30 20:28:57.872595 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16584 | 2025.01.30 20:28:57.872809 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16585 | 2025.01.30 20:28:57.872840 [ 270 ] {bda85c6f-76ab-430b-85f4-4b2cb593e7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 16586 | 2025.01.30 20:28:57.872948 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2371 rows starting from the beginning of the part | ||
| 16587 | 2025.01.30 20:28:57.872954 [ 270 ] {bda85c6f-76ab-430b-85f4-4b2cb593e7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16588 | 2025.01.30 20:28:57.873921 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 31 rows starting from the beginning of the part | ||
| 16589 | 2025.01.30 20:28:57.874641 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 8 rows starting from the beginning of the part | ||
| 16590 | 2025.01.30 20:28:57.874683 [ 219 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16591 | 2025.01.30 20:28:57.874757 [ 219 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16592 | 2025.01.30 20:28:57.875728 [ 270 ] {bda85c6f-76ab-430b-85f4-4b2cb593e7b9} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16593 | 2025.01.30 20:28:57.875827 [ 270 ] {bda85c6f-76ab-430b-85f4-4b2cb593e7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16594 | 2025.01.30 20:28:57.875908 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 31 rows starting from the beginning of the part | ||
| 16595 | 2025.01.30 20:28:57.876760 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 8 rows starting from the beginning of the part | ||
| 16596 | 2025.01.30 20:28:57.878073 [ 197 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 40 rows starting from the beginning of the part | ||
| 16597 | 2025.01.30 20:28:57.878131 [ 270 ] {bda85c6f-76ab-430b-85f4-4b2cb593e7b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 16598 | 2025.01.30 20:28:57.879350 [ 270 ] {bda85c6f-76ab-430b-85f4-4b2cb593e7b9} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16599 | 2025.01.30 20:28:57.880576 [ 270 ] {bda85c6f-76ab-430b-85f4-4b2cb593e7b9} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.007786 sec., 770.6139224248651 rows/sec., 58.07 KiB/sec. | ||
| 16600 | 2025.01.30 20:28:57.880811 [ 270 ] {bda85c6f-76ab-430b-85f4-4b2cb593e7b9} <Debug> TCPHandler: Processed in 0.008295541 sec. | ||
| 16601 | 2025.01.30 20:28:57.881100 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16602 | 2025.01.30 20:28:57.881309 [ 271 ] {7c072156-7770-48d0-9c3c-9e204b3cb173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16603 | 2025.01.30 20:28:57.881432 [ 271 ] {7c072156-7770-48d0-9c3c-9e204b3cb173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16604 | 2025.01.30 20:28:57.882505 [ 219 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16605 | 2025.01.30 20:28:57.882998 [ 271 ] {7c072156-7770-48d0-9c3c-9e204b3cb173} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16606 | 2025.01.30 20:28:57.883110 [ 271 ] {7c072156-7770-48d0-9c3c-9e204b3cb173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
| 16607 | 2025.01.30 20:28:57.884929 [ 271 ] {7c072156-7770-48d0-9c3c-9e204b3cb173} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 16608 | 2025.01.30 20:28:57.885286 [ 271 ] {7c072156-7770-48d0-9c3c-9e204b3cb173} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16609 | 2025.01.30 20:28:57.885662 [ 271 ] {7c072156-7770-48d0-9c3c-9e204b3cb173} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004432 sec., 18501.805054151624 rows/sec., 1.18 MiB/sec. | ||
| 16610 | 2025.01.30 20:28:57.885778 [ 271 ] {7c072156-7770-48d0-9c3c-9e204b3cb173} <Debug> TCPHandler: Processed in 0.004843995 sec. | ||
| 16611 | 2025.01.30 20:28:57.890816 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2489 rows, containing 19 columns (19 merged, 0 gathered) in 0.018577895 sec., 133976.4273616575 rows/sec., 240.08 MiB/sec. | ||
| 16612 | 2025.01.30 20:28:57.892969 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16613 | 2025.01.30 20:28:57.893463 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16614 | 2025.01.30 20:28:57.893555 [ 194 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16615 | 2025.01.30 20:28:57.893728 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.73 MiB. | ||
| 16616 | 2025.01.30 20:28:59.782498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 16617 | 2025.01.30 20:28:59.805540 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16618 | 2025.01.30 20:28:59.805594 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. | ||
| 16619 | 2025.01.30 20:28:59.813242 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 16620 | 2025.01.30 20:28:59.814077 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16621 | 2025.01.30 20:28:59.817156 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 16622 | 2025.01.30 20:29:02.621504 [ 222 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16623 | 2025.01.30 20:29:02.621558 [ 222 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16624 | 2025.01.30 20:29:02.623530 [ 222 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16625 | 2025.01.30 20:29:02.832374 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16626 | 2025.01.30 20:29:02.832609 [ 270 ] {27dca7bb-befb-4a2e-a07a-4fae5ea41815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16627 | 2025.01.30 20:29:02.832688 [ 270 ] {27dca7bb-befb-4a2e-a07a-4fae5ea41815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16628 | 2025.01.30 20:29:02.833554 [ 270 ] {27dca7bb-befb-4a2e-a07a-4fae5ea41815} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16629 | 2025.01.30 20:29:02.833606 [ 270 ] {27dca7bb-befb-4a2e-a07a-4fae5ea41815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. | ||
| 16630 | 2025.01.30 20:29:02.834337 [ 270 ] {27dca7bb-befb-4a2e-a07a-4fae5ea41815} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16631 | 2025.01.30 20:29:02.834784 [ 270 ] {27dca7bb-befb-4a2e-a07a-4fae5ea41815} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16632 | 2025.01.30 20:29:02.835111 [ 270 ] {27dca7bb-befb-4a2e-a07a-4fae5ea41815} <Debug> executeQuery: Read 72 rows, 5.93 KiB in 0.002557 sec., 28157.9976535002 rows/sec., 2.27 MiB/sec. | ||
| 16633 | 2025.01.30 20:29:02.835198 [ 270 ] {27dca7bb-befb-4a2e-a07a-4fae5ea41815} <Debug> TCPHandler: Processed in 0.002988493 sec. | ||
| 16634 | 2025.01.30 20:29:02.835513 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16635 | 2025.01.30 20:29:02.835728 [ 271 ] {5eec80b1-b041-4fec-8ec5-c3cf25aea134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16636 | 2025.01.30 20:29:02.835806 [ 271 ] {5eec80b1-b041-4fec-8ec5-c3cf25aea134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16637 | 2025.01.30 20:29:02.836658 [ 271 ] {5eec80b1-b041-4fec-8ec5-c3cf25aea134} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16638 | 2025.01.30 20:29:02.836721 [ 271 ] {5eec80b1-b041-4fec-8ec5-c3cf25aea134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. | ||
| 16639 | 2025.01.30 20:29:02.837217 [ 271 ] {5eec80b1-b041-4fec-8ec5-c3cf25aea134} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16640 | 2025.01.30 20:29:02.837536 [ 271 ] {5eec80b1-b041-4fec-8ec5-c3cf25aea134} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16641 | 2025.01.30 20:29:02.837808 [ 271 ] {5eec80b1-b041-4fec-8ec5-c3cf25aea134} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002142 sec., 3734.8272642390293 rows/sec., 280.84 KiB/sec. | ||
| 16642 | 2025.01.30 20:29:02.837875 [ 271 ] {5eec80b1-b041-4fec-8ec5-c3cf25aea134} <Debug> TCPHandler: Processed in 0.00251356 sec. | ||
| 16643 | 2025.01.30 20:29:02.838080 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16644 | 2025.01.30 20:29:02.838262 [ 270 ] {481ac17b-1daa-4ddb-9aa1-6301a2d90087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16645 | 2025.01.30 20:29:02.838337 [ 270 ] {481ac17b-1daa-4ddb-9aa1-6301a2d90087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16646 | 2025.01.30 20:29:02.839220 [ 270 ] {481ac17b-1daa-4ddb-9aa1-6301a2d90087} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16647 | 2025.01.30 20:29:02.839279 [ 270 ] {481ac17b-1daa-4ddb-9aa1-6301a2d90087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. | ||
| 16648 | 2025.01.30 20:29:02.839758 [ 270 ] {481ac17b-1daa-4ddb-9aa1-6301a2d90087} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16649 | 2025.01.30 20:29:02.840114 [ 270 ] {481ac17b-1daa-4ddb-9aa1-6301a2d90087} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16650 | 2025.01.30 20:29:02.840677 [ 270 ] {481ac17b-1daa-4ddb-9aa1-6301a2d90087} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002455 sec., 29327.902240325864 rows/sec., 2.29 MiB/sec. | ||
| 16651 | 2025.01.30 20:29:02.840742 [ 270 ] {481ac17b-1daa-4ddb-9aa1-6301a2d90087} <Debug> TCPHandler: Processed in 0.002741867 sec. | ||
| 16652 | 2025.01.30 20:29:02.840932 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16653 | 2025.01.30 20:29:02.841097 [ 271 ] {2b41bfb8-2d33-4aa8-9408-fbfe048ad51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16654 | 2025.01.30 20:29:02.841170 [ 271 ] {2b41bfb8-2d33-4aa8-9408-fbfe048ad51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16655 | 2025.01.30 20:29:02.841917 [ 271 ] {2b41bfb8-2d33-4aa8-9408-fbfe048ad51c} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16656 | 2025.01.30 20:29:02.841970 [ 271 ] {2b41bfb8-2d33-4aa8-9408-fbfe048ad51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. | ||
| 16657 | 2025.01.30 20:29:02.842487 [ 271 ] {2b41bfb8-2d33-4aa8-9408-fbfe048ad51c} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16658 | 2025.01.30 20:29:02.842830 [ 271 ] {2b41bfb8-2d33-4aa8-9408-fbfe048ad51c} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16659 | 2025.01.30 20:29:02.843101 [ 271 ] {2b41bfb8-2d33-4aa8-9408-fbfe048ad51c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002037 sec., 78546.882670594 rows/sec., 5.47 MiB/sec. | ||
| 16660 | 2025.01.30 20:29:02.843165 [ 271 ] {2b41bfb8-2d33-4aa8-9408-fbfe048ad51c} <Debug> TCPHandler: Processed in 0.002305444 sec. | ||
| 16661 | 2025.01.30 20:29:02.843341 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16662 | 2025.01.30 20:29:02.843490 [ 270 ] {1df8a03b-2efb-47b9-b6bd-a9b77760b4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16663 | 2025.01.30 20:29:02.843589 [ 270 ] {1df8a03b-2efb-47b9-b6bd-a9b77760b4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16664 | 2025.01.30 20:29:02.844908 [ 270 ] {1df8a03b-2efb-47b9-b6bd-a9b77760b4b4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16665 | 2025.01.30 20:29:02.844959 [ 270 ] {1df8a03b-2efb-47b9-b6bd-a9b77760b4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. | ||
| 16666 | 2025.01.30 20:29:02.845741 [ 270 ] {1df8a03b-2efb-47b9-b6bd-a9b77760b4b4} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16667 | 2025.01.30 20:29:02.846082 [ 270 ] {1df8a03b-2efb-47b9-b6bd-a9b77760b4b4} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16668 | 2025.01.30 20:29:02.846406 [ 270 ] {1df8a03b-2efb-47b9-b6bd-a9b77760b4b4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002949 sec., 2712.783994574432 rows/sec., 4.86 MiB/sec. | ||
| 16669 | 2025.01.30 20:29:02.846433 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16670 | 2025.01.30 20:29:02.846553 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16671 | 2025.01.30 20:29:02.846624 [ 270 ] {1df8a03b-2efb-47b9-b6bd-a9b77760b4b4} <Debug> TCPHandler: Processed in 0.003354533 sec. | ||
| 16672 | 2025.01.30 20:29:02.846869 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16673 | 2025.01.30 20:29:02.847072 [ 271 ] {9cfef18d-8936-49c8-bbd7-a4b1147eb2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16674 | 2025.01.30 20:29:02.847184 [ 271 ] {9cfef18d-8936-49c8-bbd7-a4b1147eb2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16675 | 2025.01.30 20:29:02.848281 [ 271 ] {9cfef18d-8936-49c8-bbd7-a4b1147eb2dc} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16676 | 2025.01.30 20:29:02.848333 [ 271 ] {9cfef18d-8936-49c8-bbd7-a4b1147eb2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB. | ||
| 16677 | 2025.01.30 20:29:02.849162 [ 271 ] {9cfef18d-8936-49c8-bbd7-a4b1147eb2dc} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16678 | 2025.01.30 20:29:02.849708 [ 271 ] {9cfef18d-8936-49c8-bbd7-a4b1147eb2dc} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16679 | 2025.01.30 20:29:02.850020 [ 271 ] {9cfef18d-8936-49c8-bbd7-a4b1147eb2dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003018 sec., 19880.715705765408 rows/sec., 1.34 MiB/sec. | ||
| 16680 | 2025.01.30 20:29:02.850132 [ 271 ] {9cfef18d-8936-49c8-bbd7-a4b1147eb2dc} <Debug> TCPHandler: Processed in 0.003372263 sec. | ||
| 16681 | 2025.01.30 20:29:02.851480 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16682 | 2025.01.30 20:29:04.317829 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 16683 | 2025.01.30 20:29:04.319309 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16684 | 2025.01.30 20:29:04.319390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 16685 | 2025.01.30 20:29:04.320310 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 16686 | 2025.01.30 20:29:04.321296 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16687 | 2025.01.30 20:29:04.321567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 16688 | 2025.01.30 20:29:07.050990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2268 | ||
| 16689 | 2025.01.30 20:29:07.054364 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16690 | 2025.01.30 20:29:07.054415 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16691 | 2025.01.30 20:29:07.055981 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16692 | 2025.01.30 20:29:07.056301 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16693 | 2025.01.30 20:29:07.057720 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2268 | ||
| 16694 | 2025.01.30 20:29:07.317218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 16695 | 2025.01.30 20:29:07.340379 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16696 | 2025.01.30 20:29:07.340431 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16697 | 2025.01.30 20:29:07.347946 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 16698 | 2025.01.30 20:29:07.348751 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16699 | 2025.01.30 20:29:07.351596 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 16700 | 2025.01.30 20:29:07.837645 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16701 | 2025.01.30 20:29:07.837838 [ 270 ] {69cb5e6d-c9fe-4595-bfd7-2ee7f2290989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16702 | 2025.01.30 20:29:07.837913 [ 270 ] {69cb5e6d-c9fe-4595-bfd7-2ee7f2290989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16703 | 2025.01.30 20:29:07.838686 [ 270 ] {69cb5e6d-c9fe-4595-bfd7-2ee7f2290989} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16704 | 2025.01.30 20:29:07.838737 [ 270 ] {69cb5e6d-c9fe-4595-bfd7-2ee7f2290989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16705 | 2025.01.30 20:29:07.839192 [ 270 ] {69cb5e6d-c9fe-4595-bfd7-2ee7f2290989} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16706 | 2025.01.30 20:29:07.839448 [ 270 ] {69cb5e6d-c9fe-4595-bfd7-2ee7f2290989} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16707 | 2025.01.30 20:29:07.839674 [ 270 ] {69cb5e6d-c9fe-4595-bfd7-2ee7f2290989} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 16708 | 2025.01.30 20:29:07.839732 [ 270 ] {69cb5e6d-c9fe-4595-bfd7-2ee7f2290989} <Debug> TCPHandler: Processed in 0.002219551 sec. | ||
| 16709 | 2025.01.30 20:29:07.839997 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16710 | 2025.01.30 20:29:07.840206 [ 271 ] {e30df50e-4d83-438a-af0d-5049e6f8d479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16711 | 2025.01.30 20:29:07.840290 [ 271 ] {e30df50e-4d83-438a-af0d-5049e6f8d479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16712 | 2025.01.30 20:29:07.841275 [ 271 ] {e30df50e-4d83-438a-af0d-5049e6f8d479} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16713 | 2025.01.30 20:29:07.841325 [ 271 ] {e30df50e-4d83-438a-af0d-5049e6f8d479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16714 | 2025.01.30 20:29:07.841799 [ 271 ] {e30df50e-4d83-438a-af0d-5049e6f8d479} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16715 | 2025.01.30 20:29:07.842062 [ 271 ] {e30df50e-4d83-438a-af0d-5049e6f8d479} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16716 | 2025.01.30 20:29:07.842328 [ 271 ] {e30df50e-4d83-438a-af0d-5049e6f8d479} <Debug> executeQuery: Read 293 rows, 26.54 KiB in 0.002174 sec., 134774.60901563938 rows/sec., 11.92 MiB/sec. | ||
| 16717 | 2025.01.30 20:29:07.842396 [ 271 ] {e30df50e-4d83-438a-af0d-5049e6f8d479} <Debug> TCPHandler: Processed in 0.002545671 sec. | ||
| 16718 | 2025.01.30 20:29:07.842653 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16719 | 2025.01.30 20:29:07.842983 [ 270 ] {9780f585-323e-457f-8e9d-fd098370074d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16720 | 2025.01.30 20:29:07.843063 [ 270 ] {9780f585-323e-457f-8e9d-fd098370074d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16721 | 2025.01.30 20:29:07.843679 [ 270 ] {9780f585-323e-457f-8e9d-fd098370074d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16722 | 2025.01.30 20:29:07.843720 [ 270 ] {9780f585-323e-457f-8e9d-fd098370074d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16723 | 2025.01.30 20:29:07.844086 [ 270 ] {9780f585-323e-457f-8e9d-fd098370074d} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16724 | 2025.01.30 20:29:07.844323 [ 270 ] {9780f585-323e-457f-8e9d-fd098370074d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16725 | 2025.01.30 20:29:07.844536 [ 270 ] {9780f585-323e-457f-8e9d-fd098370074d} <Debug> executeQuery: Read 52 rows, 3.84 KiB in 0.001641 sec., 31687.995124923826 rows/sec., 2.29 MiB/sec. | ||
| 16726 | 2025.01.30 20:29:07.844591 [ 270 ] {9780f585-323e-457f-8e9d-fd098370074d} <Debug> TCPHandler: Processed in 0.002068497 sec. | ||
| 16727 | 2025.01.30 20:29:07.844736 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16728 | 2025.01.30 20:29:07.844857 [ 271 ] {969b1662-1e7c-499d-a6cb-0d538d23a791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16729 | 2025.01.30 20:29:07.844907 [ 271 ] {969b1662-1e7c-499d-a6cb-0d538d23a791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16730 | 2025.01.30 20:29:07.845487 [ 271 ] {969b1662-1e7c-499d-a6cb-0d538d23a791} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16731 | 2025.01.30 20:29:07.845528 [ 271 ] {969b1662-1e7c-499d-a6cb-0d538d23a791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16732 | 2025.01.30 20:29:07.845903 [ 271 ] {969b1662-1e7c-499d-a6cb-0d538d23a791} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16733 | 2025.01.30 20:29:07.846160 [ 271 ] {969b1662-1e7c-499d-a6cb-0d538d23a791} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16734 | 2025.01.30 20:29:07.846375 [ 271 ] {969b1662-1e7c-499d-a6cb-0d538d23a791} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001543 sec., 9073.233959818535 rows/sec., 635.43 KiB/sec. | ||
| 16735 | 2025.01.30 20:29:07.846433 [ 271 ] {969b1662-1e7c-499d-a6cb-0d538d23a791} <Debug> TCPHandler: Processed in 0.001752748 sec. | ||
| 16736 | 2025.01.30 20:29:07.846637 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16737 | 2025.01.30 20:29:07.846760 [ 270 ] {1a0fac50-f6b1-4cee-8971-336932458b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16738 | 2025.01.30 20:29:07.846809 [ 270 ] {1a0fac50-f6b1-4cee-8971-336932458b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16739 | 2025.01.30 20:29:07.847386 [ 270 ] {1a0fac50-f6b1-4cee-8971-336932458b89} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16740 | 2025.01.30 20:29:07.847427 [ 270 ] {1a0fac50-f6b1-4cee-8971-336932458b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16741 | 2025.01.30 20:29:07.847791 [ 270 ] {1a0fac50-f6b1-4cee-8971-336932458b89} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16742 | 2025.01.30 20:29:07.848049 [ 270 ] {1a0fac50-f6b1-4cee-8971-336932458b89} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16743 | 2025.01.30 20:29:07.848255 [ 270 ] {1a0fac50-f6b1-4cee-8971-336932458b89} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001518 sec., 8563.899868247694 rows/sec., 533.96 KiB/sec. | ||
| 16744 | 2025.01.30 20:29:07.848310 [ 270 ] {1a0fac50-f6b1-4cee-8971-336932458b89} <Debug> TCPHandler: Processed in 0.001769749 sec. | ||
| 16745 | 2025.01.30 20:29:07.848465 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16746 | 2025.01.30 20:29:07.848603 [ 271 ] {7a274278-0c4b-45c7-85e7-bc767e9aa8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16747 | 2025.01.30 20:29:07.848659 [ 271 ] {7a274278-0c4b-45c7-85e7-bc767e9aa8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16748 | 2025.01.30 20:29:07.849467 [ 271 ] {7a274278-0c4b-45c7-85e7-bc767e9aa8f0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16749 | 2025.01.30 20:29:07.849507 [ 271 ] {7a274278-0c4b-45c7-85e7-bc767e9aa8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16750 | 2025.01.30 20:29:07.849906 [ 271 ] {7a274278-0c4b-45c7-85e7-bc767e9aa8f0} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16751 | 2025.01.30 20:29:07.850150 [ 271 ] {7a274278-0c4b-45c7-85e7-bc767e9aa8f0} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16752 | 2025.01.30 20:29:07.850357 [ 271 ] {7a274278-0c4b-45c7-85e7-bc767e9aa8f0} <Debug> executeQuery: Read 436 rows, 32.01 KiB in 0.001784 sec., 244394.61883408073 rows/sec., 17.52 MiB/sec. | ||
| 16753 | 2025.01.30 20:29:07.850409 [ 271 ] {7a274278-0c4b-45c7-85e7-bc767e9aa8f0} <Debug> TCPHandler: Processed in 0.002015496 sec. | ||
| 16754 | 2025.01.30 20:29:07.850593 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16755 | 2025.01.30 20:29:07.850732 [ 270 ] {006a0a7d-fd3d-4d02-82d0-3cca39c300f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16756 | 2025.01.30 20:29:07.850794 [ 270 ] {006a0a7d-fd3d-4d02-82d0-3cca39c300f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16757 | 2025.01.30 20:29:07.851321 [ 270 ] {006a0a7d-fd3d-4d02-82d0-3cca39c300f6} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16758 | 2025.01.30 20:29:07.851361 [ 270 ] {006a0a7d-fd3d-4d02-82d0-3cca39c300f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16759 | 2025.01.30 20:29:07.851738 [ 270 ] {006a0a7d-fd3d-4d02-82d0-3cca39c300f6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16760 | 2025.01.30 20:29:07.851981 [ 270 ] {006a0a7d-fd3d-4d02-82d0-3cca39c300f6} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16761 | 2025.01.30 20:29:07.852192 [ 270 ] {006a0a7d-fd3d-4d02-82d0-3cca39c300f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 16762 | 2025.01.30 20:29:07.852243 [ 270 ] {006a0a7d-fd3d-4d02-82d0-3cca39c300f6} <Debug> TCPHandler: Processed in 0.001718568 sec. | ||
| 16763 | 2025.01.30 20:29:07.852386 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16764 | 2025.01.30 20:29:07.852525 [ 271 ] {ec9b641f-dc7f-42ff-8d81-734a7a7701a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16765 | 2025.01.30 20:29:07.852588 [ 271 ] {ec9b641f-dc7f-42ff-8d81-734a7a7701a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16766 | 2025.01.30 20:29:07.853234 [ 271 ] {ec9b641f-dc7f-42ff-8d81-734a7a7701a9} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16767 | 2025.01.30 20:29:07.853274 [ 271 ] {ec9b641f-dc7f-42ff-8d81-734a7a7701a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16768 | 2025.01.30 20:29:07.853686 [ 271 ] {ec9b641f-dc7f-42ff-8d81-734a7a7701a9} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16769 | 2025.01.30 20:29:07.853932 [ 271 ] {ec9b641f-dc7f-42ff-8d81-734a7a7701a9} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16770 | 2025.01.30 20:29:07.854162 [ 271 ] {ec9b641f-dc7f-42ff-8d81-734a7a7701a9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
| 16771 | 2025.01.30 20:29:07.854275 [ 271 ] {ec9b641f-dc7f-42ff-8d81-734a7a7701a9} <Debug> TCPHandler: Processed in 0.001954084 sec. | ||
| 16772 | 2025.01.30 20:29:07.854447 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16773 | 2025.01.30 20:29:07.854597 [ 270 ] {9b7f0018-bc90-4891-b6d2-1b48f12b7c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16774 | 2025.01.30 20:29:07.854660 [ 270 ] {9b7f0018-bc90-4891-b6d2-1b48f12b7c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16775 | 2025.01.30 20:29:07.855174 [ 270 ] {9b7f0018-bc90-4891-b6d2-1b48f12b7c04} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16776 | 2025.01.30 20:29:07.855214 [ 270 ] {9b7f0018-bc90-4891-b6d2-1b48f12b7c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16777 | 2025.01.30 20:29:07.855585 [ 270 ] {9b7f0018-bc90-4891-b6d2-1b48f12b7c04} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16778 | 2025.01.30 20:29:07.855829 [ 270 ] {9b7f0018-bc90-4891-b6d2-1b48f12b7c04} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16779 | 2025.01.30 20:29:07.855988 [ 82 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 16780 | 2025.01.30 20:29:07.856051 [ 270 ] {9b7f0018-bc90-4891-b6d2-1b48f12b7c04} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec. | ||
| 16781 | 2025.01.30 20:29:07.856066 [ 82 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16782 | 2025.01.30 20:29:07.856139 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16783 | 2025.01.30 20:29:07.856172 [ 270 ] {9b7f0018-bc90-4891-b6d2-1b48f12b7c04} <Debug> TCPHandler: Processed in 0.001811961 sec. | ||
| 16784 | 2025.01.30 20:29:07.856359 [ 187 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 16785 | 2025.01.30 20:29:07.856394 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16786 | 2025.01.30 20:29:07.856559 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16787 | 2025.01.30 20:29:07.856629 [ 271 ] {1f9b957a-11c1-4685-a8d0-230c34b8aa6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16788 | 2025.01.30 20:29:07.856635 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 46 rows starting from the beginning of the part | ||
| 16789 | 2025.01.30 20:29:07.856888 [ 271 ] {1f9b957a-11c1-4685-a8d0-230c34b8aa6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16790 | 2025.01.30 20:29:07.856948 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 16791 | 2025.01.30 20:29:07.857431 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 16792 | 2025.01.30 20:29:07.857846 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 16793 | 2025.01.30 20:29:07.858300 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 16794 | 2025.01.30 20:29:07.858761 [ 187 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 16795 | 2025.01.30 20:29:07.862416 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.006174161 sec., 8260.231633091524 rows/sec., 555.96 KiB/sec. | ||
| 16796 | 2025.01.30 20:29:07.862634 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 16797 | 2025.01.30 20:29:07.862914 [ 271 ] {1f9b957a-11c1-4685-a8d0-230c34b8aa6e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16798 | 2025.01.30 20:29:07.862973 [ 271 ] {1f9b957a-11c1-4685-a8d0-230c34b8aa6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16799 | 2025.01.30 20:29:07.863259 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16800 | 2025.01.30 20:29:07.863477 [ 195 ] {048504a0-b795-409f-841d-691020bab982::all_1_51_10} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 16801 | 2025.01.30 20:29:07.863611 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16802 | 2025.01.30 20:29:07.864147 [ 271 ] {1f9b957a-11c1-4685-a8d0-230c34b8aa6e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16803 | 2025.01.30 20:29:07.864429 [ 271 ] {1f9b957a-11c1-4685-a8d0-230c34b8aa6e} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16804 | 2025.01.30 20:29:07.864690 [ 271 ] {1f9b957a-11c1-4685-a8d0-230c34b8aa6e} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.00812 sec., 5541.871921182265 rows/sec., 9.93 MiB/sec. | ||
| 16805 | 2025.01.30 20:29:07.864822 [ 271 ] {1f9b957a-11c1-4685-a8d0-230c34b8aa6e} <Debug> TCPHandler: Processed in 0.008554238 sec. | ||
| 16806 | 2025.01.30 20:29:07.864976 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16807 | 2025.01.30 20:29:07.865093 [ 270 ] {772e6945-f88c-423d-b6b9-e471949c8657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 16808 | 2025.01.30 20:29:07.865146 [ 270 ] {772e6945-f88c-423d-b6b9-e471949c8657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16809 | 2025.01.30 20:29:07.865637 [ 270 ] {772e6945-f88c-423d-b6b9-e471949c8657} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16810 | 2025.01.30 20:29:07.865678 [ 270 ] {772e6945-f88c-423d-b6b9-e471949c8657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16811 | 2025.01.30 20:29:07.866061 [ 270 ] {772e6945-f88c-423d-b6b9-e471949c8657} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 16812 | 2025.01.30 20:29:07.866311 [ 270 ] {772e6945-f88c-423d-b6b9-e471949c8657} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16813 | 2025.01.30 20:29:07.866567 [ 270 ] {772e6945-f88c-423d-b6b9-e471949c8657} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001494 sec., 6024.096385542168 rows/sec., 425.53 KiB/sec. | ||
| 16814 | 2025.01.30 20:29:07.866706 [ 270 ] {772e6945-f88c-423d-b6b9-e471949c8657} <Debug> TCPHandler: Processed in 0.001786869 sec. | ||
| 16815 | 2025.01.30 20:29:07.866863 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16816 | 2025.01.30 20:29:07.866987 [ 271 ] {d31d4c66-13bf-450d-b0e8-72b186064386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16817 | 2025.01.30 20:29:07.867042 [ 271 ] {d31d4c66-13bf-450d-b0e8-72b186064386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16818 | 2025.01.30 20:29:07.867545 [ 271 ] {d31d4c66-13bf-450d-b0e8-72b186064386} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16819 | 2025.01.30 20:29:07.867587 [ 271 ] {d31d4c66-13bf-450d-b0e8-72b186064386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. | ||
| 16820 | 2025.01.30 20:29:07.867963 [ 271 ] {d31d4c66-13bf-450d-b0e8-72b186064386} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16821 | 2025.01.30 20:29:07.868206 [ 271 ] {d31d4c66-13bf-450d-b0e8-72b186064386} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16822 | 2025.01.30 20:29:07.868431 [ 271 ] {d31d4c66-13bf-450d-b0e8-72b186064386} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00147 sec., 55782.31292517007 rows/sec., 3.54 MiB/sec. | ||
| 16823 | 2025.01.30 20:29:07.868532 [ 271 ] {d31d4c66-13bf-450d-b0e8-72b186064386} <Debug> TCPHandler: Processed in 0.001736888 sec. | ||
| 16824 | 2025.01.30 20:29:08.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.58 MiB, peak 296.85 MiB, free memory in arenas 0.00 B, will set to 277.18 MiB (RSS), difference: -1.40 MiB | ||
| 16825 | 2025.01.30 20:29:10.333268 [ 225 ] {} <Trace> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16826 | 2025.01.30 20:29:10.333348 [ 225 ] {} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16827 | 2025.01.30 20:29:10.334850 [ 225 ] {} <Debug> oximeter.timeseries_schema (66a12673-049b-4d88-8516-75f5e8739f30): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16828 | 2025.01.30 20:29:11.564891 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16829 | 2025.01.30 20:29:11.564953 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16830 | 2025.01.30 20:29:11.821723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 16831 | 2025.01.30 20:29:11.822378 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16832 | 2025.01.30 20:29:11.822425 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16833 | 2025.01.30 20:29:11.822975 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 16834 | 2025.01.30 20:29:11.823236 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16835 | 2025.01.30 20:29:11.823417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 16836 | 2025.01.30 20:29:12.831354 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16837 | 2025.01.30 20:29:12.831558 [ 270 ] {fabeafbb-7f0f-4d30-9f7b-37912b992bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16838 | 2025.01.30 20:29:12.831636 [ 270 ] {fabeafbb-7f0f-4d30-9f7b-37912b992bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16839 | 2025.01.30 20:29:12.832441 [ 270 ] {fabeafbb-7f0f-4d30-9f7b-37912b992bb7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16840 | 2025.01.30 20:29:12.832495 [ 270 ] {fabeafbb-7f0f-4d30-9f7b-37912b992bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16841 | 2025.01.30 20:29:12.832944 [ 270 ] {fabeafbb-7f0f-4d30-9f7b-37912b992bb7} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16842 | 2025.01.30 20:29:12.833201 [ 270 ] {fabeafbb-7f0f-4d30-9f7b-37912b992bb7} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16843 | 2025.01.30 20:29:12.833456 [ 270 ] {fabeafbb-7f0f-4d30-9f7b-37912b992bb7} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001951 sec., 37929.267042542284 rows/sec., 3.06 MiB/sec. | ||
| 16844 | 2025.01.30 20:29:12.833514 [ 270 ] {fabeafbb-7f0f-4d30-9f7b-37912b992bb7} <Debug> TCPHandler: Processed in 0.002305114 sec. | ||
| 16845 | 2025.01.30 20:29:12.833794 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16846 | 2025.01.30 20:29:12.834008 [ 271 ] {440058c1-375f-40fd-bfdf-0b1be5bc726c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16847 | 2025.01.30 20:29:12.834083 [ 271 ] {440058c1-375f-40fd-bfdf-0b1be5bc726c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16848 | 2025.01.30 20:29:12.834925 [ 271 ] {440058c1-375f-40fd-bfdf-0b1be5bc726c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16849 | 2025.01.30 20:29:12.834981 [ 271 ] {440058c1-375f-40fd-bfdf-0b1be5bc726c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16850 | 2025.01.30 20:29:12.835433 [ 271 ] {440058c1-375f-40fd-bfdf-0b1be5bc726c} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16851 | 2025.01.30 20:29:12.835688 [ 271 ] {440058c1-375f-40fd-bfdf-0b1be5bc726c} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16852 | 2025.01.30 20:29:12.835942 [ 271 ] {440058c1-375f-40fd-bfdf-0b1be5bc726c} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001992 sec., 4518.0722891566265 rows/sec., 339.74 KiB/sec. | ||
| 16853 | 2025.01.30 20:29:12.836005 [ 271 ] {440058c1-375f-40fd-bfdf-0b1be5bc726c} <Debug> TCPHandler: Processed in 0.002359316 sec. | ||
| 16854 | 2025.01.30 20:29:12.836187 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16855 | 2025.01.30 20:29:12.836326 [ 270 ] {b0f12d90-f305-4151-91b8-cd7964c81cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16856 | 2025.01.30 20:29:12.836385 [ 270 ] {b0f12d90-f305-4151-91b8-cd7964c81cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16857 | 2025.01.30 20:29:12.837118 [ 270 ] {b0f12d90-f305-4151-91b8-cd7964c81cce} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16858 | 2025.01.30 20:29:12.837171 [ 270 ] {b0f12d90-f305-4151-91b8-cd7964c81cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16859 | 2025.01.30 20:29:12.837562 [ 270 ] {b0f12d90-f305-4151-91b8-cd7964c81cce} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16860 | 2025.01.30 20:29:12.837813 [ 270 ] {b0f12d90-f305-4151-91b8-cd7964c81cce} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16861 | 2025.01.30 20:29:12.838036 [ 270 ] {b0f12d90-f305-4151-91b8-cd7964c81cce} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001741 sec., 41929.92533026996 rows/sec., 3.27 MiB/sec. | ||
| 16862 | 2025.01.30 20:29:12.838089 [ 270 ] {b0f12d90-f305-4151-91b8-cd7964c81cce} <Debug> TCPHandler: Processed in 0.001961055 sec. | ||
| 16863 | 2025.01.30 20:29:12.838234 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16864 | 2025.01.30 20:29:12.838363 [ 271 ] {c0cf2f82-0944-4aa8-929b-82e59deb1e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16865 | 2025.01.30 20:29:12.838418 [ 271 ] {c0cf2f82-0944-4aa8-929b-82e59deb1e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16866 | 2025.01.30 20:29:12.838998 [ 271 ] {c0cf2f82-0944-4aa8-929b-82e59deb1e3c} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16867 | 2025.01.30 20:29:12.839039 [ 271 ] {c0cf2f82-0944-4aa8-929b-82e59deb1e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16868 | 2025.01.30 20:29:12.839462 [ 271 ] {c0cf2f82-0944-4aa8-929b-82e59deb1e3c} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16869 | 2025.01.30 20:29:12.839721 [ 271 ] {c0cf2f82-0944-4aa8-929b-82e59deb1e3c} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16870 | 2025.01.30 20:29:12.839880 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_121_25 to all_125_125_0 | ||
| 16871 | 2025.01.30 20:29:12.839905 [ 271 ] {c0cf2f82-0944-4aa8-929b-82e59deb1e3c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
| 16872 | 2025.01.30 20:29:12.839922 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16873 | 2025.01.30 20:29:12.839957 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16874 | 2025.01.30 20:29:12.839975 [ 271 ] {c0cf2f82-0944-4aa8-929b-82e59deb1e3c} <Debug> TCPHandler: Processed in 0.00180037 sec. | ||
| 16875 | 2025.01.30 20:29:12.840178 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16876 | 2025.01.30 20:29:12.840197 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_121_25 to all_125_125_0 into Compact with storage Full | ||
| 16877 | 2025.01.30 20:29:12.840403 [ 270 ] {789247a9-307d-43d1-855e-715e0331cd91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16878 | 2025.01.30 20:29:12.840552 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16879 | 2025.01.30 20:29:12.840631 [ 270 ] {789247a9-307d-43d1-855e-715e0331cd91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16880 | 2025.01.30 20:29:12.840655 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_121_25, total 39355 rows starting from the beginning of the part | ||
| 16881 | 2025.01.30 20:29:12.841118 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part | ||
| 16882 | 2025.01.30 20:29:12.841608 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 237 rows starting from the beginning of the part | ||
| 16883 | 2025.01.30 20:29:12.841959 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part | ||
| 16884 | 2025.01.30 20:29:12.842338 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part | ||
| 16885 | 2025.01.30 20:29:12.844705 [ 270 ] {789247a9-307d-43d1-855e-715e0331cd91} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16886 | 2025.01.30 20:29:12.844763 [ 270 ] {789247a9-307d-43d1-855e-715e0331cd91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16887 | 2025.01.30 20:29:12.846332 [ 270 ] {789247a9-307d-43d1-855e-715e0331cd91} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16888 | 2025.01.30 20:29:12.846699 [ 270 ] {789247a9-307d-43d1-855e-715e0331cd91} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16889 | 2025.01.30 20:29:12.846977 [ 270 ] {789247a9-307d-43d1-855e-715e0331cd91} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006642 sec., 1355.0135501355012 rows/sec., 2.43 MiB/sec. | ||
| 16890 | 2025.01.30 20:29:12.847187 [ 270 ] {789247a9-307d-43d1-855e-715e0331cd91} <Debug> TCPHandler: Processed in 0.007128758 sec. | ||
| 16891 | 2025.01.30 20:29:12.847440 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16892 | 2025.01.30 20:29:12.847891 [ 271 ] {3ac1d79e-1e46-4b1a-8465-02c9e91f0f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16893 | 2025.01.30 20:29:12.848093 [ 271 ] {3ac1d79e-1e46-4b1a-8465-02c9e91f0f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16894 | 2025.01.30 20:29:12.849591 [ 271 ] {3ac1d79e-1e46-4b1a-8465-02c9e91f0f90} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16895 | 2025.01.30 20:29:12.849629 [ 271 ] {3ac1d79e-1e46-4b1a-8465-02c9e91f0f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16896 | 2025.01.30 20:29:12.850142 [ 271 ] {3ac1d79e-1e46-4b1a-8465-02c9e91f0f90} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16897 | 2025.01.30 20:29:12.850540 [ 271 ] {3ac1d79e-1e46-4b1a-8465-02c9e91f0f90} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16898 | 2025.01.30 20:29:12.851136 [ 271 ] {3ac1d79e-1e46-4b1a-8465-02c9e91f0f90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003312 sec., 18115.942028985508 rows/sec., 1.22 MiB/sec. | ||
| 16899 | 2025.01.30 20:29:12.851388 [ 271 ] {3ac1d79e-1e46-4b1a-8465-02c9e91f0f90} <Debug> TCPHandler: Processed in 0.004091383 sec. | ||
| 16900 | 2025.01.30 20:29:12.854639 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40149 rows, containing 5 columns (5 merged, 0 gathered) in 0.014573135 sec., 2755000.8971988526 rows/sec., 186.33 MiB/sec. | ||
| 16901 | 2025.01.30 20:29:12.855337 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Trace> MergedBlockOutputStream: filled checksums all_1_125_26 (state Temporary) | ||
| 16902 | 2025.01.30 20:29:12.855652 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_125_26 to all_1_125_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16903 | 2025.01.30 20:29:12.855729 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_125_26} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_121_25, all_125_125_0] -> all_1_125_26 | ||
| 16904 | 2025.01.30 20:29:12.855822 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 16905 | 2025.01.30 20:29:14.851661 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 16906 | 2025.01.30 20:29:14.874628 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16907 | 2025.01.30 20:29:14.874671 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16908 | 2025.01.30 20:29:14.882256 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 16909 | 2025.01.30 20:29:14.883063 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16910 | 2025.01.30 20:29:14.886540 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 16911 | 2025.01.30 20:29:17.057916 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2304 | ||
| 16912 | 2025.01.30 20:29:17.061202 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16913 | 2025.01.30 20:29:17.061249 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16914 | 2025.01.30 20:29:17.062762 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16915 | 2025.01.30 20:29:17.063073 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16916 | 2025.01.30 20:29:17.063256 [ 73 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16917 | 2025.01.30 20:29:17.063325 [ 73 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16918 | 2025.01.30 20:29:17.063366 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16919 | 2025.01.30 20:29:17.064144 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 16920 | 2025.01.30 20:29:17.065604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2304 | ||
| 16921 | 2025.01.30 20:29:17.065977 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16922 | 2025.01.30 20:29:17.066141 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2126 rows starting from the beginning of the part | ||
| 16923 | 2025.01.30 20:29:17.066780 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
| 16924 | 2025.01.30 20:29:17.067428 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 16925 | 2025.01.30 20:29:17.068087 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 36 rows starting from the beginning of the part | ||
| 16926 | 2025.01.30 20:29:17.068766 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part | ||
| 16927 | 2025.01.30 20:29:17.069410 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part | ||
| 16928 | 2025.01.30 20:29:17.084013 [ 201 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2304 rows, containing 72 columns (72 merged, 0 gathered) in 0.020476638 sec., 112518.47104978855 rows/sec., 85.04 MiB/sec. | ||
| 16929 | 2025.01.30 20:29:17.085837 [ 198 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16930 | 2025.01.30 20:29:17.086557 [ 198 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16931 | 2025.01.30 20:29:17.086641 [ 198 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_66_13} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16932 | 2025.01.30 20:29:17.086855 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 16933 | 2025.01.30 20:29:17.526693 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16934 | 2025.01.30 20:29:17.526999 [ 270 ] {d1312dca-2c52-475f-985b-a579d1008562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16935 | 2025.01.30 20:29:17.527112 [ 270 ] {d1312dca-2c52-475f-985b-a579d1008562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16936 | 2025.01.30 20:29:17.528024 [ 270 ] {d1312dca-2c52-475f-985b-a579d1008562} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16937 | 2025.01.30 20:29:17.528069 [ 270 ] {d1312dca-2c52-475f-985b-a579d1008562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16938 | 2025.01.30 20:29:17.528505 [ 270 ] {d1312dca-2c52-475f-985b-a579d1008562} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16939 | 2025.01.30 20:29:17.528762 [ 270 ] {d1312dca-2c52-475f-985b-a579d1008562} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16940 | 2025.01.30 20:29:17.529013 [ 270 ] {d1312dca-2c52-475f-985b-a579d1008562} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00209 sec., 6698.564593301436 rows/sec., 482.21 KiB/sec. | ||
| 16941 | 2025.01.30 20:29:17.529119 [ 270 ] {d1312dca-2c52-475f-985b-a579d1008562} <Debug> TCPHandler: Processed in 0.002617413 sec. | ||
| 16942 | 2025.01.30 20:29:17.529460 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16943 | 2025.01.30 20:29:17.529738 [ 271 ] {ea8ffb4b-fac3-438c-97bf-282e9011331a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16944 | 2025.01.30 20:29:17.529844 [ 271 ] {ea8ffb4b-fac3-438c-97bf-282e9011331a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16945 | 2025.01.30 20:29:17.530770 [ 271 ] {ea8ffb4b-fac3-438c-97bf-282e9011331a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16946 | 2025.01.30 20:29:17.530814 [ 271 ] {ea8ffb4b-fac3-438c-97bf-282e9011331a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16947 | 2025.01.30 20:29:17.531207 [ 271 ] {ea8ffb4b-fac3-438c-97bf-282e9011331a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 16948 | 2025.01.30 20:29:17.531445 [ 271 ] {ea8ffb4b-fac3-438c-97bf-282e9011331a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16949 | 2025.01.30 20:29:17.531674 [ 271 ] {ea8ffb4b-fac3-438c-97bf-282e9011331a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002016 sec., 2976.190476190476 rows/sec., 242.69 KiB/sec. | ||
| 16950 | 2025.01.30 20:29:17.531728 [ 271 ] {ea8ffb4b-fac3-438c-97bf-282e9011331a} <Debug> TCPHandler: Processed in 0.002450268 sec. | ||
| 16951 | 2025.01.30 20:29:17.531891 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16952 | 2025.01.30 20:29:17.532030 [ 270 ] {ba814e4a-31d7-4718-a707-d35d14bd90ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16953 | 2025.01.30 20:29:17.532087 [ 270 ] {ba814e4a-31d7-4718-a707-d35d14bd90ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16954 | 2025.01.30 20:29:17.533481 [ 270 ] {ba814e4a-31d7-4718-a707-d35d14bd90ec} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16955 | 2025.01.30 20:29:17.533521 [ 270 ] {ba814e4a-31d7-4718-a707-d35d14bd90ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16956 | 2025.01.30 20:29:17.533996 [ 270 ] {ba814e4a-31d7-4718-a707-d35d14bd90ec} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16957 | 2025.01.30 20:29:17.534232 [ 270 ] {ba814e4a-31d7-4718-a707-d35d14bd90ec} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16958 | 2025.01.30 20:29:17.534418 [ 72 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16959 | 2025.01.30 20:29:17.534461 [ 270 ] {ba814e4a-31d7-4718-a707-d35d14bd90ec} <Debug> executeQuery: Read 1438 rows, 123.52 KiB in 0.002456 sec., 585504.8859934853 rows/sec., 49.11 MiB/sec. | ||
| 16960 | 2025.01.30 20:29:17.534492 [ 72 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16961 | 2025.01.30 20:29:17.534572 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16962 | 2025.01.30 20:29:17.534581 [ 270 ] {ba814e4a-31d7-4718-a707-d35d14bd90ec} <Debug> TCPHandler: Processed in 0.002758446 sec. | ||
| 16963 | 2025.01.30 20:29:17.534817 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16964 | 2025.01.30 20:29:17.534834 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16965 | 2025.01.30 20:29:17.535077 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16966 | 2025.01.30 20:29:17.535124 [ 271 ] {14a8e5ac-198d-4c7b-b7a4-e7f09e734714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16967 | 2025.01.30 20:29:17.535147 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1432 rows starting from the beginning of the part | ||
| 16968 | 2025.01.30 20:29:17.535229 [ 271 ] {14a8e5ac-198d-4c7b-b7a4-e7f09e734714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16969 | 2025.01.30 20:29:17.535442 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 283 rows starting from the beginning of the part | ||
| 16970 | 2025.01.30 20:29:17.535687 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 72 rows starting from the beginning of the part | ||
| 16971 | 2025.01.30 20:29:17.536053 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 293 rows starting from the beginning of the part | ||
| 16972 | 2025.01.30 20:29:17.536441 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 74 rows starting from the beginning of the part | ||
| 16973 | 2025.01.30 20:29:17.536860 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1438 rows starting from the beginning of the part | ||
| 16974 | 2025.01.30 20:29:17.538091 [ 271 ] {14a8e5ac-198d-4c7b-b7a4-e7f09e734714} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16975 | 2025.01.30 20:29:17.538130 [ 271 ] {14a8e5ac-198d-4c7b-b7a4-e7f09e734714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16976 | 2025.01.30 20:29:17.538626 [ 271 ] {14a8e5ac-198d-4c7b-b7a4-e7f09e734714} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16977 | 2025.01.30 20:29:17.538923 [ 271 ] {14a8e5ac-198d-4c7b-b7a4-e7f09e734714} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16978 | 2025.01.30 20:29:17.539196 [ 271 ] {14a8e5ac-198d-4c7b-b7a4-e7f09e734714} <Debug> executeQuery: Read 59 rows, 4.33 KiB in 0.004138 sec., 14258.095698405026 rows/sec., 1.02 MiB/sec. | ||
| 16979 | 2025.01.30 20:29:17.539315 [ 271 ] {14a8e5ac-198d-4c7b-b7a4-e7f09e734714} <Debug> TCPHandler: Processed in 0.004609418 sec. | ||
| 16980 | 2025.01.30 20:29:17.539584 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16981 | 2025.01.30 20:29:17.540281 [ 270 ] {12aa332d-baa0-4f51-903e-efd3f30bf8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16982 | 2025.01.30 20:29:17.540534 [ 270 ] {12aa332d-baa0-4f51-903e-efd3f30bf8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16983 | 2025.01.30 20:29:17.540970 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3592 rows, containing 5 columns (5 merged, 0 gathered) in 0.006263834 sec., 573450.7012797593 rows/sec., 50.60 MiB/sec. | ||
| 16984 | 2025.01.30 20:29:17.541398 [ 196 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16985 | 2025.01.30 20:29:17.541937 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16986 | 2025.01.30 20:29:17.542006 [ 270 ] {12aa332d-baa0-4f51-903e-efd3f30bf8cb} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16987 | 2025.01.30 20:29:17.542072 [ 270 ] {12aa332d-baa0-4f51-903e-efd3f30bf8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16988 | 2025.01.30 20:29:17.542121 [ 198 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_131_26} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16989 | 2025.01.30 20:29:17.542320 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 16990 | 2025.01.30 20:29:17.542608 [ 270 ] {12aa332d-baa0-4f51-903e-efd3f30bf8cb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16991 | 2025.01.30 20:29:17.542852 [ 270 ] {12aa332d-baa0-4f51-903e-efd3f30bf8cb} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16992 | 2025.01.30 20:29:17.543074 [ 270 ] {12aa332d-baa0-4f51-903e-efd3f30bf8cb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00304 sec., 79605.26315789473 rows/sec., 5.39 MiB/sec. | ||
| 16993 | 2025.01.30 20:29:17.543130 [ 270 ] {12aa332d-baa0-4f51-903e-efd3f30bf8cb} <Debug> TCPHandler: Processed in 0.003727024 sec. | ||
| 16994 | 2025.01.30 20:29:17.543292 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16995 | 2025.01.30 20:29:17.543422 [ 271 ] {a6d31cc9-7f08-4569-8d0c-c337947a4099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16996 | 2025.01.30 20:29:17.543469 [ 271 ] {a6d31cc9-7f08-4569-8d0c-c337947a4099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16997 | 2025.01.30 20:29:17.544044 [ 271 ] {a6d31cc9-7f08-4569-8d0c-c337947a4099} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16998 | 2025.01.30 20:29:17.544084 [ 271 ] {a6d31cc9-7f08-4569-8d0c-c337947a4099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 16999 | 2025.01.30 20:29:17.544436 [ 271 ] {a6d31cc9-7f08-4569-8d0c-c337947a4099} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 17000 | 2025.01.30 20:29:17.544674 [ 271 ] {a6d31cc9-7f08-4569-8d0c-c337947a4099} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17001 | 2025.01.30 20:29:17.544926 [ 271 ] {a6d31cc9-7f08-4569-8d0c-c337947a4099} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001517 sec., 8569.54515491101 rows/sec., 534.31 KiB/sec. | ||
| 17002 | 2025.01.30 20:29:17.545020 [ 271 ] {a6d31cc9-7f08-4569-8d0c-c337947a4099} <Debug> TCPHandler: Processed in 0.00179215 sec. | ||
| 17003 | 2025.01.30 20:29:17.545268 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17004 | 2025.01.30 20:29:17.545426 [ 270 ] {91cf6bcc-447a-41fa-922d-1eceefa6c5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17005 | 2025.01.30 20:29:17.545483 [ 270 ] {91cf6bcc-447a-41fa-922d-1eceefa6c5ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17006 | 2025.01.30 20:29:17.546569 [ 270 ] {91cf6bcc-447a-41fa-922d-1eceefa6c5ab} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17007 | 2025.01.30 20:29:17.546608 [ 270 ] {91cf6bcc-447a-41fa-922d-1eceefa6c5ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17008 | 2025.01.30 20:29:17.547000 [ 270 ] {91cf6bcc-447a-41fa-922d-1eceefa6c5ab} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 17009 | 2025.01.30 20:29:17.547232 [ 270 ] {91cf6bcc-447a-41fa-922d-1eceefa6c5ab} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17010 | 2025.01.30 20:29:17.547406 [ 72 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 17011 | 2025.01.30 20:29:17.547460 [ 72 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17012 | 2025.01.30 20:29:17.547475 [ 270 ] {91cf6bcc-447a-41fa-922d-1eceefa6c5ab} <Debug> executeQuery: Read 890 rows, 66.14 KiB in 0.002067 sec., 430575.7135945816 rows/sec., 31.25 MiB/sec. | ||
| 17013 | 2025.01.30 20:29:17.547493 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17014 | 2025.01.30 20:29:17.547624 [ 270 ] {91cf6bcc-447a-41fa-922d-1eceefa6c5ab} <Debug> TCPHandler: Processed in 0.002498439 sec. | ||
| 17015 | 2025.01.30 20:29:17.547716 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 17016 | 2025.01.30 20:29:17.547877 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17017 | 2025.01.30 20:29:17.547907 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17018 | 2025.01.30 20:29:17.547971 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 913 rows starting from the beginning of the part | ||
| 17019 | 2025.01.30 20:29:17.548210 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 428 rows starting from the beginning of the part | ||
| 17020 | 2025.01.30 20:29:17.548560 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 72 rows starting from the beginning of the part | ||
| 17021 | 2025.01.30 20:29:17.548560 [ 271 ] {f89e8820-a8cd-457b-877c-66b43d63b6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17022 | 2025.01.30 20:29:17.548799 [ 271 ] {f89e8820-a8cd-457b-877c-66b43d63b6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17023 | 2025.01.30 20:29:17.548853 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 436 rows starting from the beginning of the part | ||
| 17024 | 2025.01.30 20:29:17.549262 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 73 rows starting from the beginning of the part | ||
| 17025 | 2025.01.30 20:29:17.549614 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 890 rows starting from the beginning of the part | ||
| 17026 | 2025.01.30 20:29:17.550979 [ 271 ] {f89e8820-a8cd-457b-877c-66b43d63b6ab} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17027 | 2025.01.30 20:29:17.551046 [ 271 ] {f89e8820-a8cd-457b-877c-66b43d63b6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17028 | 2025.01.30 20:29:17.552109 [ 271 ] {f89e8820-a8cd-457b-877c-66b43d63b6ab} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 17029 | 2025.01.30 20:29:17.552471 [ 271 ] {f89e8820-a8cd-457b-877c-66b43d63b6ab} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17030 | 2025.01.30 20:29:17.552665 [ 72 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 17031 | 2025.01.30 20:29:17.552738 [ 72 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17032 | 2025.01.30 20:29:17.552825 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17033 | 2025.01.30 20:29:17.552841 [ 271 ] {f89e8820-a8cd-457b-877c-66b43d63b6ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004522 sec., 1326.8465280849182 rows/sec., 69.32 KiB/sec. | ||
| 17034 | 2025.01.30 20:29:17.553276 [ 271 ] {f89e8820-a8cd-457b-877c-66b43d63b6ab} <Debug> TCPHandler: Processed in 0.005535844 sec. | ||
| 17035 | 2025.01.30 20:29:17.553502 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 17036 | 2025.01.30 20:29:17.553705 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17037 | 2025.01.30 20:29:17.553750 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2812 rows, containing 5 columns (5 merged, 0 gathered) in 0.00612767 sec., 458901.997007019 rows/sec., 35.08 MiB/sec. | ||
| 17038 | 2025.01.30 20:29:17.553901 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17039 | 2025.01.30 20:29:17.554019 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
| 17040 | 2025.01.30 20:29:17.554062 [ 270 ] {e34b986e-e00d-4278-9d8c-9614c301d635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17041 | 2025.01.30 20:29:17.554090 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 17042 | 2025.01.30 20:29:17.554409 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 17043 | 2025.01.30 20:29:17.554608 [ 270 ] {e34b986e-e00d-4278-9d8c-9614c301d635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17044 | 2025.01.30 20:29:17.554778 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 17045 | 2025.01.30 20:29:17.555219 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 17046 | 2025.01.30 20:29:17.555354 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17047 | 2025.01.30 20:29:17.555534 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 17048 | 2025.01.30 20:29:17.555835 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 17049 | 2025.01.30 20:29:17.556161 [ 196 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_131_26} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 17050 | 2025.01.30 20:29:17.556595 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 17051 | 2025.01.30 20:29:17.558291 [ 270 ] {e34b986e-e00d-4278-9d8c-9614c301d635} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17052 | 2025.01.30 20:29:17.558386 [ 270 ] {e34b986e-e00d-4278-9d8c-9614c301d635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17053 | 2025.01.30 20:29:17.558625 [ 189 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.005622776 sec., 54421.517058477875 rows/sec., 2.78 MiB/sec. | ||
| 17054 | 2025.01.30 20:29:17.558843 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 17055 | 2025.01.30 20:29:17.559289 [ 270 ] {e34b986e-e00d-4278-9d8c-9614c301d635} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 17056 | 2025.01.30 20:29:17.559410 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17057 | 2025.01.30 20:29:17.559568 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_51_10} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 17058 | 2025.01.30 20:29:17.559697 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 17059 | 2025.01.30 20:29:17.559779 [ 270 ] {e34b986e-e00d-4278-9d8c-9614c301d635} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17060 | 2025.01.30 20:29:17.560002 [ 270 ] {e34b986e-e00d-4278-9d8c-9614c301d635} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.006069 sec., 158180.91942659416 rows/sec., 10.57 MiB/sec. | ||
| 17061 | 2025.01.30 20:29:17.560078 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17062 | 2025.01.30 20:29:17.560109 [ 270 ] {e34b986e-e00d-4278-9d8c-9614c301d635} <Debug> TCPHandler: Processed in 0.006599163 sec. | ||
| 17063 | 2025.01.30 20:29:17.560132 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17064 | 2025.01.30 20:29:17.560345 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17065 | 2025.01.30 20:29:17.560482 [ 271 ] {45a85a2c-d4a0-4479-a3ab-db86ff7a86ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17066 | 2025.01.30 20:29:17.560549 [ 271 ] {45a85a2c-d4a0-4479-a3ab-db86ff7a86ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17067 | 2025.01.30 20:29:17.561360 [ 271 ] {45a85a2c-d4a0-4479-a3ab-db86ff7a86ad} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17068 | 2025.01.30 20:29:17.561404 [ 271 ] {45a85a2c-d4a0-4479-a3ab-db86ff7a86ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17069 | 2025.01.30 20:29:17.561854 [ 271 ] {45a85a2c-d4a0-4479-a3ab-db86ff7a86ad} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 17070 | 2025.01.30 20:29:17.562141 [ 271 ] {45a85a2c-d4a0-4479-a3ab-db86ff7a86ad} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17071 | 2025.01.30 20:29:17.562401 [ 271 ] {45a85a2c-d4a0-4479-a3ab-db86ff7a86ad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001947 sec., 513.6106831022086 rows/sec., 34.61 KiB/sec. | ||
| 17072 | 2025.01.30 20:29:17.562478 [ 271 ] {45a85a2c-d4a0-4479-a3ab-db86ff7a86ad} <Debug> TCPHandler: Processed in 0.002238872 sec. | ||
| 17073 | 2025.01.30 20:29:17.562655 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17074 | 2025.01.30 20:29:17.562889 [ 270 ] {a88b5519-4131-4eb4-8890-117ae2fc1271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17075 | 2025.01.30 20:29:17.562932 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17076 | 2025.01.30 20:29:17.563139 [ 270 ] {a88b5519-4131-4eb4-8890-117ae2fc1271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17077 | 2025.01.30 20:29:17.566029 [ 270 ] {a88b5519-4131-4eb4-8890-117ae2fc1271} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17078 | 2025.01.30 20:29:17.566066 [ 270 ] {a88b5519-4131-4eb4-8890-117ae2fc1271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17079 | 2025.01.30 20:29:17.566766 [ 270 ] {a88b5519-4131-4eb4-8890-117ae2fc1271} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 17080 | 2025.01.30 20:29:17.567024 [ 270 ] {a88b5519-4131-4eb4-8890-117ae2fc1271} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17081 | 2025.01.30 20:29:17.567221 [ 270 ] {a88b5519-4131-4eb4-8890-117ae2fc1271} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.004415 sec., 10419.02604756512 rows/sec., 18.67 MiB/sec. | ||
| 17082 | 2025.01.30 20:29:17.567313 [ 270 ] {a88b5519-4131-4eb4-8890-117ae2fc1271} <Debug> TCPHandler: Processed in 0.004726841 sec. | ||
| 17083 | 2025.01.30 20:29:17.567527 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17084 | 2025.01.30 20:29:17.567756 [ 271 ] {432ed51d-4e3f-4585-b1b4-5aaa686c4946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17085 | 2025.01.30 20:29:17.567849 [ 271 ] {432ed51d-4e3f-4585-b1b4-5aaa686c4946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17086 | 2025.01.30 20:29:17.568612 [ 271 ] {432ed51d-4e3f-4585-b1b4-5aaa686c4946} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17087 | 2025.01.30 20:29:17.568650 [ 271 ] {432ed51d-4e3f-4585-b1b4-5aaa686c4946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17088 | 2025.01.30 20:29:17.569014 [ 271 ] {432ed51d-4e3f-4585-b1b4-5aaa686c4946} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 17089 | 2025.01.30 20:29:17.569247 [ 271 ] {432ed51d-4e3f-4585-b1b4-5aaa686c4946} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17090 | 2025.01.30 20:29:17.569437 [ 59 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 17091 | 2025.01.30 20:29:17.569499 [ 271 ] {432ed51d-4e3f-4585-b1b4-5aaa686c4946} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001788 sec., 45861.297539149884 rows/sec., 2.91 MiB/sec. | ||
| 17092 | 2025.01.30 20:29:17.569534 [ 59 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17093 | 2025.01.30 20:29:17.569607 [ 271 ] {432ed51d-4e3f-4585-b1b4-5aaa686c4946} <Debug> TCPHandler: Processed in 0.002181471 sec. | ||
| 17094 | 2025.01.30 20:29:17.569620 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17095 | 2025.01.30 20:29:17.569833 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 17096 | 2025.01.30 20:29:17.570046 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17097 | 2025.01.30 20:29:17.570112 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7986 rows starting from the beginning of the part | ||
| 17098 | 2025.01.30 20:29:17.570457 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part | ||
| 17099 | 2025.01.30 20:29:17.570859 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 17100 | 2025.01.30 20:29:17.571143 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 17101 | 2025.01.30 20:29:17.571357 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 17102 | 2025.01.30 20:29:17.571535 [ 186 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part | ||
| 17103 | 2025.01.30 20:29:17.574229 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8352 rows, containing 4 columns (4 merged, 0 gathered) in 0.004478904 sec., 1864741.9100744291 rows/sec., 122.29 MiB/sec. | ||
| 17104 | 2025.01.30 20:29:17.574387 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 17105 | 2025.01.30 20:29:17.574724 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17106 | 2025.01.30 20:29:17.574812 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_126_25} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 17107 | 2025.01.30 20:29:17.574892 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 17108 | 2025.01.30 20:29:18.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.24 MiB, peak 296.85 MiB, free memory in arenas 0.00 B, will set to 277.22 MiB (RSS), difference: -1.02 MiB | ||
| 17109 | 2025.01.30 20:29:18.270376 [ 220 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17110 | 2025.01.30 20:29:18.270426 [ 220 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17111 | 2025.01.30 20:29:18.272320 [ 220 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17112 | 2025.01.30 20:29:19.323535 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 17113 | 2025.01.30 20:29:19.324220 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17114 | 2025.01.30 20:29:19.324263 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17115 | 2025.01.30 20:29:19.324800 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17116 | 2025.01.30 20:29:19.325070 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17117 | 2025.01.30 20:29:19.325275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 17118 | 2025.01.30 20:29:19.325359 [ 225 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17119 | 2025.01.30 20:29:19.325410 [ 225 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17120 | 2025.01.30 20:29:19.327243 [ 225 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17121 | 2025.01.30 20:29:20.029470 [ 221 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17122 | 2025.01.30 20:29:20.029536 [ 221 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17123 | 2025.01.30 20:29:20.031721 [ 221 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17124 | 2025.01.30 20:29:21.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.22 MiB, peak 296.85 MiB, free memory in arenas 0.00 B, will set to 277.22 MiB (RSS), difference: 4.00 MiB | ||
| 17125 | 2025.01.30 20:29:22.068765 [ 220 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17126 | 2025.01.30 20:29:22.068823 [ 220 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17127 | 2025.01.30 20:29:22.070859 [ 220 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17128 | 2025.01.30 20:29:22.200128 [ 218 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17129 | 2025.01.30 20:29:22.200195 [ 218 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17130 | 2025.01.30 20:29:22.202590 [ 218 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17131 | 2025.01.30 20:29:22.386604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716 | ||
| 17132 | 2025.01.30 20:29:22.408700 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17133 | 2025.01.30 20:29:22.408758 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17134 | 2025.01.30 20:29:22.416408 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17135 | 2025.01.30 20:29:22.417262 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17136 | 2025.01.30 20:29:22.420089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
| 17137 | 2025.01.30 20:29:22.832131 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17138 | 2025.01.30 20:29:22.832324 [ 270 ] {0b9edb32-9b45-4266-a27c-2df4a6329286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17139 | 2025.01.30 20:29:22.832399 [ 270 ] {0b9edb32-9b45-4266-a27c-2df4a6329286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17140 | 2025.01.30 20:29:22.833313 [ 270 ] {0b9edb32-9b45-4266-a27c-2df4a6329286} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17141 | 2025.01.30 20:29:22.833389 [ 270 ] {0b9edb32-9b45-4266-a27c-2df4a6329286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17142 | 2025.01.30 20:29:22.833858 [ 270 ] {0b9edb32-9b45-4266-a27c-2df4a6329286} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17143 | 2025.01.30 20:29:22.834121 [ 270 ] {0b9edb32-9b45-4266-a27c-2df4a6329286} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17144 | 2025.01.30 20:29:22.834379 [ 270 ] {0b9edb32-9b45-4266-a27c-2df4a6329286} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002106 sec., 35137.70180436847 rows/sec., 2.84 MiB/sec. | ||
| 17145 | 2025.01.30 20:29:22.834472 [ 270 ] {0b9edb32-9b45-4266-a27c-2df4a6329286} <Debug> TCPHandler: Processed in 0.002472298 sec. | ||
| 17146 | 2025.01.30 20:29:22.834722 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17147 | 2025.01.30 20:29:22.834913 [ 271 ] {e67cf5df-ca90-4b22-a310-313acab6d4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17148 | 2025.01.30 20:29:22.834986 [ 271 ] {e67cf5df-ca90-4b22-a310-313acab6d4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17149 | 2025.01.30 20:29:22.835722 [ 271 ] {e67cf5df-ca90-4b22-a310-313acab6d4a4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17150 | 2025.01.30 20:29:22.835764 [ 271 ] {e67cf5df-ca90-4b22-a310-313acab6d4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17151 | 2025.01.30 20:29:22.836208 [ 271 ] {e67cf5df-ca90-4b22-a310-313acab6d4a4} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 17152 | 2025.01.30 20:29:22.836471 [ 271 ] {e67cf5df-ca90-4b22-a310-313acab6d4a4} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17153 | 2025.01.30 20:29:22.836624 [ 61 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 17154 | 2025.01.30 20:29:22.836669 [ 61 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17155 | 2025.01.30 20:29:22.836675 [ 271 ] {e67cf5df-ca90-4b22-a310-313acab6d4a4} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001814 sec., 4961.411245865491 rows/sec., 373.07 KiB/sec. | ||
| 17156 | 2025.01.30 20:29:22.836699 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17157 | 2025.01.30 20:29:22.836773 [ 271 ] {e67cf5df-ca90-4b22-a310-313acab6d4a4} <Debug> TCPHandler: Processed in 0.002183081 sec. | ||
| 17158 | 2025.01.30 20:29:22.836959 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 17159 | 2025.01.30 20:29:22.837068 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17160 | 2025.01.30 20:29:22.837418 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17161 | 2025.01.30 20:29:22.837541 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 73 rows starting from the beginning of the part | ||
| 17162 | 2025.01.30 20:29:22.838001 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 8 rows starting from the beginning of the part | ||
| 17163 | 2025.01.30 20:29:22.837954 [ 270 ] {aa355e8d-34cb-464c-8c1b-3cbdb6fdc0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17164 | 2025.01.30 20:29:22.838458 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 52 rows starting from the beginning of the part | ||
| 17165 | 2025.01.30 20:29:22.838779 [ 270 ] {aa355e8d-34cb-464c-8c1b-3cbdb6fdc0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17166 | 2025.01.30 20:29:22.838979 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 9 rows starting from the beginning of the part | ||
| 17167 | 2025.01.30 20:29:22.839422 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 59 rows starting from the beginning of the part | ||
| 17168 | 2025.01.30 20:29:22.839752 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 9 rows starting from the beginning of the part | ||
| 17169 | 2025.01.30 20:29:22.843093 [ 270 ] {aa355e8d-34cb-464c-8c1b-3cbdb6fdc0cd} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17170 | 2025.01.30 20:29:22.843191 [ 270 ] {aa355e8d-34cb-464c-8c1b-3cbdb6fdc0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17171 | 2025.01.30 20:29:22.843455 [ 194 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.006674945 sec., 31460.933385967975 rows/sec., 2.38 MiB/sec. | ||
| 17172 | 2025.01.30 20:29:22.843679 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 17173 | 2025.01.30 20:29:22.844088 [ 270 ] {aa355e8d-34cb-464c-8c1b-3cbdb6fdc0cd} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17174 | 2025.01.30 20:29:22.844235 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17175 | 2025.01.30 20:29:22.844392 [ 193 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_131_26} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 17176 | 2025.01.30 20:29:22.844548 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17177 | 2025.01.30 20:29:22.844608 [ 270 ] {aa355e8d-34cb-464c-8c1b-3cbdb6fdc0cd} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17178 | 2025.01.30 20:29:22.844852 [ 270 ] {aa355e8d-34cb-464c-8c1b-3cbdb6fdc0cd} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.007376 sec., 9896.963123644253 rows/sec., 791.21 KiB/sec. | ||
| 17179 | 2025.01.30 20:29:22.844908 [ 219 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17180 | 2025.01.30 20:29:22.844919 [ 270 ] {aa355e8d-34cb-464c-8c1b-3cbdb6fdc0cd} <Debug> TCPHandler: Processed in 0.008044123 sec. | ||
| 17181 | 2025.01.30 20:29:22.844939 [ 219 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17182 | 2025.01.30 20:29:22.845084 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17183 | 2025.01.30 20:29:22.845249 [ 271 ] {63842f45-519f-487a-b9f4-71854e171bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17184 | 2025.01.30 20:29:22.845341 [ 271 ] {63842f45-519f-487a-b9f4-71854e171bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17185 | 2025.01.30 20:29:22.846677 [ 271 ] {63842f45-519f-487a-b9f4-71854e171bb2} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17186 | 2025.01.30 20:29:22.846742 [ 271 ] {63842f45-519f-487a-b9f4-71854e171bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17187 | 2025.01.30 20:29:22.847538 [ 271 ] {63842f45-519f-487a-b9f4-71854e171bb2} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 17188 | 2025.01.30 20:29:22.847941 [ 271 ] {63842f45-519f-487a-b9f4-71854e171bb2} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17189 | 2025.01.30 20:29:22.848248 [ 271 ] {63842f45-519f-487a-b9f4-71854e171bb2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003053 sec., 52407.46806419914 rows/sec., 3.65 MiB/sec. | ||
| 17190 | 2025.01.30 20:29:22.848357 [ 271 ] {63842f45-519f-487a-b9f4-71854e171bb2} <Debug> TCPHandler: Processed in 0.003326752 sec. | ||
| 17191 | 2025.01.30 20:29:22.848545 [ 219 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17192 | 2025.01.30 20:29:22.848556 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17193 | 2025.01.30 20:29:22.848737 [ 270 ] {629afd9a-092f-4eea-9d90-c2fff70927a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17194 | 2025.01.30 20:29:22.848808 [ 270 ] {629afd9a-092f-4eea-9d90-c2fff70927a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17195 | 2025.01.30 20:29:22.850436 [ 270 ] {629afd9a-092f-4eea-9d90-c2fff70927a6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17196 | 2025.01.30 20:29:22.850476 [ 270 ] {629afd9a-092f-4eea-9d90-c2fff70927a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17197 | 2025.01.30 20:29:22.851126 [ 270 ] {629afd9a-092f-4eea-9d90-c2fff70927a6} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 17198 | 2025.01.30 20:29:22.851414 [ 270 ] {629afd9a-092f-4eea-9d90-c2fff70927a6} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17199 | 2025.01.30 20:29:22.851608 [ 61 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 17200 | 2025.01.30 20:29:22.851668 [ 61 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17201 | 2025.01.30 20:29:22.851690 [ 270 ] {629afd9a-092f-4eea-9d90-c2fff70927a6} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002962 sec., 3038.4875084402433 rows/sec., 5.44 MiB/sec. | ||
| 17202 | 2025.01.30 20:29:22.851708 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17203 | 2025.01.30 20:29:22.852086 [ 270 ] {629afd9a-092f-4eea-9d90-c2fff70927a6} <Debug> TCPHandler: Processed in 0.00360525 sec. | ||
| 17204 | 2025.01.30 20:29:22.852107 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 17205 | 2025.01.30 20:29:22.852276 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17206 | 2025.01.30 20:29:22.852567 [ 271 ] {3f38c615-dad8-4007-a4b6-bbbe1c0c1202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17207 | 2025.01.30 20:29:22.852693 [ 271 ] {3f38c615-dad8-4007-a4b6-bbbe1c0c1202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17208 | 2025.01.30 20:29:22.852881 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17209 | 2025.01.30 20:29:22.853165 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2489 rows starting from the beginning of the part | ||
| 17210 | 2025.01.30 20:29:22.853968 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 8 rows starting from the beginning of the part | ||
| 17211 | 2025.01.30 20:29:22.854849 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 45 rows starting from the beginning of the part | ||
| 17212 | 2025.01.30 20:29:22.854910 [ 271 ] {3f38c615-dad8-4007-a4b6-bbbe1c0c1202} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17213 | 2025.01.30 20:29:22.854984 [ 271 ] {3f38c615-dad8-4007-a4b6-bbbe1c0c1202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. | ||
| 17214 | 2025.01.30 20:29:22.855510 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 9 rows starting from the beginning of the part | ||
| 17215 | 2025.01.30 20:29:22.856283 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 46 rows starting from the beginning of the part | ||
| 17216 | 2025.01.30 20:29:22.856534 [ 271 ] {3f38c615-dad8-4007-a4b6-bbbe1c0c1202} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 17217 | 2025.01.30 20:29:22.856902 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 9 rows starting from the beginning of the part | ||
| 17218 | 2025.01.30 20:29:22.857341 [ 271 ] {3f38c615-dad8-4007-a4b6-bbbe1c0c1202} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17219 | 2025.01.30 20:29:22.858120 [ 271 ] {3f38c615-dad8-4007-a4b6-bbbe1c0c1202} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005654 sec., 10611.956137247966 rows/sec., 732.34 KiB/sec. | ||
| 17220 | 2025.01.30 20:29:22.858244 [ 271 ] {3f38c615-dad8-4007-a4b6-bbbe1c0c1202} <Debug> TCPHandler: Processed in 0.006044318 sec. | ||
| 17221 | 2025.01.30 20:29:22.869772 [ 200 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2606 rows, containing 19 columns (19 merged, 0 gathered) in 0.017905277 sec., 145543.6852498847 rows/sec., 260.81 MiB/sec. | ||
| 17222 | 2025.01.30 20:29:22.872144 [ 199 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 17223 | 2025.01.30 20:29:22.872671 [ 199 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17224 | 2025.01.30 20:29:22.872765 [ 199 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 17225 | 2025.01.30 20:29:22.872941 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.82 MiB. | ||
| 17226 | 2025.01.30 20:29:26.565206 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17227 | 2025.01.30 20:29:26.565274 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17228 | 2025.01.30 20:29:26.825399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 17229 | 2025.01.30 20:29:26.826025 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17230 | 2025.01.30 20:29:26.826064 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17231 | 2025.01.30 20:29:26.826597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 17232 | 2025.01.30 20:29:26.826848 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17233 | 2025.01.30 20:29:26.827003 [ 58 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 17234 | 2025.01.30 20:29:26.827033 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 17235 | 2025.01.30 20:29:26.827045 [ 58 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17236 | 2025.01.30 20:29:26.827069 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17237 | 2025.01.30 20:29:26.827233 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 17238 | 2025.01.30 20:29:26.827515 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17239 | 2025.01.30 20:29:26.827587 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
| 17240 | 2025.01.30 20:29:26.827703 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part | ||
| 17241 | 2025.01.30 20:29:26.827917 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part | ||
| 17242 | 2025.01.30 20:29:26.828114 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part | ||
| 17243 | 2025.01.30 20:29:26.828310 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part | ||
| 17244 | 2025.01.30 20:29:26.828460 [ 187 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
| 17245 | 2025.01.30 20:29:26.831705 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004561747 sec., 9641262.437395148 rows/sec., 137.92 MiB/sec. | ||
| 17246 | 2025.01.30 20:29:26.832077 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 17247 | 2025.01.30 20:29:26.832412 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17248 | 2025.01.30 20:29:26.832505 [ 192 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_96_19} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 17249 | 2025.01.30 20:29:26.832624 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17250 | 2025.01.30 20:29:27.004251 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003838506 sec. | ||
| 17251 | 2025.01.30 20:29:27.065820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2340 | ||
| 17252 | 2025.01.30 20:29:27.069136 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17253 | 2025.01.30 20:29:27.069178 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17254 | 2025.01.30 20:29:27.070703 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17255 | 2025.01.30 20:29:27.071020 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17256 | 2025.01.30 20:29:27.071563 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2340 | ||
| 17257 | 2025.01.30 20:29:27.133405 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17258 | 2025.01.30 20:29:27.133436 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17259 | 2025.01.30 20:29:27.135500 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17260 | 2025.01.30 20:29:27.632123 [ 219 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17261 | 2025.01.30 20:29:27.632179 [ 219 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17262 | 2025.01.30 20:29:27.634218 [ 219 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17263 | 2025.01.30 20:29:27.838052 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17264 | 2025.01.30 20:29:27.838272 [ 270 ] {3111505e-8702-4337-8534-9af0b58a6c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17265 | 2025.01.30 20:29:27.838355 [ 270 ] {3111505e-8702-4337-8534-9af0b58a6c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17266 | 2025.01.30 20:29:27.839177 [ 270 ] {3111505e-8702-4337-8534-9af0b58a6c66} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17267 | 2025.01.30 20:29:27.839228 [ 270 ] {3111505e-8702-4337-8534-9af0b58a6c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17268 | 2025.01.30 20:29:27.839660 [ 270 ] {3111505e-8702-4337-8534-9af0b58a6c66} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 17269 | 2025.01.30 20:29:27.839906 [ 270 ] {3111505e-8702-4337-8534-9af0b58a6c66} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17270 | 2025.01.30 20:29:27.840136 [ 270 ] {3111505e-8702-4337-8534-9af0b58a6c66} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 523.27 KiB/sec. | ||
| 17271 | 2025.01.30 20:29:27.840191 [ 270 ] {3111505e-8702-4337-8534-9af0b58a6c66} <Debug> TCPHandler: Processed in 0.002284113 sec. | ||
| 17272 | 2025.01.30 20:29:27.840407 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17273 | 2025.01.30 20:29:27.840596 [ 271 ] {4f9c153c-4e56-4c9e-ba39-1711f07acc5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17274 | 2025.01.30 20:29:27.840667 [ 271 ] {4f9c153c-4e56-4c9e-ba39-1711f07acc5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17275 | 2025.01.30 20:29:27.841609 [ 271 ] {4f9c153c-4e56-4c9e-ba39-1711f07acc5b} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17276 | 2025.01.30 20:29:27.841649 [ 271 ] {4f9c153c-4e56-4c9e-ba39-1711f07acc5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17277 | 2025.01.30 20:29:27.842102 [ 271 ] {4f9c153c-4e56-4c9e-ba39-1711f07acc5b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17278 | 2025.01.30 20:29:27.842364 [ 271 ] {4f9c153c-4e56-4c9e-ba39-1711f07acc5b} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17279 | 2025.01.30 20:29:27.842579 [ 271 ] {4f9c153c-4e56-4c9e-ba39-1711f07acc5b} <Debug> executeQuery: Read 301 rows, 27.29 KiB in 0.002027 sec., 148495.3132708436 rows/sec., 13.15 MiB/sec. | ||
| 17280 | 2025.01.30 20:29:27.842667 [ 271 ] {4f9c153c-4e56-4c9e-ba39-1711f07acc5b} <Debug> TCPHandler: Processed in 0.002383466 sec. | ||
| 17281 | 2025.01.30 20:29:27.842868 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17282 | 2025.01.30 20:29:27.843028 [ 270 ] {67f5b131-eeb7-4529-990d-48ff69d8c4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17283 | 2025.01.30 20:29:27.843084 [ 270 ] {67f5b131-eeb7-4529-990d-48ff69d8c4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17284 | 2025.01.30 20:29:27.843808 [ 270 ] {67f5b131-eeb7-4529-990d-48ff69d8c4db} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17285 | 2025.01.30 20:29:27.843847 [ 270 ] {67f5b131-eeb7-4529-990d-48ff69d8c4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17286 | 2025.01.30 20:29:27.844208 [ 270 ] {67f5b131-eeb7-4529-990d-48ff69d8c4db} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17287 | 2025.01.30 20:29:27.844446 [ 270 ] {67f5b131-eeb7-4529-990d-48ff69d8c4db} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17288 | 2025.01.30 20:29:27.844652 [ 270 ] {67f5b131-eeb7-4529-990d-48ff69d8c4db} <Debug> executeQuery: Read 56 rows, 4.14 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.44 MiB/sec. | ||
| 17289 | 2025.01.30 20:29:27.844704 [ 270 ] {67f5b131-eeb7-4529-990d-48ff69d8c4db} <Debug> TCPHandler: Processed in 0.001917683 sec. | ||
| 17290 | 2025.01.30 20:29:27.844871 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17291 | 2025.01.30 20:29:27.845008 [ 271 ] {89a709fb-d9bf-46d3-a16b-106da7812ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17292 | 2025.01.30 20:29:27.845064 [ 271 ] {89a709fb-d9bf-46d3-a16b-106da7812ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17293 | 2025.01.30 20:29:27.845731 [ 271 ] {89a709fb-d9bf-46d3-a16b-106da7812ba5} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17294 | 2025.01.30 20:29:27.845778 [ 271 ] {89a709fb-d9bf-46d3-a16b-106da7812ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17295 | 2025.01.30 20:29:27.846130 [ 271 ] {89a709fb-d9bf-46d3-a16b-106da7812ba5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 17296 | 2025.01.30 20:29:27.846362 [ 271 ] {89a709fb-d9bf-46d3-a16b-106da7812ba5} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17297 | 2025.01.30 20:29:27.846531 [ 271 ] {89a709fb-d9bf-46d3-a16b-106da7812ba5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001553 sec., 9014.810045074051 rows/sec., 631.34 KiB/sec. | ||
| 17298 | 2025.01.30 20:29:27.846581 [ 271 ] {89a709fb-d9bf-46d3-a16b-106da7812ba5} <Debug> TCPHandler: Processed in 0.001778919 sec. | ||
| 17299 | 2025.01.30 20:29:27.846730 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17300 | 2025.01.30 20:29:27.846863 [ 270 ] {f6220388-9466-427d-9b51-17d784d0d9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17301 | 2025.01.30 20:29:27.846920 [ 270 ] {f6220388-9466-427d-9b51-17d784d0d9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17302 | 2025.01.30 20:29:27.847598 [ 270 ] {f6220388-9466-427d-9b51-17d784d0d9ec} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17303 | 2025.01.30 20:29:27.847645 [ 270 ] {f6220388-9466-427d-9b51-17d784d0d9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17304 | 2025.01.30 20:29:27.848020 [ 270 ] {f6220388-9466-427d-9b51-17d784d0d9ec} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 17305 | 2025.01.30 20:29:27.848265 [ 270 ] {f6220388-9466-427d-9b51-17d784d0d9ec} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17306 | 2025.01.30 20:29:27.848473 [ 270 ] {f6220388-9466-427d-9b51-17d784d0d9ec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001641 sec., 7921.998781230956 rows/sec., 493.93 KiB/sec. | ||
| 17307 | 2025.01.30 20:29:27.848526 [ 270 ] {f6220388-9466-427d-9b51-17d784d0d9ec} <Debug> TCPHandler: Processed in 0.001853241 sec. | ||
| 17308 | 2025.01.30 20:29:27.848671 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17309 | 2025.01.30 20:29:27.848792 [ 271 ] {2a6524ca-749c-4a17-99a5-0ba9ef026979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17310 | 2025.01.30 20:29:27.848847 [ 271 ] {2a6524ca-749c-4a17-99a5-0ba9ef026979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17311 | 2025.01.30 20:29:27.849661 [ 271 ] {2a6524ca-749c-4a17-99a5-0ba9ef026979} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17312 | 2025.01.30 20:29:27.849707 [ 271 ] {2a6524ca-749c-4a17-99a5-0ba9ef026979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17313 | 2025.01.30 20:29:27.850099 [ 271 ] {2a6524ca-749c-4a17-99a5-0ba9ef026979} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17314 | 2025.01.30 20:29:27.850328 [ 271 ] {2a6524ca-749c-4a17-99a5-0ba9ef026979} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17315 | 2025.01.30 20:29:27.850517 [ 271 ] {2a6524ca-749c-4a17-99a5-0ba9ef026979} <Debug> executeQuery: Read 434 rows, 31.88 KiB in 0.001752 sec., 247716.89497716894 rows/sec., 17.77 MiB/sec. | ||
| 17316 | 2025.01.30 20:29:27.850588 [ 271 ] {2a6524ca-749c-4a17-99a5-0ba9ef026979} <Debug> TCPHandler: Processed in 0.001970614 sec. | ||
| 17317 | 2025.01.30 20:29:27.850756 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17318 | 2025.01.30 20:29:27.850875 [ 270 ] {4da4070b-7a39-4155-aa72-4f609f85efb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17319 | 2025.01.30 20:29:27.850926 [ 270 ] {4da4070b-7a39-4155-aa72-4f609f85efb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17320 | 2025.01.30 20:29:27.851409 [ 270 ] {4da4070b-7a39-4155-aa72-4f609f85efb5} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17321 | 2025.01.30 20:29:27.851445 [ 270 ] {4da4070b-7a39-4155-aa72-4f609f85efb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17322 | 2025.01.30 20:29:27.851812 [ 270 ] {4da4070b-7a39-4155-aa72-4f609f85efb5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 17323 | 2025.01.30 20:29:27.852040 [ 270 ] {4da4070b-7a39-4155-aa72-4f609f85efb5} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17324 | 2025.01.30 20:29:27.852215 [ 270 ] {4da4070b-7a39-4155-aa72-4f609f85efb5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 229.49 KiB/sec. | ||
| 17325 | 2025.01.30 20:29:27.852264 [ 270 ] {4da4070b-7a39-4155-aa72-4f609f85efb5} <Debug> TCPHandler: Processed in 0.001564333 sec. | ||
| 17326 | 2025.01.30 20:29:27.852405 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17327 | 2025.01.30 20:29:27.852526 [ 271 ] {21053411-0833-4d3a-a811-f43758bd3e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17328 | 2025.01.30 20:29:27.852584 [ 271 ] {21053411-0833-4d3a-a811-f43758bd3e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17329 | 2025.01.30 20:29:27.853151 [ 271 ] {21053411-0833-4d3a-a811-f43758bd3e0b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17330 | 2025.01.30 20:29:27.853190 [ 271 ] {21053411-0833-4d3a-a811-f43758bd3e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17331 | 2025.01.30 20:29:27.853602 [ 271 ] {21053411-0833-4d3a-a811-f43758bd3e0b} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 17332 | 2025.01.30 20:29:27.853838 [ 271 ] {21053411-0833-4d3a-a811-f43758bd3e0b} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17333 | 2025.01.30 20:29:27.854049 [ 271 ] {21053411-0833-4d3a-a811-f43758bd3e0b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001547 sec., 153199.74143503557 rows/sec., 10.27 MiB/sec. | ||
| 17334 | 2025.01.30 20:29:27.854100 [ 271 ] {21053411-0833-4d3a-a811-f43758bd3e0b} <Debug> TCPHandler: Processed in 0.001755479 sec. | ||
| 17335 | 2025.01.30 20:29:27.854266 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17336 | 2025.01.30 20:29:27.854435 [ 270 ] {971b2974-49cb-4e57-b9db-db7ab779a817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17337 | 2025.01.30 20:29:27.854507 [ 270 ] {971b2974-49cb-4e57-b9db-db7ab779a817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17338 | 2025.01.30 20:29:27.855076 [ 270 ] {971b2974-49cb-4e57-b9db-db7ab779a817} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17339 | 2025.01.30 20:29:27.855113 [ 270 ] {971b2974-49cb-4e57-b9db-db7ab779a817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17340 | 2025.01.30 20:29:27.855466 [ 270 ] {971b2974-49cb-4e57-b9db-db7ab779a817} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 17341 | 2025.01.30 20:29:27.855693 [ 270 ] {971b2974-49cb-4e57-b9db-db7ab779a817} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17342 | 2025.01.30 20:29:27.855865 [ 270 ] {971b2974-49cb-4e57-b9db-db7ab779a817} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 17343 | 2025.01.30 20:29:27.855913 [ 270 ] {971b2974-49cb-4e57-b9db-db7ab779a817} <Debug> TCPHandler: Processed in 0.001731218 sec. | ||
| 17344 | 2025.01.30 20:29:27.856051 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17345 | 2025.01.30 20:29:27.856188 [ 271 ] {f838d2d1-2e8f-4e09-ab02-53931608eec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17346 | 2025.01.30 20:29:27.856280 [ 271 ] {f838d2d1-2e8f-4e09-ab02-53931608eec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17347 | 2025.01.30 20:29:27.857533 [ 271 ] {f838d2d1-2e8f-4e09-ab02-53931608eec2} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17348 | 2025.01.30 20:29:27.857574 [ 271 ] {f838d2d1-2e8f-4e09-ab02-53931608eec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17349 | 2025.01.30 20:29:27.858252 [ 271 ] {f838d2d1-2e8f-4e09-ab02-53931608eec2} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17350 | 2025.01.30 20:29:27.858502 [ 271 ] {f838d2d1-2e8f-4e09-ab02-53931608eec2} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17351 | 2025.01.30 20:29:27.858736 [ 271 ] {f838d2d1-2e8f-4e09-ab02-53931608eec2} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.002579 sec., 18999.612252811166 rows/sec., 34.05 MiB/sec. | ||
| 17352 | 2025.01.30 20:29:27.858830 [ 271 ] {f838d2d1-2e8f-4e09-ab02-53931608eec2} <Debug> TCPHandler: Processed in 0.002844759 sec. | ||
| 17353 | 2025.01.30 20:29:27.858991 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17354 | 2025.01.30 20:29:27.859133 [ 270 ] {a35c7efd-9e49-4792-bac7-22b7b79949a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17355 | 2025.01.30 20:29:27.859193 [ 270 ] {a35c7efd-9e49-4792-bac7-22b7b79949a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17356 | 2025.01.30 20:29:27.859752 [ 270 ] {a35c7efd-9e49-4792-bac7-22b7b79949a6} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17357 | 2025.01.30 20:29:27.859794 [ 270 ] {a35c7efd-9e49-4792-bac7-22b7b79949a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17358 | 2025.01.30 20:29:27.860152 [ 270 ] {a35c7efd-9e49-4792-bac7-22b7b79949a6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 17359 | 2025.01.30 20:29:27.860387 [ 270 ] {a35c7efd-9e49-4792-bac7-22b7b79949a6} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17360 | 2025.01.30 20:29:27.860634 [ 270 ] {a35c7efd-9e49-4792-bac7-22b7b79949a6} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001504 sec., 1994.68085106383 rows/sec., 159.73 KiB/sec. | ||
| 17361 | 2025.01.30 20:29:27.860751 [ 270 ] {a35c7efd-9e49-4792-bac7-22b7b79949a6} <Debug> TCPHandler: Processed in 0.001829661 sec. | ||
| 17362 | 2025.01.30 20:29:27.860916 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17363 | 2025.01.30 20:29:27.861056 [ 271 ] {1c8c3d88-0e31-48ac-a70c-419a575889b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17364 | 2025.01.30 20:29:27.861115 [ 271 ] {1c8c3d88-0e31-48ac-a70c-419a575889b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17365 | 2025.01.30 20:29:27.861673 [ 271 ] {1c8c3d88-0e31-48ac-a70c-419a575889b3} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17366 | 2025.01.30 20:29:27.861718 [ 271 ] {1c8c3d88-0e31-48ac-a70c-419a575889b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17367 | 2025.01.30 20:29:27.862090 [ 271 ] {1c8c3d88-0e31-48ac-a70c-419a575889b3} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 17368 | 2025.01.30 20:29:27.862330 [ 271 ] {1c8c3d88-0e31-48ac-a70c-419a575889b3} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17369 | 2025.01.30 20:29:27.862528 [ 271 ] {1c8c3d88-0e31-48ac-a70c-419a575889b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 17370 | 2025.01.30 20:29:27.862578 [ 271 ] {1c8c3d88-0e31-48ac-a70c-419a575889b3} <Debug> TCPHandler: Processed in 0.001730228 sec. | ||
| 17371 | 2025.01.30 20:29:29.920152 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724 | ||
| 17372 | 2025.01.30 20:29:29.942762 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17373 | 2025.01.30 20:29:29.942827 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17374 | 2025.01.30 20:29:29.950506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 17375 | 2025.01.30 20:29:29.951330 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17376 | 2025.01.30 20:29:29.951745 [ 54 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 17377 | 2025.01.30 20:29:29.951927 [ 54 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17378 | 2025.01.30 20:29:29.952010 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17379 | 2025.01.30 20:29:29.952491 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 17380 | 2025.01.30 20:29:29.967523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 17381 | 2025.01.30 20:29:29.969405 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17382 | 2025.01.30 20:29:29.970731 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 17383 | 2025.01.30 20:29:29.976505 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 17384 | 2025.01.30 20:29:29.982646 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 17385 | 2025.01.30 20:29:29.988791 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 17386 | 2025.01.30 20:29:29.995465 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part | ||
| 17387 | 2025.01.30 20:29:30.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 282.25 MiB, peak 297.02 MiB, free memory in arenas 0.00 B, will set to 277.72 MiB (RSS), difference: -4.53 MiB | ||
| 17388 | 2025.01.30 20:29:30.002621 [ 198 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 17389 | 2025.01.30 20:29:30.068329 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.116160014 sec., 6232.781617949873 rows/sec., 32.23 MiB/sec. | ||
| 17390 | 2025.01.30 20:29:30.071996 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 17391 | 2025.01.30 20:29:30.075131 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17392 | 2025.01.30 20:29:30.075226 [ 191 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_96_19} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 17393 | 2025.01.30 20:29:30.077761 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 17394 | 2025.01.30 20:29:31.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.24 MiB, peak 297.02 MiB, free memory in arenas 0.00 B, will set to 277.72 MiB (RSS), difference: 3.48 MiB | ||
| 17395 | 2025.01.30 20:29:32.832860 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17396 | 2025.01.30 20:29:32.833103 [ 270 ] {765ef2d0-4621-4c8d-b2f4-c7c2c29db803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17397 | 2025.01.30 20:29:32.833222 [ 270 ] {765ef2d0-4621-4c8d-b2f4-c7c2c29db803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17398 | 2025.01.30 20:29:32.834287 [ 270 ] {765ef2d0-4621-4c8d-b2f4-c7c2c29db803} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17399 | 2025.01.30 20:29:32.834338 [ 270 ] {765ef2d0-4621-4c8d-b2f4-c7c2c29db803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17400 | 2025.01.30 20:29:32.834765 [ 270 ] {765ef2d0-4621-4c8d-b2f4-c7c2c29db803} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 17401 | 2025.01.30 20:29:32.835018 [ 270 ] {765ef2d0-4621-4c8d-b2f4-c7c2c29db803} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17402 | 2025.01.30 20:29:32.835293 [ 270 ] {765ef2d0-4621-4c8d-b2f4-c7c2c29db803} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002266 sec., 2647.8375992939104 rows/sec., 215.91 KiB/sec. | ||
| 17403 | 2025.01.30 20:29:32.835461 [ 270 ] {765ef2d0-4621-4c8d-b2f4-c7c2c29db803} <Debug> TCPHandler: Processed in 0.002729766 sec. | ||
| 17404 | 2025.01.30 20:29:32.835835 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17405 | 2025.01.30 20:29:32.836097 [ 271 ] {c9bd7923-f91b-4816-a47a-b34eb5ec780b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17406 | 2025.01.30 20:29:32.836169 [ 271 ] {c9bd7923-f91b-4816-a47a-b34eb5ec780b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17407 | 2025.01.30 20:29:32.836944 [ 271 ] {c9bd7923-f91b-4816-a47a-b34eb5ec780b} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17408 | 2025.01.30 20:29:32.836992 [ 271 ] {c9bd7923-f91b-4816-a47a-b34eb5ec780b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17409 | 2025.01.30 20:29:32.837435 [ 271 ] {c9bd7923-f91b-4816-a47a-b34eb5ec780b} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17410 | 2025.01.30 20:29:32.837689 [ 271 ] {c9bd7923-f91b-4816-a47a-b34eb5ec780b} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17411 | 2025.01.30 20:29:32.837960 [ 271 ] {c9bd7923-f91b-4816-a47a-b34eb5ec780b} <Debug> executeQuery: Read 77 rows, 6.34 KiB in 0.00191 sec., 40314.13612565445 rows/sec., 3.24 MiB/sec. | ||
| 17412 | 2025.01.30 20:29:32.838044 [ 271 ] {c9bd7923-f91b-4816-a47a-b34eb5ec780b} <Debug> TCPHandler: Processed in 0.002415247 sec. | ||
| 17413 | 2025.01.30 20:29:32.838295 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17414 | 2025.01.30 20:29:32.838451 [ 270 ] {ab4fe2e9-875f-4b8b-9aad-552c00c5ddfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17415 | 2025.01.30 20:29:32.838509 [ 270 ] {ab4fe2e9-875f-4b8b-9aad-552c00c5ddfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17416 | 2025.01.30 20:29:32.839167 [ 270 ] {ab4fe2e9-875f-4b8b-9aad-552c00c5ddfa} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17417 | 2025.01.30 20:29:32.839206 [ 270 ] {ab4fe2e9-875f-4b8b-9aad-552c00c5ddfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17418 | 2025.01.30 20:29:32.839577 [ 270 ] {ab4fe2e9-875f-4b8b-9aad-552c00c5ddfa} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17419 | 2025.01.30 20:29:32.839815 [ 270 ] {ab4fe2e9-875f-4b8b-9aad-552c00c5ddfa} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17420 | 2025.01.30 20:29:32.840034 [ 270 ] {ab4fe2e9-875f-4b8b-9aad-552c00c5ddfa} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.001612 sec., 9305.210918114144 rows/sec., 679.72 KiB/sec. | ||
| 17421 | 2025.01.30 20:29:32.840087 [ 270 ] {ab4fe2e9-875f-4b8b-9aad-552c00c5ddfa} <Debug> TCPHandler: Processed in 0.001884213 sec. | ||
| 17422 | 2025.01.30 20:29:32.840236 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17423 | 2025.01.30 20:29:32.840352 [ 271 ] {bddd7d84-533b-469d-8751-9c2d73a69622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17424 | 2025.01.30 20:29:32.840400 [ 271 ] {bddd7d84-533b-469d-8751-9c2d73a69622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17425 | 2025.01.30 20:29:32.841018 [ 271 ] {bddd7d84-533b-469d-8751-9c2d73a69622} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17426 | 2025.01.30 20:29:32.841058 [ 271 ] {bddd7d84-533b-469d-8751-9c2d73a69622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17427 | 2025.01.30 20:29:32.841431 [ 271 ] {bddd7d84-533b-469d-8751-9c2d73a69622} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17428 | 2025.01.30 20:29:32.841667 [ 271 ] {bddd7d84-533b-469d-8751-9c2d73a69622} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17429 | 2025.01.30 20:29:32.841919 [ 271 ] {bddd7d84-533b-469d-8751-9c2d73a69622} <Debug> executeQuery: Read 85 rows, 6.78 KiB in 0.00159 sec., 53459.11949685535 rows/sec., 4.16 MiB/sec. | ||
| 17430 | 2025.01.30 20:29:32.842000 [ 271 ] {bddd7d84-533b-469d-8751-9c2d73a69622} <Debug> TCPHandler: Processed in 0.001814811 sec. | ||
| 17431 | 2025.01.30 20:29:32.842332 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17432 | 2025.01.30 20:29:32.842581 [ 270 ] {2bb6913e-fba1-443b-956a-c5bd242d0473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17433 | 2025.01.30 20:29:32.842678 [ 270 ] {2bb6913e-fba1-443b-956a-c5bd242d0473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17434 | 2025.01.30 20:29:32.843419 [ 270 ] {2bb6913e-fba1-443b-956a-c5bd242d0473} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17435 | 2025.01.30 20:29:32.843458 [ 270 ] {2bb6913e-fba1-443b-956a-c5bd242d0473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17436 | 2025.01.30 20:29:32.843858 [ 270 ] {2bb6913e-fba1-443b-956a-c5bd242d0473} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 17437 | 2025.01.30 20:29:32.844093 [ 270 ] {2bb6913e-fba1-443b-956a-c5bd242d0473} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17438 | 2025.01.30 20:29:32.844287 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_125_26 to all_129_129_0 | ||
| 17439 | 2025.01.30 20:29:32.844344 [ 270 ] {2bb6913e-fba1-443b-956a-c5bd242d0473} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001819 sec., 89609.67564595932 rows/sec., 6.24 MiB/sec. | ||
| 17440 | 2025.01.30 20:29:32.844374 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17441 | 2025.01.30 20:29:32.844455 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17442 | 2025.01.30 20:29:32.844465 [ 270 ] {2bb6913e-fba1-443b-956a-c5bd242d0473} <Debug> TCPHandler: Processed in 0.002350745 sec. | ||
| 17443 | 2025.01.30 20:29:32.844912 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_125_26 to all_129_129_0 into Compact with storage Full | ||
| 17444 | 2025.01.30 20:29:32.845149 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17445 | 2025.01.30 20:29:32.845582 [ 271 ] {06d89dd9-67df-4724-86d0-9410f12b9b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17446 | 2025.01.30 20:29:32.845952 [ 271 ] {06d89dd9-67df-4724-86d0-9410f12b9b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17447 | 2025.01.30 20:29:32.845968 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17448 | 2025.01.30 20:29:32.846301 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_125_26, total 40149 rows starting from the beginning of the part | ||
| 17449 | 2025.01.30 20:29:32.847279 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 17450 | 2025.01.30 20:29:32.847810 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 960 rows starting from the beginning of the part | ||
| 17451 | 2025.01.30 20:29:32.848359 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 17452 | 2025.01.30 20:29:32.848666 [ 192 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part | ||
| 17453 | 2025.01.30 20:29:32.851759 [ 271 ] {06d89dd9-67df-4724-86d0-9410f12b9b39} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17454 | 2025.01.30 20:29:32.851826 [ 271 ] {06d89dd9-67df-4724-86d0-9410f12b9b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17455 | 2025.01.30 20:29:32.853351 [ 271 ] {06d89dd9-67df-4724-86d0-9410f12b9b39} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17456 | 2025.01.30 20:29:32.853738 [ 271 ] {06d89dd9-67df-4724-86d0-9410f12b9b39} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17457 | 2025.01.30 20:29:32.853999 [ 271 ] {06d89dd9-67df-4724-86d0-9410f12b9b39} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.008602 sec., 1046.2683096954197 rows/sec., 1.87 MiB/sec. | ||
| 17458 | 2025.01.30 20:29:32.854163 [ 271 ] {06d89dd9-67df-4724-86d0-9410f12b9b39} <Debug> TCPHandler: Processed in 0.009569826 sec. | ||
| 17459 | 2025.01.30 20:29:32.854395 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17460 | 2025.01.30 20:29:32.854621 [ 270 ] {baaeed34-bda0-40a8-b388-8b5d7568f278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17461 | 2025.01.30 20:29:32.854733 [ 270 ] {baaeed34-bda0-40a8-b388-8b5d7568f278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17462 | 2025.01.30 20:29:32.855483 [ 270 ] {baaeed34-bda0-40a8-b388-8b5d7568f278} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17463 | 2025.01.30 20:29:32.855527 [ 270 ] {baaeed34-bda0-40a8-b388-8b5d7568f278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17464 | 2025.01.30 20:29:32.856027 [ 270 ] {baaeed34-bda0-40a8-b388-8b5d7568f278} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 17465 | 2025.01.30 20:29:32.856303 [ 270 ] {baaeed34-bda0-40a8-b388-8b5d7568f278} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17466 | 2025.01.30 20:29:32.856441 [ 51 ] {} <Debug> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 17467 | 2025.01.30 20:29:32.856511 [ 51 ] {} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17468 | 2025.01.30 20:29:32.856510 [ 270 ] {baaeed34-bda0-40a8-b388-8b5d7568f278} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001945 sec., 3084.832904884319 rows/sec., 203.35 KiB/sec. | ||
| 17469 | 2025.01.30 20:29:32.856549 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17470 | 2025.01.30 20:29:32.856598 [ 270 ] {baaeed34-bda0-40a8-b388-8b5d7568f278} <Debug> TCPHandler: Processed in 0.002337995 sec. | ||
| 17471 | 2025.01.30 20:29:32.856875 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17472 | 2025.01.30 20:29:32.856929 [ 189 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::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 | ||
| 17473 | 2025.01.30 20:29:32.857091 [ 271 ] {0e62757a-8778-431f-9f87-01dde5b6b7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17474 | 2025.01.30 20:29:32.857138 [ 189 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17475 | 2025.01.30 20:29:32.857183 [ 271 ] {0e62757a-8778-431f-9f87-01dde5b6b7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17476 | 2025.01.30 20:29:32.857191 [ 189 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 17477 | 2025.01.30 20:29:32.857603 [ 189 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
| 17478 | 2025.01.30 20:29:32.857922 [ 189 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::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 | ||
| 17479 | 2025.01.30 20:29:32.858494 [ 189 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
| 17480 | 2025.01.30 20:29:32.858771 [ 189 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part | ||
| 17481 | 2025.01.30 20:29:32.858915 [ 189 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::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 | ||
| 17482 | 2025.01.30 20:29:32.859809 [ 271 ] {0e62757a-8778-431f-9f87-01dde5b6b7de} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17483 | 2025.01.30 20:29:32.859851 [ 271 ] {0e62757a-8778-431f-9f87-01dde5b6b7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17484 | 2025.01.30 20:29:32.860429 [ 271 ] {0e62757a-8778-431f-9f87-01dde5b6b7de} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 17485 | 2025.01.30 20:29:32.860917 [ 271 ] {0e62757a-8778-431f-9f87-01dde5b6b7de} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17486 | 2025.01.30 20:29:32.860933 [ 196 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.004280009 sec., 11915.86279374646 rows/sec., 868.18 KiB/sec. | ||
| 17487 | 2025.01.30 20:29:32.861264 [ 196 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 17488 | 2025.01.30 20:29:32.861323 [ 271 ] {0e62757a-8778-431f-9f87-01dde5b6b7de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004293 sec., 13976.240391334732 rows/sec., 964.51 KiB/sec. | ||
| 17489 | 2025.01.30 20:29:32.861575 [ 271 ] {0e62757a-8778-431f-9f87-01dde5b6b7de} <Debug> TCPHandler: Processed in 0.004861595 sec. | ||
| 17490 | 2025.01.30 20:29:32.862079 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41666 rows, containing 5 columns (5 merged, 0 gathered) in 0.017444264 sec., 2388521.52203154 rows/sec., 161.53 MiB/sec. | ||
| 17491 | 2025.01.30 20:29:32.862131 [ 197 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17492 | 2025.01.30 20:29:32.862264 [ 197 ] {a542c6e6-f643-47b2-bc5f-1e78886d8954::all_1_6_1} <Trace> oximeter.measurements_i64 (a542c6e6-f643-47b2-bc5f-1e78886d8954) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 17493 | 2025.01.30 20:29:32.862352 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 17494 | 2025.01.30 20:29:32.862579 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Trace> MergedBlockOutputStream: filled checksums all_1_129_27 (state Temporary) | ||
| 17495 | 2025.01.30 20:29:32.862891 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_129_27 to all_1_129_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17496 | 2025.01.30 20:29:32.862977 [ 196 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_129_27} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_125_26, all_129_129_0] -> all_1_129_27 | ||
| 17497 | 2025.01.30 20:29:32.863066 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 17498 | 2025.01.30 20:29:34.327190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
| 17499 | 2025.01.30 20:29:34.328249 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17500 | 2025.01.30 20:29:34.328292 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17501 | 2025.01.30 20:29:34.328824 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 17502 | 2025.01.30 20:29:34.329081 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17503 | 2025.01.30 20:29:34.329369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 17504 | 2025.01.30 20:29:37.071825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2380 | ||
| 17505 | 2025.01.30 20:29:37.075295 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17506 | 2025.01.30 20:29:37.075346 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17507 | 2025.01.30 20:29:37.076855 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17508 | 2025.01.30 20:29:37.077158 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17509 | 2025.01.30 20:29:37.078779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2380 | ||
| 17510 | 2025.01.30 20:29:37.467613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 731 | ||
| 17511 | 2025.01.30 20:29:37.491665 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17512 | 2025.01.30 20:29:37.491740 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17513 | 2025.01.30 20:29:37.500698 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 17514 | 2025.01.30 20:29:37.501527 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17515 | 2025.01.30 20:29:37.506733 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 731 | ||
| 17516 | 2025.01.30 20:29:37.837635 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17517 | 2025.01.30 20:29:37.837813 [ 270 ] {14b55818-768a-4d0f-9dc0-a78d91b3960e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17518 | 2025.01.30 20:29:37.837882 [ 270 ] {14b55818-768a-4d0f-9dc0-a78d91b3960e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17519 | 2025.01.30 20:29:37.838633 [ 270 ] {14b55818-768a-4d0f-9dc0-a78d91b3960e} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17520 | 2025.01.30 20:29:37.838683 [ 270 ] {14b55818-768a-4d0f-9dc0-a78d91b3960e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17521 | 2025.01.30 20:29:37.839111 [ 270 ] {14b55818-768a-4d0f-9dc0-a78d91b3960e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 17522 | 2025.01.30 20:29:37.839355 [ 270 ] {14b55818-768a-4d0f-9dc0-a78d91b3960e} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17523 | 2025.01.30 20:29:37.839546 [ 44 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 17524 | 2025.01.30 20:29:37.839608 [ 270 ] {14b55818-768a-4d0f-9dc0-a78d91b3960e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec. | ||
| 17525 | 2025.01.30 20:29:37.839618 [ 44 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17526 | 2025.01.30 20:29:37.839692 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17527 | 2025.01.30 20:29:37.839743 [ 270 ] {14b55818-768a-4d0f-9dc0-a78d91b3960e} <Debug> TCPHandler: Processed in 0.002238192 sec. | ||
| 17528 | 2025.01.30 20:29:37.839925 [ 222 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17529 | 2025.01.30 20:29:37.840019 [ 222 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17530 | 2025.01.30 20:29:37.840066 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17531 | 2025.01.30 20:29:37.840102 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 17532 | 2025.01.30 20:29:37.840524 [ 271 ] {dcad88df-ce00-49ea-b5c7-3c5e0c5e5527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17533 | 2025.01.30 20:29:37.840553 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17534 | 2025.01.30 20:29:37.840663 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 17535 | 2025.01.30 20:29:37.840696 [ 271 ] {dcad88df-ce00-49ea-b5c7-3c5e0c5e5527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17536 | 2025.01.30 20:29:37.841339 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 17537 | 2025.01.30 20:29:37.841972 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 17538 | 2025.01.30 20:29:37.842784 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 17539 | 2025.01.30 20:29:37.843333 [ 196 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 17540 | 2025.01.30 20:29:37.844994 [ 271 ] {dcad88df-ce00-49ea-b5c7-3c5e0c5e5527} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17541 | 2025.01.30 20:29:37.845108 [ 271 ] {dcad88df-ce00-49ea-b5c7-3c5e0c5e5527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17542 | 2025.01.30 20:29:37.845335 [ 222 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17543 | 2025.01.30 20:29:37.846834 [ 271 ] {dcad88df-ce00-49ea-b5c7-3c5e0c5e5527} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17544 | 2025.01.30 20:29:37.847484 [ 271 ] {dcad88df-ce00-49ea-b5c7-3c5e0c5e5527} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17545 | 2025.01.30 20:29:37.847829 [ 197 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008017432 sec., 8730.975205028244 rows/sec., 662.62 KiB/sec. | ||
| 17546 | 2025.01.30 20:29:37.847915 [ 271 ] {dcad88df-ce00-49ea-b5c7-3c5e0c5e5527} <Debug> executeQuery: Read 301 rows, 27.29 KiB in 0.007567 sec., 39777.98334875116 rows/sec., 3.52 MiB/sec. | ||
| 17547 | 2025.01.30 20:29:37.847991 [ 271 ] {dcad88df-ce00-49ea-b5c7-3c5e0c5e5527} <Debug> TCPHandler: Processed in 0.008118475 sec. | ||
| 17548 | 2025.01.30 20:29:37.848018 [ 197 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 17549 | 2025.01.30 20:29:37.848226 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17550 | 2025.01.30 20:29:37.848409 [ 197 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17551 | 2025.01.30 20:29:37.848446 [ 270 ] {810689b7-f7c2-46ee-8357-29d28f8a1c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17552 | 2025.01.30 20:29:37.848543 [ 270 ] {810689b7-f7c2-46ee-8357-29d28f8a1c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17553 | 2025.01.30 20:29:37.848558 [ 197 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_53_13} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 17554 | 2025.01.30 20:29:37.848759 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17555 | 2025.01.30 20:29:37.849371 [ 270 ] {810689b7-f7c2-46ee-8357-29d28f8a1c49} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17556 | 2025.01.30 20:29:37.849414 [ 270 ] {810689b7-f7c2-46ee-8357-29d28f8a1c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17557 | 2025.01.30 20:29:37.849782 [ 270 ] {810689b7-f7c2-46ee-8357-29d28f8a1c49} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17558 | 2025.01.30 20:29:37.850012 [ 270 ] {810689b7-f7c2-46ee-8357-29d28f8a1c49} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17559 | 2025.01.30 20:29:37.850211 [ 270 ] {810689b7-f7c2-46ee-8357-29d28f8a1c49} <Debug> executeQuery: Read 56 rows, 4.14 KiB in 0.001843 sec., 30385.24145415084 rows/sec., 2.19 MiB/sec. | ||
| 17560 | 2025.01.30 20:29:37.850265 [ 270 ] {810689b7-f7c2-46ee-8357-29d28f8a1c49} <Debug> TCPHandler: Processed in 0.00214412 sec. | ||
| 17561 | 2025.01.30 20:29:37.850426 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17562 | 2025.01.30 20:29:37.850564 [ 271 ] {664ed081-acdb-4974-a05f-1ee9545d3835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17563 | 2025.01.30 20:29:37.850620 [ 271 ] {664ed081-acdb-4974-a05f-1ee9545d3835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17564 | 2025.01.30 20:29:37.851274 [ 271 ] {664ed081-acdb-4974-a05f-1ee9545d3835} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17565 | 2025.01.30 20:29:37.851311 [ 271 ] {664ed081-acdb-4974-a05f-1ee9545d3835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17566 | 2025.01.30 20:29:37.851665 [ 271 ] {664ed081-acdb-4974-a05f-1ee9545d3835} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 17567 | 2025.01.30 20:29:37.851898 [ 271 ] {664ed081-acdb-4974-a05f-1ee9545d3835} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17568 | 2025.01.30 20:29:37.852022 [ 44 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 17569 | 2025.01.30 20:29:37.852059 [ 44 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17570 | 2025.01.30 20:29:37.852081 [ 271 ] {664ed081-acdb-4974-a05f-1ee9545d3835} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001547 sec., 9049.773755656108 rows/sec., 633.79 KiB/sec. | ||
| 17571 | 2025.01.30 20:29:37.852084 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17572 | 2025.01.30 20:29:37.852182 [ 271 ] {664ed081-acdb-4974-a05f-1ee9545d3835} <Debug> TCPHandler: Processed in 0.00182211 sec. | ||
| 17573 | 2025.01.30 20:29:37.852248 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 17574 | 2025.01.30 20:29:37.852364 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17575 | 2025.01.30 20:29:37.852418 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17576 | 2025.01.30 20:29:37.852470 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 243 rows starting from the beginning of the part | ||
| 17577 | 2025.01.30 20:29:37.852640 [ 270 ] {d5a7e63e-7cfb-49aa-81dd-7f1f3dc2f14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17578 | 2025.01.30 20:29:37.852764 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 17579 | 2025.01.30 20:29:37.852873 [ 270 ] {d5a7e63e-7cfb-49aa-81dd-7f1f3dc2f14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17580 | 2025.01.30 20:29:37.853015 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 17581 | 2025.01.30 20:29:37.853453 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 242 rows starting from the beginning of the part | ||
| 17582 | 2025.01.30 20:29:37.853824 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 17583 | 2025.01.30 20:29:37.854226 [ 193 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 17584 | 2025.01.30 20:29:37.855588 [ 270 ] {d5a7e63e-7cfb-49aa-81dd-7f1f3dc2f14d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17585 | 2025.01.30 20:29:37.855668 [ 270 ] {d5a7e63e-7cfb-49aa-81dd-7f1f3dc2f14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17586 | 2025.01.30 20:29:37.856728 [ 270 ] {d5a7e63e-7cfb-49aa-81dd-7f1f3dc2f14d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 17587 | 2025.01.30 20:29:37.857120 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004951507 sec., 109259.66579467624 rows/sec., 7.83 MiB/sec. | ||
| 17588 | 2025.01.30 20:29:37.857231 [ 270 ] {d5a7e63e-7cfb-49aa-81dd-7f1f3dc2f14d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17589 | 2025.01.30 20:29:37.857364 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 17590 | 2025.01.30 20:29:37.857491 [ 44 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 17591 | 2025.01.30 20:29:37.857602 [ 44 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17592 | 2025.01.30 20:29:37.857684 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17593 | 2025.01.30 20:29:37.857891 [ 225 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17594 | 2025.01.30 20:29:37.857873 [ 270 ] {d5a7e63e-7cfb-49aa-81dd-7f1f3dc2f14d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005285 sec., 2459.791863765374 rows/sec., 153.37 KiB/sec. | ||
| 17595 | 2025.01.30 20:29:37.857968 [ 225 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17596 | 2025.01.30 20:29:37.858147 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 17597 | 2025.01.30 20:29:37.858569 [ 270 ] {d5a7e63e-7cfb-49aa-81dd-7f1f3dc2f14d} <Debug> TCPHandler: Processed in 0.006285175 sec. | ||
| 17598 | 2025.01.30 20:29:37.858632 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17599 | 2025.01.30 20:29:37.858766 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 17600 | 2025.01.30 20:29:37.858926 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17601 | 2025.01.30 20:29:37.858906 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17602 | 2025.01.30 20:29:37.859277 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 17603 | 2025.01.30 20:29:37.859803 [ 196 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_56_11} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 17604 | 2025.01.30 20:29:37.859807 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 17605 | 2025.01.30 20:29:37.860372 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 17606 | 2025.01.30 20:29:37.860851 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 17607 | 2025.01.30 20:29:37.860909 [ 194 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 17608 | 2025.01.30 20:29:37.862571 [ 271 ] {ca2bac5b-91ed-4659-b4f6-bba48696d2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17609 | 2025.01.30 20:29:37.862807 [ 271 ] {ca2bac5b-91ed-4659-b4f6-bba48696d2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17610 | 2025.01.30 20:29:37.865348 [ 225 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17611 | 2025.01.30 20:29:37.866513 [ 271 ] {ca2bac5b-91ed-4659-b4f6-bba48696d2b3} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17612 | 2025.01.30 20:29:37.866623 [ 271 ] {ca2bac5b-91ed-4659-b4f6-bba48696d2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17613 | 2025.01.30 20:29:37.867145 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00933668 sec., 6961.789415509582 rows/sec., 461.26 KiB/sec. | ||
| 17614 | 2025.01.30 20:29:37.867426 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 17615 | 2025.01.30 20:29:37.867787 [ 271 ] {ca2bac5b-91ed-4659-b4f6-bba48696d2b3} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17616 | 2025.01.30 20:29:37.867974 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17617 | 2025.01.30 20:29:37.868111 [ 200 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_53_13} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 17618 | 2025.01.30 20:29:37.868283 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17619 | 2025.01.30 20:29:37.868326 [ 271 ] {ca2bac5b-91ed-4659-b4f6-bba48696d2b3} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17620 | 2025.01.30 20:29:37.868535 [ 271 ] {ca2bac5b-91ed-4659-b4f6-bba48696d2b3} <Debug> executeQuery: Read 431 rows, 31.61 KiB in 0.009241 sec., 46639.97402878477 rows/sec., 3.34 MiB/sec. | ||
| 17621 | 2025.01.30 20:29:37.868597 [ 271 ] {ca2bac5b-91ed-4659-b4f6-bba48696d2b3} <Debug> TCPHandler: Processed in 0.009856953 sec. | ||
| 17622 | 2025.01.30 20:29:37.868779 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17623 | 2025.01.30 20:29:37.868915 [ 270 ] {eaa48381-3b28-4384-a174-6a2677ed2ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17624 | 2025.01.30 20:29:37.868974 [ 270 ] {eaa48381-3b28-4384-a174-6a2677ed2ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17625 | 2025.01.30 20:29:37.869505 [ 270 ] {eaa48381-3b28-4384-a174-6a2677ed2ef4} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17626 | 2025.01.30 20:29:37.869547 [ 270 ] {eaa48381-3b28-4384-a174-6a2677ed2ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17627 | 2025.01.30 20:29:37.869947 [ 270 ] {eaa48381-3b28-4384-a174-6a2677ed2ef4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 17628 | 2025.01.30 20:29:37.870216 [ 270 ] {eaa48381-3b28-4384-a174-6a2677ed2ef4} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17629 | 2025.01.30 20:29:37.870406 [ 270 ] {eaa48381-3b28-4384-a174-6a2677ed2ef4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec. | ||
| 17630 | 2025.01.30 20:29:37.870459 [ 270 ] {eaa48381-3b28-4384-a174-6a2677ed2ef4} <Debug> TCPHandler: Processed in 0.001760309 sec. | ||
| 17631 | 2025.01.30 20:29:37.870676 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17632 | 2025.01.30 20:29:37.870804 [ 271 ] {0a4a26e8-af88-4f20-b560-594b565b4188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17633 | 2025.01.30 20:29:37.870859 [ 271 ] {0a4a26e8-af88-4f20-b560-594b565b4188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17634 | 2025.01.30 20:29:37.871465 [ 271 ] {0a4a26e8-af88-4f20-b560-594b565b4188} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17635 | 2025.01.30 20:29:37.871505 [ 271 ] {0a4a26e8-af88-4f20-b560-594b565b4188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17636 | 2025.01.30 20:29:37.871905 [ 271 ] {0a4a26e8-af88-4f20-b560-594b565b4188} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 17637 | 2025.01.30 20:29:37.872136 [ 271 ] {0a4a26e8-af88-4f20-b560-594b565b4188} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17638 | 2025.01.30 20:29:37.872349 [ 271 ] {0a4a26e8-af88-4f20-b560-594b565b4188} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001573 sec., 150667.51430387795 rows/sec., 10.10 MiB/sec. | ||
| 17639 | 2025.01.30 20:29:37.872400 [ 271 ] {0a4a26e8-af88-4f20-b560-594b565b4188} <Debug> TCPHandler: Processed in 0.001851712 sec. | ||
| 17640 | 2025.01.30 20:29:37.872556 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17641 | 2025.01.30 20:29:37.872681 [ 270 ] {c875410d-3329-4cc4-8114-bba5e5899f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17642 | 2025.01.30 20:29:37.872735 [ 270 ] {c875410d-3329-4cc4-8114-bba5e5899f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17643 | 2025.01.30 20:29:37.873217 [ 270 ] {c875410d-3329-4cc4-8114-bba5e5899f10} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17644 | 2025.01.30 20:29:37.873253 [ 270 ] {c875410d-3329-4cc4-8114-bba5e5899f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17645 | 2025.01.30 20:29:37.873622 [ 270 ] {c875410d-3329-4cc4-8114-bba5e5899f10} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 17646 | 2025.01.30 20:29:37.873861 [ 270 ] {c875410d-3329-4cc4-8114-bba5e5899f10} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17647 | 2025.01.30 20:29:37.874063 [ 225 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17648 | 2025.01.30 20:29:37.874069 [ 270 ] {c875410d-3329-4cc4-8114-bba5e5899f10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec. | ||
| 17649 | 2025.01.30 20:29:37.874106 [ 225 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17650 | 2025.01.30 20:29:37.874225 [ 270 ] {c875410d-3329-4cc4-8114-bba5e5899f10} <Debug> TCPHandler: Processed in 0.001728257 sec. | ||
| 17651 | 2025.01.30 20:29:37.874396 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17652 | 2025.01.30 20:29:37.874510 [ 271 ] {4a93e815-8b31-4d40-a587-18f2d527fc14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17653 | 2025.01.30 20:29:37.874608 [ 271 ] {4a93e815-8b31-4d40-a587-18f2d527fc14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17654 | 2025.01.30 20:29:37.876482 [ 271 ] {4a93e815-8b31-4d40-a587-18f2d527fc14} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17655 | 2025.01.30 20:29:37.876523 [ 271 ] {4a93e815-8b31-4d40-a587-18f2d527fc14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17656 | 2025.01.30 20:29:37.877149 [ 225 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17657 | 2025.01.30 20:29:37.877554 [ 271 ] {4a93e815-8b31-4d40-a587-18f2d527fc14} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17658 | 2025.01.30 20:29:37.877853 [ 271 ] {4a93e815-8b31-4d40-a587-18f2d527fc14} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17659 | 2025.01.30 20:29:37.878124 [ 271 ] {4a93e815-8b31-4d40-a587-18f2d527fc14} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.003636 sec., 13476.347634763477 rows/sec., 24.15 MiB/sec. | ||
| 17660 | 2025.01.30 20:29:37.878265 [ 271 ] {4a93e815-8b31-4d40-a587-18f2d527fc14} <Debug> TCPHandler: Processed in 0.00395086 sec. | ||
| 17661 | 2025.01.30 20:29:37.878440 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17662 | 2025.01.30 20:29:37.878562 [ 270 ] {7dd81850-8755-4af9-9780-b60c33c3d117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17663 | 2025.01.30 20:29:37.878614 [ 270 ] {7dd81850-8755-4af9-9780-b60c33c3d117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17664 | 2025.01.30 20:29:37.879129 [ 270 ] {7dd81850-8755-4af9-9780-b60c33c3d117} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17665 | 2025.01.30 20:29:37.879167 [ 270 ] {7dd81850-8755-4af9-9780-b60c33c3d117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17666 | 2025.01.30 20:29:37.879553 [ 270 ] {7dd81850-8755-4af9-9780-b60c33c3d117} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 17667 | 2025.01.30 20:29:37.879852 [ 270 ] {7dd81850-8755-4af9-9780-b60c33c3d117} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17668 | 2025.01.30 20:29:37.880043 [ 270 ] {7dd81850-8755-4af9-9780-b60c33c3d117} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec. | ||
| 17669 | 2025.01.30 20:29:37.880091 [ 270 ] {7dd81850-8755-4af9-9780-b60c33c3d117} <Debug> TCPHandler: Processed in 0.001711867 sec. | ||
| 17670 | 2025.01.30 20:29:38.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.11 MiB, peak 297.02 MiB, free memory in arenas 0.00 B, will set to 277.72 MiB (RSS), difference: -1.39 MiB | ||
| 17671 | 2025.01.30 20:29:41.565320 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17672 | 2025.01.30 20:29:41.565387 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17673 | 2025.01.30 20:29:41.829501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
| 17674 | 2025.01.30 20:29:41.830147 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17675 | 2025.01.30 20:29:41.830186 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17676 | 2025.01.30 20:29:41.830735 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 17677 | 2025.01.30 20:29:41.831007 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17678 | 2025.01.30 20:29:41.831185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 17679 | 2025.01.30 20:29:42.230853 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17680 | 2025.01.30 20:29:42.230890 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17681 | 2025.01.30 20:29:42.232792 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17682 | 2025.01.30 20:29:42.832893 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17683 | 2025.01.30 20:29:42.833120 [ 270 ] {5ace3363-af31-4693-a4be-7203fd443e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17684 | 2025.01.30 20:29:42.833204 [ 270 ] {5ace3363-af31-4693-a4be-7203fd443e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17685 | 2025.01.30 20:29:42.834020 [ 270 ] {5ace3363-af31-4693-a4be-7203fd443e88} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17686 | 2025.01.30 20:29:42.834066 [ 270 ] {5ace3363-af31-4693-a4be-7203fd443e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17687 | 2025.01.30 20:29:42.834514 [ 270 ] {5ace3363-af31-4693-a4be-7203fd443e88} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17688 | 2025.01.30 20:29:42.834776 [ 270 ] {5ace3363-af31-4693-a4be-7203fd443e88} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17689 | 2025.01.30 20:29:42.835009 [ 32 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17690 | 2025.01.30 20:29:42.835023 [ 270 ] {5ace3363-af31-4693-a4be-7203fd443e88} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001948 sec., 37987.6796714579 rows/sec., 3.07 MiB/sec. | ||
| 17691 | 2025.01.30 20:29:42.835149 [ 32 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17692 | 2025.01.30 20:29:42.835214 [ 270 ] {5ace3363-af31-4693-a4be-7203fd443e88} <Debug> TCPHandler: Processed in 0.002464078 sec. | ||
| 17693 | 2025.01.30 20:29:42.835242 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17694 | 2025.01.30 20:29:42.835521 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17695 | 2025.01.30 20:29:42.835555 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17696 | 2025.01.30 20:29:42.836055 [ 271 ] {92125573-c0b4-4650-b0be-0f701eb19cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17697 | 2025.01.30 20:29:42.836272 [ 271 ] {92125573-c0b4-4650-b0be-0f701eb19cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17698 | 2025.01.30 20:29:42.836296 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17699 | 2025.01.30 20:29:42.836577 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1464 rows starting from the beginning of the part | ||
| 17700 | 2025.01.30 20:29:42.837551 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 74 rows starting from the beginning of the part | ||
| 17701 | 2025.01.30 20:29:42.837935 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 301 rows starting from the beginning of the part | ||
| 17702 | 2025.01.30 20:29:42.838255 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 77 rows starting from the beginning of the part | ||
| 17703 | 2025.01.30 20:29:42.838516 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 301 rows starting from the beginning of the part | ||
| 17704 | 2025.01.30 20:29:42.838831 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 74 rows starting from the beginning of the part | ||
| 17705 | 2025.01.30 20:29:42.839762 [ 271 ] {92125573-c0b4-4650-b0be-0f701eb19cfb} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17706 | 2025.01.30 20:29:42.839829 [ 271 ] {92125573-c0b4-4650-b0be-0f701eb19cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17707 | 2025.01.30 20:29:42.840857 [ 271 ] {92125573-c0b4-4650-b0be-0f701eb19cfb} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17708 | 2025.01.30 20:29:42.841478 [ 271 ] {92125573-c0b4-4650-b0be-0f701eb19cfb} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17709 | 2025.01.30 20:29:42.841790 [ 271 ] {92125573-c0b4-4650-b0be-0f701eb19cfb} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.005929 sec., 1517.962556923596 rows/sec., 114.14 KiB/sec. | ||
| 17710 | 2025.01.30 20:29:42.841930 [ 271 ] {92125573-c0b4-4650-b0be-0f701eb19cfb} <Debug> TCPHandler: Processed in 0.006574623 sec. | ||
| 17711 | 2025.01.30 20:29:42.842216 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17712 | 2025.01.30 20:29:42.842240 [ 188 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2291 rows, containing 5 columns (5 merged, 0 gathered) in 0.00685045 sec., 334430.58485209 rows/sec., 29.65 MiB/sec. | ||
| 17713 | 2025.01.30 20:29:42.842374 [ 270 ] {da40f0b3-805a-40fe-bca8-c125f734c24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17714 | 2025.01.30 20:29:42.842432 [ 270 ] {da40f0b3-805a-40fe-bca8-c125f734c24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17715 | 2025.01.30 20:29:42.842507 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17716 | 2025.01.30 20:29:42.842910 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17717 | 2025.01.30 20:29:42.843029 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_136_27} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17718 | 2025.01.30 20:29:42.843161 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 17719 | 2025.01.30 20:29:42.843343 [ 270 ] {da40f0b3-805a-40fe-bca8-c125f734c24f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17720 | 2025.01.30 20:29:42.843383 [ 270 ] {da40f0b3-805a-40fe-bca8-c125f734c24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17721 | 2025.01.30 20:29:42.843752 [ 270 ] {da40f0b3-805a-40fe-bca8-c125f734c24f} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17722 | 2025.01.30 20:29:42.843990 [ 270 ] {da40f0b3-805a-40fe-bca8-c125f734c24f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17723 | 2025.01.30 20:29:42.844168 [ 32 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17724 | 2025.01.30 20:29:42.844230 [ 32 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17725 | 2025.01.30 20:29:42.844235 [ 270 ] {da40f0b3-805a-40fe-bca8-c125f734c24f} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001884 sec., 38747.34607218683 rows/sec., 3.03 MiB/sec. | ||
| 17726 | 2025.01.30 20:29:42.844356 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17727 | 2025.01.30 20:29:42.844497 [ 270 ] {da40f0b3-805a-40fe-bca8-c125f734c24f} <Debug> TCPHandler: Processed in 0.002426997 sec. | ||
| 17728 | 2025.01.30 20:29:42.844549 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17729 | 2025.01.30 20:29:42.844668 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17730 | 2025.01.30 20:29:42.844691 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17731 | 2025.01.30 20:29:42.844712 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 932 rows starting from the beginning of the part | ||
| 17732 | 2025.01.30 20:29:42.844977 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 73 rows starting from the beginning of the part | ||
| 17733 | 2025.01.30 20:29:42.845034 [ 271 ] {1a0d2ee1-da1e-44a1-b912-0bcb8525f9bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17734 | 2025.01.30 20:29:42.845305 [ 271 ] {1a0d2ee1-da1e-44a1-b912-0bcb8525f9bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17735 | 2025.01.30 20:29:42.845357 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 434 rows starting from the beginning of the part | ||
| 17736 | 2025.01.30 20:29:42.845725 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 85 rows starting from the beginning of the part | ||
| 17737 | 2025.01.30 20:29:42.846117 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 431 rows starting from the beginning of the part | ||
| 17738 | 2025.01.30 20:29:42.846509 [ 187 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 73 rows starting from the beginning of the part | ||
| 17739 | 2025.01.30 20:29:42.848031 [ 271 ] {1a0d2ee1-da1e-44a1-b912-0bcb8525f9bc} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17740 | 2025.01.30 20:29:42.848111 [ 271 ] {1a0d2ee1-da1e-44a1-b912-0bcb8525f9bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17741 | 2025.01.30 20:29:42.849121 [ 271 ] {1a0d2ee1-da1e-44a1-b912-0bcb8525f9bc} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17742 | 2025.01.30 20:29:42.849584 [ 191 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2028 rows, containing 5 columns (5 merged, 0 gathered) in 0.005090502 sec., 398388.9997489442 rows/sec., 30.58 MiB/sec. | ||
| 17743 | 2025.01.30 20:29:42.849602 [ 271 ] {1a0d2ee1-da1e-44a1-b912-0bcb8525f9bc} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17744 | 2025.01.30 20:29:42.849934 [ 271 ] {1a0d2ee1-da1e-44a1-b912-0bcb8525f9bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005022 sec., 31859.81680605336 rows/sec., 2.22 MiB/sec. | ||
| 17745 | 2025.01.30 20:29:42.850049 [ 271 ] {1a0d2ee1-da1e-44a1-b912-0bcb8525f9bc} <Debug> TCPHandler: Processed in 0.005439541 sec. | ||
| 17746 | 2025.01.30 20:29:42.850082 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17747 | 2025.01.30 20:29:42.850267 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17748 | 2025.01.30 20:29:42.850459 [ 270 ] {b57734df-6b6e-4492-89c5-08d2665f7047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17749 | 2025.01.30 20:29:42.850650 [ 270 ] {b57734df-6b6e-4492-89c5-08d2665f7047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17750 | 2025.01.30 20:29:42.850755 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17751 | 2025.01.30 20:29:42.851060 [ 198 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_136_27} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17752 | 2025.01.30 20:29:42.851291 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 17753 | 2025.01.30 20:29:42.852279 [ 270 ] {b57734df-6b6e-4492-89c5-08d2665f7047} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17754 | 2025.01.30 20:29:42.852324 [ 270 ] {b57734df-6b6e-4492-89c5-08d2665f7047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17755 | 2025.01.30 20:29:42.852988 [ 270 ] {b57734df-6b6e-4492-89c5-08d2665f7047} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17756 | 2025.01.30 20:29:42.853245 [ 270 ] {b57734df-6b6e-4492-89c5-08d2665f7047} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17757 | 2025.01.30 20:29:42.853501 [ 270 ] {b57734df-6b6e-4492-89c5-08d2665f7047} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.003099 sec., 2904.162633107454 rows/sec., 5.20 MiB/sec. | ||
| 17758 | 2025.01.30 20:29:42.853596 [ 270 ] {b57734df-6b6e-4492-89c5-08d2665f7047} <Debug> TCPHandler: Processed in 0.003428375 sec. | ||
| 17759 | 2025.01.30 20:29:42.853758 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17760 | 2025.01.30 20:29:42.853898 [ 271 ] {36f263a3-1e1c-4014-b844-d5bf6f2fe15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17761 | 2025.01.30 20:29:42.853960 [ 271 ] {36f263a3-1e1c-4014-b844-d5bf6f2fe15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17762 | 2025.01.30 20:29:42.854519 [ 271 ] {36f263a3-1e1c-4014-b844-d5bf6f2fe15d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17763 | 2025.01.30 20:29:42.854556 [ 271 ] {36f263a3-1e1c-4014-b844-d5bf6f2fe15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17764 | 2025.01.30 20:29:42.854934 [ 271 ] {36f263a3-1e1c-4014-b844-d5bf6f2fe15d} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 17765 | 2025.01.30 20:29:42.855173 [ 271 ] {36f263a3-1e1c-4014-b844-d5bf6f2fe15d} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17766 | 2025.01.30 20:29:42.855315 [ 32 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 17767 | 2025.01.30 20:29:42.855356 [ 32 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17768 | 2025.01.30 20:29:42.855360 [ 271 ] {36f263a3-1e1c-4014-b844-d5bf6f2fe15d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001491 sec., 40241.44869215292 rows/sec., 2.71 MiB/sec. | ||
| 17769 | 2025.01.30 20:29:42.855382 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17770 | 2025.01.30 20:29:42.855513 [ 271 ] {36f263a3-1e1c-4014-b844-d5bf6f2fe15d} <Debug> TCPHandler: Processed in 0.001818561 sec. | ||
| 17771 | 2025.01.30 20:29:42.855715 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 17772 | 2025.01.30 20:29:42.856140 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17773 | 2025.01.30 20:29:42.856231 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_126_25, total 8352 rows starting from the beginning of the part | ||
| 17774 | 2025.01.30 20:29:42.856585 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part | ||
| 17775 | 2025.01.30 20:29:42.856672 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 82 rows starting from the beginning of the part | ||
| 17776 | 2025.01.30 20:29:42.856850 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 17777 | 2025.01.30 20:29:42.857132 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part | ||
| 17778 | 2025.01.30 20:29:42.857276 [ 190 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 17779 | 2025.01.30 20:29:42.859883 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8696 rows, containing 4 columns (4 merged, 0 gathered) in 0.004398242 sec., 1977153.5990970938 rows/sec., 129.66 MiB/sec. | ||
| 17780 | 2025.01.30 20:29:42.860080 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 17781 | 2025.01.30 20:29:42.860367 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17782 | 2025.01.30 20:29:42.860449 [ 191 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_131_26} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 17783 | 2025.01.30 20:29:42.860537 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 17784 | 2025.01.30 20:29:45.006791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 739 | ||
| 17785 | 2025.01.30 20:29:45.029785 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17786 | 2025.01.30 20:29:45.029834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17787 | 2025.01.30 20:29:45.037401 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 17788 | 2025.01.30 20:29:45.038192 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17789 | 2025.01.30 20:29:45.041052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 17790 | 2025.01.30 20:29:47.079045 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2414 | ||
| 17791 | 2025.01.30 20:29:47.082395 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17792 | 2025.01.30 20:29:47.082441 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17793 | 2025.01.30 20:29:47.083945 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17794 | 2025.01.30 20:29:47.084251 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17795 | 2025.01.30 20:29:47.084661 [ 222 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17796 | 2025.01.30 20:29:47.084765 [ 222 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17797 | 2025.01.30 20:29:47.085378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2414 | ||
| 17798 | 2025.01.30 20:29:47.087168 [ 222 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17799 | 2025.01.30 20:29:47.162934 [ 219 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17800 | 2025.01.30 20:29:47.163017 [ 219 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17801 | 2025.01.30 20:29:47.165257 [ 219 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17802 | 2025.01.30 20:29:47.314010 [ 219 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17803 | 2025.01.30 20:29:47.314044 [ 219 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17804 | 2025.01.30 20:29:47.315981 [ 219 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17805 | 2025.01.30 20:29:47.527907 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17806 | 2025.01.30 20:29:47.528096 [ 270 ] {eafaabc6-e509-4a0c-9ff2-e86283aeaba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17807 | 2025.01.30 20:29:47.528173 [ 270 ] {eafaabc6-e509-4a0c-9ff2-e86283aeaba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17808 | 2025.01.30 20:29:47.528937 [ 270 ] {eafaabc6-e509-4a0c-9ff2-e86283aeaba8} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17809 | 2025.01.30 20:29:47.528981 [ 270 ] {eafaabc6-e509-4a0c-9ff2-e86283aeaba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17810 | 2025.01.30 20:29:47.529391 [ 270 ] {eafaabc6-e509-4a0c-9ff2-e86283aeaba8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 17811 | 2025.01.30 20:29:47.529640 [ 270 ] {eafaabc6-e509-4a0c-9ff2-e86283aeaba8} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17812 | 2025.01.30 20:29:47.529858 [ 270 ] {eafaabc6-e509-4a0c-9ff2-e86283aeaba8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001823 sec., 7679.648930334613 rows/sec., 552.83 KiB/sec. | ||
| 17813 | 2025.01.30 20:29:47.529914 [ 270 ] {eafaabc6-e509-4a0c-9ff2-e86283aeaba8} <Debug> TCPHandler: Processed in 0.002142579 sec. | ||
| 17814 | 2025.01.30 20:29:47.530251 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17815 | 2025.01.30 20:29:47.530547 [ 271 ] {a6d85093-694b-470f-84a7-335a4b9301a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17816 | 2025.01.30 20:29:47.530629 [ 271 ] {a6d85093-694b-470f-84a7-335a4b9301a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17817 | 2025.01.30 20:29:47.531318 [ 271 ] {a6d85093-694b-470f-84a7-335a4b9301a4} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17818 | 2025.01.30 20:29:47.531362 [ 271 ] {a6d85093-694b-470f-84a7-335a4b9301a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17819 | 2025.01.30 20:29:47.531781 [ 271 ] {a6d85093-694b-470f-84a7-335a4b9301a4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 17820 | 2025.01.30 20:29:47.532024 [ 271 ] {a6d85093-694b-470f-84a7-335a4b9301a4} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17821 | 2025.01.30 20:29:47.532245 [ 271 ] {a6d85093-694b-470f-84a7-335a4b9301a4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001781 sec., 3368.893879842785 rows/sec., 274.71 KiB/sec. | ||
| 17822 | 2025.01.30 20:29:47.532329 [ 271 ] {a6d85093-694b-470f-84a7-335a4b9301a4} <Debug> TCPHandler: Processed in 0.002248822 sec. | ||
| 17823 | 2025.01.30 20:29:47.532564 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17824 | 2025.01.30 20:29:47.532699 [ 270 ] {5842a25a-9b08-420f-911f-ba683497bf31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17825 | 2025.01.30 20:29:47.532756 [ 270 ] {5842a25a-9b08-420f-911f-ba683497bf31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17826 | 2025.01.30 20:29:47.534200 [ 270 ] {5842a25a-9b08-420f-911f-ba683497bf31} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17827 | 2025.01.30 20:29:47.534239 [ 270 ] {5842a25a-9b08-420f-911f-ba683497bf31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17828 | 2025.01.30 20:29:47.534681 [ 270 ] {5842a25a-9b08-420f-911f-ba683497bf31} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17829 | 2025.01.30 20:29:47.534919 [ 270 ] {5842a25a-9b08-420f-911f-ba683497bf31} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17830 | 2025.01.30 20:29:47.535123 [ 270 ] {5842a25a-9b08-420f-911f-ba683497bf31} <Debug> executeQuery: Read 1444 rows, 124.08 KiB in 0.002454 sec., 588427.0578647107 rows/sec., 49.38 MiB/sec. | ||
| 17831 | 2025.01.30 20:29:47.535175 [ 270 ] {5842a25a-9b08-420f-911f-ba683497bf31} <Debug> TCPHandler: Processed in 0.002741417 sec. | ||
| 17832 | 2025.01.30 20:29:47.535404 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17833 | 2025.01.30 20:29:47.535646 [ 271 ] {9e715e85-af71-4af2-9ea8-a6fd6972e040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17834 | 2025.01.30 20:29:47.535741 [ 271 ] {9e715e85-af71-4af2-9ea8-a6fd6972e040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17835 | 2025.01.30 20:29:47.536736 [ 271 ] {9e715e85-af71-4af2-9ea8-a6fd6972e040} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17836 | 2025.01.30 20:29:47.536778 [ 271 ] {9e715e85-af71-4af2-9ea8-a6fd6972e040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17837 | 2025.01.30 20:29:47.537169 [ 271 ] {9e715e85-af71-4af2-9ea8-a6fd6972e040} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17838 | 2025.01.30 20:29:47.537419 [ 271 ] {9e715e85-af71-4af2-9ea8-a6fd6972e040} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17839 | 2025.01.30 20:29:47.537585 [ 49 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17840 | 2025.01.30 20:29:47.537649 [ 271 ] {9e715e85-af71-4af2-9ea8-a6fd6972e040} <Debug> executeQuery: Read 62 rows, 4.56 KiB in 0.002052 sec., 30214.424951267058 rows/sec., 2.17 MiB/sec. | ||
| 17841 | 2025.01.30 20:29:47.537659 [ 49 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17842 | 2025.01.30 20:29:47.537730 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17843 | 2025.01.30 20:29:47.537782 [ 271 ] {9e715e85-af71-4af2-9ea8-a6fd6972e040} <Debug> TCPHandler: Processed in 0.002492749 sec. | ||
| 17844 | 2025.01.30 20:29:47.538022 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17845 | 2025.01.30 20:29:47.538036 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17846 | 2025.01.30 20:29:47.538282 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17847 | 2025.01.30 20:29:47.538330 [ 270 ] {2e074e94-e95e-4c48-8456-2db8b6f3fa50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17848 | 2025.01.30 20:29:47.538356 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 80 rows starting from the beginning of the part | ||
| 17849 | 2025.01.30 20:29:47.538435 [ 270 ] {2e074e94-e95e-4c48-8456-2db8b6f3fa50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17850 | 2025.01.30 20:29:47.538616 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 17851 | 2025.01.30 20:29:47.538990 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 15 rows starting from the beginning of the part | ||
| 17852 | 2025.01.30 20:29:47.539336 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 17853 | 2025.01.30 20:29:47.539776 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 9 rows starting from the beginning of the part | ||
| 17854 | 2025.01.30 20:29:47.540111 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 62 rows starting from the beginning of the part | ||
| 17855 | 2025.01.30 20:29:47.541151 [ 270 ] {2e074e94-e95e-4c48-8456-2db8b6f3fa50} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17856 | 2025.01.30 20:29:47.541196 [ 270 ] {2e074e94-e95e-4c48-8456-2db8b6f3fa50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17857 | 2025.01.30 20:29:47.541762 [ 270 ] {2e074e94-e95e-4c48-8456-2db8b6f3fa50} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 17858 | 2025.01.30 20:29:47.541851 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 5 columns (5 merged, 0 gathered) in 0.003993131 sec., 69619.55417941461 rows/sec., 5.27 MiB/sec. | ||
| 17859 | 2025.01.30 20:29:47.541973 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17860 | 2025.01.30 20:29:47.542068 [ 270 ] {2e074e94-e95e-4c48-8456-2db8b6f3fa50} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17861 | 2025.01.30 20:29:47.542364 [ 270 ] {2e074e94-e95e-4c48-8456-2db8b6f3fa50} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004101 sec., 59009.99756157035 rows/sec., 4.00 MiB/sec. | ||
| 17862 | 2025.01.30 20:29:47.542365 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17863 | 2025.01.30 20:29:47.542573 [ 270 ] {2e074e94-e95e-4c48-8456-2db8b6f3fa50} <Debug> TCPHandler: Processed in 0.004690519 sec. | ||
| 17864 | 2025.01.30 20:29:47.542633 [ 199 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_136_27} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17865 | 2025.01.30 20:29:47.542877 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17866 | 2025.01.30 20:29:47.542916 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17867 | 2025.01.30 20:29:47.543103 [ 271 ] {7d6b4f51-8ed8-4c7d-ae4a-3bdce3248a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17868 | 2025.01.30 20:29:47.543161 [ 271 ] {7d6b4f51-8ed8-4c7d-ae4a-3bdce3248a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17869 | 2025.01.30 20:29:47.543799 [ 271 ] {7d6b4f51-8ed8-4c7d-ae4a-3bdce3248a4d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17870 | 2025.01.30 20:29:47.543840 [ 271 ] {7d6b4f51-8ed8-4c7d-ae4a-3bdce3248a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17871 | 2025.01.30 20:29:47.544259 [ 271 ] {7d6b4f51-8ed8-4c7d-ae4a-3bdce3248a4d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 17872 | 2025.01.30 20:29:47.544496 [ 271 ] {7d6b4f51-8ed8-4c7d-ae4a-3bdce3248a4d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17873 | 2025.01.30 20:29:47.544748 [ 271 ] {7d6b4f51-8ed8-4c7d-ae4a-3bdce3248a4d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001668 sec., 7793.764988009592 rows/sec., 485.94 KiB/sec. | ||
| 17874 | 2025.01.30 20:29:47.544860 [ 271 ] {7d6b4f51-8ed8-4c7d-ae4a-3bdce3248a4d} <Debug> TCPHandler: Processed in 0.00216494 sec. | ||
| 17875 | 2025.01.30 20:29:47.545178 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17876 | 2025.01.30 20:29:47.545395 [ 270 ] {29606c41-ab89-4bb5-ad39-b5aeec40c36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17877 | 2025.01.30 20:29:47.545481 [ 270 ] {29606c41-ab89-4bb5-ad39-b5aeec40c36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17878 | 2025.01.30 20:29:47.546396 [ 270 ] {29606c41-ab89-4bb5-ad39-b5aeec40c36c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17879 | 2025.01.30 20:29:47.546436 [ 270 ] {29606c41-ab89-4bb5-ad39-b5aeec40c36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17880 | 2025.01.30 20:29:47.546833 [ 270 ] {29606c41-ab89-4bb5-ad39-b5aeec40c36c} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17881 | 2025.01.30 20:29:47.547065 [ 270 ] {29606c41-ab89-4bb5-ad39-b5aeec40c36c} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17882 | 2025.01.30 20:29:47.547278 [ 270 ] {29606c41-ab89-4bb5-ad39-b5aeec40c36c} <Debug> executeQuery: Read 893 rows, 66.38 KiB in 0.001935 sec., 461498.7080103359 rows/sec., 33.50 MiB/sec. | ||
| 17883 | 2025.01.30 20:29:47.547326 [ 223 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17884 | 2025.01.30 20:29:47.547338 [ 270 ] {29606c41-ab89-4bb5-ad39-b5aeec40c36c} <Debug> TCPHandler: Processed in 0.002367256 sec. | ||
| 17885 | 2025.01.30 20:29:47.547366 [ 223 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17886 | 2025.01.30 20:29:47.547585 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17887 | 2025.01.30 20:29:47.547936 [ 271 ] {7a40b9e9-0369-4af7-9f70-27c65d4982d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17888 | 2025.01.30 20:29:47.548118 [ 271 ] {7a40b9e9-0369-4af7-9f70-27c65d4982d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17889 | 2025.01.30 20:29:47.549494 [ 271 ] {7a40b9e9-0369-4af7-9f70-27c65d4982d0} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17890 | 2025.01.30 20:29:47.549535 [ 271 ] {7a40b9e9-0369-4af7-9f70-27c65d4982d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17891 | 2025.01.30 20:29:47.550208 [ 271 ] {7a40b9e9-0369-4af7-9f70-27c65d4982d0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 17892 | 2025.01.30 20:29:47.550649 [ 271 ] {7a40b9e9-0369-4af7-9f70-27c65d4982d0} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17893 | 2025.01.30 20:29:47.551028 [ 224 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17894 | 2025.01.30 20:29:47.551108 [ 224 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17895 | 2025.01.30 20:29:47.551184 [ 271 ] {7a40b9e9-0369-4af7-9f70-27c65d4982d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00335 sec., 1791.044776119403 rows/sec., 93.58 KiB/sec. | ||
| 17896 | 2025.01.30 20:29:47.551209 [ 223 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17897 | 2025.01.30 20:29:47.551539 [ 271 ] {7a40b9e9-0369-4af7-9f70-27c65d4982d0} <Debug> TCPHandler: Processed in 0.004081123 sec. | ||
| 17898 | 2025.01.30 20:29:47.551841 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17899 | 2025.01.30 20:29:47.552039 [ 270 ] {82663ae8-a1f0-4f88-9743-7e1dbce6d963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17900 | 2025.01.30 20:29:47.552199 [ 270 ] {82663ae8-a1f0-4f88-9743-7e1dbce6d963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17901 | 2025.01.30 20:29:47.554850 [ 270 ] {82663ae8-a1f0-4f88-9743-7e1dbce6d963} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17902 | 2025.01.30 20:29:47.554896 [ 270 ] {82663ae8-a1f0-4f88-9743-7e1dbce6d963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17903 | 2025.01.30 20:29:47.555656 [ 224 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17904 | 2025.01.30 20:29:47.555694 [ 270 ] {82663ae8-a1f0-4f88-9743-7e1dbce6d963} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17905 | 2025.01.30 20:29:47.556245 [ 270 ] {82663ae8-a1f0-4f88-9743-7e1dbce6d963} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17906 | 2025.01.30 20:29:47.556508 [ 270 ] {82663ae8-a1f0-4f88-9743-7e1dbce6d963} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.004562 sec., 210434.0201665936 rows/sec., 14.06 MiB/sec. | ||
| 17907 | 2025.01.30 20:29:47.556561 [ 270 ] {82663ae8-a1f0-4f88-9743-7e1dbce6d963} <Debug> TCPHandler: Processed in 0.004895196 sec. | ||
| 17908 | 2025.01.30 20:29:47.556717 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17909 | 2025.01.30 20:29:47.556858 [ 271 ] {e5603d31-6fe4-4b30-9de4-d48c065a3662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17910 | 2025.01.30 20:29:47.556919 [ 271 ] {e5603d31-6fe4-4b30-9de4-d48c065a3662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17911 | 2025.01.30 20:29:47.557469 [ 271 ] {e5603d31-6fe4-4b30-9de4-d48c065a3662} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17912 | 2025.01.30 20:29:47.557515 [ 271 ] {e5603d31-6fe4-4b30-9de4-d48c065a3662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17913 | 2025.01.30 20:29:47.557913 [ 271 ] {e5603d31-6fe4-4b30-9de4-d48c065a3662} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 17914 | 2025.01.30 20:29:47.558151 [ 271 ] {e5603d31-6fe4-4b30-9de4-d48c065a3662} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17915 | 2025.01.30 20:29:47.558402 [ 271 ] {e5603d31-6fe4-4b30-9de4-d48c065a3662} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001568 sec., 637.7551020408164 rows/sec., 42.97 KiB/sec. | ||
| 17916 | 2025.01.30 20:29:47.558576 [ 271 ] {e5603d31-6fe4-4b30-9de4-d48c065a3662} <Debug> TCPHandler: Processed in 0.001920174 sec. | ||
| 17917 | 2025.01.30 20:29:47.558826 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17918 | 2025.01.30 20:29:47.558974 [ 270 ] {32867849-aa24-4789-a22c-0087721c9d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17919 | 2025.01.30 20:29:47.559063 [ 270 ] {32867849-aa24-4789-a22c-0087721c9d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17920 | 2025.01.30 20:29:47.560343 [ 270 ] {32867849-aa24-4789-a22c-0087721c9d45} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17921 | 2025.01.30 20:29:47.560381 [ 270 ] {32867849-aa24-4789-a22c-0087721c9d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17922 | 2025.01.30 20:29:47.561057 [ 270 ] {32867849-aa24-4789-a22c-0087721c9d45} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17923 | 2025.01.30 20:29:47.561313 [ 270 ] {32867849-aa24-4789-a22c-0087721c9d45} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17924 | 2025.01.30 20:29:47.561483 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17925 | 2025.01.30 20:29:47.561539 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17926 | 2025.01.30 20:29:47.561570 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17927 | 2025.01.30 20:29:47.561578 [ 270 ] {32867849-aa24-4789-a22c-0087721c9d45} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.002622 sec., 18688.024408848207 rows/sec., 33.49 MiB/sec. | ||
| 17928 | 2025.01.30 20:29:47.562088 [ 270 ] {32867849-aa24-4789-a22c-0087721c9d45} <Debug> TCPHandler: Processed in 0.003413125 sec. | ||
| 17929 | 2025.01.30 20:29:47.562107 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17930 | 2025.01.30 20:29:47.562327 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17931 | 2025.01.30 20:29:47.562617 [ 271 ] {7d9b6ab0-d1cf-477b-9a5d-e9fea6764e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17932 | 2025.01.30 20:29:47.562670 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17933 | 2025.01.30 20:29:47.562683 [ 271 ] {7d9b6ab0-d1cf-477b-9a5d-e9fea6764e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17934 | 2025.01.30 20:29:47.562792 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2606 rows starting from the beginning of the part | ||
| 17935 | 2025.01.30 20:29:47.563461 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 49 rows starting from the beginning of the part | ||
| 17936 | 2025.01.30 20:29:47.564041 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 9 rows starting from the beginning of the part | ||
| 17937 | 2025.01.30 20:29:47.564389 [ 271 ] {7d9b6ab0-d1cf-477b-9a5d-e9fea6764e9f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17938 | 2025.01.30 20:29:47.564480 [ 271 ] {7d9b6ab0-d1cf-477b-9a5d-e9fea6764e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17939 | 2025.01.30 20:29:47.564642 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 49 rows starting from the beginning of the part | ||
| 17940 | 2025.01.30 20:29:47.565164 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 9 rows starting from the beginning of the part | ||
| 17941 | 2025.01.30 20:29:47.565448 [ 271 ] {7d9b6ab0-d1cf-477b-9a5d-e9fea6764e9f} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17942 | 2025.01.30 20:29:47.565713 [ 189 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 49 rows starting from the beginning of the part | ||
| 17943 | 2025.01.30 20:29:47.566174 [ 271 ] {7d9b6ab0-d1cf-477b-9a5d-e9fea6764e9f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17944 | 2025.01.30 20:29:47.566550 [ 271 ] {7d9b6ab0-d1cf-477b-9a5d-e9fea6764e9f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004005 sec., 20474.406991260923 rows/sec., 1.30 MiB/sec. | ||
| 17945 | 2025.01.30 20:29:47.566646 [ 271 ] {7d9b6ab0-d1cf-477b-9a5d-e9fea6764e9f} <Debug> TCPHandler: Processed in 0.004446414 sec. | ||
| 17946 | 2025.01.30 20:29:47.574130 [ 201 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2771 rows, containing 19 columns (19 merged, 0 gathered) in 0.012429175 sec., 222943.1961493824 rows/sec., 399.50 MiB/sec. | ||
| 17947 | 2025.01.30 20:29:47.576685 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17948 | 2025.01.30 20:29:47.577155 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17949 | 2025.01.30 20:29:47.577243 [ 192 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17950 | 2025.01.30 20:29:47.577420 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.20 MiB. | ||
| 17951 | 2025.01.30 20:29:49.331307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 | ||
| 17952 | 2025.01.30 20:29:49.332034 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17953 | 2025.01.30 20:29:49.332080 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17954 | 2025.01.30 20:29:49.332626 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 17955 | 2025.01.30 20:29:49.332882 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17956 | 2025.01.30 20:29:49.333132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
| 17957 | 2025.01.30 20:29:52.541129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 746 | ||
| 17958 | 2025.01.30 20:29:52.564736 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17959 | 2025.01.30 20:29:52.564785 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17960 | 2025.01.30 20:29:52.572404 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 17961 | 2025.01.30 20:29:52.573211 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17962 | 2025.01.30 20:29:52.577628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 746 | ||
| 17963 | 2025.01.30 20:29:52.831528 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17964 | 2025.01.30 20:29:52.831792 [ 270 ] {fbb7e6c9-609a-4fbe-85ec-b8703fb69696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17965 | 2025.01.30 20:29:52.831851 [ 270 ] {fbb7e6c9-609a-4fbe-85ec-b8703fb69696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17966 | 2025.01.30 20:29:52.832512 [ 270 ] {fbb7e6c9-609a-4fbe-85ec-b8703fb69696} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17967 | 2025.01.30 20:29:52.832552 [ 270 ] {fbb7e6c9-609a-4fbe-85ec-b8703fb69696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17968 | 2025.01.30 20:29:52.832932 [ 270 ] {fbb7e6c9-609a-4fbe-85ec-b8703fb69696} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17969 | 2025.01.30 20:29:52.833168 [ 270 ] {fbb7e6c9-609a-4fbe-85ec-b8703fb69696} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17970 | 2025.01.30 20:29:52.833403 [ 270 ] {fbb7e6c9-609a-4fbe-85ec-b8703fb69696} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001679 sec., 44073.853484216794 rows/sec., 3.56 MiB/sec. | ||
| 17971 | 2025.01.30 20:29:52.833455 [ 270 ] {fbb7e6c9-609a-4fbe-85ec-b8703fb69696} <Debug> TCPHandler: Processed in 0.002102469 sec. | ||
| 17972 | 2025.01.30 20:29:52.833788 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17973 | 2025.01.30 20:29:52.834102 [ 271 ] {0c4220e3-e268-4321-b6c1-4ff65d764cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17974 | 2025.01.30 20:29:52.834219 [ 271 ] {0c4220e3-e268-4321-b6c1-4ff65d764cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17975 | 2025.01.30 20:29:52.835183 [ 271 ] {0c4220e3-e268-4321-b6c1-4ff65d764cdb} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17976 | 2025.01.30 20:29:52.835233 [ 271 ] {0c4220e3-e268-4321-b6c1-4ff65d764cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17977 | 2025.01.30 20:29:52.835666 [ 271 ] {0c4220e3-e268-4321-b6c1-4ff65d764cdb} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17978 | 2025.01.30 20:29:52.835911 [ 271 ] {0c4220e3-e268-4321-b6c1-4ff65d764cdb} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17979 | 2025.01.30 20:29:52.836152 [ 271 ] {0c4220e3-e268-4321-b6c1-4ff65d764cdb} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.002139 sec., 4207.57363253857 rows/sec., 316.39 KiB/sec. | ||
| 17980 | 2025.01.30 20:29:52.836209 [ 271 ] {0c4220e3-e268-4321-b6c1-4ff65d764cdb} <Debug> TCPHandler: Processed in 0.002613563 sec. | ||
| 17981 | 2025.01.30 20:29:52.836406 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17982 | 2025.01.30 20:29:52.836625 [ 270 ] {2b5095d4-4e27-4cb3-ad42-1d2ba95da038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17983 | 2025.01.30 20:29:52.836712 [ 270 ] {2b5095d4-4e27-4cb3-ad42-1d2ba95da038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17984 | 2025.01.30 20:29:52.837339 [ 270 ] {2b5095d4-4e27-4cb3-ad42-1d2ba95da038} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17985 | 2025.01.30 20:29:52.837378 [ 270 ] {2b5095d4-4e27-4cb3-ad42-1d2ba95da038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17986 | 2025.01.30 20:29:52.837748 [ 270 ] {2b5095d4-4e27-4cb3-ad42-1d2ba95da038} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17987 | 2025.01.30 20:29:52.837980 [ 270 ] {2b5095d4-4e27-4cb3-ad42-1d2ba95da038} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17988 | 2025.01.30 20:29:52.838186 [ 270 ] {2b5095d4-4e27-4cb3-ad42-1d2ba95da038} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001614 sec., 45229.24411400248 rows/sec., 3.53 MiB/sec. | ||
| 17989 | 2025.01.30 20:29:52.838236 [ 270 ] {2b5095d4-4e27-4cb3-ad42-1d2ba95da038} <Debug> TCPHandler: Processed in 0.001941364 sec. | ||
| 17990 | 2025.01.30 20:29:52.838398 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17991 | 2025.01.30 20:29:52.838538 [ 271 ] {6769cd70-2f64-4c01-ba23-b0db3fa983c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17992 | 2025.01.30 20:29:52.838602 [ 271 ] {6769cd70-2f64-4c01-ba23-b0db3fa983c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17993 | 2025.01.30 20:29:52.839212 [ 271 ] {6769cd70-2f64-4c01-ba23-b0db3fa983c4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17994 | 2025.01.30 20:29:52.839250 [ 271 ] {6769cd70-2f64-4c01-ba23-b0db3fa983c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 17995 | 2025.01.30 20:29:52.839659 [ 271 ] {6769cd70-2f64-4c01-ba23-b0db3fa983c4} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17996 | 2025.01.30 20:29:52.839893 [ 271 ] {6769cd70-2f64-4c01-ba23-b0db3fa983c4} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17997 | 2025.01.30 20:29:52.840066 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_129_27 to all_133_133_0 | ||
| 17998 | 2025.01.30 20:29:52.840125 [ 271 ] {6769cd70-2f64-4c01-ba23-b0db3fa983c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
| 17999 | 2025.01.30 20:29:52.840157 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18000 | 2025.01.30 20:29:52.840236 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18001 | 2025.01.30 20:29:52.840242 [ 271 ] {6769cd70-2f64-4c01-ba23-b0db3fa983c4} <Debug> TCPHandler: Processed in 0.001910053 sec. | ||
| 18002 | 2025.01.30 20:29:52.840521 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_27 to all_133_133_0 into Compact with storage Full | ||
| 18003 | 2025.01.30 20:29:52.840576 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18004 | 2025.01.30 20:29:52.840998 [ 270 ] {f2971f69-a0ff-4c6b-b8a7-c648216b4b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18005 | 2025.01.30 20:29:52.841038 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18006 | 2025.01.30 20:29:52.841252 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_129_27, total 41666 rows starting from the beginning of the part | ||
| 18007 | 2025.01.30 20:29:52.841339 [ 270 ] {f2971f69-a0ff-4c6b-b8a7-c648216b4b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18008 | 2025.01.30 20:29:52.841916 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 163 rows starting from the beginning of the part | ||
| 18009 | 2025.01.30 20:29:52.842468 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 18010 | 2025.01.30 20:29:52.843168 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 18011 | 2025.01.30 20:29:52.843652 [ 197 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 960 rows starting from the beginning of the part | ||
| 18012 | 2025.01.30 20:29:52.846231 [ 270 ] {f2971f69-a0ff-4c6b-b8a7-c648216b4b2a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18013 | 2025.01.30 20:29:52.846288 [ 270 ] {f2971f69-a0ff-4c6b-b8a7-c648216b4b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18014 | 2025.01.30 20:29:52.847874 [ 270 ] {f2971f69-a0ff-4c6b-b8a7-c648216b4b2a} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 18015 | 2025.01.30 20:29:52.848195 [ 270 ] {f2971f69-a0ff-4c6b-b8a7-c648216b4b2a} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18016 | 2025.01.30 20:29:52.848623 [ 270 ] {f2971f69-a0ff-4c6b-b8a7-c648216b4b2a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007758 sec., 1160.092807424594 rows/sec., 2.08 MiB/sec. | ||
| 18017 | 2025.01.30 20:29:52.848636 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18018 | 2025.01.30 20:29:52.848759 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18019 | 2025.01.30 20:29:52.848922 [ 270 ] {f2971f69-a0ff-4c6b-b8a7-c648216b4b2a} <Debug> TCPHandler: Processed in 0.008544797 sec. | ||
| 18020 | 2025.01.30 20:29:52.849161 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18021 | 2025.01.30 20:29:52.849320 [ 271 ] {f73ff637-38a1-4a86-b2cf-a1857c9c2ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18022 | 2025.01.30 20:29:52.849404 [ 271 ] {f73ff637-38a1-4a86-b2cf-a1857c9c2ae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18023 | 2025.01.30 20:29:52.851053 [ 271 ] {f73ff637-38a1-4a86-b2cf-a1857c9c2ae4} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18024 | 2025.01.30 20:29:52.851093 [ 271 ] {f73ff637-38a1-4a86-b2cf-a1857c9c2ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18025 | 2025.01.30 20:29:52.851813 [ 271 ] {f73ff637-38a1-4a86-b2cf-a1857c9c2ae4} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 18026 | 2025.01.30 20:29:52.852286 [ 271 ] {f73ff637-38a1-4a86-b2cf-a1857c9c2ae4} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18027 | 2025.01.30 20:29:52.852793 [ 271 ] {f73ff637-38a1-4a86-b2cf-a1857c9c2ae4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003509 sec., 17098.888572242806 rows/sec., 1.15 MiB/sec. | ||
| 18028 | 2025.01.30 20:29:52.852997 [ 271 ] {f73ff637-38a1-4a86-b2cf-a1857c9c2ae4} <Debug> TCPHandler: Processed in 0.00395879 sec. | ||
| 18029 | 2025.01.30 20:29:52.853314 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18030 | 2025.01.30 20:29:52.855528 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43186 rows, containing 5 columns (5 merged, 0 gathered) in 0.015182991 sec., 2844367.094731203 rows/sec., 192.34 MiB/sec. | ||
| 18031 | 2025.01.30 20:29:52.855964 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Trace> MergedBlockOutputStream: filled checksums all_1_133_28 (state Temporary) | ||
| 18032 | 2025.01.30 20:29:52.856256 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_133_28 to all_1_133_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18033 | 2025.01.30 20:29:52.856331 [ 201 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_129_27, all_133_133_0] -> all_1_133_28 | ||
| 18034 | 2025.01.30 20:29:52.856410 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 18035 | 2025.01.30 20:29:53.868273 [ 221 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18036 | 2025.01.30 20:29:53.868325 [ 221 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18037 | 2025.01.30 20:29:53.870333 [ 221 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18038 | 2025.01.30 20:29:56.218398 [ 218 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18039 | 2025.01.30 20:29:56.218501 [ 218 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18040 | 2025.01.30 20:29:56.220814 [ 218 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18041 | 2025.01.30 20:29:56.565434 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18042 | 2025.01.30 20:29:56.565473 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18043 | 2025.01.30 20:29:56.833263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 | ||
| 18044 | 2025.01.30 20:29:56.833953 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18045 | 2025.01.30 20:29:56.833991 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18046 | 2025.01.30 20:29:56.834498 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 18047 | 2025.01.30 20:29:56.834748 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18048 | 2025.01.30 20:29:56.834931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
| 18049 | 2025.01.30 20:29:57.085585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2450 | ||
| 18050 | 2025.01.30 20:29:57.088909 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18051 | 2025.01.30 20:29:57.088959 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18052 | 2025.01.30 20:29:57.090528 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18053 | 2025.01.30 20:29:57.090844 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18054 | 2025.01.30 20:29:57.091370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2450 | ||
| 18055 | 2025.01.30 20:29:57.414252 [ 224 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18056 | 2025.01.30 20:29:57.414319 [ 224 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18057 | 2025.01.30 20:29:57.416608 [ 224 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18058 | 2025.01.30 20:29:57.838608 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18059 | 2025.01.30 20:29:57.838915 [ 270 ] {b718f6a4-2eb9-4078-9b22-4dde6b125c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18060 | 2025.01.30 20:29:57.839018 [ 270 ] {b718f6a4-2eb9-4078-9b22-4dde6b125c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18061 | 2025.01.30 20:29:57.839779 [ 270 ] {b718f6a4-2eb9-4078-9b22-4dde6b125c5c} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18062 | 2025.01.30 20:29:57.839826 [ 270 ] {b718f6a4-2eb9-4078-9b22-4dde6b125c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18063 | 2025.01.30 20:29:57.840254 [ 270 ] {b718f6a4-2eb9-4078-9b22-4dde6b125c5c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 18064 | 2025.01.30 20:29:57.840503 [ 270 ] {b718f6a4-2eb9-4078-9b22-4dde6b125c5c} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18065 | 2025.01.30 20:29:57.840744 [ 270 ] {b718f6a4-2eb9-4078-9b22-4dde6b125c5c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 18066 | 2025.01.30 20:29:57.840804 [ 270 ] {b718f6a4-2eb9-4078-9b22-4dde6b125c5c} <Debug> TCPHandler: Processed in 0.002380156 sec. | ||
| 18067 | 2025.01.30 20:29:57.841083 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18068 | 2025.01.30 20:29:57.841292 [ 271 ] {e55053ca-2361-4c88-acc7-0edebc939ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18069 | 2025.01.30 20:29:57.841372 [ 271 ] {e55053ca-2361-4c88-acc7-0edebc939ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18070 | 2025.01.30 20:29:57.842331 [ 271 ] {e55053ca-2361-4c88-acc7-0edebc939ed8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18071 | 2025.01.30 20:29:57.842376 [ 271 ] {e55053ca-2361-4c88-acc7-0edebc939ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18072 | 2025.01.30 20:29:57.842829 [ 271 ] {e55053ca-2361-4c88-acc7-0edebc939ed8} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 18073 | 2025.01.30 20:29:57.843077 [ 271 ] {e55053ca-2361-4c88-acc7-0edebc939ed8} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18074 | 2025.01.30 20:29:57.843304 [ 271 ] {e55053ca-2361-4c88-acc7-0edebc939ed8} <Debug> executeQuery: Read 301 rows, 27.29 KiB in 0.002072 sec., 145270.27027027027 rows/sec., 12.86 MiB/sec. | ||
| 18075 | 2025.01.30 20:29:57.843359 [ 271 ] {e55053ca-2361-4c88-acc7-0edebc939ed8} <Debug> TCPHandler: Processed in 0.002441008 sec. | ||
| 18076 | 2025.01.30 20:29:57.843585 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18077 | 2025.01.30 20:29:57.843809 [ 270 ] {bbc9e459-2bd3-4aac-9ba2-99bbfd5ad17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18078 | 2025.01.30 20:29:57.843898 [ 270 ] {bbc9e459-2bd3-4aac-9ba2-99bbfd5ad17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18079 | 2025.01.30 20:29:57.844530 [ 270 ] {bbc9e459-2bd3-4aac-9ba2-99bbfd5ad17d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18080 | 2025.01.30 20:29:57.844568 [ 270 ] {bbc9e459-2bd3-4aac-9ba2-99bbfd5ad17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18081 | 2025.01.30 20:29:57.844932 [ 270 ] {bbc9e459-2bd3-4aac-9ba2-99bbfd5ad17d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 18082 | 2025.01.30 20:29:57.845169 [ 270 ] {bbc9e459-2bd3-4aac-9ba2-99bbfd5ad17d} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18083 | 2025.01.30 20:29:57.845382 [ 270 ] {bbc9e459-2bd3-4aac-9ba2-99bbfd5ad17d} <Debug> executeQuery: Read 56 rows, 4.14 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.48 MiB/sec. | ||
| 18084 | 2025.01.30 20:29:57.845434 [ 270 ] {bbc9e459-2bd3-4aac-9ba2-99bbfd5ad17d} <Debug> TCPHandler: Processed in 0.001962755 sec. | ||
| 18085 | 2025.01.30 20:29:57.845657 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18086 | 2025.01.30 20:29:57.845891 [ 271 ] {fb2f480a-b003-48a9-8df7-4f8d766880e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18087 | 2025.01.30 20:29:57.845982 [ 271 ] {fb2f480a-b003-48a9-8df7-4f8d766880e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18088 | 2025.01.30 20:29:57.846573 [ 271 ] {fb2f480a-b003-48a9-8df7-4f8d766880e0} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18089 | 2025.01.30 20:29:57.846615 [ 271 ] {fb2f480a-b003-48a9-8df7-4f8d766880e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18090 | 2025.01.30 20:29:57.846994 [ 271 ] {fb2f480a-b003-48a9-8df7-4f8d766880e0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 18091 | 2025.01.30 20:29:57.847235 [ 271 ] {fb2f480a-b003-48a9-8df7-4f8d766880e0} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18092 | 2025.01.30 20:29:57.847448 [ 271 ] {fb2f480a-b003-48a9-8df7-4f8d766880e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001612 sec., 8684.863523573202 rows/sec., 608.23 KiB/sec. | ||
| 18093 | 2025.01.30 20:29:57.847502 [ 271 ] {fb2f480a-b003-48a9-8df7-4f8d766880e0} <Debug> TCPHandler: Processed in 0.001960224 sec. | ||
| 18094 | 2025.01.30 20:29:57.847698 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18095 | 2025.01.30 20:29:57.847918 [ 270 ] {3aafe7f4-5d6c-4e56-be53-b77da6067676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18096 | 2025.01.30 20:29:57.847990 [ 270 ] {3aafe7f4-5d6c-4e56-be53-b77da6067676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18097 | 2025.01.30 20:29:57.848568 [ 270 ] {3aafe7f4-5d6c-4e56-be53-b77da6067676} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18098 | 2025.01.30 20:29:57.848608 [ 270 ] {3aafe7f4-5d6c-4e56-be53-b77da6067676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18099 | 2025.01.30 20:29:57.848967 [ 270 ] {3aafe7f4-5d6c-4e56-be53-b77da6067676} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 18100 | 2025.01.30 20:29:57.849200 [ 270 ] {3aafe7f4-5d6c-4e56-be53-b77da6067676} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18101 | 2025.01.30 20:29:57.849448 [ 270 ] {3aafe7f4-5d6c-4e56-be53-b77da6067676} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001573 sec., 8264.462809917355 rows/sec., 515.29 KiB/sec. | ||
| 18102 | 2025.01.30 20:29:57.849517 [ 270 ] {3aafe7f4-5d6c-4e56-be53-b77da6067676} <Debug> TCPHandler: Processed in 0.001926844 sec. | ||
| 18103 | 2025.01.30 20:29:57.849748 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18104 | 2025.01.30 20:29:57.849894 [ 271 ] {b9dcb746-7300-438b-af9f-be090017a26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18105 | 2025.01.30 20:29:57.849951 [ 271 ] {b9dcb746-7300-438b-af9f-be090017a26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18106 | 2025.01.30 20:29:57.850804 [ 271 ] {b9dcb746-7300-438b-af9f-be090017a26f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18107 | 2025.01.30 20:29:57.850853 [ 271 ] {b9dcb746-7300-438b-af9f-be090017a26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18108 | 2025.01.30 20:29:57.851263 [ 271 ] {b9dcb746-7300-438b-af9f-be090017a26f} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 18109 | 2025.01.30 20:29:57.851513 [ 271 ] {b9dcb746-7300-438b-af9f-be090017a26f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18110 | 2025.01.30 20:29:57.851736 [ 271 ] {b9dcb746-7300-438b-af9f-be090017a26f} <Debug> executeQuery: Read 431 rows, 31.61 KiB in 0.001865 sec., 231099.19571045577 rows/sec., 16.55 MiB/sec. | ||
| 18111 | 2025.01.30 20:29:57.851789 [ 271 ] {b9dcb746-7300-438b-af9f-be090017a26f} <Debug> TCPHandler: Processed in 0.0021606 sec. | ||
| 18112 | 2025.01.30 20:29:57.851939 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18113 | 2025.01.30 20:29:57.852058 [ 270 ] {7555a654-48df-4b2b-a3a2-55b6f15430a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18114 | 2025.01.30 20:29:57.852109 [ 270 ] {7555a654-48df-4b2b-a3a2-55b6f15430a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18115 | 2025.01.30 20:29:57.852602 [ 270 ] {7555a654-48df-4b2b-a3a2-55b6f15430a7} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18116 | 2025.01.30 20:29:57.852641 [ 270 ] {7555a654-48df-4b2b-a3a2-55b6f15430a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18117 | 2025.01.30 20:29:57.853029 [ 270 ] {7555a654-48df-4b2b-a3a2-55b6f15430a7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 18118 | 2025.01.30 20:29:57.853257 [ 270 ] {7555a654-48df-4b2b-a3a2-55b6f15430a7} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18119 | 2025.01.30 20:29:57.853511 [ 270 ] {7555a654-48df-4b2b-a3a2-55b6f15430a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 18120 | 2025.01.30 20:29:57.853582 [ 270 ] {7555a654-48df-4b2b-a3a2-55b6f15430a7} <Debug> TCPHandler: Processed in 0.001698657 sec. | ||
| 18121 | 2025.01.30 20:29:57.853808 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18122 | 2025.01.30 20:29:57.853959 [ 271 ] {aff095af-4694-4fec-8e3d-70a0ba1e3c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18123 | 2025.01.30 20:29:57.854014 [ 271 ] {aff095af-4694-4fec-8e3d-70a0ba1e3c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18124 | 2025.01.30 20:29:57.854634 [ 271 ] {aff095af-4694-4fec-8e3d-70a0ba1e3c88} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18125 | 2025.01.30 20:29:57.854674 [ 271 ] {aff095af-4694-4fec-8e3d-70a0ba1e3c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18126 | 2025.01.30 20:29:57.855084 [ 271 ] {aff095af-4694-4fec-8e3d-70a0ba1e3c88} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 18127 | 2025.01.30 20:29:57.855318 [ 271 ] {aff095af-4694-4fec-8e3d-70a0ba1e3c88} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18128 | 2025.01.30 20:29:57.855541 [ 271 ] {aff095af-4694-4fec-8e3d-70a0ba1e3c88} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001605 sec., 147663.55140186916 rows/sec., 9.90 MiB/sec. | ||
| 18129 | 2025.01.30 20:29:57.855649 [ 271 ] {aff095af-4694-4fec-8e3d-70a0ba1e3c88} <Debug> TCPHandler: Processed in 0.001961334 sec. | ||
| 18130 | 2025.01.30 20:29:57.855855 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18131 | 2025.01.30 20:29:57.856039 [ 270 ] {e45a45c1-64b4-4ede-add7-6d4171fe16e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18132 | 2025.01.30 20:29:57.856091 [ 270 ] {e45a45c1-64b4-4ede-add7-6d4171fe16e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18133 | 2025.01.30 20:29:57.856567 [ 270 ] {e45a45c1-64b4-4ede-add7-6d4171fe16e5} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18134 | 2025.01.30 20:29:57.856608 [ 270 ] {e45a45c1-64b4-4ede-add7-6d4171fe16e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18135 | 2025.01.30 20:29:57.856969 [ 270 ] {e45a45c1-64b4-4ede-add7-6d4171fe16e5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 18136 | 2025.01.30 20:29:57.857200 [ 270 ] {e45a45c1-64b4-4ede-add7-6d4171fe16e5} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18137 | 2025.01.30 20:29:57.857358 [ 128 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 18138 | 2025.01.30 20:29:57.857429 [ 270 ] {e45a45c1-64b4-4ede-add7-6d4171fe16e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. | ||
| 18139 | 2025.01.30 20:29:57.857436 [ 128 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18140 | 2025.01.30 20:29:57.857505 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18141 | 2025.01.30 20:29:57.857547 [ 270 ] {e45a45c1-64b4-4ede-add7-6d4171fe16e5} <Debug> TCPHandler: Processed in 0.00180113 sec. | ||
| 18142 | 2025.01.30 20:29:57.857802 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18143 | 2025.01.30 20:29:57.858115 [ 201 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 18144 | 2025.01.30 20:29:57.858207 [ 271 ] {8d5f9ad9-9cc1-4d32-b61a-3d8594b8e195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18145 | 2025.01.30 20:29:57.858644 [ 271 ] {8d5f9ad9-9cc1-4d32-b61a-3d8594b8e195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18146 | 2025.01.30 20:29:57.858696 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18147 | 2025.01.30 20:29:57.858820 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 51 rows starting from the beginning of the part | ||
| 18148 | 2025.01.30 20:29:57.859151 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 18149 | 2025.01.30 20:29:57.859413 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 18150 | 2025.01.30 20:29:57.859644 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 18151 | 2025.01.30 20:29:57.859848 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 18152 | 2025.01.30 20:29:57.860070 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 18153 | 2025.01.30 20:29:57.862221 [ 200 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 4 columns (4 merged, 0 gathered) in 0.004612928 sec., 12139.794941520875 rows/sec., 817.17 KiB/sec. | ||
| 18154 | 2025.01.30 20:29:57.862514 [ 200 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 18155 | 2025.01.30 20:29:57.862793 [ 271 ] {8d5f9ad9-9cc1-4d32-b61a-3d8594b8e195} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18156 | 2025.01.30 20:29:57.862862 [ 271 ] {8d5f9ad9-9cc1-4d32-b61a-3d8594b8e195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18157 | 2025.01.30 20:29:57.863240 [ 200 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18158 | 2025.01.30 20:29:57.863450 [ 200 ] {048504a0-b795-409f-841d-691020bab982::all_1_56_11} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 18159 | 2025.01.30 20:29:57.863615 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 18160 | 2025.01.30 20:29:57.863992 [ 271 ] {8d5f9ad9-9cc1-4d32-b61a-3d8594b8e195} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 18161 | 2025.01.30 20:29:57.864256 [ 271 ] {8d5f9ad9-9cc1-4d32-b61a-3d8594b8e195} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18162 | 2025.01.30 20:29:57.864505 [ 271 ] {8d5f9ad9-9cc1-4d32-b61a-3d8594b8e195} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.006452 sec., 7594.544327340359 rows/sec., 13.61 MiB/sec. | ||
| 18163 | 2025.01.30 20:29:57.864606 [ 271 ] {8d5f9ad9-9cc1-4d32-b61a-3d8594b8e195} <Debug> TCPHandler: Processed in 0.006949583 sec. | ||
| 18164 | 2025.01.30 20:29:57.864768 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18165 | 2025.01.30 20:29:57.864916 [ 270 ] {2382e7fa-3b40-49e5-b6c7-ef3486412cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18166 | 2025.01.30 20:29:57.864969 [ 270 ] {2382e7fa-3b40-49e5-b6c7-ef3486412cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18167 | 2025.01.30 20:29:57.865491 [ 270 ] {2382e7fa-3b40-49e5-b6c7-ef3486412cf0} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18168 | 2025.01.30 20:29:57.865539 [ 270 ] {2382e7fa-3b40-49e5-b6c7-ef3486412cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18169 | 2025.01.30 20:29:57.865935 [ 270 ] {2382e7fa-3b40-49e5-b6c7-ef3486412cf0} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 18170 | 2025.01.30 20:29:57.866186 [ 270 ] {2382e7fa-3b40-49e5-b6c7-ef3486412cf0} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18171 | 2025.01.30 20:29:57.866401 [ 270 ] {2382e7fa-3b40-49e5-b6c7-ef3486412cf0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001517 sec., 54054.05405405406 rows/sec., 3.43 MiB/sec. | ||
| 18172 | 2025.01.30 20:29:57.866451 [ 270 ] {2382e7fa-3b40-49e5-b6c7-ef3486412cf0} <Debug> TCPHandler: Processed in 0.001753229 sec. | ||
| 18173 | 2025.01.30 20:29:58.000252 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.53 MiB, peak 297.81 MiB, free memory in arenas 0.00 B, will set to 277.73 MiB (RSS), difference: 3.20 MiB | ||
| 18174 | 2025.01.30 20:29:59.776633 [ 135 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 18175 | 2025.01.30 20:29:59.776732 [ 135 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18176 | 2025.01.30 20:29:59.776776 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18177 | 2025.01.30 20:29:59.776956 [ 224 ] {} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18178 | 2025.01.30 20:29:59.777048 [ 224 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18179 | 2025.01.30 20:29:59.777065 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::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 | ||
| 18180 | 2025.01.30 20:29:59.777391 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18181 | 2025.01.30 20:29:59.777451 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 18182 | 2025.01.30 20:29:59.777760 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 18183 | 2025.01.30 20:29:59.778112 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 18184 | 2025.01.30 20:29:59.778313 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 18185 | 2025.01.30 20:29:59.778699 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 18186 | 2025.01.30 20:29:59.780643 [ 194 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.003746473 sec., 11210.543890213541 rows/sec., 957.93 KiB/sec. | ||
| 18187 | 2025.01.30 20:29:59.780837 [ 200 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 18188 | 2025.01.30 20:29:59.780942 [ 224 ] {} <Debug> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18189 | 2025.01.30 20:29:59.781278 [ 196 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18190 | 2025.01.30 20:29:59.781372 [ 196 ] {21ab43e4-2dc1-4ecd-93a3-4d51af9208dd::all_1_33_8} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 18191 | 2025.01.30 20:29:59.781484 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18192 | 2025.01.30 20:30:00.077692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 754 | ||
| 18193 | 2025.01.30 20:30:00.100090 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18194 | 2025.01.30 20:30:00.100133 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18195 | 2025.01.30 20:30:00.108452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 18196 | 2025.01.30 20:30:00.109234 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18197 | 2025.01.30 20:30:00.111966 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 18198 | 2025.01.30 20:30:02.831680 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18199 | 2025.01.30 20:30:02.831869 [ 270 ] {b4c91a7d-f290-45a1-9804-3b40d26f2614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18200 | 2025.01.30 20:30:02.831941 [ 270 ] {b4c91a7d-f290-45a1-9804-3b40d26f2614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18201 | 2025.01.30 20:30:02.832686 [ 270 ] {b4c91a7d-f290-45a1-9804-3b40d26f2614} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18202 | 2025.01.30 20:30:02.832729 [ 270 ] {b4c91a7d-f290-45a1-9804-3b40d26f2614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18203 | 2025.01.30 20:30:02.833165 [ 270 ] {b4c91a7d-f290-45a1-9804-3b40d26f2614} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 18204 | 2025.01.30 20:30:02.833412 [ 270 ] {b4c91a7d-f290-45a1-9804-3b40d26f2614} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18205 | 2025.01.30 20:30:02.833650 [ 270 ] {b4c91a7d-f290-45a1-9804-3b40d26f2614} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001834 sec., 40348.96401308615 rows/sec., 3.26 MiB/sec. | ||
| 18206 | 2025.01.30 20:30:02.833708 [ 270 ] {b4c91a7d-f290-45a1-9804-3b40d26f2614} <Debug> TCPHandler: Processed in 0.002162629 sec. | ||
| 18207 | 2025.01.30 20:30:02.833951 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18208 | 2025.01.30 20:30:02.834167 [ 271 ] {38211250-3562-418c-9df6-b7adf7aed687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18209 | 2025.01.30 20:30:02.834249 [ 271 ] {38211250-3562-418c-9df6-b7adf7aed687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18210 | 2025.01.30 20:30:02.835093 [ 271 ] {38211250-3562-418c-9df6-b7adf7aed687} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18211 | 2025.01.30 20:30:02.835143 [ 271 ] {38211250-3562-418c-9df6-b7adf7aed687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18212 | 2025.01.30 20:30:02.835581 [ 271 ] {38211250-3562-418c-9df6-b7adf7aed687} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 18213 | 2025.01.30 20:30:02.835829 [ 271 ] {38211250-3562-418c-9df6-b7adf7aed687} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18214 | 2025.01.30 20:30:02.836053 [ 271 ] {38211250-3562-418c-9df6-b7adf7aed687} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001945 sec., 4627.249357326478 rows/sec., 347.95 KiB/sec. | ||
| 18215 | 2025.01.30 20:30:02.836112 [ 271 ] {38211250-3562-418c-9df6-b7adf7aed687} <Debug> TCPHandler: Processed in 0.002304024 sec. | ||
| 18216 | 2025.01.30 20:30:02.836266 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18217 | 2025.01.30 20:30:02.836387 [ 270 ] {7c8f442e-1852-42a7-8573-5e374dc26cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18218 | 2025.01.30 20:30:02.836436 [ 270 ] {7c8f442e-1852-42a7-8573-5e374dc26cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18219 | 2025.01.30 20:30:02.837069 [ 270 ] {7c8f442e-1852-42a7-8573-5e374dc26cb6} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18220 | 2025.01.30 20:30:02.837110 [ 270 ] {7c8f442e-1852-42a7-8573-5e374dc26cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18221 | 2025.01.30 20:30:02.837476 [ 270 ] {7c8f442e-1852-42a7-8573-5e374dc26cb6} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 18222 | 2025.01.30 20:30:02.837743 [ 270 ] {7c8f442e-1852-42a7-8573-5e374dc26cb6} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18223 | 2025.01.30 20:30:02.837992 [ 270 ] {7c8f442e-1852-42a7-8573-5e374dc26cb6} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001632 sec., 44730.39215686275 rows/sec., 3.49 MiB/sec. | ||
| 18224 | 2025.01.30 20:30:02.838058 [ 270 ] {7c8f442e-1852-42a7-8573-5e374dc26cb6} <Debug> TCPHandler: Processed in 0.001853001 sec. | ||
| 18225 | 2025.01.30 20:30:02.838265 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18226 | 2025.01.30 20:30:02.838465 [ 271 ] {748fc8e8-0867-4d42-9d8d-c8029092c0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18227 | 2025.01.30 20:30:02.838520 [ 271 ] {748fc8e8-0867-4d42-9d8d-c8029092c0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18228 | 2025.01.30 20:30:02.839094 [ 271 ] {748fc8e8-0867-4d42-9d8d-c8029092c0d2} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18229 | 2025.01.30 20:30:02.839135 [ 271 ] {748fc8e8-0867-4d42-9d8d-c8029092c0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18230 | 2025.01.30 20:30:02.839544 [ 271 ] {748fc8e8-0867-4d42-9d8d-c8029092c0d2} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 18231 | 2025.01.30 20:30:02.839786 [ 271 ] {748fc8e8-0867-4d42-9d8d-c8029092c0d2} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18232 | 2025.01.30 20:30:02.839998 [ 271 ] {748fc8e8-0867-4d42-9d8d-c8029092c0d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
| 18233 | 2025.01.30 20:30:02.840050 [ 271 ] {748fc8e8-0867-4d42-9d8d-c8029092c0d2} <Debug> TCPHandler: Processed in 0.001901962 sec. | ||
| 18234 | 2025.01.30 20:30:02.840206 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18235 | 2025.01.30 20:30:02.840345 [ 270 ] {d0e92db3-46fb-456b-9895-81e7e10705b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18236 | 2025.01.30 20:30:02.840436 [ 270 ] {d0e92db3-46fb-456b-9895-81e7e10705b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18237 | 2025.01.30 20:30:02.841664 [ 270 ] {d0e92db3-46fb-456b-9895-81e7e10705b7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18238 | 2025.01.30 20:30:02.841704 [ 270 ] {d0e92db3-46fb-456b-9895-81e7e10705b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18239 | 2025.01.30 20:30:02.842328 [ 270 ] {d0e92db3-46fb-456b-9895-81e7e10705b7} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 18240 | 2025.01.30 20:30:02.842579 [ 270 ] {d0e92db3-46fb-456b-9895-81e7e10705b7} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18241 | 2025.01.30 20:30:02.842840 [ 270 ] {d0e92db3-46fb-456b-9895-81e7e10705b7} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002522 sec., 3568.596352101507 rows/sec., 6.39 MiB/sec. | ||
| 18242 | 2025.01.30 20:30:02.842980 [ 270 ] {d0e92db3-46fb-456b-9895-81e7e10705b7} <Debug> TCPHandler: Processed in 0.002844559 sec. | ||
| 18243 | 2025.01.30 20:30:02.843225 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18244 | 2025.01.30 20:30:02.843452 [ 271 ] {a8fb8474-39c5-46ea-a94c-cb1bd22fcb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18245 | 2025.01.30 20:30:02.843521 [ 271 ] {a8fb8474-39c5-46ea-a94c-cb1bd22fcb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18246 | 2025.01.30 20:30:02.844088 [ 271 ] {a8fb8474-39c5-46ea-a94c-cb1bd22fcb3e} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18247 | 2025.01.30 20:30:02.844132 [ 271 ] {a8fb8474-39c5-46ea-a94c-cb1bd22fcb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18248 | 2025.01.30 20:30:02.844499 [ 271 ] {a8fb8474-39c5-46ea-a94c-cb1bd22fcb3e} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 18249 | 2025.01.30 20:30:02.844737 [ 271 ] {a8fb8474-39c5-46ea-a94c-cb1bd22fcb3e} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18250 | 2025.01.30 20:30:02.844956 [ 271 ] {a8fb8474-39c5-46ea-a94c-cb1bd22fcb3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 18251 | 2025.01.30 20:30:02.845006 [ 271 ] {a8fb8474-39c5-46ea-a94c-cb1bd22fcb3e} <Debug> TCPHandler: Processed in 0.001923513 sec. | ||
| 18252 | 2025.01.30 20:30:04.335079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 | ||
| 18253 | 2025.01.30 20:30:04.336199 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18254 | 2025.01.30 20:30:04.336245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18255 | 2025.01.30 20:30:04.336784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 18256 | 2025.01.30 20:30:04.337045 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18257 | 2025.01.30 20:30:04.337270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
| 18258 | 2025.01.30 20:30:04.337284 [ 148 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 18259 | 2025.01.30 20:30:04.337359 [ 148 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18260 | 2025.01.30 20:30:04.337385 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18261 | 2025.01.30 20:30:04.337505 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 18262 | 2025.01.30 20:30:04.337639 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18263 | 2025.01.30 20:30:04.337679 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
| 18264 | 2025.01.30 20:30:04.337755 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part | ||
| 18265 | 2025.01.30 20:30:04.337941 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part | ||
| 18266 | 2025.01.30 20:30:04.338138 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part | ||
| 18267 | 2025.01.30 20:30:04.338448 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part | ||
| 18268 | 2025.01.30 20:30:04.338586 [ 200 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part | ||
| 18269 | 2025.01.30 20:30:04.341766 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.004312889 sec., 10735031.66902742 rows/sec., 153.57 MiB/sec. | ||
| 18270 | 2025.01.30 20:30:04.342177 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 18271 | 2025.01.30 20:30:04.342487 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18272 | 2025.01.30 20:30:04.342576 [ 193 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_101_20} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 18273 | 2025.01.30 20:30:04.342688 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 18274 | 2025.01.30 20:30:07.091574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2484 | ||
| 18275 | 2025.01.30 20:30:07.094817 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18276 | 2025.01.30 20:30:07.094857 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18277 | 2025.01.30 20:30:07.096339 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18278 | 2025.01.30 20:30:07.096645 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18279 | 2025.01.30 20:30:07.096816 [ 145 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18280 | 2025.01.30 20:30:07.096885 [ 145 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18281 | 2025.01.30 20:30:07.096930 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18282 | 2025.01.30 20:30:07.097432 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::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 | ||
| 18283 | 2025.01.30 20:30:07.099007 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2484 | ||
| 18284 | 2025.01.30 20:30:07.099595 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18285 | 2025.01.30 20:30:07.099773 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2304 rows starting from the beginning of the part | ||
| 18286 | 2025.01.30 20:30:07.100444 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part | ||
| 18287 | 2025.01.30 20:30:07.101173 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 40 rows starting from the beginning of the part | ||
| 18288 | 2025.01.30 20:30:07.101873 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part | ||
| 18289 | 2025.01.30 20:30:07.102518 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 36 rows starting from the beginning of the part | ||
| 18290 | 2025.01.30 20:30:07.103159 [ 190 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 34 rows starting from the beginning of the part | ||
| 18291 | 2025.01.30 20:30:07.112364 [ 193 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 72 columns (72 merged, 0 gathered) in 0.015292004 sec., 162437.83352397764 rows/sec., 122.19 MiB/sec. | ||
| 18292 | 2025.01.30 20:30:07.114795 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18293 | 2025.01.30 20:30:07.115657 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18294 | 2025.01.30 20:30:07.115757 [ 187 ] {67621c7a-43ae-4f59-a9ae-7ab5fa16ec78::all_1_71_14} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18295 | 2025.01.30 20:30:07.116127 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 18296 | 2025.01.30 20:30:07.232002 [ 224 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18297 | 2025.01.30 20:30:07.232062 [ 224 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18298 | 2025.01.30 20:30:07.234114 [ 224 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18299 | 2025.01.30 20:30:07.612030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 18300 | 2025.01.30 20:30:07.635892 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18301 | 2025.01.30 20:30:07.635939 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18302 | 2025.01.30 20:30:07.643736 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 18303 | 2025.01.30 20:30:07.644554 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18304 | 2025.01.30 20:30:07.644864 [ 143 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 18305 | 2025.01.30 20:30:07.644935 [ 143 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18306 | 2025.01.30 20:30:07.644973 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18307 | 2025.01.30 20:30:07.645420 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 18308 | 2025.01.30 20:30:07.661065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 18309 | 2025.01.30 20:30:07.662732 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18310 | 2025.01.30 20:30:07.664066 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 18311 | 2025.01.30 20:30:07.670226 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 7 rows starting from the beginning of the part | ||
| 18312 | 2025.01.30 20:30:07.676161 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part | ||
| 18313 | 2025.01.30 20:30:07.682208 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 7 rows starting from the beginning of the part | ||
| 18314 | 2025.01.30 20:30:07.688868 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part | ||
| 18315 | 2025.01.30 20:30:07.695169 [ 188 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 18316 | 2025.01.30 20:30:07.765233 [ 193 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.120134234 sec., 6342.904721063939 rows/sec., 32.80 MiB/sec. | ||
| 18317 | 2025.01.30 20:30:07.768753 [ 199 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 18318 | 2025.01.30 20:30:07.771633 [ 199 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18319 | 2025.01.30 20:30:07.771736 [ 199 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_101_20} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 18320 | 2025.01.30 20:30:07.774128 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 18321 | 2025.01.30 20:30:07.838596 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18322 | 2025.01.30 20:30:07.838756 [ 270 ] {2078cbe7-7d1f-42ee-8c28-8afb0266c1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18323 | 2025.01.30 20:30:07.838820 [ 270 ] {2078cbe7-7d1f-42ee-8c28-8afb0266c1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18324 | 2025.01.30 20:30:07.839526 [ 270 ] {2078cbe7-7d1f-42ee-8c28-8afb0266c1cd} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18325 | 2025.01.30 20:30:07.839567 [ 270 ] {2078cbe7-7d1f-42ee-8c28-8afb0266c1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18326 | 2025.01.30 20:30:07.839969 [ 270 ] {2078cbe7-7d1f-42ee-8c28-8afb0266c1cd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 18327 | 2025.01.30 20:30:07.840218 [ 270 ] {2078cbe7-7d1f-42ee-8c28-8afb0266c1cd} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18328 | 2025.01.30 20:30:07.840416 [ 270 ] {2078cbe7-7d1f-42ee-8c28-8afb0266c1cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001707 sec., 8201.523140011717 rows/sec., 590.40 KiB/sec. | ||
| 18329 | 2025.01.30 20:30:07.840496 [ 270 ] {2078cbe7-7d1f-42ee-8c28-8afb0266c1cd} <Debug> TCPHandler: Processed in 0.002021336 sec. | ||
| 18330 | 2025.01.30 20:30:07.840839 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18331 | 2025.01.30 20:30:07.841121 [ 271 ] {1167cb9e-2e82-4c06-b3d6-2f73a4e07d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18332 | 2025.01.30 20:30:07.841236 [ 271 ] {1167cb9e-2e82-4c06-b3d6-2f73a4e07d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18333 | 2025.01.30 20:30:07.842208 [ 271 ] {1167cb9e-2e82-4c06-b3d6-2f73a4e07d0f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18334 | 2025.01.30 20:30:07.842257 [ 271 ] {1167cb9e-2e82-4c06-b3d6-2f73a4e07d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18335 | 2025.01.30 20:30:07.842722 [ 271 ] {1167cb9e-2e82-4c06-b3d6-2f73a4e07d0f} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18336 | 2025.01.30 20:30:07.842968 [ 271 ] {1167cb9e-2e82-4c06-b3d6-2f73a4e07d0f} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18337 | 2025.01.30 20:30:07.843147 [ 143 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 18338 | 2025.01.30 20:30:07.843208 [ 143 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18339 | 2025.01.30 20:30:07.843225 [ 271 ] {1167cb9e-2e82-4c06-b3d6-2f73a4e07d0f} <Debug> executeQuery: Read 301 rows, 27.29 KiB in 0.002173 sec., 138518.17763460655 rows/sec., 12.27 MiB/sec. | ||
| 18340 | 2025.01.30 20:30:07.843242 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18341 | 2025.01.30 20:30:07.843400 [ 271 ] {1167cb9e-2e82-4c06-b3d6-2f73a4e07d0f} <Debug> TCPHandler: Processed in 0.002752836 sec. | ||
| 18342 | 2025.01.30 20:30:07.843502 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 18343 | 2025.01.30 20:30:07.843595 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18344 | 2025.01.30 20:30:07.843708 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18345 | 2025.01.30 20:30:07.843793 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1470 rows starting from the beginning of the part | ||
| 18346 | 2025.01.30 20:30:07.843805 [ 270 ] {066b9059-00f3-487d-a322-d0cac3cdbce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18347 | 2025.01.30 20:30:07.843979 [ 270 ] {066b9059-00f3-487d-a322-d0cac3cdbce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18348 | 2025.01.30 20:30:07.844078 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 1444 rows starting from the beginning of the part | ||
| 18349 | 2025.01.30 20:30:07.844497 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 74 rows starting from the beginning of the part | ||
| 18350 | 2025.01.30 20:30:07.844743 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 301 rows starting from the beginning of the part | ||
| 18351 | 2025.01.30 20:30:07.845030 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 74 rows starting from the beginning of the part | ||
| 18352 | 2025.01.30 20:30:07.845387 [ 192 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 301 rows starting from the beginning of the part | ||
| 18353 | 2025.01.30 20:30:07.847011 [ 270 ] {066b9059-00f3-487d-a322-d0cac3cdbce5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18354 | 2025.01.30 20:30:07.847080 [ 270 ] {066b9059-00f3-487d-a322-d0cac3cdbce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18355 | 2025.01.30 20:30:07.848098 [ 270 ] {066b9059-00f3-487d-a322-d0cac3cdbce5} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 18356 | 2025.01.30 20:30:07.848405 [ 270 ] {066b9059-00f3-487d-a322-d0cac3cdbce5} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18357 | 2025.01.30 20:30:07.848629 [ 270 ] {066b9059-00f3-487d-a322-d0cac3cdbce5} <Debug> executeQuery: Read 56 rows, 4.14 KiB in 0.00489 sec., 11451.942740286298 rows/sec., 846.75 KiB/sec. | ||
| 18358 | 2025.01.30 20:30:07.848686 [ 270 ] {066b9059-00f3-487d-a322-d0cac3cdbce5} <Debug> TCPHandler: Processed in 0.005180924 sec. | ||
| 18359 | 2025.01.30 20:30:07.848985 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18360 | 2025.01.30 20:30:07.849019 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3664 rows, containing 5 columns (5 merged, 0 gathered) in 0.005643177 sec., 649279.6522242702 rows/sec., 57.39 MiB/sec. | ||
| 18361 | 2025.01.30 20:30:07.849220 [ 271 ] {637ccf67-1186-41e7-b602-59eec944d6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18362 | 2025.01.30 20:30:07.849329 [ 271 ] {637ccf67-1186-41e7-b602-59eec944d6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18363 | 2025.01.30 20:30:07.849412 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 18364 | 2025.01.30 20:30:07.849807 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18365 | 2025.01.30 20:30:07.849898 [ 193 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_141_28} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 18366 | 2025.01.30 20:30:07.850014 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 18367 | 2025.01.30 20:30:07.850144 [ 271 ] {637ccf67-1186-41e7-b602-59eec944d6e2} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18368 | 2025.01.30 20:30:07.850184 [ 271 ] {637ccf67-1186-41e7-b602-59eec944d6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18369 | 2025.01.30 20:30:07.850531 [ 271 ] {637ccf67-1186-41e7-b602-59eec944d6e2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 18370 | 2025.01.30 20:30:07.850775 [ 271 ] {637ccf67-1186-41e7-b602-59eec944d6e2} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18371 | 2025.01.30 20:30:07.850986 [ 271 ] {637ccf67-1186-41e7-b602-59eec944d6e2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001822 sec., 7683.863885839736 rows/sec., 538.13 KiB/sec. | ||
| 18372 | 2025.01.30 20:30:07.851040 [ 271 ] {637ccf67-1186-41e7-b602-59eec944d6e2} <Debug> TCPHandler: Processed in 0.002253002 sec. | ||
| 18373 | 2025.01.30 20:30:07.851207 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18374 | 2025.01.30 20:30:07.851346 [ 270 ] {9fa9cb4d-7603-44ac-982d-e0b5c363069d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18375 | 2025.01.30 20:30:07.851401 [ 270 ] {9fa9cb4d-7603-44ac-982d-e0b5c363069d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18376 | 2025.01.30 20:30:07.852090 [ 270 ] {9fa9cb4d-7603-44ac-982d-e0b5c363069d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18377 | 2025.01.30 20:30:07.852137 [ 270 ] {9fa9cb4d-7603-44ac-982d-e0b5c363069d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18378 | 2025.01.30 20:30:07.852532 [ 270 ] {9fa9cb4d-7603-44ac-982d-e0b5c363069d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 18379 | 2025.01.30 20:30:07.852769 [ 270 ] {9fa9cb4d-7603-44ac-982d-e0b5c363069d} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18380 | 2025.01.30 20:30:07.852944 [ 270 ] {9fa9cb4d-7603-44ac-982d-e0b5c363069d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 18381 | 2025.01.30 20:30:07.852994 [ 270 ] {9fa9cb4d-7603-44ac-982d-e0b5c363069d} <Debug> TCPHandler: Processed in 0.001854052 sec. | ||
| 18382 | 2025.01.30 20:30:07.853129 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18383 | 2025.01.30 20:30:07.853246 [ 271 ] {9ad5b5ee-3662-443f-a9ff-758b5ebe35d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18384 | 2025.01.30 20:30:07.853296 [ 271 ] {9ad5b5ee-3662-443f-a9ff-758b5ebe35d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18385 | 2025.01.30 20:30:07.854208 [ 271 ] {9ad5b5ee-3662-443f-a9ff-758b5ebe35d2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18386 | 2025.01.30 20:30:07.854256 [ 271 ] {9ad5b5ee-3662-443f-a9ff-758b5ebe35d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18387 | 2025.01.30 20:30:07.854657 [ 271 ] {9ad5b5ee-3662-443f-a9ff-758b5ebe35d2} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18388 | 2025.01.30 20:30:07.854894 [ 271 ] {9ad5b5ee-3662-443f-a9ff-758b5ebe35d2} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18389 | 2025.01.30 20:30:07.855072 [ 143 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 18390 | 2025.01.30 20:30:07.855137 [ 143 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18391 | 2025.01.30 20:30:07.855145 [ 271 ] {9ad5b5ee-3662-443f-a9ff-758b5ebe35d2} <Debug> executeQuery: Read 431 rows, 31.61 KiB in 0.001911 sec., 225536.36839351125 rows/sec., 16.15 MiB/sec. | ||
| 18392 | 2025.01.30 20:30:07.855178 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18393 | 2025.01.30 20:30:07.855282 [ 271 ] {9ad5b5ee-3662-443f-a9ff-758b5ebe35d2} <Debug> TCPHandler: Processed in 0.002207831 sec. | ||
| 18394 | 2025.01.30 20:30:07.855379 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 18395 | 2025.01.30 20:30:07.855469 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18396 | 2025.01.30 20:30:07.855549 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18397 | 2025.01.30 20:30:07.855632 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 935 rows starting from the beginning of the part | ||
| 18398 | 2025.01.30 20:30:07.855708 [ 270 ] {d868d2fd-cc03-42f9-8e0c-e18a4c26b267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18399 | 2025.01.30 20:30:07.855806 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 893 rows starting from the beginning of the part | ||
| 18400 | 2025.01.30 20:30:07.855920 [ 270 ] {d868d2fd-cc03-42f9-8e0c-e18a4c26b267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18401 | 2025.01.30 20:30:07.856144 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 73 rows starting from the beginning of the part | ||
| 18402 | 2025.01.30 20:30:07.856550 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 431 rows starting from the beginning of the part | ||
| 18403 | 2025.01.30 20:30:07.856963 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 73 rows starting from the beginning of the part | ||
| 18404 | 2025.01.30 20:30:07.857305 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 431 rows starting from the beginning of the part | ||
| 18405 | 2025.01.30 20:30:07.858256 [ 270 ] {d868d2fd-cc03-42f9-8e0c-e18a4c26b267} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18406 | 2025.01.30 20:30:07.858334 [ 270 ] {d868d2fd-cc03-42f9-8e0c-e18a4c26b267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18407 | 2025.01.30 20:30:07.859241 [ 270 ] {d868d2fd-cc03-42f9-8e0c-e18a4c26b267} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 18408 | 2025.01.30 20:30:07.859686 [ 270 ] {d868d2fd-cc03-42f9-8e0c-e18a4c26b267} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18409 | 2025.01.30 20:30:07.859846 [ 143 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 18410 | 2025.01.30 20:30:07.859901 [ 143 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18411 | 2025.01.30 20:30:07.859942 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18412 | 2025.01.30 20:30:07.859940 [ 270 ] {d868d2fd-cc03-42f9-8e0c-e18a4c26b267} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004311 sec., 1391.7884481558804 rows/sec., 72.72 KiB/sec. | ||
| 18413 | 2025.01.30 20:30:07.860275 [ 270 ] {d868d2fd-cc03-42f9-8e0c-e18a4c26b267} <Debug> TCPHandler: Processed in 0.004882375 sec. | ||
| 18414 | 2025.01.30 20:30:07.860363 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::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 | ||
| 18415 | 2025.01.30 20:30:07.860631 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18416 | 2025.01.30 20:30:07.860865 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18417 | 2025.01.30 20:30:07.860910 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2836 rows, containing 5 columns (5 merged, 0 gathered) in 0.005605475 sec., 505933.93066600064 rows/sec., 38.70 MiB/sec. | ||
| 18418 | 2025.01.30 20:30:07.860926 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part | ||
| 18419 | 2025.01.30 20:30:07.860934 [ 271 ] {e77ee4bc-a929-4384-bb36-e7b36ed1a599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18420 | 2025.01.30 20:30:07.861122 [ 271 ] {e77ee4bc-a929-4384-bb36-e7b36ed1a599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18421 | 2025.01.30 20:30:07.861127 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 18422 | 2025.01.30 20:30:07.861178 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 18423 | 2025.01.30 20:30:07.861514 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 18424 | 2025.01.30 20:30:07.861782 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 18425 | 2025.01.30 20:30:07.862119 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 18426 | 2025.01.30 20:30:07.862204 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18427 | 2025.01.30 20:30:07.862501 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 18428 | 2025.01.30 20:30:07.862553 [ 197 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_141_28} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 18429 | 2025.01.30 20:30:07.862821 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 18430 | 2025.01.30 20:30:07.863482 [ 271 ] {e77ee4bc-a929-4384-bb36-e7b36ed1a599} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18431 | 2025.01.30 20:30:07.863528 [ 271 ] {e77ee4bc-a929-4384-bb36-e7b36ed1a599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18432 | 2025.01.30 20:30:07.864126 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.004093914 sec., 82073.04794385031 rows/sec., 4.19 MiB/sec. | ||
| 18433 | 2025.01.30 20:30:07.864169 [ 271 ] {e77ee4bc-a929-4384-bb36-e7b36ed1a599} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 18434 | 2025.01.30 20:30:07.864250 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 18435 | 2025.01.30 20:30:07.864472 [ 271 ] {e77ee4bc-a929-4384-bb36-e7b36ed1a599} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18436 | 2025.01.30 20:30:07.864572 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18437 | 2025.01.30 20:30:07.864817 [ 193 ] {388b0c7b-30f9-4544-8e99-48fe5cbbd22d::all_1_56_11} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 18438 | 2025.01.30 20:30:07.864853 [ 271 ] {e77ee4bc-a929-4384-bb36-e7b36ed1a599} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003979 sec., 59562.70419703443 rows/sec., 3.99 MiB/sec. | ||
| 18439 | 2025.01.30 20:30:07.864879 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18440 | 2025.01.30 20:30:07.864969 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18441 | 2025.01.30 20:30:07.865020 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18442 | 2025.01.30 20:30:07.865078 [ 271 ] {e77ee4bc-a929-4384-bb36-e7b36ed1a599} <Debug> TCPHandler: Processed in 0.004657799 sec. | ||
| 18443 | 2025.01.30 20:30:07.865278 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18444 | 2025.01.30 20:30:07.865420 [ 270 ] {31d06d3e-6646-41c5-ae6c-8ae8abe50a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18445 | 2025.01.30 20:30:07.865501 [ 270 ] {31d06d3e-6646-41c5-ae6c-8ae8abe50a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18446 | 2025.01.30 20:30:07.866784 [ 270 ] {31d06d3e-6646-41c5-ae6c-8ae8abe50a4e} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18447 | 2025.01.30 20:30:07.866836 [ 270 ] {31d06d3e-6646-41c5-ae6c-8ae8abe50a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18448 | 2025.01.30 20:30:07.867543 [ 270 ] {31d06d3e-6646-41c5-ae6c-8ae8abe50a4e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 18449 | 2025.01.30 20:30:07.867982 [ 270 ] {31d06d3e-6646-41c5-ae6c-8ae8abe50a4e} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18450 | 2025.01.30 20:30:07.868264 [ 270 ] {31d06d3e-6646-41c5-ae6c-8ae8abe50a4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002878 sec., 347.4635163307853 rows/sec., 23.41 KiB/sec. | ||
| 18451 | 2025.01.30 20:30:07.868402 [ 270 ] {31d06d3e-6646-41c5-ae6c-8ae8abe50a4e} <Debug> TCPHandler: Processed in 0.003218739 sec. | ||
| 18452 | 2025.01.30 20:30:07.868602 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18453 | 2025.01.30 20:30:07.868769 [ 271 ] {fc417f38-edf9-4d47-8d5f-25f84fd6dd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18454 | 2025.01.30 20:30:07.868933 [ 271 ] {fc417f38-edf9-4d47-8d5f-25f84fd6dd92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18455 | 2025.01.30 20:30:07.869033 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18456 | 2025.01.30 20:30:07.872035 [ 271 ] {fc417f38-edf9-4d47-8d5f-25f84fd6dd92} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18457 | 2025.01.30 20:30:07.872080 [ 271 ] {fc417f38-edf9-4d47-8d5f-25f84fd6dd92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18458 | 2025.01.30 20:30:07.872926 [ 271 ] {fc417f38-edf9-4d47-8d5f-25f84fd6dd92} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 18459 | 2025.01.30 20:30:07.873258 [ 271 ] {fc417f38-edf9-4d47-8d5f-25f84fd6dd92} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18460 | 2025.01.30 20:30:07.873604 [ 271 ] {fc417f38-edf9-4d47-8d5f-25f84fd6dd92} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.004889 sec., 10022.499488647985 rows/sec., 17.96 MiB/sec. | ||
| 18461 | 2025.01.30 20:30:07.873796 [ 271 ] {fc417f38-edf9-4d47-8d5f-25f84fd6dd92} <Debug> TCPHandler: Processed in 0.005289077 sec. | ||
| 18462 | 2025.01.30 20:30:07.874107 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18463 | 2025.01.30 20:30:07.874461 [ 270 ] {0a23f909-5d96-4d45-ac13-3bc09596f065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18464 | 2025.01.30 20:30:07.874607 [ 270 ] {0a23f909-5d96-4d45-ac13-3bc09596f065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18465 | 2025.01.30 20:30:07.875454 [ 270 ] {0a23f909-5d96-4d45-ac13-3bc09596f065} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18466 | 2025.01.30 20:30:07.875525 [ 270 ] {0a23f909-5d96-4d45-ac13-3bc09596f065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18467 | 2025.01.30 20:30:07.876440 [ 270 ] {0a23f909-5d96-4d45-ac13-3bc09596f065} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 18468 | 2025.01.30 20:30:07.876806 [ 270 ] {0a23f909-5d96-4d45-ac13-3bc09596f065} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18469 | 2025.01.30 20:30:07.877025 [ 140 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 18470 | 2025.01.30 20:30:07.877091 [ 140 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18471 | 2025.01.30 20:30:07.877126 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18472 | 2025.01.30 20:30:07.877136 [ 270 ] {0a23f909-5d96-4d45-ac13-3bc09596f065} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002792 sec., 29369.62750716332 rows/sec., 1.87 MiB/sec. | ||
| 18473 | 2025.01.30 20:30:07.877438 [ 270 ] {0a23f909-5d96-4d45-ac13-3bc09596f065} <Debug> TCPHandler: Processed in 0.003484797 sec. | ||
| 18474 | 2025.01.30 20:30:07.877463 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 18475 | 2025.01.30 20:30:07.877781 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18476 | 2025.01.30 20:30:07.877834 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 8696 rows starting from the beginning of the part | ||
| 18477 | 2025.01.30 20:30:07.878016 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part | ||
| 18478 | 2025.01.30 20:30:07.878253 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part | ||
| 18479 | 2025.01.30 20:30:07.878381 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 82 rows starting from the beginning of the part | ||
| 18480 | 2025.01.30 20:30:07.878463 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 18481 | 2025.01.30 20:30:07.878540 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 18482 | 2025.01.30 20:30:07.881028 [ 195 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9062 rows, containing 4 columns (4 merged, 0 gathered) in 0.003827177 sec., 2367802.691121942 rows/sec., 155.20 MiB/sec. | ||
| 18483 | 2025.01.30 20:30:07.881304 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 18484 | 2025.01.30 20:30:07.881674 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18485 | 2025.01.30 20:30:07.881767 [ 194 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_136_27} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 18486 | 2025.01.30 20:30:07.881875 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
| 18487 | 2025.01.30 20:30:08.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.81 MiB, peak 297.81 MiB, free memory in arenas 0.00 B, will set to 277.73 MiB (RSS), difference: -2.08 MiB | ||
| 18488 | 2025.01.30 20:30:11.565534 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18489 | 2025.01.30 20:30:11.565641 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18490 | 2025.01.30 20:30:11.837381 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726 | ||
| 18491 | 2025.01.30 20:30:11.838013 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18492 | 2025.01.30 20:30:11.838053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18493 | 2025.01.30 20:30:11.838584 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 18494 | 2025.01.30 20:30:11.838840 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18495 | 2025.01.30 20:30:11.839063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 | ||
| 18496 | 2025.01.30 20:30:12.677161 [ 225 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18497 | 2025.01.30 20:30:12.677246 [ 225 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18498 | 2025.01.30 20:30:12.679387 [ 225 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18499 | 2025.01.30 20:30:12.831900 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18500 | 2025.01.30 20:30:12.832200 [ 270 ] {aae87735-7d8b-46b1-8461-10f7ab827052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18501 | 2025.01.30 20:30:12.832317 [ 270 ] {aae87735-7d8b-46b1-8461-10f7ab827052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18502 | 2025.01.30 20:30:12.833188 [ 270 ] {aae87735-7d8b-46b1-8461-10f7ab827052} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18503 | 2025.01.30 20:30:12.833233 [ 270 ] {aae87735-7d8b-46b1-8461-10f7ab827052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18504 | 2025.01.30 20:30:12.833672 [ 270 ] {aae87735-7d8b-46b1-8461-10f7ab827052} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18505 | 2025.01.30 20:30:12.833926 [ 270 ] {aae87735-7d8b-46b1-8461-10f7ab827052} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18506 | 2025.01.30 20:30:12.834170 [ 270 ] {aae87735-7d8b-46b1-8461-10f7ab827052} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002049 sec., 36115.17813567594 rows/sec., 2.92 MiB/sec. | ||
| 18507 | 2025.01.30 20:30:12.834239 [ 221 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18508 | 2025.01.30 20:30:12.834256 [ 270 ] {aae87735-7d8b-46b1-8461-10f7ab827052} <Debug> TCPHandler: Processed in 0.00254034 sec. | ||
| 18509 | 2025.01.30 20:30:12.834294 [ 221 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18510 | 2025.01.30 20:30:12.834516 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18511 | 2025.01.30 20:30:12.834694 [ 271 ] {390acb3d-8a68-4d3e-8fe5-981fc8f0ffd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18512 | 2025.01.30 20:30:12.834780 [ 271 ] {390acb3d-8a68-4d3e-8fe5-981fc8f0ffd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18513 | 2025.01.30 20:30:12.835750 [ 271 ] {390acb3d-8a68-4d3e-8fe5-981fc8f0ffd3} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18514 | 2025.01.30 20:30:12.835793 [ 271 ] {390acb3d-8a68-4d3e-8fe5-981fc8f0ffd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18515 | 2025.01.30 20:30:12.836307 [ 271 ] {390acb3d-8a68-4d3e-8fe5-981fc8f0ffd3} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18516 | 2025.01.30 20:30:12.836598 [ 271 ] {390acb3d-8a68-4d3e-8fe5-981fc8f0ffd3} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18517 | 2025.01.30 20:30:12.836754 [ 221 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18518 | 2025.01.30 20:30:12.836833 [ 134 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 18519 | 2025.01.30 20:30:12.836977 [ 134 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18520 | 2025.01.30 20:30:12.837050 [ 271 ] {390acb3d-8a68-4d3e-8fe5-981fc8f0ffd3} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00239 sec., 3765.690376569037 rows/sec., 283.16 KiB/sec. | ||
| 18521 | 2025.01.30 20:30:12.837075 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18522 | 2025.01.30 20:30:12.837256 [ 271 ] {390acb3d-8a68-4d3e-8fe5-981fc8f0ffd3} <Debug> TCPHandler: Processed in 0.002856199 sec. | ||
| 18523 | 2025.01.30 20:30:12.837706 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 18524 | 2025.01.30 20:30:12.837719 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18525 | 2025.01.30 20:30:12.838298 [ 270 ] {7480f987-0653-4b05-a8fa-ca19e44449a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18526 | 2025.01.30 20:30:12.838308 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18527 | 2025.01.30 20:30:12.838472 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 83 rows starting from the beginning of the part | ||
| 18528 | 2025.01.30 20:30:12.838560 [ 270 ] {7480f987-0653-4b05-a8fa-ca19e44449a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18529 | 2025.01.30 20:30:12.838981 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 9 rows starting from the beginning of the part | ||
| 18530 | 2025.01.30 20:30:12.839287 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 56 rows starting from the beginning of the part | ||
| 18531 | 2025.01.30 20:30:12.839620 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 9 rows starting from the beginning of the part | ||
| 18532 | 2025.01.30 20:30:12.839963 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 56 rows starting from the beginning of the part | ||
| 18533 | 2025.01.30 20:30:12.840457 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 9 rows starting from the beginning of the part | ||
| 18534 | 2025.01.30 20:30:12.841700 [ 270 ] {7480f987-0653-4b05-a8fa-ca19e44449a9} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18535 | 2025.01.30 20:30:12.841777 [ 270 ] {7480f987-0653-4b05-a8fa-ca19e44449a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18536 | 2025.01.30 20:30:12.842836 [ 270 ] {7480f987-0653-4b05-a8fa-ca19e44449a9} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18537 | 2025.01.30 20:30:12.843268 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.006040577 sec., 36751.45602812446 rows/sec., 2.79 MiB/sec. | ||
| 18538 | 2025.01.30 20:30:12.843340 [ 270 ] {7480f987-0653-4b05-a8fa-ca19e44449a9} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18539 | 2025.01.30 20:30:12.843460 [ 196 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 18540 | 2025.01.30 20:30:12.843762 [ 270 ] {7480f987-0653-4b05-a8fa-ca19e44449a9} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.005703 sec., 12800.280554094337 rows/sec., 1023.31 KiB/sec. | ||
| 18541 | 2025.01.30 20:30:12.843896 [ 270 ] {7480f987-0653-4b05-a8fa-ca19e44449a9} <Debug> TCPHandler: Processed in 0.006498011 sec. | ||
| 18542 | 2025.01.30 20:30:12.844063 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18543 | 2025.01.30 20:30:12.844193 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18544 | 2025.01.30 20:30:12.844215 [ 195 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_141_28} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 18545 | 2025.01.30 20:30:12.844407 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 18546 | 2025.01.30 20:30:12.844510 [ 271 ] {88f33981-dccb-4136-a743-dc0dbe7a95dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18547 | 2025.01.30 20:30:12.844584 [ 271 ] {88f33981-dccb-4136-a743-dc0dbe7a95dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18548 | 2025.01.30 20:30:12.845157 [ 271 ] {88f33981-dccb-4136-a743-dc0dbe7a95dd} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18549 | 2025.01.30 20:30:12.845197 [ 271 ] {88f33981-dccb-4136-a743-dc0dbe7a95dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18550 | 2025.01.30 20:30:12.845602 [ 271 ] {88f33981-dccb-4136-a743-dc0dbe7a95dd} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 18551 | 2025.01.30 20:30:12.845837 [ 271 ] {88f33981-dccb-4136-a743-dc0dbe7a95dd} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18552 | 2025.01.30 20:30:12.846000 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_133_28 to all_137_137_0 | ||
| 18553 | 2025.01.30 20:30:12.846049 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18554 | 2025.01.30 20:30:12.846071 [ 271 ] {88f33981-dccb-4136-a743-dc0dbe7a95dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec. | ||
| 18555 | 2025.01.30 20:30:12.846083 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
| 18556 | 2025.01.30 20:30:12.846286 [ 271 ] {88f33981-dccb-4136-a743-dc0dbe7a95dd} <Debug> TCPHandler: Processed in 0.002228662 sec. | ||
| 18557 | 2025.01.30 20:30:12.846377 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_133_28 to all_137_137_0 into Compact with storage Full | ||
| 18558 | 2025.01.30 20:30:12.846543 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18559 | 2025.01.30 20:30:12.846986 [ 270 ] {9b491d53-8e34-4a8a-94f4-c239ca185a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18560 | 2025.01.30 20:30:12.847030 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18561 | 2025.01.30 20:30:12.847239 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_133_28, total 43186 rows starting from the beginning of the part | ||
| 18562 | 2025.01.30 20:30:12.847405 [ 270 ] {9b491d53-8e34-4a8a-94f4-c239ca185a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18563 | 2025.01.30 20:30:12.847791 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part | ||
| 18564 | 2025.01.30 20:30:12.848430 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 237 rows starting from the beginning of the part | ||
| 18565 | 2025.01.30 20:30:12.848933 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part | ||
| 18566 | 2025.01.30 20:30:12.849488 [ 186 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 237 rows starting from the beginning of the part | ||
| 18567 | 2025.01.30 20:30:12.853280 [ 270 ] {9b491d53-8e34-4a8a-94f4-c239ca185a19} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18568 | 2025.01.30 20:30:12.853351 [ 270 ] {9b491d53-8e34-4a8a-94f4-c239ca185a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18569 | 2025.01.30 20:30:12.854495 [ 270 ] {9b491d53-8e34-4a8a-94f4-c239ca185a19} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18570 | 2025.01.30 20:30:12.854854 [ 270 ] {9b491d53-8e34-4a8a-94f4-c239ca185a19} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18571 | 2025.01.30 20:30:12.855067 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 18572 | 2025.01.30 20:30:12.855151 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18573 | 2025.01.30 20:30:12.855184 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18574 | 2025.01.30 20:30:12.855215 [ 270 ] {9b491d53-8e34-4a8a-94f4-c239ca185a19} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.008374 sec., 1074.7551946501076 rows/sec., 1.93 MiB/sec. | ||
| 18575 | 2025.01.30 20:30:12.855747 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 18576 | 2025.01.30 20:30:12.855779 [ 270 ] {9b491d53-8e34-4a8a-94f4-c239ca185a19} <Debug> TCPHandler: Processed in 0.009384031 sec. | ||
| 18577 | 2025.01.30 20:30:12.855998 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18578 | 2025.01.30 20:30:12.856343 [ 271 ] {26a7e278-452c-43d9-89df-3469c86bde10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18579 | 2025.01.30 20:30:12.856494 [ 271 ] {26a7e278-452c-43d9-89df-3469c86bde10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18580 | 2025.01.30 20:30:12.856563 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18581 | 2025.01.30 20:30:12.856825 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2771 rows starting from the beginning of the part | ||
| 18582 | 2025.01.30 20:30:12.858010 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 9 rows starting from the beginning of the part | ||
| 18583 | 2025.01.30 20:30:12.859348 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 49 rows starting from the beginning of the part | ||
| 18584 | 2025.01.30 20:30:12.859415 [ 271 ] {26a7e278-452c-43d9-89df-3469c86bde10} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18585 | 2025.01.30 20:30:12.859495 [ 271 ] {26a7e278-452c-43d9-89df-3469c86bde10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18586 | 2025.01.30 20:30:12.860127 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 9 rows starting from the beginning of the part | ||
| 18587 | 2025.01.30 20:30:12.861187 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 49 rows starting from the beginning of the part | ||
| 18588 | 2025.01.30 20:30:12.861908 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 9 rows starting from the beginning of the part | ||
| 18589 | 2025.01.30 20:30:12.861932 [ 271 ] {26a7e278-452c-43d9-89df-3469c86bde10} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 18590 | 2025.01.30 20:30:12.863032 [ 271 ] {26a7e278-452c-43d9-89df-3469c86bde10} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18591 | 2025.01.30 20:30:12.863592 [ 222 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18592 | 2025.01.30 20:30:12.863692 [ 222 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18593 | 2025.01.30 20:30:12.863872 [ 271 ] {26a7e278-452c-43d9-89df-3469c86bde10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007609 sec., 7885.398869759495 rows/sec., 544.17 KiB/sec. | ||
| 18594 | 2025.01.30 20:30:12.864327 [ 271 ] {26a7e278-452c-43d9-89df-3469c86bde10} <Debug> TCPHandler: Processed in 0.008432134 sec. | ||
| 18595 | 2025.01.30 20:30:12.865223 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43980 rows, containing 5 columns (5 merged, 0 gathered) in 0.019002367 sec., 2314448.5105460812 rows/sec., 156.53 MiB/sec. | ||
| 18596 | 2025.01.30 20:30:12.865896 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Trace> MergedBlockOutputStream: filled checksums all_1_137_29 (state Temporary) | ||
| 18597 | 2025.01.30 20:30:12.867313 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_137_29 to all_1_137_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18598 | 2025.01.30 20:30:12.867472 [ 198 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_137_29} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_133_28, all_137_137_0] -> all_1_137_29 | ||
| 18599 | 2025.01.30 20:30:12.867574 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. | ||
| 18600 | 2025.01.30 20:30:12.868757 [ 222 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18601 | 2025.01.30 20:30:12.875465 [ 191 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2896 rows, containing 19 columns (19 merged, 0 gathered) in 0.020127569 sec., 143882.25423547174 rows/sec., 257.83 MiB/sec. | ||
| 18602 | 2025.01.30 20:30:12.878003 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 18603 | 2025.01.30 20:30:12.878435 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18604 | 2025.01.30 20:30:12.878519 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 18605 | 2025.01.30 20:30:12.878686 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.26 MiB. | ||
| 18606 | 2025.01.30 20:30:15.161153 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769 | ||
| 18607 | 2025.01.30 20:30:15.184382 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18608 | 2025.01.30 20:30:15.184427 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18609 | 2025.01.30 20:30:15.192021 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 18610 | 2025.01.30 20:30:15.192829 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18611 | 2025.01.30 20:30:15.195634 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769 | ||
| 18612 | 2025.01.30 20:30:17.085234 [ 220 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18613 | 2025.01.30 20:30:17.085295 [ 220 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18614 | 2025.01.30 20:30:17.086943 [ 220 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18615 | 2025.01.30 20:30:17.099227 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2518 | ||
| 18616 | 2025.01.30 20:30:17.102798 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18617 | 2025.01.30 20:30:17.102840 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18618 | 2025.01.30 20:30:17.104368 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18619 | 2025.01.30 20:30:17.104677 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18620 | 2025.01.30 20:30:17.105220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2518 | ||
| 18621 | 2025.01.30 20:30:17.525634 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18622 | 2025.01.30 20:30:17.525951 [ 270 ] {f537eb86-3d52-408a-9dcf-6d9619f9be2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18623 | 2025.01.30 20:30:17.526069 [ 270 ] {f537eb86-3d52-408a-9dcf-6d9619f9be2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18624 | 2025.01.30 20:30:17.527181 [ 270 ] {f537eb86-3d52-408a-9dcf-6d9619f9be2a} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18625 | 2025.01.30 20:30:17.527233 [ 270 ] {f537eb86-3d52-408a-9dcf-6d9619f9be2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18626 | 2025.01.30 20:30:17.527680 [ 270 ] {f537eb86-3d52-408a-9dcf-6d9619f9be2a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 18627 | 2025.01.30 20:30:17.527933 [ 270 ] {f537eb86-3d52-408a-9dcf-6d9619f9be2a} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18628 | 2025.01.30 20:30:17.528133 [ 126 ] {} <Debug> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 18629 | 2025.01.30 20:30:17.528159 [ 270 ] {f537eb86-3d52-408a-9dcf-6d9619f9be2a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002299 sec., 6089.604175728578 rows/sec., 438.37 KiB/sec. | ||
| 18630 | 2025.01.30 20:30:17.528222 [ 126 ] {} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18631 | 2025.01.30 20:30:17.528298 [ 270 ] {f537eb86-3d52-408a-9dcf-6d9619f9be2a} <Debug> TCPHandler: Processed in 0.002850369 sec. | ||
| 18632 | 2025.01.30 20:30:17.528300 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18633 | 2025.01.30 20:30:17.528508 [ 189 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 18634 | 2025.01.30 20:30:17.528533 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18635 | 2025.01.30 20:30:17.528690 [ 189 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18636 | 2025.01.30 20:30:17.528725 [ 271 ] {b6ac11fa-d686-4bb9-a1d6-ade3ea77ae74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18637 | 2025.01.30 20:30:17.528738 [ 189 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 18638 | 2025.01.30 20:30:17.528802 [ 271 ] {b6ac11fa-d686-4bb9-a1d6-ade3ea77ae74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18639 | 2025.01.30 20:30:17.528980 [ 189 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 18640 | 2025.01.30 20:30:17.529373 [ 189 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 18641 | 2025.01.30 20:30:17.529703 [ 189 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 18642 | 2025.01.30 20:30:17.530012 [ 189 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 18643 | 2025.01.30 20:30:17.530922 [ 271 ] {b6ac11fa-d686-4bb9-a1d6-ade3ea77ae74} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18644 | 2025.01.30 20:30:17.530976 [ 271 ] {b6ac11fa-d686-4bb9-a1d6-ade3ea77ae74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18645 | 2025.01.30 20:30:17.531507 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003065865 sec., 22832.055553652885 rows/sec., 1.69 MiB/sec. | ||
| 18646 | 2025.01.30 20:30:17.531600 [ 271 ] {b6ac11fa-d686-4bb9-a1d6-ade3ea77ae74} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 18647 | 2025.01.30 20:30:17.531726 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 18648 | 2025.01.30 20:30:17.532088 [ 271 ] {b6ac11fa-d686-4bb9-a1d6-ade3ea77ae74} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18649 | 2025.01.30 20:30:17.532213 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18650 | 2025.01.30 20:30:17.532534 [ 191 ] {4c2f82cc-6a9e-4536-b982-d5e96bdf8532::all_1_57_14} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 18651 | 2025.01.30 20:30:17.532621 [ 271 ] {b6ac11fa-d686-4bb9-a1d6-ade3ea77ae74} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.003923 sec., 1529.4417537598774 rows/sec., 124.72 KiB/sec. | ||
| 18652 | 2025.01.30 20:30:17.532903 [ 271 ] {b6ac11fa-d686-4bb9-a1d6-ade3ea77ae74} <Debug> TCPHandler: Processed in 0.004471684 sec. | ||
| 18653 | 2025.01.30 20:30:17.533051 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18654 | 2025.01.30 20:30:17.533146 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18655 | 2025.01.30 20:30:17.533277 [ 270 ] {76c6d178-2e50-4172-8d8b-b216ec9c5967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18656 | 2025.01.30 20:30:17.533335 [ 270 ] {76c6d178-2e50-4172-8d8b-b216ec9c5967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18657 | 2025.01.30 20:30:17.534511 [ 270 ] {76c6d178-2e50-4172-8d8b-b216ec9c5967} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18658 | 2025.01.30 20:30:17.534550 [ 270 ] {76c6d178-2e50-4172-8d8b-b216ec9c5967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18659 | 2025.01.30 20:30:17.535023 [ 270 ] {76c6d178-2e50-4172-8d8b-b216ec9c5967} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18660 | 2025.01.30 20:30:17.535264 [ 270 ] {76c6d178-2e50-4172-8d8b-b216ec9c5967} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18661 | 2025.01.30 20:30:17.535475 [ 270 ] {76c6d178-2e50-4172-8d8b-b216ec9c5967} <Debug> executeQuery: Read 1444 rows, 124.08 KiB in 0.002226 sec., 648697.2147349506 rows/sec., 54.43 MiB/sec. | ||
| 18662 | 2025.01.30 20:30:17.535529 [ 270 ] {76c6d178-2e50-4172-8d8b-b216ec9c5967} <Debug> TCPHandler: Processed in 0.002492899 sec. | ||
| 18663 | 2025.01.30 20:30:17.535737 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18664 | 2025.01.30 20:30:17.535960 [ 271 ] {5b23eaac-9054-4836-9076-f9df3c9c3d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18665 | 2025.01.30 20:30:17.536054 [ 271 ] {5b23eaac-9054-4836-9076-f9df3c9c3d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18666 | 2025.01.30 20:30:17.537002 [ 271 ] {5b23eaac-9054-4836-9076-f9df3c9c3d90} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18667 | 2025.01.30 20:30:17.537042 [ 271 ] {5b23eaac-9054-4836-9076-f9df3c9c3d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18668 | 2025.01.30 20:30:17.537415 [ 271 ] {5b23eaac-9054-4836-9076-f9df3c9c3d90} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18669 | 2025.01.30 20:30:17.537654 [ 271 ] {5b23eaac-9054-4836-9076-f9df3c9c3d90} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18670 | 2025.01.30 20:30:17.537884 [ 271 ] {5b23eaac-9054-4836-9076-f9df3c9c3d90} <Debug> executeQuery: Read 62 rows, 4.56 KiB in 0.001973 sec., 31424.227065382667 rows/sec., 2.26 MiB/sec. | ||
| 18671 | 2025.01.30 20:30:17.537946 [ 271 ] {5b23eaac-9054-4836-9076-f9df3c9c3d90} <Debug> TCPHandler: Processed in 0.002319984 sec. | ||
| 18672 | 2025.01.30 20:30:17.537954 [ 224 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18673 | 2025.01.30 20:30:17.538022 [ 224 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18674 | 2025.01.30 20:30:17.538133 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18675 | 2025.01.30 20:30:17.538301 [ 270 ] {6070a26a-c6a9-4a24-8072-230c96698292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18676 | 2025.01.30 20:30:17.538392 [ 270 ] {6070a26a-c6a9-4a24-8072-230c96698292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18677 | 2025.01.30 20:30:17.539797 [ 270 ] {6070a26a-c6a9-4a24-8072-230c96698292} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18678 | 2025.01.30 20:30:17.539856 [ 270 ] {6070a26a-c6a9-4a24-8072-230c96698292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18679 | 2025.01.30 20:30:17.540595 [ 270 ] {6070a26a-c6a9-4a24-8072-230c96698292} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 18680 | 2025.01.30 20:30:17.541043 [ 270 ] {6070a26a-c6a9-4a24-8072-230c96698292} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18681 | 2025.01.30 20:30:17.541499 [ 270 ] {6070a26a-c6a9-4a24-8072-230c96698292} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003225 sec., 75038.75968992247 rows/sec., 5.08 MiB/sec. | ||
| 18682 | 2025.01.30 20:30:17.541891 [ 270 ] {6070a26a-c6a9-4a24-8072-230c96698292} <Debug> TCPHandler: Processed in 0.003832396 sec. | ||
| 18683 | 2025.01.30 20:30:17.541935 [ 224 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18684 | 2025.01.30 20:30:17.542190 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18685 | 2025.01.30 20:30:17.542582 [ 271 ] {3c2a7f88-bfc8-4d64-aefb-387955746dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18686 | 2025.01.30 20:30:17.542691 [ 271 ] {3c2a7f88-bfc8-4d64-aefb-387955746dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18687 | 2025.01.30 20:30:17.544295 [ 271 ] {3c2a7f88-bfc8-4d64-aefb-387955746dd7} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18688 | 2025.01.30 20:30:17.544336 [ 271 ] {3c2a7f88-bfc8-4d64-aefb-387955746dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18689 | 2025.01.30 20:30:17.544696 [ 271 ] {3c2a7f88-bfc8-4d64-aefb-387955746dd7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 18690 | 2025.01.30 20:30:17.544931 [ 271 ] {3c2a7f88-bfc8-4d64-aefb-387955746dd7} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18691 | 2025.01.30 20:30:17.545085 [ 126 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 18692 | 2025.01.30 20:30:17.545139 [ 126 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18693 | 2025.01.30 20:30:17.545173 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18694 | 2025.01.30 20:30:17.545172 [ 271 ] {3c2a7f88-bfc8-4d64-aefb-387955746dd7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002731 sec., 4760.161113145368 rows/sec., 296.79 KiB/sec. | ||
| 18695 | 2025.01.30 20:30:17.545377 [ 271 ] {3c2a7f88-bfc8-4d64-aefb-387955746dd7} <Debug> TCPHandler: Processed in 0.003331732 sec. | ||
| 18696 | 2025.01.30 20:30:17.545463 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 18697 | 2025.01.30 20:30:17.545568 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18698 | 2025.01.30 20:30:17.545660 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18699 | 2025.01.30 20:30:17.545747 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 18700 | 2025.01.30 20:30:17.545807 [ 270 ] {a5e29f92-1240-4eed-8f57-6006ef213b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18701 | 2025.01.30 20:30:17.545984 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 18702 | 2025.01.30 20:30:17.546088 [ 270 ] {a5e29f92-1240-4eed-8f57-6006ef213b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18703 | 2025.01.30 20:30:17.546282 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 18704 | 2025.01.30 20:30:17.546638 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 18705 | 2025.01.30 20:30:17.547017 [ 192 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 18706 | 2025.01.30 20:30:17.549250 [ 270 ] {a5e29f92-1240-4eed-8f57-6006ef213b20} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18707 | 2025.01.30 20:30:17.549345 [ 270 ] {a5e29f92-1240-4eed-8f57-6006ef213b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18708 | 2025.01.30 20:30:17.549427 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004137015 sec., 15711.811535612029 rows/sec., 1.02 MiB/sec. | ||
| 18709 | 2025.01.30 20:30:17.549757 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 18710 | 2025.01.30 20:30:17.550088 [ 270 ] {a5e29f92-1240-4eed-8f57-6006ef213b20} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18711 | 2025.01.30 20:30:17.550284 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18712 | 2025.01.30 20:30:17.550431 [ 189 ] {294dc590-190b-4fe0-b102-2f5b34973997::all_1_57_14} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 18713 | 2025.01.30 20:30:17.550590 [ 270 ] {a5e29f92-1240-4eed-8f57-6006ef213b20} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18714 | 2025.01.30 20:30:17.550627 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18715 | 2025.01.30 20:30:17.550829 [ 270 ] {a5e29f92-1240-4eed-8f57-6006ef213b20} <Debug> executeQuery: Read 893 rows, 66.38 KiB in 0.005097 sec., 175201.0986855013 rows/sec., 12.72 MiB/sec. | ||
| 18716 | 2025.01.30 20:30:17.550889 [ 270 ] {a5e29f92-1240-4eed-8f57-6006ef213b20} <Debug> TCPHandler: Processed in 0.00540729 sec. | ||
| 18717 | 2025.01.30 20:30:17.551081 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18718 | 2025.01.30 20:30:17.551220 [ 271 ] {866a9ec7-4016-4019-9f35-98624de1e1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18719 | 2025.01.30 20:30:17.551281 [ 271 ] {866a9ec7-4016-4019-9f35-98624de1e1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18720 | 2025.01.30 20:30:17.551819 [ 271 ] {866a9ec7-4016-4019-9f35-98624de1e1de} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18721 | 2025.01.30 20:30:17.551859 [ 271 ] {866a9ec7-4016-4019-9f35-98624de1e1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18722 | 2025.01.30 20:30:17.552223 [ 271 ] {866a9ec7-4016-4019-9f35-98624de1e1de} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 18723 | 2025.01.30 20:30:17.552468 [ 271 ] {866a9ec7-4016-4019-9f35-98624de1e1de} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18724 | 2025.01.30 20:30:17.552686 [ 271 ] {866a9ec7-4016-4019-9f35-98624de1e1de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec. | ||
| 18725 | 2025.01.30 20:30:17.552738 [ 271 ] {866a9ec7-4016-4019-9f35-98624de1e1de} <Debug> TCPHandler: Processed in 0.001727398 sec. | ||
| 18726 | 2025.01.30 20:30:17.552926 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18727 | 2025.01.30 20:30:17.553115 [ 270 ] {67621bef-f459-46ca-8b18-fccd66e00511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18728 | 2025.01.30 20:30:17.553169 [ 270 ] {67621bef-f459-46ca-8b18-fccd66e00511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18729 | 2025.01.30 20:30:17.553911 [ 270 ] {67621bef-f459-46ca-8b18-fccd66e00511} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18730 | 2025.01.30 20:30:17.553950 [ 270 ] {67621bef-f459-46ca-8b18-fccd66e00511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18731 | 2025.01.30 20:30:17.554399 [ 270 ] {67621bef-f459-46ca-8b18-fccd66e00511} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 18732 | 2025.01.30 20:30:17.554631 [ 270 ] {67621bef-f459-46ca-8b18-fccd66e00511} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18733 | 2025.01.30 20:30:17.554812 [ 270 ] {67621bef-f459-46ca-8b18-fccd66e00511} <Debug> executeQuery: Read 954 rows, 65.29 KiB in 0.001733 sec., 550490.4789382573 rows/sec., 36.79 MiB/sec. | ||
| 18734 | 2025.01.30 20:30:17.554863 [ 270 ] {67621bef-f459-46ca-8b18-fccd66e00511} <Debug> TCPHandler: Processed in 0.002035966 sec. | ||
| 18735 | 2025.01.30 20:30:17.555072 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18736 | 2025.01.30 20:30:17.555296 [ 271 ] {765c1fe1-d088-4f70-b30e-83c8a6904115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18737 | 2025.01.30 20:30:17.555390 [ 271 ] {765c1fe1-d088-4f70-b30e-83c8a6904115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18738 | 2025.01.30 20:30:17.556000 [ 271 ] {765c1fe1-d088-4f70-b30e-83c8a6904115} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18739 | 2025.01.30 20:30:17.556040 [ 271 ] {765c1fe1-d088-4f70-b30e-83c8a6904115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18740 | 2025.01.30 20:30:17.556404 [ 271 ] {765c1fe1-d088-4f70-b30e-83c8a6904115} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 18741 | 2025.01.30 20:30:17.556641 [ 271 ] {765c1fe1-d088-4f70-b30e-83c8a6904115} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18742 | 2025.01.30 20:30:17.556870 [ 271 ] {765c1fe1-d088-4f70-b30e-83c8a6904115} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001629 sec., 613.8735420503376 rows/sec., 41.36 KiB/sec. | ||
| 18743 | 2025.01.30 20:30:17.556921 [ 271 ] {765c1fe1-d088-4f70-b30e-83c8a6904115} <Debug> TCPHandler: Processed in 0.001964384 sec. | ||
| 18744 | 2025.01.30 20:30:17.557123 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18745 | 2025.01.30 20:30:17.557342 [ 270 ] {5aabccb9-811b-4ec5-8144-306a1214c069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18746 | 2025.01.30 20:30:17.557482 [ 270 ] {5aabccb9-811b-4ec5-8144-306a1214c069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18747 | 2025.01.30 20:30:17.558875 [ 270 ] {5aabccb9-811b-4ec5-8144-306a1214c069} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18748 | 2025.01.30 20:30:17.558913 [ 270 ] {5aabccb9-811b-4ec5-8144-306a1214c069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18749 | 2025.01.30 20:30:17.559606 [ 270 ] {5aabccb9-811b-4ec5-8144-306a1214c069} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18750 | 2025.01.30 20:30:17.559853 [ 270 ] {5aabccb9-811b-4ec5-8144-306a1214c069} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18751 | 2025.01.30 20:30:17.560060 [ 270 ] {5aabccb9-811b-4ec5-8144-306a1214c069} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.002773 sec., 17670.393076090877 rows/sec., 31.66 MiB/sec. | ||
| 18752 | 2025.01.30 20:30:17.560074 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18753 | 2025.01.30 20:30:17.560124 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18754 | 2025.01.30 20:30:17.560216 [ 270 ] {5aabccb9-811b-4ec5-8144-306a1214c069} <Debug> TCPHandler: Processed in 0.003206319 sec. | ||
| 18755 | 2025.01.30 20:30:17.560435 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18756 | 2025.01.30 20:30:17.560596 [ 271 ] {6fe9c3ea-05b7-409b-a5df-d60d964f3e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18757 | 2025.01.30 20:30:17.560689 [ 271 ] {6fe9c3ea-05b7-409b-a5df-d60d964f3e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18758 | 2025.01.30 20:30:17.561838 [ 271 ] {6fe9c3ea-05b7-409b-a5df-d60d964f3e9f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18759 | 2025.01.30 20:30:17.561891 [ 271 ] {6fe9c3ea-05b7-409b-a5df-d60d964f3e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18760 | 2025.01.30 20:30:17.562568 [ 271 ] {6fe9c3ea-05b7-409b-a5df-d60d964f3e9f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 18761 | 2025.01.30 20:30:17.562988 [ 271 ] {6fe9c3ea-05b7-409b-a5df-d60d964f3e9f} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18762 | 2025.01.30 20:30:17.563406 [ 271 ] {6fe9c3ea-05b7-409b-a5df-d60d964f3e9f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002862 sec., 28651.2928022362 rows/sec., 1.82 MiB/sec. | ||
| 18763 | 2025.01.30 20:30:17.563458 [ 271 ] {6fe9c3ea-05b7-409b-a5df-d60d964f3e9f} <Debug> TCPHandler: Processed in 0.003151108 sec. | ||
| 18764 | 2025.01.30 20:30:17.563689 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18765 | 2025.01.30 20:30:18.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.68 MiB, peak 297.81 MiB, free memory in arenas 0.00 B, will set to 277.74 MiB (RSS), difference: 3.06 MiB | ||
| 18766 | 2025.01.30 20:30:18.300612 [ 219 ] {} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18767 | 2025.01.30 20:30:18.300701 [ 219 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18768 | 2025.01.30 20:30:18.302735 [ 219 ] {} <Debug> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18769 | 2025.01.30 20:30:19.339210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47214 | ||
| 18770 | 2025.01.30 20:30:19.339971 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18771 | 2025.01.30 20:30:19.340017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18772 | 2025.01.30 20:30:19.340558 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 18773 | 2025.01.30 20:30:19.340819 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18774 | 2025.01.30 20:30:19.341064 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 | ||
| 18775 | 2025.01.30 20:30:21.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 281.74 MiB, peak 297.81 MiB, free memory in arenas 0.00 B, will set to 277.74 MiB (RSS), difference: -4.00 MiB | ||
| 18776 | 2025.01.30 20:30:22.695692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777 | ||
| 18777 | 2025.01.30 20:30:22.719247 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18778 | 2025.01.30 20:30:22.719297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18779 | 2025.01.30 20:30:22.726878 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 18780 | 2025.01.30 20:30:22.727683 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18781 | 2025.01.30 20:30:22.730717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777 | ||
| 18782 | 2025.01.30 20:30:22.831164 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18783 | 2025.01.30 20:30:22.831343 [ 270 ] {8af4aac9-9d69-457c-8b4b-347e45c73f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18784 | 2025.01.30 20:30:22.831413 [ 270 ] {8af4aac9-9d69-457c-8b4b-347e45c73f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18785 | 2025.01.30 20:30:22.832161 [ 270 ] {8af4aac9-9d69-457c-8b4b-347e45c73f2c} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18786 | 2025.01.30 20:30:22.832202 [ 270 ] {8af4aac9-9d69-457c-8b4b-347e45c73f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18787 | 2025.01.30 20:30:22.832572 [ 270 ] {8af4aac9-9d69-457c-8b4b-347e45c73f2c} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18788 | 2025.01.30 20:30:22.832812 [ 270 ] {8af4aac9-9d69-457c-8b4b-347e45c73f2c} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18789 | 2025.01.30 20:30:22.833039 [ 270 ] {8af4aac9-9d69-457c-8b4b-347e45c73f2c} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001745 sec., 42406.876790830946 rows/sec., 3.43 MiB/sec. | ||
| 18790 | 2025.01.30 20:30:22.833092 [ 270 ] {8af4aac9-9d69-457c-8b4b-347e45c73f2c} <Debug> TCPHandler: Processed in 0.002053667 sec. | ||
| 18791 | 2025.01.30 20:30:22.833345 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18792 | 2025.01.30 20:30:22.833559 [ 271 ] {018f6aeb-1413-4b53-8c99-c8660dc3d791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18793 | 2025.01.30 20:30:22.833641 [ 271 ] {018f6aeb-1413-4b53-8c99-c8660dc3d791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18794 | 2025.01.30 20:30:22.834401 [ 271 ] {018f6aeb-1413-4b53-8c99-c8660dc3d791} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18795 | 2025.01.30 20:30:22.834447 [ 271 ] {018f6aeb-1413-4b53-8c99-c8660dc3d791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18796 | 2025.01.30 20:30:22.834883 [ 271 ] {018f6aeb-1413-4b53-8c99-c8660dc3d791} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18797 | 2025.01.30 20:30:22.835147 [ 271 ] {018f6aeb-1413-4b53-8c99-c8660dc3d791} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18798 | 2025.01.30 20:30:22.835394 [ 271 ] {018f6aeb-1413-4b53-8c99-c8660dc3d791} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001889 sec., 4764.425622022234 rows/sec., 358.26 KiB/sec. | ||
| 18799 | 2025.01.30 20:30:22.835493 [ 271 ] {018f6aeb-1413-4b53-8c99-c8660dc3d791} <Debug> TCPHandler: Processed in 0.002289864 sec. | ||
| 18800 | 2025.01.30 20:30:22.835787 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18801 | 2025.01.30 20:30:22.835981 [ 270 ] {44658ca4-1f72-496a-873a-62d6688ad401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18802 | 2025.01.30 20:30:22.836037 [ 270 ] {44658ca4-1f72-496a-873a-62d6688ad401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18803 | 2025.01.30 20:30:22.837053 [ 270 ] {44658ca4-1f72-496a-873a-62d6688ad401} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18804 | 2025.01.30 20:30:22.837093 [ 270 ] {44658ca4-1f72-496a-873a-62d6688ad401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18805 | 2025.01.30 20:30:22.837454 [ 270 ] {44658ca4-1f72-496a-873a-62d6688ad401} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18806 | 2025.01.30 20:30:22.837697 [ 270 ] {44658ca4-1f72-496a-873a-62d6688ad401} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18807 | 2025.01.30 20:30:22.837926 [ 270 ] {44658ca4-1f72-496a-873a-62d6688ad401} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001973 sec., 36999.49315762798 rows/sec., 2.89 MiB/sec. | ||
| 18808 | 2025.01.30 20:30:22.837988 [ 270 ] {44658ca4-1f72-496a-873a-62d6688ad401} <Debug> TCPHandler: Processed in 0.002394207 sec. | ||
| 18809 | 2025.01.30 20:30:22.838208 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18810 | 2025.01.30 20:30:22.838492 [ 271 ] {634b1ce2-01e6-4411-a5f0-8623c8bc101f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18811 | 2025.01.30 20:30:22.838559 [ 271 ] {634b1ce2-01e6-4411-a5f0-8623c8bc101f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18812 | 2025.01.30 20:30:22.839188 [ 271 ] {634b1ce2-01e6-4411-a5f0-8623c8bc101f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18813 | 2025.01.30 20:30:22.839228 [ 271 ] {634b1ce2-01e6-4411-a5f0-8623c8bc101f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18814 | 2025.01.30 20:30:22.839634 [ 271 ] {634b1ce2-01e6-4411-a5f0-8623c8bc101f} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 18815 | 2025.01.30 20:30:22.839873 [ 271 ] {634b1ce2-01e6-4411-a5f0-8623c8bc101f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18816 | 2025.01.30 20:30:22.840103 [ 271 ] {634b1ce2-01e6-4411-a5f0-8623c8bc101f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec. | ||
| 18817 | 2025.01.30 20:30:22.840166 [ 271 ] {634b1ce2-01e6-4411-a5f0-8623c8bc101f} <Debug> TCPHandler: Processed in 0.002090788 sec. | ||
| 18818 | 2025.01.30 20:30:22.840354 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18819 | 2025.01.30 20:30:22.840610 [ 270 ] {893303ad-a8d4-4085-8041-5ca456eb508b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18820 | 2025.01.30 20:30:22.840692 [ 270 ] {893303ad-a8d4-4085-8041-5ca456eb508b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18821 | 2025.01.30 20:30:22.841707 [ 270 ] {893303ad-a8d4-4085-8041-5ca456eb508b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18822 | 2025.01.30 20:30:22.841745 [ 270 ] {893303ad-a8d4-4085-8041-5ca456eb508b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18823 | 2025.01.30 20:30:22.842348 [ 270 ] {893303ad-a8d4-4085-8041-5ca456eb508b} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18824 | 2025.01.30 20:30:22.842598 [ 270 ] {893303ad-a8d4-4085-8041-5ca456eb508b} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18825 | 2025.01.30 20:30:22.842852 [ 270 ] {893303ad-a8d4-4085-8041-5ca456eb508b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002308 sec., 3899.48006932409 rows/sec., 6.99 MiB/sec. | ||
| 18826 | 2025.01.30 20:30:22.843010 [ 270 ] {893303ad-a8d4-4085-8041-5ca456eb508b} <Debug> TCPHandler: Processed in 0.002764387 sec. | ||
| 18827 | 2025.01.30 20:30:22.843397 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18828 | 2025.01.30 20:30:22.843662 [ 271 ] {69356060-b2d4-4c52-b483-f4c10ccc85a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18829 | 2025.01.30 20:30:22.843759 [ 271 ] {69356060-b2d4-4c52-b483-f4c10ccc85a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18830 | 2025.01.30 20:30:22.844349 [ 271 ] {69356060-b2d4-4c52-b483-f4c10ccc85a6} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18831 | 2025.01.30 20:30:22.844388 [ 271 ] {69356060-b2d4-4c52-b483-f4c10ccc85a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18832 | 2025.01.30 20:30:22.844769 [ 271 ] {69356060-b2d4-4c52-b483-f4c10ccc85a6} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 18833 | 2025.01.30 20:30:22.845005 [ 271 ] {69356060-b2d4-4c52-b483-f4c10ccc85a6} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18834 | 2025.01.30 20:30:22.845234 [ 271 ] {69356060-b2d4-4c52-b483-f4c10ccc85a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001627 sec., 36877.68899815612 rows/sec., 2.49 MiB/sec. | ||
| 18835 | 2025.01.30 20:30:22.845284 [ 271 ] {69356060-b2d4-4c52-b483-f4c10ccc85a6} <Debug> TCPHandler: Processed in 0.002130219 sec. | ||
| 18836 | 2025.01.30 20:30:26.565705 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18837 | 2025.01.30 20:30:26.565791 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18838 | 2025.01.30 20:30:26.841216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47641 | ||
| 18839 | 2025.01.30 20:30:26.842184 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18840 | 2025.01.30 20:30:26.842223 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18841 | 2025.01.30 20:30:26.842752 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 18842 | 2025.01.30 20:30:26.843002 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18843 | 2025.01.30 20:30:26.843182 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47641 | ||
| 18844 | 2025.01.30 20:30:27.105413 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2554 | ||
| 18845 | 2025.01.30 20:30:27.108707 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18846 | 2025.01.30 20:30:27.108754 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18847 | 2025.01.30 20:30:27.110276 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 18848 | 2025.01.30 20:30:27.110590 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18849 | 2025.01.30 20:30:27.111183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2554 | ||
| 18850 | 2025.01.30 20:30:27.838771 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18851 | 2025.01.30 20:30:27.838983 [ 270 ] {22d4c9c6-c321-4548-8312-18fea00ecb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18852 | 2025.01.30 20:30:27.839065 [ 270 ] {22d4c9c6-c321-4548-8312-18fea00ecb5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18853 | 2025.01.30 20:30:27.839816 [ 270 ] {22d4c9c6-c321-4548-8312-18fea00ecb5e} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18854 | 2025.01.30 20:30:27.839864 [ 270 ] {22d4c9c6-c321-4548-8312-18fea00ecb5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18855 | 2025.01.30 20:30:27.840290 [ 270 ] {22d4c9c6-c321-4548-8312-18fea00ecb5e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 18856 | 2025.01.30 20:30:27.840533 [ 270 ] {22d4c9c6-c321-4548-8312-18fea00ecb5e} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18857 | 2025.01.30 20:30:27.840777 [ 270 ] {22d4c9c6-c321-4548-8312-18fea00ecb5e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec. | ||
| 18858 | 2025.01.30 20:30:27.840839 [ 270 ] {22d4c9c6-c321-4548-8312-18fea00ecb5e} <Debug> TCPHandler: Processed in 0.002205121 sec. | ||
| 18859 | 2025.01.30 20:30:27.841082 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18860 | 2025.01.30 20:30:27.841250 [ 271 ] {d88a20ac-7faf-47cd-8898-00961349051d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18861 | 2025.01.30 20:30:27.841317 [ 271 ] {d88a20ac-7faf-47cd-8898-00961349051d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18862 | 2025.01.30 20:30:27.842109 [ 271 ] {d88a20ac-7faf-47cd-8898-00961349051d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18863 | 2025.01.30 20:30:27.842149 [ 271 ] {d88a20ac-7faf-47cd-8898-00961349051d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18864 | 2025.01.30 20:30:27.842576 [ 271 ] {d88a20ac-7faf-47cd-8898-00961349051d} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18865 | 2025.01.30 20:30:27.842823 [ 271 ] {d88a20ac-7faf-47cd-8898-00961349051d} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18866 | 2025.01.30 20:30:27.843024 [ 271 ] {d88a20ac-7faf-47cd-8898-00961349051d} <Debug> executeQuery: Read 301 rows, 27.29 KiB in 0.001815 sec., 165840.22038567494 rows/sec., 14.69 MiB/sec. | ||
| 18867 | 2025.01.30 20:30:27.843126 [ 271 ] {d88a20ac-7faf-47cd-8898-00961349051d} <Debug> TCPHandler: Processed in 0.002174081 sec. | ||
| 18868 | 2025.01.30 20:30:27.843294 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18869 | 2025.01.30 20:30:27.843425 [ 270 ] {4e404b54-7a2a-4e65-a870-4e76ca5a6873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18870 | 2025.01.30 20:30:27.843472 [ 270 ] {4e404b54-7a2a-4e65-a870-4e76ca5a6873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18871 | 2025.01.30 20:30:27.844054 [ 270 ] {4e404b54-7a2a-4e65-a870-4e76ca5a6873} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18872 | 2025.01.30 20:30:27.844092 [ 270 ] {4e404b54-7a2a-4e65-a870-4e76ca5a6873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18873 | 2025.01.30 20:30:27.844456 [ 270 ] {4e404b54-7a2a-4e65-a870-4e76ca5a6873} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18874 | 2025.01.30 20:30:27.844702 [ 270 ] {4e404b54-7a2a-4e65-a870-4e76ca5a6873} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18875 | 2025.01.30 20:30:27.844915 [ 270 ] {4e404b54-7a2a-4e65-a870-4e76ca5a6873} <Debug> executeQuery: Read 56 rows, 4.14 KiB in 0.001512 sec., 37037.03703703704 rows/sec., 2.67 MiB/sec. | ||
| 18876 | 2025.01.30 20:30:27.844967 [ 270 ] {4e404b54-7a2a-4e65-a870-4e76ca5a6873} <Debug> TCPHandler: Processed in 0.001748949 sec. | ||
| 18877 | 2025.01.30 20:30:27.845122 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18878 | 2025.01.30 20:30:27.845260 [ 271 ] {c14f2cab-c737-42d3-bf5b-13ac56f3b778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18879 | 2025.01.30 20:30:27.845321 [ 271 ] {c14f2cab-c737-42d3-bf5b-13ac56f3b778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18880 | 2025.01.30 20:30:27.846000 [ 271 ] {c14f2cab-c737-42d3-bf5b-13ac56f3b778} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18881 | 2025.01.30 20:30:27.846046 [ 271 ] {c14f2cab-c737-42d3-bf5b-13ac56f3b778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18882 | 2025.01.30 20:30:27.846419 [ 271 ] {c14f2cab-c737-42d3-bf5b-13ac56f3b778} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 18883 | 2025.01.30 20:30:27.846650 [ 271 ] {c14f2cab-c737-42d3-bf5b-13ac56f3b778} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18884 | 2025.01.30 20:30:27.846773 [ 113 ] {} <Debug> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 18885 | 2025.01.30 20:30:27.846814 [ 113 ] {} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18886 | 2025.01.30 20:30:27.846834 [ 271 ] {c14f2cab-c737-42d3-bf5b-13ac56f3b778} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001602 sec., 8739.076154806493 rows/sec., 612.03 KiB/sec. | ||
| 18887 | 2025.01.30 20:30:27.846839 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18888 | 2025.01.30 20:30:27.846931 [ 271 ] {c14f2cab-c737-42d3-bf5b-13ac56f3b778} <Debug> TCPHandler: Processed in 0.001877162 sec. | ||
| 18889 | 2025.01.30 20:30:27.847132 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::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 | ||
| 18890 | 2025.01.30 20:30:27.847157 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18891 | 2025.01.30 20:30:27.847400 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18892 | 2025.01.30 20:30:27.847451 [ 270 ] {7843a1af-258d-429e-bc25-3ccc4a44764e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18893 | 2025.01.30 20:30:27.847473 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 243 rows starting from the beginning of the part | ||
| 18894 | 2025.01.30 20:30:27.847557 [ 270 ] {7843a1af-258d-429e-bc25-3ccc4a44764e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18895 | 2025.01.30 20:30:27.847730 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 242 rows starting from the beginning of the part | ||
| 18896 | 2025.01.30 20:30:27.848267 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 18897 | 2025.01.30 20:30:27.848579 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 18898 | 2025.01.30 20:30:27.849027 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 242 rows starting from the beginning of the part | ||
| 18899 | 2025.01.30 20:30:27.849382 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 18900 | 2025.01.30 20:30:27.850462 [ 270 ] {7843a1af-258d-429e-bc25-3ccc4a44764e} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18901 | 2025.01.30 20:30:27.850510 [ 270 ] {7843a1af-258d-429e-bc25-3ccc4a44764e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18902 | 2025.01.30 20:30:27.851040 [ 270 ] {7843a1af-258d-429e-bc25-3ccc4a44764e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 18903 | 2025.01.30 20:30:27.851373 [ 270 ] {7843a1af-258d-429e-bc25-3ccc4a44764e} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18904 | 2025.01.30 20:30:27.851388 [ 199 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.004441824 sec., 173127.0757238468 rows/sec., 12.40 MiB/sec. | ||
| 18905 | 2025.01.30 20:30:27.851605 [ 187 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 18906 | 2025.01.30 20:30:27.851678 [ 270 ] {7843a1af-258d-429e-bc25-3ccc4a44764e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0043 sec., 3023.2558139534885 rows/sec., 188.50 KiB/sec. | ||
| 18907 | 2025.01.30 20:30:27.851747 [ 270 ] {7843a1af-258d-429e-bc25-3ccc4a44764e} <Debug> TCPHandler: Processed in 0.004721971 sec. | ||
| 18908 | 2025.01.30 20:30:27.851946 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18909 | 2025.01.30 20:30:27.852038 [ 201 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18910 | 2025.01.30 20:30:27.852120 [ 271 ] {4649be15-000d-499f-a616-afaa27a296ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18911 | 2025.01.30 20:30:27.852172 [ 201 ] {e98d2ae1-f869-47d6-96e7-d150a3018550::all_1_61_12} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 18912 | 2025.01.30 20:30:27.852187 [ 271 ] {4649be15-000d-499f-a616-afaa27a296ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18913 | 2025.01.30 20:30:27.852304 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 18914 | 2025.01.30 20:30:27.853115 [ 271 ] {4649be15-000d-499f-a616-afaa27a296ab} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18915 | 2025.01.30 20:30:27.853154 [ 271 ] {4649be15-000d-499f-a616-afaa27a296ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18916 | 2025.01.30 20:30:27.853539 [ 271 ] {4649be15-000d-499f-a616-afaa27a296ab} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18917 | 2025.01.30 20:30:27.853775 [ 271 ] {4649be15-000d-499f-a616-afaa27a296ab} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18918 | 2025.01.30 20:30:27.853953 [ 271 ] {4649be15-000d-499f-a616-afaa27a296ab} <Debug> executeQuery: Read 431 rows, 31.61 KiB in 0.001875 sec., 229866.6666666667 rows/sec., 16.46 MiB/sec. | ||
| 18919 | 2025.01.30 20:30:27.854016 [ 271 ] {4649be15-000d-499f-a616-afaa27a296ab} <Debug> TCPHandler: Processed in 0.002176471 sec. | ||
| 18920 | 2025.01.30 20:30:27.854221 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18921 | 2025.01.30 20:30:27.854480 [ 270 ] {97d61284-45c1-4565-b217-cb0c6470fa4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18922 | 2025.01.30 20:30:27.854540 [ 270 ] {97d61284-45c1-4565-b217-cb0c6470fa4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18923 | 2025.01.30 20:30:27.855096 [ 270 ] {97d61284-45c1-4565-b217-cb0c6470fa4a} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18924 | 2025.01.30 20:30:27.855135 [ 270 ] {97d61284-45c1-4565-b217-cb0c6470fa4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18925 | 2025.01.30 20:30:27.855487 [ 270 ] {97d61284-45c1-4565-b217-cb0c6470fa4a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 18926 | 2025.01.30 20:30:27.855714 [ 270 ] {97d61284-45c1-4565-b217-cb0c6470fa4a} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18927 | 2025.01.30 20:30:27.855916 [ 270 ] {97d61284-45c1-4565-b217-cb0c6470fa4a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 18928 | 2025.01.30 20:30:27.855966 [ 270 ] {97d61284-45c1-4565-b217-cb0c6470fa4a} <Debug> TCPHandler: Processed in 0.001867392 sec. | ||
| 18929 | 2025.01.30 20:30:27.856106 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18930 | 2025.01.30 20:30:27.856228 [ 271 ] {b86cfe7b-4109-4647-9f8c-4b214dba02d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18931 | 2025.01.30 20:30:27.856283 [ 271 ] {b86cfe7b-4109-4647-9f8c-4b214dba02d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18932 | 2025.01.30 20:30:27.856874 [ 271 ] {b86cfe7b-4109-4647-9f8c-4b214dba02d8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18933 | 2025.01.30 20:30:27.856912 [ 271 ] {b86cfe7b-4109-4647-9f8c-4b214dba02d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18934 | 2025.01.30 20:30:27.857311 [ 271 ] {b86cfe7b-4109-4647-9f8c-4b214dba02d8} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18935 | 2025.01.30 20:30:27.857543 [ 271 ] {b86cfe7b-4109-4647-9f8c-4b214dba02d8} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18936 | 2025.01.30 20:30:27.857749 [ 271 ] {b86cfe7b-4109-4647-9f8c-4b214dba02d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001541 sec., 153796.2362102531 rows/sec., 10.31 MiB/sec. | ||
| 18937 | 2025.01.30 20:30:27.857844 [ 271 ] {b86cfe7b-4109-4647-9f8c-4b214dba02d8} <Debug> TCPHandler: Processed in 0.00179463 sec. | ||
| 18938 | 2025.01.30 20:30:27.858008 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18939 | 2025.01.30 20:30:27.858148 [ 270 ] {d2a7d8f6-ab7a-4c3d-a891-e32162db99e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18940 | 2025.01.30 20:30:27.858210 [ 270 ] {d2a7d8f6-ab7a-4c3d-a891-e32162db99e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18941 | 2025.01.30 20:30:27.858756 [ 270 ] {d2a7d8f6-ab7a-4c3d-a891-e32162db99e0} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18942 | 2025.01.30 20:30:27.858801 [ 270 ] {d2a7d8f6-ab7a-4c3d-a891-e32162db99e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18943 | 2025.01.30 20:30:27.859197 [ 270 ] {d2a7d8f6-ab7a-4c3d-a891-e32162db99e0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 18944 | 2025.01.30 20:30:27.859437 [ 270 ] {d2a7d8f6-ab7a-4c3d-a891-e32162db99e0} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18945 | 2025.01.30 20:30:27.859672 [ 270 ] {d2a7d8f6-ab7a-4c3d-a891-e32162db99e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 43.53 KiB/sec. | ||
| 18946 | 2025.01.30 20:30:27.859696 [ 221 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18947 | 2025.01.30 20:30:27.859758 [ 221 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18948 | 2025.01.30 20:30:27.859758 [ 270 ] {d2a7d8f6-ab7a-4c3d-a891-e32162db99e0} <Debug> TCPHandler: Processed in 0.00181491 sec. | ||
| 18949 | 2025.01.30 20:30:27.859934 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18950 | 2025.01.30 20:30:27.860053 [ 271 ] {6b01ba65-d58d-400b-9c18-14ff2ff11a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18951 | 2025.01.30 20:30:27.860176 [ 271 ] {6b01ba65-d58d-400b-9c18-14ff2ff11a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18952 | 2025.01.30 20:30:27.862031 [ 271 ] {6b01ba65-d58d-400b-9c18-14ff2ff11a23} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18953 | 2025.01.30 20:30:27.862076 [ 271 ] {6b01ba65-d58d-400b-9c18-14ff2ff11a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18954 | 2025.01.30 20:30:27.862421 [ 221 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 18955 | 2025.01.30 20:30:27.863085 [ 271 ] {6b01ba65-d58d-400b-9c18-14ff2ff11a23} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18956 | 2025.01.30 20:30:27.863360 [ 271 ] {6b01ba65-d58d-400b-9c18-14ff2ff11a23} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18957 | 2025.01.30 20:30:27.863612 [ 271 ] {6b01ba65-d58d-400b-9c18-14ff2ff11a23} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.003587 sec., 13660.44047950934 rows/sec., 24.48 MiB/sec. | ||
| 18958 | 2025.01.30 20:30:27.863712 [ 271 ] {6b01ba65-d58d-400b-9c18-14ff2ff11a23} <Debug> TCPHandler: Processed in 0.003848847 sec. | ||
| 18959 | 2025.01.30 20:30:27.863857 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18960 | 2025.01.30 20:30:27.863976 [ 270 ] {9af70b97-7ad6-4d9e-96e8-ea91d4a3f0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18961 | 2025.01.30 20:30:27.864028 [ 270 ] {9af70b97-7ad6-4d9e-96e8-ea91d4a3f0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18962 | 2025.01.30 20:30:27.864536 [ 270 ] {9af70b97-7ad6-4d9e-96e8-ea91d4a3f0a6} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18963 | 2025.01.30 20:30:27.864575 [ 270 ] {9af70b97-7ad6-4d9e-96e8-ea91d4a3f0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18964 | 2025.01.30 20:30:27.864962 [ 270 ] {9af70b97-7ad6-4d9e-96e8-ea91d4a3f0a6} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 18965 | 2025.01.30 20:30:27.865202 [ 270 ] {9af70b97-7ad6-4d9e-96e8-ea91d4a3f0a6} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18966 | 2025.01.30 20:30:27.865424 [ 270 ] {9af70b97-7ad6-4d9e-96e8-ea91d4a3f0a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec. | ||
| 18967 | 2025.01.30 20:30:27.865477 [ 270 ] {9af70b97-7ad6-4d9e-96e8-ea91d4a3f0a6} <Debug> TCPHandler: Processed in 0.001676077 sec. | ||
| 18968 | 2025.01.30 20:30:30.230773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784 | ||
| 18969 | 2025.01.30 20:30:30.253694 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18970 | 2025.01.30 20:30:30.253737 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18971 | 2025.01.30 20:30:30.261376 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 18972 | 2025.01.30 20:30:30.262162 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18973 | 2025.01.30 20:30:30.264926 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784 | ||
| 18974 | 2025.01.30 20:30:32.831209 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18975 | 2025.01.30 20:30:32.831420 [ 270 ] {14ed17f4-c3e5-40d9-bce3-de397a12eb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18976 | 2025.01.30 20:30:32.831497 [ 270 ] {14ed17f4-c3e5-40d9-bce3-de397a12eb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18977 | 2025.01.30 20:30:32.832323 [ 270 ] {14ed17f4-c3e5-40d9-bce3-de397a12eb3a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18978 | 2025.01.30 20:30:32.832363 [ 270 ] {14ed17f4-c3e5-40d9-bce3-de397a12eb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18979 | 2025.01.30 20:30:32.832781 [ 270 ] {14ed17f4-c3e5-40d9-bce3-de397a12eb3a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 18980 | 2025.01.30 20:30:32.833022 [ 270 ] {14ed17f4-c3e5-40d9-bce3-de397a12eb3a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18981 | 2025.01.30 20:30:32.833265 [ 270 ] {14ed17f4-c3e5-40d9-bce3-de397a12eb3a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001889 sec., 3176.283748014823 rows/sec., 259.00 KiB/sec. | ||
| 18982 | 2025.01.30 20:30:32.833360 [ 270 ] {14ed17f4-c3e5-40d9-bce3-de397a12eb3a} <Debug> TCPHandler: Processed in 0.002286303 sec. | ||
| 18983 | 2025.01.30 20:30:32.833677 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18984 | 2025.01.30 20:30:32.833891 [ 271 ] {efb45683-2dbd-42ae-aced-e66ae232fc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18985 | 2025.01.30 20:30:32.833973 [ 271 ] {efb45683-2dbd-42ae-aced-e66ae232fc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18986 | 2025.01.30 20:30:32.834800 [ 271 ] {efb45683-2dbd-42ae-aced-e66ae232fc9e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18987 | 2025.01.30 20:30:32.834848 [ 271 ] {efb45683-2dbd-42ae-aced-e66ae232fc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18988 | 2025.01.30 20:30:32.835295 [ 271 ] {efb45683-2dbd-42ae-aced-e66ae232fc9e} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18989 | 2025.01.30 20:30:32.835547 [ 271 ] {efb45683-2dbd-42ae-aced-e66ae232fc9e} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18990 | 2025.01.30 20:30:32.835750 [ 26 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18991 | 2025.01.30 20:30:32.835799 [ 271 ] {efb45683-2dbd-42ae-aced-e66ae232fc9e} <Debug> executeQuery: Read 77 rows, 6.34 KiB in 0.001961 sec., 39265.680775114735 rows/sec., 3.16 MiB/sec. | ||
| 18992 | 2025.01.30 20:30:32.835841 [ 26 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18993 | 2025.01.30 20:30:32.835912 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 18994 | 2025.01.30 20:30:32.835920 [ 271 ] {efb45683-2dbd-42ae-aced-e66ae232fc9e} <Debug> TCPHandler: Processed in 0.002421087 sec. | ||
| 18995 | 2025.01.30 20:30:32.836201 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18996 | 2025.01.30 20:30:32.836272 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18997 | 2025.01.30 20:30:32.836610 [ 270 ] {4e3c6707-78d8-4108-81a9-04c35f01d6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18998 | 2025.01.30 20:30:32.836818 [ 270 ] {4e3c6707-78d8-4108-81a9-04c35f01d6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18999 | 2025.01.30 20:30:32.836900 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19000 | 2025.01.30 20:30:32.837052 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1470 rows starting from the beginning of the part | ||
| 19001 | 2025.01.30 20:30:32.837623 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 74 rows starting from the beginning of the part | ||
| 19002 | 2025.01.30 20:30:32.838241 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1444 rows starting from the beginning of the part | ||
| 19003 | 2025.01.30 20:30:32.838886 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 74 rows starting from the beginning of the part | ||
| 19004 | 2025.01.30 20:30:32.839482 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 301 rows starting from the beginning of the part | ||
| 19005 | 2025.01.30 20:30:32.840008 [ 187 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 77 rows starting from the beginning of the part | ||
| 19006 | 2025.01.30 20:30:32.840689 [ 270 ] {4e3c6707-78d8-4108-81a9-04c35f01d6a1} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19007 | 2025.01.30 20:30:32.840729 [ 270 ] {4e3c6707-78d8-4108-81a9-04c35f01d6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19008 | 2025.01.30 20:30:32.841246 [ 270 ] {4e3c6707-78d8-4108-81a9-04c35f01d6a1} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 19009 | 2025.01.30 20:30:32.841571 [ 270 ] {4e3c6707-78d8-4108-81a9-04c35f01d6a1} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19010 | 2025.01.30 20:30:32.841898 [ 270 ] {4e3c6707-78d8-4108-81a9-04c35f01d6a1} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.00546 sec., 2747.2527472527477 rows/sec., 200.68 KiB/sec. | ||
| 19011 | 2025.01.30 20:30:32.842104 [ 270 ] {4e3c6707-78d8-4108-81a9-04c35f01d6a1} <Debug> TCPHandler: Processed in 0.006059979 sec. | ||
| 19012 | 2025.01.30 20:30:32.842492 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19013 | 2025.01.30 20:30:32.843200 [ 271 ] {ac2b8218-7d53-4fa2-84b6-4e7c8902342f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19014 | 2025.01.30 20:30:32.843502 [ 271 ] {ac2b8218-7d53-4fa2-84b6-4e7c8902342f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19015 | 2025.01.30 20:30:32.844734 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3440 rows, containing 5 columns (5 merged, 0 gathered) in 0.008698792 sec., 395457.20831122296 rows/sec., 34.78 MiB/sec. | ||
| 19016 | 2025.01.30 20:30:32.845218 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 19017 | 2025.01.30 20:30:32.846283 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19018 | 2025.01.30 20:30:32.846403 [ 201 ] {74e6625f-22d1-4f02-a608-6f54b7da4614::all_1_146_29} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 19019 | 2025.01.30 20:30:32.846520 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 19020 | 2025.01.30 20:30:32.846591 [ 271 ] {ac2b8218-7d53-4fa2-84b6-4e7c8902342f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19021 | 2025.01.30 20:30:32.846630 [ 271 ] {ac2b8218-7d53-4fa2-84b6-4e7c8902342f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19022 | 2025.01.30 20:30:32.846991 [ 271 ] {ac2b8218-7d53-4fa2-84b6-4e7c8902342f} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 19023 | 2025.01.30 20:30:32.847225 [ 271 ] {ac2b8218-7d53-4fa2-84b6-4e7c8902342f} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19024 | 2025.01.30 20:30:32.847403 [ 26 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 19025 | 2025.01.30 20:30:32.847457 [ 26 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19026 | 2025.01.30 20:30:32.847469 [ 271 ] {ac2b8218-7d53-4fa2-84b6-4e7c8902342f} <Debug> executeQuery: Read 79 rows, 6.33 KiB in 0.004576 sec., 17263.986013986014 rows/sec., 1.35 MiB/sec. | ||
| 19027 | 2025.01.30 20:30:32.847498 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19028 | 2025.01.30 20:30:32.847633 [ 271 ] {ac2b8218-7d53-4fa2-84b6-4e7c8902342f} <Debug> TCPHandler: Processed in 0.00539484 sec. | ||
| 19029 | 2025.01.30 20:30:32.847961 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19030 | 2025.01.30 20:30:32.848122 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 19031 | 2025.01.30 20:30:32.848587 [ 270 ] {a4c996b0-e40b-46b7-8ef0-0f20d57bda1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19032 | 2025.01.30 20:30:32.848922 [ 270 ] {a4c996b0-e40b-46b7-8ef0-0f20d57bda1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19033 | 2025.01.30 20:30:32.849061 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19034 | 2025.01.30 20:30:32.849321 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 935 rows starting from the beginning of the part | ||
| 19035 | 2025.01.30 20:30:32.850119 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 73 rows starting from the beginning of the part | ||
| 19036 | 2025.01.30 20:30:32.850932 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 893 rows starting from the beginning of the part | ||
| 19037 | 2025.01.30 20:30:32.851634 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 73 rows starting from the beginning of the part | ||
| 19038 | 2025.01.30 20:30:32.852458 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 431 rows starting from the beginning of the part | ||
| 19039 | 2025.01.30 20:30:32.853279 [ 199 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 79 rows starting from the beginning of the part | ||
| 19040 | 2025.01.30 20:30:32.854858 [ 270 ] {a4c996b0-e40b-46b7-8ef0-0f20d57bda1f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19041 | 2025.01.30 20:30:32.854902 [ 270 ] {a4c996b0-e40b-46b7-8ef0-0f20d57bda1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19042 | 2025.01.30 20:30:32.855482 [ 270 ] {a4c996b0-e40b-46b7-8ef0-0f20d57bda1f} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 19043 | 2025.01.30 20:30:32.855751 [ 270 ] {a4c996b0-e40b-46b7-8ef0-0f20d57bda1f} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19044 | 2025.01.30 20:30:32.856007 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Selected 5 parts from all_1_137_29 to all_141_141_0 | ||
| 19045 | 2025.01.30 20:30:32.856152 [ 270 ] {a4c996b0-e40b-46b7-8ef0-0f20d57bda1f} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.007749 sec., 21034.97225448445 rows/sec., 1.46 MiB/sec. | ||
| 19046 | 2025.01.30 20:30:32.856154 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19047 | 2025.01.30 20:30:32.856324 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19048 | 2025.01.30 20:30:32.856547 [ 270 ] {a4c996b0-e40b-46b7-8ef0-0f20d57bda1f} <Debug> TCPHandler: Processed in 0.008785184 sec. | ||
| 19049 | 2025.01.30 20:30:32.856804 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19050 | 2025.01.30 20:30:32.856915 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19051 | 2025.01.30 20:30:32.856859 [ 188 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.009125803 sec., 272195.22490240034 rows/sec., 20.92 MiB/sec. | ||
| 19052 | 2025.01.30 20:30:32.857110 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_137_29 to all_141_141_0 into Compact with storage Full | ||
| 19053 | 2025.01.30 20:30:32.857415 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19054 | 2025.01.30 20:30:32.857538 [ 271 ] {be20a46f-cf3c-4f4d-b703-32e3fa67b185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19055 | 2025.01.30 20:30:32.857605 [ 193 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 19056 | 2025.01.30 20:30:32.858085 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19057 | 2025.01.30 20:30:32.858263 [ 271 ] {be20a46f-cf3c-4f4d-b703-32e3fa67b185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19058 | 2025.01.30 20:30:32.858314 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_137_29, total 43980 rows starting from the beginning of the part | ||
| 19059 | 2025.01.30 20:30:32.858901 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 19060 | 2025.01.30 20:30:32.859574 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 954 rows starting from the beginning of the part | ||
| 19061 | 2025.01.30 20:30:32.860310 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part | ||
| 19062 | 2025.01.30 20:30:32.860911 [ 190 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 237 rows starting from the beginning of the part | ||
| 19063 | 2025.01.30 20:30:32.860980 [ 188 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19064 | 2025.01.30 20:30:32.862453 [ 188 ] {7606a53d-5b3e-4c97-9bb0-8fdb190d269a::all_1_146_29} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 19065 | 2025.01.30 20:30:32.863022 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 19066 | 2025.01.30 20:30:32.866741 [ 271 ] {be20a46f-cf3c-4f4d-b703-32e3fa67b185} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19067 | 2025.01.30 20:30:32.866837 [ 271 ] {be20a46f-cf3c-4f4d-b703-32e3fa67b185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19068 | 2025.01.30 20:30:32.868721 [ 271 ] {be20a46f-cf3c-4f4d-b703-32e3fa67b185} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 19069 | 2025.01.30 20:30:32.868959 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19070 | 2025.01.30 20:30:32.869546 [ 271 ] {be20a46f-cf3c-4f4d-b703-32e3fa67b185} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19071 | 2025.01.30 20:30:32.870484 [ 271 ] {be20a46f-cf3c-4f4d-b703-32e3fa67b185} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.013138 sec., 685.0357740904248 rows/sec., 1.23 MiB/sec. | ||
| 19072 | 2025.01.30 20:30:32.871804 [ 271 ] {be20a46f-cf3c-4f4d-b703-32e3fa67b185} <Debug> TCPHandler: Processed in 0.015092249 sec. | ||
| 19073 | 2025.01.30 20:30:32.872425 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19074 | 2025.01.30 20:30:32.872697 [ 270 ] {300e32e1-67da-46f4-9bb3-0dd161a84338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19075 | 2025.01.30 20:30:32.872870 [ 270 ] {300e32e1-67da-46f4-9bb3-0dd161a84338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19076 | 2025.01.30 20:30:32.873720 [ 270 ] {300e32e1-67da-46f4-9bb3-0dd161a84338} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19077 | 2025.01.30 20:30:32.873758 [ 270 ] {300e32e1-67da-46f4-9bb3-0dd161a84338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19078 | 2025.01.30 20:30:32.874190 [ 270 ] {300e32e1-67da-46f4-9bb3-0dd161a84338} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 19079 | 2025.01.30 20:30:32.874455 [ 270 ] {300e32e1-67da-46f4-9bb3-0dd161a84338} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19080 | 2025.01.30 20:30:32.874678 [ 26 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 19081 | 2025.01.30 20:30:32.874777 [ 26 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19082 | 2025.01.30 20:30:32.874820 [ 270 ] {300e32e1-67da-46f4-9bb3-0dd161a84338} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00218 sec., 27522.93577981651 rows/sec., 1.85 MiB/sec. | ||
| 19083 | 2025.01.30 20:30:32.874835 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19084 | 2025.01.30 20:30:32.875074 [ 270 ] {300e32e1-67da-46f4-9bb3-0dd161a84338} <Debug> TCPHandler: Processed in 0.003131237 sec. | ||
| 19085 | 2025.01.30 20:30:32.875382 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 19086 | 2025.01.30 20:30:32.875643 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45491 rows, containing 5 columns (5 merged, 0 gathered) in 0.019029259 sec., 2390581.787761678 rows/sec., 161.66 MiB/sec. | ||
| 19087 | 2025.01.30 20:30:32.875711 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19088 | 2025.01.30 20:30:32.875760 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 9062 rows starting from the beginning of the part | ||
| 19089 | 2025.01.30 20:30:32.875906 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 19090 | 2025.01.30 20:30:32.876160 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 19091 | 2025.01.30 20:30:32.876223 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Trace> MergedBlockOutputStream: filled checksums all_1_141_30 (state Temporary) | ||
| 19092 | 2025.01.30 20:30:32.876408 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 19093 | 2025.01.30 20:30:32.876741 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 82 rows starting from the beginning of the part | ||
| 19094 | 2025.01.30 20:30:32.877016 [ 197 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part | ||
| 19095 | 2025.01.30 20:30:32.877249 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_merge_all_1_141_30 to all_1_141_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19096 | 2025.01.30 20:30:32.877524 [ 188 ] {4cf43d1c-7947-4ac2-abb7-bd63768f9f46::all_1_141_30} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46) (MergerMutator): Merged 5 parts: [all_1_137_29, all_141_141_0] -> all_1_141_30 | ||
| 19097 | 2025.01.30 20:30:32.877691 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 19098 | 2025.01.30 20:30:32.880616 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9406 rows, containing 4 columns (4 merged, 0 gathered) in 0.005618136 sec., 1674220.773580419 rows/sec., 109.74 MiB/sec. | ||
| 19099 | 2025.01.30 20:30:32.880827 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 19100 | 2025.01.30 20:30:32.881160 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19101 | 2025.01.30 20:30:32.881257 [ 188 ] {93f5778a-46af-4277-a832-d977045b29c7::all_1_141_28} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 19102 | 2025.01.30 20:30:32.881345 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
| 19103 | 2025.01.30 20:30:34.343299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48129 | ||
| 19104 | 2025.01.30 20:30:34.344149 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19105 | 2025.01.30 20:30:34.344217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19106 | 2025.01.30 20:30:34.344798 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 19107 | 2025.01.30 20:30:34.345046 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19108 | 2025.01.30 20:30:34.345361 [ 222 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19109 | 2025.01.30 20:30:34.345365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48129 | ||
| 19110 | 2025.01.30 20:30:34.345413 [ 222 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19111 | 2025.01.30 20:30:34.347571 [ 222 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19112 | 2025.01.30 20:30:36.085613 [ 220 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19113 | 2025.01.30 20:30:36.085678 [ 220 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19114 | 2025.01.30 20:30:36.087468 [ 220 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19115 | 2025.01.30 20:30:36.815869 [ 223 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19116 | 2025.01.30 20:30:36.815943 [ 223 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19117 | 2025.01.30 20:30:36.817845 [ 223 ] {} <Debug> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19118 | 2025.01.30 20:30:37.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.74 MiB, peak 297.81 MiB, free memory in arenas 0.00 B, will set to 277.74 MiB (RSS), difference: 4.00 MiB | ||
| 19119 | 2025.01.30 20:30:37.111387 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2590 | ||
| 19120 | 2025.01.30 20:30:37.114719 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19121 | 2025.01.30 20:30:37.114760 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19122 | 2025.01.30 20:30:37.116285 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19123 | 2025.01.30 20:30:37.116590 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19124 | 2025.01.30 20:30:37.117933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2590 | ||
| 19125 | 2025.01.30 20:30:37.764997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 792 | ||
| 19126 | 2025.01.30 20:30:37.787770 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19127 | 2025.01.30 20:30:37.787826 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19128 | 2025.01.30 20:30:37.795538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 19129 | 2025.01.30 20:30:37.796325 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19130 | 2025.01.30 20:30:37.801265 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 792 | ||
| 19131 | 2025.01.30 20:30:37.838005 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19132 | 2025.01.30 20:30:37.838269 [ 270 ] {f9fd1464-df8c-4276-b5f0-3960a6123087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19133 | 2025.01.30 20:30:37.838369 [ 270 ] {f9fd1464-df8c-4276-b5f0-3960a6123087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19134 | 2025.01.30 20:30:37.839044 [ 270 ] {f9fd1464-df8c-4276-b5f0-3960a6123087} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19135 | 2025.01.30 20:30:37.839085 [ 270 ] {f9fd1464-df8c-4276-b5f0-3960a6123087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19136 | 2025.01.30 20:30:37.839449 [ 270 ] {f9fd1464-df8c-4276-b5f0-3960a6123087} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 19137 | 2025.01.30 20:30:37.839684 [ 270 ] {f9fd1464-df8c-4276-b5f0-3960a6123087} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19138 | 2025.01.30 20:30:37.839900 [ 270 ] {f9fd1464-df8c-4276-b5f0-3960a6123087} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001704 sec., 8215.962441314554 rows/sec., 591.44 KiB/sec. | ||
| 19139 | 2025.01.30 20:30:37.839960 [ 270 ] {f9fd1464-df8c-4276-b5f0-3960a6123087} <Debug> TCPHandler: Processed in 0.002126629 sec. | ||
| 19140 | 2025.01.30 20:30:37.840313 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19141 | 2025.01.30 20:30:37.840575 [ 271 ] {f58a12af-9816-4d17-8762-37ab8840c625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19142 | 2025.01.30 20:30:37.840646 [ 271 ] {f58a12af-9816-4d17-8762-37ab8840c625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19143 | 2025.01.30 20:30:37.841537 [ 271 ] {f58a12af-9816-4d17-8762-37ab8840c625} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19144 | 2025.01.30 20:30:37.841581 [ 271 ] {f58a12af-9816-4d17-8762-37ab8840c625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19145 | 2025.01.30 20:30:37.842040 [ 271 ] {f58a12af-9816-4d17-8762-37ab8840c625} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 19146 | 2025.01.30 20:30:37.842288 [ 271 ] {f58a12af-9816-4d17-8762-37ab8840c625} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19147 | 2025.01.30 20:30:37.842522 [ 271 ] {f58a12af-9816-4d17-8762-37ab8840c625} <Debug> executeQuery: Read 301 rows, 27.29 KiB in 0.001997 sec., 150726.08913370053 rows/sec., 13.35 MiB/sec. | ||
| 19148 | 2025.01.30 20:30:37.842578 [ 271 ] {f58a12af-9816-4d17-8762-37ab8840c625} <Debug> TCPHandler: Processed in 0.002487629 sec. | ||
| 19149 | 2025.01.30 20:30:37.842732 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19150 | 2025.01.30 20:30:37.842868 [ 270 ] {1bccb6da-538e-45d8-b16b-0c5cac376026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19151 | 2025.01.30 20:30:37.842924 [ 270 ] {1bccb6da-538e-45d8-b16b-0c5cac376026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19152 | 2025.01.30 20:30:37.843588 [ 270 ] {1bccb6da-538e-45d8-b16b-0c5cac376026} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19153 | 2025.01.30 20:30:37.843628 [ 270 ] {1bccb6da-538e-45d8-b16b-0c5cac376026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19154 | 2025.01.30 20:30:37.843990 [ 270 ] {1bccb6da-538e-45d8-b16b-0c5cac376026} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 19155 | 2025.01.30 20:30:37.844222 [ 270 ] {1bccb6da-538e-45d8-b16b-0c5cac376026} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19156 | 2025.01.30 20:30:37.844401 [ 37 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 19157 | 2025.01.30 20:30:37.844453 [ 270 ] {1bccb6da-538e-45d8-b16b-0c5cac376026} <Debug> executeQuery: Read 56 rows, 4.14 KiB in 0.001606 sec., 34869.2403486924 rows/sec., 2.52 MiB/sec. | ||
| 19158 | 2025.01.30 20:30:37.844480 [ 37 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19159 | 2025.01.30 20:30:37.844543 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19160 | 2025.01.30 20:30:37.844567 [ 270 ] {1bccb6da-538e-45d8-b16b-0c5cac376026} <Debug> TCPHandler: Processed in 0.001904113 sec. | ||
| 19161 | 2025.01.30 20:30:37.844771 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19162 | 2025.01.30 20:30:37.844782 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 19163 | 2025.01.30 20:30:37.845017 [ 271 ] {8370762a-21e7-47a2-8e62-562b8df5bb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19164 | 2025.01.30 20:30:37.845045 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19165 | 2025.01.30 20:30:37.845128 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 83 rows starting from the beginning of the part | ||
| 19166 | 2025.01.30 20:30:37.845137 [ 271 ] {8370762a-21e7-47a2-8e62-562b8df5bb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19167 | 2025.01.30 20:30:37.845451 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 62 rows starting from the beginning of the part | ||
| 19168 | 2025.01.30 20:30:37.845803 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 9 rows starting from the beginning of the part | ||
| 19169 | 2025.01.30 20:30:37.846137 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 19170 | 2025.01.30 20:30:37.846653 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 15 rows starting from the beginning of the part | ||
| 19171 | 2025.01.30 20:30:37.847050 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
| 19172 | 2025.01.30 20:30:37.848180 [ 271 ] {8370762a-21e7-47a2-8e62-562b8df5bb2c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19173 | 2025.01.30 20:30:37.848255 [ 271 ] {8370762a-21e7-47a2-8e62-562b8df5bb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19174 | 2025.01.30 20:30:37.849378 [ 271 ] {8370762a-21e7-47a2-8e62-562b8df5bb2c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 19175 | 2025.01.30 20:30:37.850044 [ 271 ] {8370762a-21e7-47a2-8e62-562b8df5bb2c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19176 | 2025.01.30 20:30:37.850108 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.005468252 sec., 51387.53663876501 rows/sec., 3.89 MiB/sec. | ||
| 19177 | 2025.01.30 20:30:37.850327 [ 200 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 19178 | 2025.01.30 20:30:37.850433 [ 271 ] {8370762a-21e7-47a2-8e62-562b8df5bb2c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005484 sec., 2552.8811086797955 rows/sec., 178.79 KiB/sec. | ||
| 19179 | 2025.01.30 20:30:37.850556 [ 271 ] {8370762a-21e7-47a2-8e62-562b8df5bb2c} <Debug> TCPHandler: Processed in 0.005893173 sec. | ||
| 19180 | 2025.01.30 20:30:37.850823 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19181 | 2025.01.30 20:30:37.850832 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19182 | 2025.01.30 20:30:37.851032 [ 198 ] {409e3fc2-d4ef-4208-b804-c056c933a9fc::all_1_146_29} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 19183 | 2025.01.30 20:30:37.851196 [ 270 ] {dc0a05f9-a5cb-4f93-8733-2143b28fec99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19184 | 2025.01.30 20:30:37.851248 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 19185 | 2025.01.30 20:30:37.851327 [ 270 ] {dc0a05f9-a5cb-4f93-8733-2143b28fec99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19186 | 2025.01.30 20:30:37.851970 [ 270 ] {dc0a05f9-a5cb-4f93-8733-2143b28fec99} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19187 | 2025.01.30 20:30:37.852008 [ 270 ] {dc0a05f9-a5cb-4f93-8733-2143b28fec99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19188 | 2025.01.30 20:30:37.852355 [ 270 ] {dc0a05f9-a5cb-4f93-8733-2143b28fec99} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 19189 | 2025.01.30 20:30:37.852581 [ 270 ] {dc0a05f9-a5cb-4f93-8733-2143b28fec99} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19190 | 2025.01.30 20:30:37.852751 [ 270 ] {dc0a05f9-a5cb-4f93-8733-2143b28fec99} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001663 sec., 7817.197835237523 rows/sec., 487.40 KiB/sec. | ||
| 19191 | 2025.01.30 20:30:37.852801 [ 270 ] {dc0a05f9-a5cb-4f93-8733-2143b28fec99} <Debug> TCPHandler: Processed in 0.002130489 sec. | ||
| 19192 | 2025.01.30 20:30:37.852955 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19193 | 2025.01.30 20:30:37.853094 [ 271 ] {23577966-f313-486c-bbfe-c7a804646719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19194 | 2025.01.30 20:30:37.853152 [ 271 ] {23577966-f313-486c-bbfe-c7a804646719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19195 | 2025.01.30 20:30:37.853918 [ 271 ] {23577966-f313-486c-bbfe-c7a804646719} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19196 | 2025.01.30 20:30:37.853959 [ 271 ] {23577966-f313-486c-bbfe-c7a804646719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19197 | 2025.01.30 20:30:37.854347 [ 271 ] {23577966-f313-486c-bbfe-c7a804646719} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 19198 | 2025.01.30 20:30:37.854593 [ 271 ] {23577966-f313-486c-bbfe-c7a804646719} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19199 | 2025.01.30 20:30:37.854835 [ 271 ] {23577966-f313-486c-bbfe-c7a804646719} <Debug> executeQuery: Read 431 rows, 31.61 KiB in 0.001763 sec., 244469.65399886557 rows/sec., 17.51 MiB/sec. | ||
| 19200 | 2025.01.30 20:30:37.854897 [ 271 ] {23577966-f313-486c-bbfe-c7a804646719} <Debug> TCPHandler: Processed in 0.002011136 sec. | ||
| 19201 | 2025.01.30 20:30:37.854908 [ 218 ] {} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19202 | 2025.01.30 20:30:37.854964 [ 218 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19203 | 2025.01.30 20:30:37.855159 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19204 | 2025.01.30 20:30:37.855462 [ 270 ] {6c65c3b6-1aca-4007-a46e-a40ae3f4ea8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19205 | 2025.01.30 20:30:37.855570 [ 270 ] {6c65c3b6-1aca-4007-a46e-a40ae3f4ea8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19206 | 2025.01.30 20:30:37.856775 [ 270 ] {6c65c3b6-1aca-4007-a46e-a40ae3f4ea8f} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19207 | 2025.01.30 20:30:37.856814 [ 270 ] {6c65c3b6-1aca-4007-a46e-a40ae3f4ea8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19208 | 2025.01.30 20:30:37.857456 [ 270 ] {6c65c3b6-1aca-4007-a46e-a40ae3f4ea8f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 19209 | 2025.01.30 20:30:37.857911 [ 270 ] {6c65c3b6-1aca-4007-a46e-a40ae3f4ea8f} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19210 | 2025.01.30 20:30:37.858263 [ 270 ] {6c65c3b6-1aca-4007-a46e-a40ae3f4ea8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002896 sec., 2071.8232044198894 rows/sec., 108.24 KiB/sec. | ||
| 19211 | 2025.01.30 20:30:37.858408 [ 270 ] {6c65c3b6-1aca-4007-a46e-a40ae3f4ea8f} <Debug> TCPHandler: Processed in 0.003413895 sec. | ||
| 19212 | 2025.01.30 20:30:37.858587 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19213 | 2025.01.30 20:30:37.858805 [ 218 ] {} <Debug> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19214 | 2025.01.30 20:30:37.858816 [ 271 ] {8b8e6495-e6f3-4e40-b323-5288d0a4aa64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19215 | 2025.01.30 20:30:37.859006 [ 271 ] {8b8e6495-e6f3-4e40-b323-5288d0a4aa64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19216 | 2025.01.30 20:30:37.860321 [ 271 ] {8b8e6495-e6f3-4e40-b323-5288d0a4aa64} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19217 | 2025.01.30 20:30:37.860362 [ 271 ] {8b8e6495-e6f3-4e40-b323-5288d0a4aa64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19218 | 2025.01.30 20:30:37.860770 [ 271 ] {8b8e6495-e6f3-4e40-b323-5288d0a4aa64} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 19219 | 2025.01.30 20:30:37.861000 [ 271 ] {8b8e6495-e6f3-4e40-b323-5288d0a4aa64} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19220 | 2025.01.30 20:30:37.861209 [ 271 ] {8b8e6495-e6f3-4e40-b323-5288d0a4aa64} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00246 sec., 96341.46341463414 rows/sec., 6.46 MiB/sec. | ||
| 19221 | 2025.01.30 20:30:37.861261 [ 271 ] {8b8e6495-e6f3-4e40-b323-5288d0a4aa64} <Debug> TCPHandler: Processed in 0.002747426 sec. | ||
| 19222 | 2025.01.30 20:30:37.861408 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19223 | 2025.01.30 20:30:37.861535 [ 270 ] {2b74550d-25b9-489b-8d19-a738253970f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19224 | 2025.01.30 20:30:37.861587 [ 270 ] {2b74550d-25b9-489b-8d19-a738253970f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19225 | 2025.01.30 20:30:37.862089 [ 270 ] {2b74550d-25b9-489b-8d19-a738253970f0} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19226 | 2025.01.30 20:30:37.862127 [ 270 ] {2b74550d-25b9-489b-8d19-a738253970f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19227 | 2025.01.30 20:30:37.862494 [ 270 ] {2b74550d-25b9-489b-8d19-a738253970f0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 19228 | 2025.01.30 20:30:37.862732 [ 270 ] {2b74550d-25b9-489b-8d19-a738253970f0} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19229 | 2025.01.30 20:30:37.862943 [ 270 ] {2b74550d-25b9-489b-8d19-a738253970f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001433 sec., 697.8367062107467 rows/sec., 47.02 KiB/sec. | ||
| 19230 | 2025.01.30 20:30:37.863070 [ 270 ] {2b74550d-25b9-489b-8d19-a738253970f0} <Debug> TCPHandler: Processed in 0.001732428 sec. | ||
| 19231 | 2025.01.30 20:30:37.863246 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19232 | 2025.01.30 20:30:37.863378 [ 271 ] {62b7d28e-6228-4b33-be7c-a1b887d28925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19233 | 2025.01.30 20:30:37.863480 [ 271 ] {62b7d28e-6228-4b33-be7c-a1b887d28925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19234 | 2025.01.30 20:30:37.864748 [ 271 ] {62b7d28e-6228-4b33-be7c-a1b887d28925} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19235 | 2025.01.30 20:30:37.864788 [ 271 ] {62b7d28e-6228-4b33-be7c-a1b887d28925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19236 | 2025.01.30 20:30:37.865543 [ 271 ] {62b7d28e-6228-4b33-be7c-a1b887d28925} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 19237 | 2025.01.30 20:30:37.865807 [ 271 ] {62b7d28e-6228-4b33-be7c-a1b887d28925} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19238 | 2025.01.30 20:30:37.865996 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 19239 | 2025.01.30 20:30:37.866060 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19240 | 2025.01.30 20:30:37.866086 [ 271 ] {62b7d28e-6228-4b33-be7c-a1b887d28925} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.002734 sec., 17922.457937088515 rows/sec., 32.12 MiB/sec. | ||
| 19241 | 2025.01.30 20:30:37.866102 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19242 | 2025.01.30 20:30:37.866481 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 19243 | 2025.01.30 20:30:37.866490 [ 271 ] {62b7d28e-6228-4b33-be7c-a1b887d28925} <Debug> TCPHandler: Processed in 0.003316781 sec. | ||
| 19244 | 2025.01.30 20:30:37.866733 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19245 | 2025.01.30 20:30:37.866976 [ 270 ] {16895f70-d969-4e17-ba11-3159808888cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19246 | 2025.01.30 20:30:37.867101 [ 270 ] {16895f70-d969-4e17-ba11-3159808888cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19247 | 2025.01.30 20:30:37.867207 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19248 | 2025.01.30 20:30:37.867513 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2896 rows starting from the beginning of the part | ||
| 19249 | 2025.01.30 20:30:37.868381 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 49 rows starting from the beginning of the part | ||
| 19250 | 2025.01.30 20:30:37.869156 [ 270 ] {16895f70-d969-4e17-ba11-3159808888cf} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19251 | 2025.01.30 20:30:37.869255 [ 270 ] {16895f70-d969-4e17-ba11-3159808888cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19252 | 2025.01.30 20:30:37.869264 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 9 rows starting from the beginning of the part | ||
| 19253 | 2025.01.30 20:30:37.870051 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 49 rows starting from the beginning of the part | ||
| 19254 | 2025.01.30 20:30:37.870691 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 9 rows starting from the beginning of the part | ||
| 19255 | 2025.01.30 20:30:37.870766 [ 270 ] {16895f70-d969-4e17-ba11-3159808888cf} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 19256 | 2025.01.30 20:30:37.871275 [ 186 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 49 rows starting from the beginning of the part | ||
| 19257 | 2025.01.30 20:30:37.871684 [ 270 ] {16895f70-d969-4e17-ba11-3159808888cf} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19258 | 2025.01.30 20:30:37.872296 [ 220 ] {} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19259 | 2025.01.30 20:30:37.872394 [ 220 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19260 | 2025.01.30 20:30:37.872707 [ 270 ] {16895f70-d969-4e17-ba11-3159808888cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005787 sec., 14169.69068602039 rows/sec., 921.55 KiB/sec. | ||
| 19261 | 2025.01.30 20:30:37.873019 [ 270 ] {16895f70-d969-4e17-ba11-3159808888cf} <Debug> TCPHandler: Processed in 0.006395228 sec. | ||
| 19262 | 2025.01.30 20:30:37.875640 [ 220 ] {} <Debug> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19263 | 2025.01.30 20:30:37.883270 [ 198 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3061 rows, containing 19 columns (19 merged, 0 gathered) in 0.017006472 sec., 179990.3001633731 rows/sec., 322.53 MiB/sec. | ||
| 19264 | 2025.01.30 20:30:37.885784 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 19265 | 2025.01.30 20:30:37.886213 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19266 | 2025.01.30 20:30:37.886296 [ 195 ] {75b1c867-1394-4589-b5e0-4b46c6fbccfe::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 19267 | 2025.01.30 20:30:37.886459 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.63 MiB. | ||
| 19268 | 2025.01.30 20:30:38.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.13 MiB, peak 297.81 MiB, free memory in arenas 0.00 B, will set to 277.74 MiB (RSS), difference: -1.38 MiB | ||
| 19269 | 2025.01.30 20:30:38.731311 [ 224 ] {} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19270 | 2025.01.30 20:30:38.731391 [ 224 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19271 | 2025.01.30 20:30:38.733670 [ 224 ] {} <Debug> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 19272 | 2025.01.30 20:30:39.093647 [ 220 ] {} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19273 | 2025.01.30 20:30:39.093704 [ 220 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19274 | 2025.01.30 20:30:39.095682 [ 220 ] {} <Debug> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19275 | 2025.01.30 20:30:41.565860 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19276 | 2025.01.30 20:30:41.565960 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19277 | 2025.01.30 20:30:41.845545 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 48556 | ||
| 19278 | 2025.01.30 20:30:41.846207 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19279 | 2025.01.30 20:30:41.846256 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19280 | 2025.01.30 20:30:41.846797 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 19281 | 2025.01.30 20:30:41.847053 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2025.01.30 20:30:41.847301 [ 105 ] {} <Debug> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 19283 | 2025.01.30 20:30:41.847317 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48556 | ||
| 19284 | 2025.01.30 20:30:41.847421 [ 105 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19285 | 2025.01.30 20:30:41.847470 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19286 | 2025.01.30 20:30:41.847612 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::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 | ||
| 19287 | 2025.01.30 20:30:41.847732 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19288 | 2025.01.30 20:30:41.847772 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 46299 rows starting from the beginning of the part | ||
| 19289 | 2025.01.30 20:30:41.847848 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 427 rows starting from the beginning of the part | ||
| 19290 | 2025.01.30 20:30:41.848079 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 488 rows starting from the beginning of the part | ||
| 19291 | 2025.01.30 20:30:41.848375 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 427 rows starting from the beginning of the part | ||
| 19292 | 2025.01.30 20:30:41.848580 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 488 rows starting from the beginning of the part | ||
| 19293 | 2025.01.30 20:30:41.848728 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 427 rows starting from the beginning of the part | ||
| 19294 | 2025.01.30 20:30:41.851811 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48556 rows, containing 4 columns (4 merged, 0 gathered) in 0.004254208 sec., 11413640.329762908 rows/sec., 163.27 MiB/sec. | ||
| 19295 | 2025.01.30 20:30:41.852064 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 19296 | 2025.01.30 20:30:41.852319 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19297 | 2025.01.30 20:30:41.852391 [ 198 ] {5c983e95-2271-4d37-8aaf-7d457abdc7b3::all_1_106_21} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 19298 | 2025.01.30 20:30:41.852466 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 19299 | 2025.01.30 20:30:42.353163 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19300 | 2025.01.30 20:30:42.353225 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19301 | 2025.01.30 20:30:42.355200 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19302 | 2025.01.30 20:30:42.806444 [ 219 ] {} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19303 | 2025.01.30 20:30:42.806497 [ 219 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19304 | 2025.01.30 20:30:42.808347 [ 219 ] {} <Debug> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 19305 | 2025.01.30 20:30:42.832241 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19306 | 2025.01.30 20:30:42.832521 [ 270 ] {a23f5ea5-ab53-4a57-84a6-d7680a5d343c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19307 | 2025.01.30 20:30:42.832634 [ 270 ] {a23f5ea5-ab53-4a57-84a6-d7680a5d343c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19308 | 2025.01.30 20:30:42.833415 [ 270 ] {a23f5ea5-ab53-4a57-84a6-d7680a5d343c} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19309 | 2025.01.30 20:30:42.833459 [ 270 ] {a23f5ea5-ab53-4a57-84a6-d7680a5d343c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19310 | 2025.01.30 20:30:42.833885 [ 270 ] {a23f5ea5-ab53-4a57-84a6-d7680a5d343c} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19311 | 2025.01.30 20:30:42.834134 [ 270 ] {a23f5ea5-ab53-4a57-84a6-d7680a5d343c} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19312 | 2025.01.30 20:30:42.834366 [ 270 ] {a23f5ea5-ab53-4a57-84a6-d7680a5d343c} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.00193 sec., 38341.968911917094 rows/sec., 3.10 MiB/sec. | ||
| 19313 | 2025.01.30 20:30:42.834421 [ 270 ] {a23f5ea5-ab53-4a57-84a6-d7680a5d343c} <Debug> TCPHandler: Processed in 0.002364686 sec. | ||
| 19314 | 2025.01.30 20:30:42.834691 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19315 | 2025.01.30 20:30:42.834980 [ 271 ] {eba6f4a3-d1d0-46e5-ae17-34c321dab88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19316 | 2025.01.30 20:30:42.835091 [ 271 ] {eba6f4a3-d1d0-46e5-ae17-34c321dab88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19317 | 2025.01.30 20:30:42.836042 [ 271 ] {eba6f4a3-d1d0-46e5-ae17-34c321dab88f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19318 | 2025.01.30 20:30:42.836082 [ 271 ] {eba6f4a3-d1d0-46e5-ae17-34c321dab88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19319 | 2025.01.30 20:30:42.836497 [ 271 ] {eba6f4a3-d1d0-46e5-ae17-34c321dab88f} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 19320 | 2025.01.30 20:30:42.836756 [ 271 ] {eba6f4a3-d1d0-46e5-ae17-34c321dab88f} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19321 | 2025.01.30 20:30:42.836974 [ 271 ] {eba6f4a3-d1d0-46e5-ae17-34c321dab88f} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.002078 sec., 4331.087584215592 rows/sec., 325.68 KiB/sec. | ||
| 19322 | 2025.01.30 20:30:42.837030 [ 271 ] {eba6f4a3-d1d0-46e5-ae17-34c321dab88f} <Debug> TCPHandler: Processed in 0.002491919 sec. | ||
| 19323 | 2025.01.30 20:30:42.837238 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19324 | 2025.01.30 20:30:42.837463 [ 270 ] {6a65c8d3-a8ef-4592-a241-c01622180423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19325 | 2025.01.30 20:30:42.837552 [ 270 ] {6a65c8d3-a8ef-4592-a241-c01622180423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19326 | 2025.01.30 20:30:42.838207 [ 270 ] {6a65c8d3-a8ef-4592-a241-c01622180423} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19327 | 2025.01.30 20:30:42.838246 [ 270 ] {6a65c8d3-a8ef-4592-a241-c01622180423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19328 | 2025.01.30 20:30:42.838611 [ 270 ] {6a65c8d3-a8ef-4592-a241-c01622180423} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19329 | 2025.01.30 20:30:42.838839 [ 270 ] {6a65c8d3-a8ef-4592-a241-c01622180423} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19330 | 2025.01.30 20:30:42.839045 [ 270 ] {6a65c8d3-a8ef-4592-a241-c01622180423} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001638 sec., 44566.544566544566 rows/sec., 3.48 MiB/sec. | ||
| 19331 | 2025.01.30 20:30:42.839097 [ 270 ] {6a65c8d3-a8ef-4592-a241-c01622180423} <Debug> TCPHandler: Processed in 0.001973524 sec. | ||
| 19332 | 2025.01.30 20:30:42.839329 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19333 | 2025.01.30 20:30:42.839565 [ 271 ] {3c15e892-df38-4a40-8d28-cb574c0970a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19334 | 2025.01.30 20:30:42.839667 [ 271 ] {3c15e892-df38-4a40-8d28-cb574c0970a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19335 | 2025.01.30 20:30:42.840265 [ 271 ] {3c15e892-df38-4a40-8d28-cb574c0970a7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19336 | 2025.01.30 20:30:42.840305 [ 271 ] {3c15e892-df38-4a40-8d28-cb574c0970a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19337 | 2025.01.30 20:30:42.840715 [ 271 ] {3c15e892-df38-4a40-8d28-cb574c0970a7} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 19338 | 2025.01.30 20:30:42.840965 [ 271 ] {3c15e892-df38-4a40-8d28-cb574c0970a7} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19339 | 2025.01.30 20:30:42.841179 [ 271 ] {3c15e892-df38-4a40-8d28-cb574c0970a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
| 19340 | 2025.01.30 20:30:42.841279 [ 271 ] {3c15e892-df38-4a40-8d28-cb574c0970a7} <Debug> TCPHandler: Processed in 0.002063867 sec. | ||
| 19341 | 2025.01.30 20:30:42.841568 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19342 | 2025.01.30 20:30:42.841786 [ 270 ] {90d82bb0-2f25-4d1a-b42b-0d921b008299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19343 | 2025.01.30 20:30:42.841880 [ 270 ] {90d82bb0-2f25-4d1a-b42b-0d921b008299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19344 | 2025.01.30 20:30:42.843121 [ 270 ] {90d82bb0-2f25-4d1a-b42b-0d921b008299} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19345 | 2025.01.30 20:30:42.843159 [ 270 ] {90d82bb0-2f25-4d1a-b42b-0d921b008299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19346 | 2025.01.30 20:30:42.843789 [ 270 ] {90d82bb0-2f25-4d1a-b42b-0d921b008299} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 19347 | 2025.01.30 20:30:42.844034 [ 270 ] {90d82bb0-2f25-4d1a-b42b-0d921b008299} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19348 | 2025.01.30 20:30:42.844257 [ 270 ] {90d82bb0-2f25-4d1a-b42b-0d921b008299} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002501 sec., 3598.5605757696917 rows/sec., 6.45 MiB/sec. | ||
| 19349 | 2025.01.30 20:30:42.844347 [ 270 ] {90d82bb0-2f25-4d1a-b42b-0d921b008299} <Debug> TCPHandler: Processed in 0.002973172 sec. | ||
| 19350 | 2025.01.30 20:30:42.844505 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19351 | 2025.01.30 20:30:42.844647 [ 271 ] {bdf5c1c4-8ce0-4514-a3da-46439a22738b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19352 | 2025.01.30 20:30:42.844707 [ 271 ] {bdf5c1c4-8ce0-4514-a3da-46439a22738b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19353 | 2025.01.30 20:30:42.845282 [ 271 ] {bdf5c1c4-8ce0-4514-a3da-46439a22738b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19354 | 2025.01.30 20:30:42.845328 [ 271 ] {bdf5c1c4-8ce0-4514-a3da-46439a22738b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19355 | 2025.01.30 20:30:42.845750 [ 271 ] {bdf5c1c4-8ce0-4514-a3da-46439a22738b} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 19356 | 2025.01.30 20:30:42.845977 [ 271 ] {bdf5c1c4-8ce0-4514-a3da-46439a22738b} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19357 | 2025.01.30 20:30:42.846213 [ 271 ] {bdf5c1c4-8ce0-4514-a3da-46439a22738b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec. | ||
| 19358 | 2025.01.30 20:30:42.846293 [ 271 ] {bdf5c1c4-8ce0-4514-a3da-46439a22738b} <Debug> TCPHandler: Processed in 0.001857961 sec. | ||
| 19359 | 2025.01.30 20:30:45.301340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 799 | ||
| 19360 | 2025.01.30 20:30:45.324241 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19361 | 2025.01.30 20:30:45.324292 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19362 | 2025.01.30 20:30:45.332030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 19363 | 2025.01.30 20:30:45.332838 [ 243 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19364 | 2025.01.30 20:30:45.333247 [ 102 ] {} <Debug> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 19365 | 2025.01.30 20:30:45.333402 [ 102 ] {} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19366 | 2025.01.30 20:30:45.333486 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19367 | 2025.01.30 20:30:45.333984 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::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 | ||
| 19368 | 2025.01.30 20:30:45.348010 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 799 | ||
| 19369 | 2025.01.30 20:30:45.349833 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19370 | 2025.01.30 20:30:45.351171 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 762 rows starting from the beginning of the part | ||
| 19371 | 2025.01.30 20:30:45.357054 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part | ||
| 19372 | 2025.01.30 20:30:45.363192 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part | ||
| 19373 | 2025.01.30 20:30:45.369603 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part | ||
| 19374 | 2025.01.30 20:30:45.378144 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part | ||
| 19375 | 2025.01.30 20:30:45.384571 [ 192 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 7 rows starting from the beginning of the part | ||
| 19376 | 2025.01.30 20:30:45.452283 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.118629303 sec., 6735.266749396647 rows/sec., 34.83 MiB/sec. | ||
| 19377 | 2025.01.30 20:30:45.455980 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 19378 | 2025.01.30 20:30:45.459027 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19379 | 2025.01.30 20:30:45.459155 [ 189 ] {c07f9361-c71b-43a0-a5aa-39a8bbc3581f::all_1_106_21} <Trace> system.metric_log (c07f9361-c71b-43a0-a5aa-39a8bbc3581f) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 19380 | 2025.01.30 20:30:45.461619 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 19381 | 2025.01.30 20:30:46.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.81 MiB, peak 297.81 MiB, free memory in arenas 0.00 B, will set to 277.74 MiB (RSS), difference: -1.07 MiB | ||
| 19382 | 2025.01.30 20:30:47.118146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2624 | ||
| 19383 | 2025.01.30 20:30:47.121467 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19384 | 2025.01.30 20:30:47.121513 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19385 | 2025.01.30 20:30:47.123034 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19386 | 2025.01.30 20:30:47.123341 [ 242 ] {} <Trace> system.query_log (67621c7a-43ae-4f59-a9ae-7ab5fa16ec78): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19387 | 2025.01.30 20:30:47.124837 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2624 | ||
| 19388 | 2025.01.30 20:30:47.528027 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19389 | 2025.01.30 20:30:47.528247 [ 270 ] {2449e79b-18f7-4b35-a8fb-aabd3ee63a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19390 | 2025.01.30 20:30:47.528329 [ 270 ] {2449e79b-18f7-4b35-a8fb-aabd3ee63a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19391 | 2025.01.30 20:30:47.529170 [ 270 ] {2449e79b-18f7-4b35-a8fb-aabd3ee63a51} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19392 | 2025.01.30 20:30:47.529215 [ 270 ] {2449e79b-18f7-4b35-a8fb-aabd3ee63a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19393 | 2025.01.30 20:30:47.529644 [ 270 ] {2449e79b-18f7-4b35-a8fb-aabd3ee63a51} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 19394 | 2025.01.30 20:30:47.529901 [ 270 ] {2449e79b-18f7-4b35-a8fb-aabd3ee63a51} <Trace> oximeter.fields_i16 (4c2f82cc-6a9e-4536-b982-d5e96bdf8532): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19395 | 2025.01.30 20:30:47.530138 [ 270 ] {2449e79b-18f7-4b35-a8fb-aabd3ee63a51} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 19396 | 2025.01.30 20:30:47.530194 [ 270 ] {2449e79b-18f7-4b35-a8fb-aabd3ee63a51} <Debug> TCPHandler: Processed in 0.002311074 sec. | ||
| 19397 | 2025.01.30 20:30:47.530426 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19398 | 2025.01.30 20:30:47.530623 [ 271 ] {78effe40-fab7-4e5a-8b78-7e73950ab43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19399 | 2025.01.30 20:30:47.530692 [ 271 ] {78effe40-fab7-4e5a-8b78-7e73950ab43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19400 | 2025.01.30 20:30:47.531332 [ 271 ] {78effe40-fab7-4e5a-8b78-7e73950ab43a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19401 | 2025.01.30 20:30:47.531374 [ 271 ] {78effe40-fab7-4e5a-8b78-7e73950ab43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19402 | 2025.01.30 20:30:47.531748 [ 271 ] {78effe40-fab7-4e5a-8b78-7e73950ab43a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 19403 | 2025.01.30 20:30:47.531983 [ 271 ] {78effe40-fab7-4e5a-8b78-7e73950ab43a} <Trace> oximeter.fields_ipaddr (21ab43e4-2dc1-4ecd-93a3-4d51af9208dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19404 | 2025.01.30 20:30:47.532229 [ 271 ] {78effe40-fab7-4e5a-8b78-7e73950ab43a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001655 sec., 3625.3776435045315 rows/sec., 295.62 KiB/sec. | ||
| 19405 | 2025.01.30 20:30:47.532355 [ 271 ] {78effe40-fab7-4e5a-8b78-7e73950ab43a} <Debug> TCPHandler: Processed in 0.002011126 sec. | ||
| 19406 | 2025.01.30 20:30:47.532598 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19407 | 2025.01.30 20:30:47.532723 [ 270 ] {0769b0df-3b1e-4b2b-ac2b-0a8706513ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19408 | 2025.01.30 20:30:47.532771 [ 270 ] {0769b0df-3b1e-4b2b-ac2b-0a8706513ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19409 | 2025.01.30 20:30:47.534120 [ 270 ] {0769b0df-3b1e-4b2b-ac2b-0a8706513ead} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19410 | 2025.01.30 20:30:47.534159 [ 270 ] {0769b0df-3b1e-4b2b-ac2b-0a8706513ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19411 | 2025.01.30 20:30:47.534618 [ 270 ] {0769b0df-3b1e-4b2b-ac2b-0a8706513ead} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19412 | 2025.01.30 20:30:47.534852 [ 270 ] {0769b0df-3b1e-4b2b-ac2b-0a8706513ead} <Trace> oximeter.fields_string (74e6625f-22d1-4f02-a608-6f54b7da4614): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19413 | 2025.01.30 20:30:47.535087 [ 270 ] {0769b0df-3b1e-4b2b-ac2b-0a8706513ead} <Debug> executeQuery: Read 1444 rows, 124.08 KiB in 0.002383 sec., 605958.8753671842 rows/sec., 50.85 MiB/sec. | ||
| 19414 | 2025.01.30 20:30:47.535196 [ 270 ] {0769b0df-3b1e-4b2b-ac2b-0a8706513ead} <Debug> TCPHandler: Processed in 0.002740496 sec. | ||
| 19415 | 2025.01.30 20:30:47.535370 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19416 | 2025.01.30 20:30:47.535540 [ 271 ] {472b6bed-8746-47b3-892e-4ad4a29a1add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19417 | 2025.01.30 20:30:47.535599 [ 271 ] {472b6bed-8746-47b3-892e-4ad4a29a1add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19418 | 2025.01.30 20:30:47.536219 [ 271 ] {472b6bed-8746-47b3-892e-4ad4a29a1add} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19419 | 2025.01.30 20:30:47.536258 [ 271 ] {472b6bed-8746-47b3-892e-4ad4a29a1add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19420 | 2025.01.30 20:30:47.536618 [ 271 ] {472b6bed-8746-47b3-892e-4ad4a29a1add} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19421 | 2025.01.30 20:30:47.536860 [ 271 ] {472b6bed-8746-47b3-892e-4ad4a29a1add} <Trace> oximeter.fields_u16 (409e3fc2-d4ef-4208-b804-c056c933a9fc): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19422 | 2025.01.30 20:30:47.537069 [ 271 ] {472b6bed-8746-47b3-892e-4ad4a29a1add} <Debug> executeQuery: Read 62 rows, 4.56 KiB in 0.001564 sec., 39641.943734015345 rows/sec., 2.85 MiB/sec. | ||
| 19423 | 2025.01.30 20:30:47.537122 [ 271 ] {472b6bed-8746-47b3-892e-4ad4a29a1add} <Debug> TCPHandler: Processed in 0.001836871 sec. | ||
| 19424 | 2025.01.30 20:30:47.537312 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19425 | 2025.01.30 20:30:47.537532 [ 270 ] {d4ffb21f-2aa2-418a-b03e-c3e91d13775c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19426 | 2025.01.30 20:30:47.537620 [ 270 ] {d4ffb21f-2aa2-418a-b03e-c3e91d13775c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19427 | 2025.01.30 20:30:47.538380 [ 270 ] {d4ffb21f-2aa2-418a-b03e-c3e91d13775c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19428 | 2025.01.30 20:30:47.538418 [ 270 ] {d4ffb21f-2aa2-418a-b03e-c3e91d13775c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19429 | 2025.01.30 20:30:47.538791 [ 270 ] {d4ffb21f-2aa2-418a-b03e-c3e91d13775c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 19430 | 2025.01.30 20:30:47.539022 [ 270 ] {d4ffb21f-2aa2-418a-b03e-c3e91d13775c} <Trace> oximeter.fields_u32 (e98d2ae1-f869-47d6-96e7-d150a3018550): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19431 | 2025.01.30 20:30:47.539223 [ 270 ] {d4ffb21f-2aa2-418a-b03e-c3e91d13775c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001741 sec., 139000.5743825388 rows/sec., 9.42 MiB/sec. | ||
| 19432 | 2025.01.30 20:30:47.539276 [ 270 ] {d4ffb21f-2aa2-418a-b03e-c3e91d13775c} <Debug> TCPHandler: Processed in 0.002076217 sec. | ||
| 19433 | 2025.01.30 20:30:47.539441 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19434 | 2025.01.30 20:30:47.539579 [ 271 ] {92385b19-7217-4f2a-befe-317a22787d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19435 | 2025.01.30 20:30:47.539640 [ 271 ] {92385b19-7217-4f2a-befe-317a22787d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19436 | 2025.01.30 20:30:47.540235 [ 271 ] {92385b19-7217-4f2a-befe-317a22787d53} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19437 | 2025.01.30 20:30:47.540273 [ 271 ] {92385b19-7217-4f2a-befe-317a22787d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19438 | 2025.01.30 20:30:47.540625 [ 271 ] {92385b19-7217-4f2a-befe-317a22787d53} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 19439 | 2025.01.30 20:30:47.540852 [ 271 ] {92385b19-7217-4f2a-befe-317a22787d53} <Trace> oximeter.fields_u8 (294dc590-190b-4fe0-b102-2f5b34973997): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19440 | 2025.01.30 20:30:47.541088 [ 271 ] {92385b19-7217-4f2a-befe-317a22787d53} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec. | ||
| 19441 | 2025.01.30 20:30:47.541168 [ 271 ] {92385b19-7217-4f2a-befe-317a22787d53} <Debug> TCPHandler: Processed in 0.00179551 sec. | ||
| 19442 | 2025.01.30 20:30:47.541463 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19443 | 2025.01.30 20:30:47.541693 [ 270 ] {78b35dd1-e428-42c8-8d62-9d74140e5e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19444 | 2025.01.30 20:30:47.541783 [ 270 ] {78b35dd1-e428-42c8-8d62-9d74140e5e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19445 | 2025.01.30 20:30:47.542674 [ 270 ] {78b35dd1-e428-42c8-8d62-9d74140e5e86} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19446 | 2025.01.30 20:30:47.542713 [ 270 ] {78b35dd1-e428-42c8-8d62-9d74140e5e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19447 | 2025.01.30 20:30:47.543117 [ 270 ] {78b35dd1-e428-42c8-8d62-9d74140e5e86} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19448 | 2025.01.30 20:30:47.543356 [ 270 ] {78b35dd1-e428-42c8-8d62-9d74140e5e86} <Trace> oximeter.fields_uuid (7606a53d-5b3e-4c97-9bb0-8fdb190d269a): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19449 | 2025.01.30 20:30:47.543586 [ 270 ] {78b35dd1-e428-42c8-8d62-9d74140e5e86} <Debug> executeQuery: Read 893 rows, 66.38 KiB in 0.001943 sec., 459598.55892949045 rows/sec., 33.36 MiB/sec. | ||
| 19450 | 2025.01.30 20:30:47.543681 [ 270 ] {78b35dd1-e428-42c8-8d62-9d74140e5e86} <Debug> TCPHandler: Processed in 0.002413587 sec. | ||
| 19451 | 2025.01.30 20:30:47.543898 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19452 | 2025.01.30 20:30:47.544262 [ 271 ] {a02ae892-bc6b-43e1-9be8-e8bbb117ac69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19453 | 2025.01.30 20:30:47.544450 [ 271 ] {a02ae892-bc6b-43e1-9be8-e8bbb117ac69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19454 | 2025.01.30 20:30:47.545180 [ 271 ] {a02ae892-bc6b-43e1-9be8-e8bbb117ac69} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19455 | 2025.01.30 20:30:47.545219 [ 271 ] {a02ae892-bc6b-43e1-9be8-e8bbb117ac69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19456 | 2025.01.30 20:30:47.545581 [ 271 ] {a02ae892-bc6b-43e1-9be8-e8bbb117ac69} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 19457 | 2025.01.30 20:30:47.545810 [ 271 ] {a02ae892-bc6b-43e1-9be8-e8bbb117ac69} <Trace> oximeter.measurements_bool (388b0c7b-30f9-4544-8e99-48fe5cbbd22d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19458 | 2025.01.30 20:30:47.546037 [ 271 ] {a02ae892-bc6b-43e1-9be8-e8bbb117ac69} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001906 sec., 3147.953830010493 rows/sec., 164.47 KiB/sec. | ||
| 19459 | 2025.01.30 20:30:47.546086 [ 271 ] {a02ae892-bc6b-43e1-9be8-e8bbb117ac69} <Debug> TCPHandler: Processed in 0.002312424 sec. | ||
| 19460 | 2025.01.30 20:30:47.546284 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19461 | 2025.01.30 20:30:47.546508 [ 270 ] {29162511-85b2-42cb-9c68-fa4f54a345d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19462 | 2025.01.30 20:30:47.546603 [ 270 ] {29162511-85b2-42cb-9c68-fa4f54a345d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19463 | 2025.01.30 20:30:47.547487 [ 270 ] {29162511-85b2-42cb-9c68-fa4f54a345d9} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19464 | 2025.01.30 20:30:47.547525 [ 270 ] {29162511-85b2-42cb-9c68-fa4f54a345d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19465 | 2025.01.30 20:30:47.547970 [ 270 ] {29162511-85b2-42cb-9c68-fa4f54a345d9} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 19466 | 2025.01.30 20:30:47.548202 [ 270 ] {29162511-85b2-42cb-9c68-fa4f54a345d9} <Trace> oximeter.measurements_cumulativeu64 (4cf43d1c-7947-4ac2-abb7-bd63768f9f46): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19467 | 2025.01.30 20:30:47.548431 [ 270 ] {29162511-85b2-42cb-9c68-fa4f54a345d9} <Debug> executeQuery: Read 960 rows, 65.70 KiB in 0.001973 sec., 486568.677141409 rows/sec., 32.52 MiB/sec. | ||
| 19468 | 2025.01.30 20:30:47.548530 [ 270 ] {29162511-85b2-42cb-9c68-fa4f54a345d9} <Debug> TCPHandler: Processed in 0.002356775 sec. | ||
| 19469 | 2025.01.30 20:30:47.548699 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19470 | 2025.01.30 20:30:47.548881 [ 271 ] {9aca57f9-fdf1-4b1b-8795-4ccd05b6dfc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19471 | 2025.01.30 20:30:47.548941 [ 271 ] {9aca57f9-fdf1-4b1b-8795-4ccd05b6dfc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19472 | 2025.01.30 20:30:47.549470 [ 271 ] {9aca57f9-fdf1-4b1b-8795-4ccd05b6dfc5} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19473 | 2025.01.30 20:30:47.549515 [ 271 ] {9aca57f9-fdf1-4b1b-8795-4ccd05b6dfc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19474 | 2025.01.30 20:30:47.549915 [ 271 ] {9aca57f9-fdf1-4b1b-8795-4ccd05b6dfc5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 19475 | 2025.01.30 20:30:47.550160 [ 271 ] {9aca57f9-fdf1-4b1b-8795-4ccd05b6dfc5} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19476 | 2025.01.30 20:30:47.550342 [ 100 ] {} <Debug> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 19477 | 2025.01.30 20:30:47.550396 [ 271 ] {9aca57f9-fdf1-4b1b-8795-4ccd05b6dfc5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 43.44 KiB/sec. | ||
| 19478 | 2025.01.30 20:30:47.550416 [ 100 ] {} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19479 | 2025.01.30 20:30:47.550488 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19480 | 2025.01.30 20:30:47.550520 [ 271 ] {9aca57f9-fdf1-4b1b-8795-4ccd05b6dfc5} <Debug> TCPHandler: Processed in 0.001908993 sec. | ||
| 19481 | 2025.01.30 20:30:47.550700 [ 270 ] {} <Trace> TCP-Session: c376ea30-2fac-4b62-b4d0-9cd269a8d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19482 | 2025.01.30 20:30:47.550758 [ 201 ] {048504a0-b795-409f-841d-691020bab982::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 | ||
| 19483 | 2025.01.30 20:30:47.550937 [ 270 ] {6df9af23-2452-43f1-8168-5693cdc5eee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63221) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19484 | 2025.01.30 20:30:47.551023 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19485 | 2025.01.30 20:30:47.551134 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 56 rows starting from the beginning of the part | ||
| 19486 | 2025.01.30 20:30:47.551147 [ 270 ] {6df9af23-2452-43f1-8168-5693cdc5eee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19487 | 2025.01.30 20:30:47.551528 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 19488 | 2025.01.30 20:30:47.551951 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 19489 | 2025.01.30 20:30:47.552298 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 19490 | 2025.01.30 20:30:47.552658 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 19491 | 2025.01.30 20:30:47.553056 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 19492 | 2025.01.30 20:30:47.556636 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 61 rows, containing 4 columns (4 merged, 0 gathered) in 0.006049627 sec., 10083.266290632464 rows/sec., 678.79 KiB/sec. | ||
| 19493 | 2025.01.30 20:30:47.556874 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 19494 | 2025.01.30 20:30:47.557170 [ 270 ] {6df9af23-2452-43f1-8168-5693cdc5eee5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19495 | 2025.01.30 20:30:47.557238 [ 270 ] {6df9af23-2452-43f1-8168-5693cdc5eee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19496 | 2025.01.30 20:30:47.557551 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19497 | 2025.01.30 20:30:47.557761 [ 201 ] {048504a0-b795-409f-841d-691020bab982::all_1_61_12} <Trace> oximeter.measurements_f64 (048504a0-b795-409f-841d-691020bab982) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 19498 | 2025.01.30 20:30:47.557923 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 19499 | 2025.01.30 20:30:47.558358 [ 270 ] {6df9af23-2452-43f1-8168-5693cdc5eee5} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19500 | 2025.01.30 20:30:47.558618 [ 270 ] {6df9af23-2452-43f1-8168-5693cdc5eee5} <Trace> oximeter.measurements_histogramu64 (75b1c867-1394-4589-b5e0-4b46c6fbccfe): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19501 | 2025.01.30 20:30:47.558861 [ 270 ] {6df9af23-2452-43f1-8168-5693cdc5eee5} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.008009 sec., 6118.117118241978 rows/sec., 10.96 MiB/sec. | ||
| 19502 | 2025.01.30 20:30:47.558968 [ 270 ] {6df9af23-2452-43f1-8168-5693cdc5eee5} <Debug> TCPHandler: Processed in 0.008363431 sec. | ||
| 19503 | 2025.01.30 20:30:47.559121 [ 271 ] {} <Trace> TCP-Session: 8721895a-0990-4157-9df6-358bfab0dfba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19504 | 2025.01.30 20:30:47.559261 [ 271 ] {17284e40-7a58-403c-a924-acee405bc1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65129) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19505 | 2025.01.30 20:30:47.559321 [ 271 ] {17284e40-7a58-403c-a924-acee405bc1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19506 | 2025.01.30 20:30:47.559885 [ 271 ] {17284e40-7a58-403c-a924-acee405bc1f0} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19507 | 2025.01.30 20:30:47.559924 [ 271 ] {17284e40-7a58-403c-a924-acee405bc1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19508 | 2025.01.30 20:30:47.560289 [ 271 ] {17284e40-7a58-403c-a924-acee405bc1f0} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 19509 | 2025.01.30 20:30:47.560524 [ 271 ] {17284e40-7a58-403c-a924-acee405bc1f0} <Trace> oximeter.measurements_u64 (93f5778a-46af-4277-a832-d977045b29c7): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19510 | 2025.01.30 20:30:47.560735 [ 271 ] {17284e40-7a58-403c-a924-acee405bc1f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001504 sec., 54521.27659574468 rows/sec., 3.46 MiB/sec. | ||
| 19511 | 2025.01.30 20:30:47.560785 [ 271 ] {17284e40-7a58-403c-a924-acee405bc1f0} <Debug> TCPHandler: Processed in 0.001732588 sec. | ||
| 19512 | 2025.01.30 20:30:49.347504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49044 | ||
| 19513 | 2025.01.30 20:30:49.348211 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19514 | 2025.01.30 20:30:49.348255 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
| 19515 | 2025.01.30 20:30:49.348791 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 19516 | 2025.01.30 20:30:49.349045 [ 244 ] {} <Trace> system.asynchronous_metric_log (5c983e95-2271-4d37-8aaf-7d457abdc7b3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19517 | 2025.01.30 20:30:49.349302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49044 | ||